@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,900");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,900");
html, body {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0; }

* {
  font-smoothing: antialiased; }

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 4rem;
  text-transform: uppercase; }
  h1 strong {
    font-weight: 900; }
  h1.heading {
    font-weight: 300; }

h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 2.75rem;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px; }

h3 {
  font-weight: 300;
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px; }

h4 {
  font-weight: 400;
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 10px; }

p {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.65rem;
  margin: 0.85rem 0; }
  p .category {
    font-weight: 900;
    text-transform: uppercase; }
    p .category.category-light {
      color: white; }
    p .category.category-dark {
      color: #2e3133; }

a {
  color: inherit; }
  a.btn {
    display: inline-block;
    padding: 5px 10px;
    margin-top: 1rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color 0.35s ease, color 0.35s ease;
    -moz-transition: background-color 0.35s ease, color 0.35s ease;
    transition: background-color 0.35s ease, color 0.35s ease; }
    a.btn.btn-light {
      background-color: white;
      color: #2e3133; }
      a.btn.btn-light:hover {
        background-color: #e1e1e1;
        color: #2e3133; }
    a.btn.btn-dark {
      background-color: #2e3133;
      color: white; }
      a.btn.btn-dark:hover {
        background-color: #e1e1e1;
        color: #2e3133; }
    a.btn.btn-special {
      background-color: #d9272e;
      color: white;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: inner 0 0 3px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: inner 0 0 3px rgba(0, 0, 0, 0.5);
      box-shadow: inner 0 0 3px rgba(0, 0, 0, 0.5);
      border: 0.5px solid rgba(0, 0, 0, 0.15);
      padding: 10px 30px; }
      a.btn.btn-special:hover {
        background-color: black; }

sup {
  line-height: 1;
  font-size: 35%; }

strong {
  font-weight: bold; }

.lower {
  text-transform: none; }

.hide {
  display: none; }

.reveal-desktop-lg, .reveal-tablet, .reveal-mobile {
  display: none; }

img {
  width: 100%;
  height: auto; }

.center {
  display: block;
  margin: 0 auto;
  text-align: center;
  float: none; }

.left {
  margin: 0;
  text-align: left;
  float: left; }

.right {
  margin: 0;
  text-align: right;
  float: right; }

.quote h4 {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: none;
  margin: 20px 0 0 0; }

.quote .attribute {
  margin-top: 0; }

@media screen and (max-width: 1440px) {
  html, body {
    font-size: 16px; }
  h1 {
    font-size: 3rem;
    line-height: 4rem; }
    h1.heading {
      font-size: 3.25rem;
      line-height: 3rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.5rem; }
  h4 {
    font-size: 1rem; }
  p {
    font-size: 1rem; }
  .reveal-desktop-lg {
    display: block; } }

@media screen and (max-width: 1024px) {
  html, body {
    font-size: 16px; }
  h1 {
    font-size: 3rem;
    line-height: 4rem; }
    h1.heading {
      font-size: 2.75rem;
      font-weight: 300;
      margin-bottom: 0;
      line-height: 3rem; } }

@media screen and (max-width: 768px) {
  html, body {
    font-size: 14px; }
  h1 {
    line-height: 3rem; }
  .reveal-tablet {
    display: block; } }

@media screen and (max-width: 480px) {
  html, body {
    font-size: 14px; }
  h1.heading {
    font-size: 2.25rem;
    line-height: 2.5rem; }
  p {
    font-size: 1rem;
    line-height: 1.5rem; }
  .reveal-mobile {
    display: block; } }

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 999;
  background-color: #00a1de; }
  header #menu-desktop, header #menu-mobile {
    top: 0;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(125, 125, 123, 0.5);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
    header #menu-desktop .top-nav, header #menu-mobile .top-nav {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
      height: 50px; }
      header #menu-desktop .top-nav .top-nav-item, header #menu-mobile .top-nav .top-nav-item {
        height: 50px;
        margin: 0;
        text-align: center; }
        header #menu-desktop .top-nav .top-nav-item a, header #menu-mobile .top-nav .top-nav-item a {
          display: block;
          padding: 0 15px;
          height: 50px;
          line-height: 50px;
          font-size: 1rem;
          font-weight: 400;
          color: white;
          text-decoration: none;
          -webkit-transition: background-color 0.35s ease;
          -moz-transition: background-color 0.35s ease;
          transition: background-color 0.35s ease; }
          header #menu-desktop .top-nav .top-nav-item a:hover, header #menu-mobile .top-nav .top-nav-item a:hover {
            background-color: rgba(255, 255, 255, 0.15); }
        header #menu-desktop .top-nav .top-nav-item:first-child a, header #menu-mobile .top-nav .top-nav-item:first-child a {
          padding: 0; }
          header #menu-desktop .top-nav .top-nav-item:first-child a .logo, header #menu-mobile .top-nav .top-nav-item:first-child a .logo {
            width: 60px;
            padding: 6px 20px;
            line-height: 0;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box; }
            header #menu-desktop .top-nav .top-nav-item:first-child a .logo #logo-edge, header #menu-mobile .top-nav .top-nav-item:first-child a .logo #logo-edge {
              width: 60px;
              height: 35.05px; }
  header #menu-mobile {
    display: none; }
    header #menu-mobile .top-nav {
      display: block; }
      header #menu-mobile .top-nav .top-nav-item:nth-child(1) {
        float: left;
        text-align: left; }
        header #menu-mobile .top-nav .top-nav-item:nth-child(1) a {
          display: inline-block; }
          header #menu-mobile .top-nav .top-nav-item:nth-child(1) a:hover {
            background-color: transparent; }
      header #menu-mobile .top-nav .top-nav-item:nth-child(2) {
        float: right; }
        header #menu-mobile .top-nav .top-nav-item:nth-child(2) .fa-bars {
          display: block;
          padding: 0 15px;
          height: 50px;
          line-height: 50px;
          font-size: 1rem;
          font-weight: 400;
          color: white;
          text-decoration: none;
          -webkit-transition: background-color 0.35s ease;
          -moz-transition: background-color 0.35s ease;
          transition: background-color 0.35s ease;
          font-size: 1.5rem; }
    header #menu-mobile #menu-mobile-flyout {
      display: none;
      width: 100%;
      background-color: rgba(0, 161, 222, 0.95);
      border-top: 1px solid white; }
      header #menu-mobile #menu-mobile-flyout ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        header #menu-mobile #menu-mobile-flyout ul li a {
          display: block;
          padding: 10px 15px;
          background-color: transparent;
          border-bottom: 1px solid white;
          color: white;
          text-decoration: none;
          -webkit-transition: background-color 0.35s ease;
          -moz-transition: background-color 0.35s ease;
          transition: background-color 0.35s ease; }
          header #menu-mobile #menu-mobile-flyout ul li a:hover {
            background-color: rgba(255, 255, 255, 0.15); }

@media screen and (max-width: 768px) {
  header #menu-mobile {
    display: block; }
  header #menu-desktop {
    display: none; } }

.edge-white-1 {
  fill: #ffffff; }

#horizontal {
  overflow-y: hidden; }

#page-wrap-vertical article {
  clear: both;
  width: 100%;
  float: left;
  min-height: 100px;
  position: static; }
  #page-wrap-vertical article .anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden; }
  #page-wrap-vertical article .section {
    max-width: 1310px;
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px 50px;
    clear: both; }
    #page-wrap-vertical article .section .container {
      display: table-cell;
      vertical-align: middle;
      height: 100%;
      padding: 50px 0; }
      #page-wrap-vertical article .section .container.container-full {
        width: 100%; }
      #page-wrap-vertical article .section .container.container-half {
        width: 48%;
        float: left;
        margin-right: 2%; }
        #page-wrap-vertical article .section .container.container-half:last-child {
          margin: 0; }
      #page-wrap-vertical article .section .container .content-flex {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        float: left; }
        #page-wrap-vertical article .section .container .content-flex div[class*="content-"] {
          clear: both;
          margin-right: 1%; }
        #page-wrap-vertical article .section .container .content-flex .content-25 {
          width: 24%; }
        #page-wrap-vertical article .section .container .content-flex .content-50 {
          width: 47%; }
        #page-wrap-vertical article .section .container .content-flex .content-75 {
          width: 74%; }
  #page-wrap-vertical article .section-background {
    padding: 0;
    text-align: center; }
    #page-wrap-vertical article .section-background .container {
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      float: none;
      padding: 0;
      margin: 0 auto; }
      #page-wrap-vertical article .section-background .container .content, #page-wrap-vertical article .section-background .container .content-flex {
        max-width: 1210px;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        float: left; }
        #page-wrap-vertical article .section-background .container .content div[class*="content-"], #page-wrap-vertical article .section-background .container .content-flex div[class*="content-"] {
          clear: both;
          margin-right: 0; }
        #page-wrap-vertical article .section-background .container .content .content-25, #page-wrap-vertical article .section-background .container .content-flex .content-25 {
          width: 24%; }
        #page-wrap-vertical article .section-background .container .content .content-50, #page-wrap-vertical article .section-background .container .content-flex .content-50 {
          width: 47.5%; }
        #page-wrap-vertical article .section-background .container .content .content-75, #page-wrap-vertical article .section-background .container .content-flex .content-75 {
          width: 74%; }

#page-wrap-horizontal {
  position: absolute;
  top: 0;
  left: 0; }
  #page-wrap-horizontal table {
    table-layout: auto;
    border-collapse: collapse; }
    #page-wrap-horizontal table tr {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #page-wrap-horizontal table tr .page {
        width: 100%;
        height: 100%; }
        #page-wrap-horizontal table tr .page td {
          left: 0;
          vertical-align: top;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          #page-wrap-horizontal table tr .page td article {
            z-index: 1;
            position: relative;
            padding: 0;
            overflow: hidden; }
            #page-wrap-horizontal table tr .page td article .section.section-next {
              z-index: 999;
              width: 100px;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -moz-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              background-color: white; }
              #page-wrap-horizontal table tr .page td article .section.section-next h1 {
                display: block;
                -webkit-transform: rotate(-90deg);
                -moz-transform: rotate(-90deg);
                transform: rotate(-90deg); }
              #page-wrap-horizontal table tr .page td article .section.section-next:after {
                content: '';
                position: absolute;
                top: 0;
                left: 100px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 50vh 0 50vh 100px;
                border-color: transparent transparent transparent white; }

@media screen and (max-width: 1024px) {
  #page-wrap-horizontal {
    height: auto !important; }
    #page-wrap-horizontal article .section-next {
      width: 75px; }
      #page-wrap-horizontal article .section-next:after {
        left: 75px;
        border-width: 50vh 0 50vh 75px; } }

@media screen and (max-width: 768px) {
  #page-wrap-vertical article .section .container, #page-wrap-vertical article .section-background .container {
    padding: 25px 0; }
    #page-wrap-vertical article .section .container .content, #page-wrap-vertical article .section-background .container .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      margin: 0; }
      #page-wrap-vertical article .section .container .content div[class*='content-'], #page-wrap-vertical article .section-background .container .content div[class*='content-'] {
        width: 100%;
        margin: 0; }
  #page-wrap-vertical article .section-background .container {
    padding: 0; }
  #page-wrap-horizontal {
    height: auto !important;
    margin-top: 50px; }
    #page-wrap-horizontal table tr {
      display: block;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: none;
      flex: none; }
      #page-wrap-horizontal table tr .page {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        float: left; }
        #page-wrap-horizontal table tr .page td {
          display: block;
          -webkit-box-flex: 0;
          -moz-box-flex: 0;
          -ms-flex: none;
          flex: none;
          width: 100%;
          float: left;
          clear: both; }
          #page-wrap-horizontal table tr .page td article {
            height: 100% !important;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            #page-wrap-horizontal table tr .page td article .section {
              float: left; }
              #page-wrap-horizontal table tr .page td article .section.section-next {
                width: 75px;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -moz-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center; }
                #page-wrap-horizontal table tr .page td article .section.section-next h1 {
                  -webkit-transform: rotate(0deg);
                  -moz-transform: rotate(0deg);
                  transform: rotate(0deg); }
                #page-wrap-horizontal table tr .page td article .section.section-next img {
                  width: 100%;
                  height: auto; }
                #page-wrap-horizontal table tr .page td article .section.section-next:after {
                  top: 40px;
                  left: 40.5%;
                  border-width: 40px 75px 0 75px;
                  border-color: white transparent transparent transparent; }
                #page-wrap-horizontal table tr .page td article .section.section-next .container {
                  width: 100%;
                  -webkit-box-sizing: border-box;
                  -moz-box-sizing: border-box;
                  box-sizing: border-box; }
                  #page-wrap-horizontal table tr .page td article .section.section-next .container img {
                    width: 100%;
                    height: auto; } }

@media screen and (max-width: 768px) {
  #page-wrap-vertical article .section {
    max-width: 100%; }
    #page-wrap-vertical article .section .container {
      padding: 25px 0; }
  #page-wrap-horizontal table tr .page td article .section.section-next h1 {
    font-size: 2rem; }
  #page-wrap-horizontal table tr .page td article .section.section-next:after {
    left: 30.5%;
    border-width: 20px 75px 0 75px; } }

@media screen and (max-width: 480px) {
  #page-wrap-vertical article .section {
    padding: 0 20px; } }

.galleryspan {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  .galleryspan .gallery-img {
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.35s  ease-in-out;
    -moz-transition: all 0.35s  ease-in-out;
    transition: all 0.35s  ease-in-out; }
    .galleryspan .gallery-img img {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      opacity: 1;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
    .galleryspan .gallery-img .caption {
      display: none;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 20px;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
      .galleryspan .gallery-img .caption p {
        text-align: center;
        font-size: 1rem;
        color: black; }
    .galleryspan .gallery-img:hover img {
      opacity: 0.25 !important;
      -webkit-transform: scale(1.1) !important;
      -moz-transform: scale(1.1) !important;
      transform: scale(1.1) !important; }
    .galleryspan .gallery-img:hover .caption {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.05); }

.slider .flexslider ul li img {
  opacity: 1 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  translate: none; }

.lg-outer .lg .lg-sub-html p {
  font-size: 1rem; }

.flexslider {
  margin: 0;
  border: none;
  max-height: 800px; }
  .flexslider .flex-viewport .slides {
    width: 100%;
    position: relative; }
    .flexslider .flex-viewport .slides li {
      -moz-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat; }
      .flexslider .flex-viewport .slides li span {
        display: block;
        width: 100%; }
      .flexslider .flex-viewport .slides li img {
        opacity: 1; }
  .flexslider .flex-control-nav {
    bottom: 10px; }
    .flexslider .flex-control-nav li {
      margin: 0 3px; }

#page-wrap-horizontal .page {
  /* illy Coffee */ }
  #page-wrap-horizontal .page #page-01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url("../img/edge-section-bg-grid.gif");
    -moz-background-size: 130%;
    background-size: 130%;
    background-repeat: repeat;
    background-position: center center;
    background-attachment: fixed; }
    #page-wrap-horizontal .page #page-01 .section {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      float: left;
      height: 100vh;
      margin-right: 20px; }
      #page-wrap-horizontal .page #page-01 .section:first-child {
        margin: 0; }
      #page-wrap-horizontal .page #page-01 .section:last-child {
        margin: 0; }
      #page-wrap-horizontal .page #page-01 .section .container {
        width: 100%;
        height: 100vh;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #page-wrap-horizontal .page #page-01 .section .container .content {
          display: block;
          width: 100%; }
      #page-wrap-horizontal .page #page-01 .section.section-01 {
        width: auto;
        margin-right: 40px;
        overflow-y: hidden; }
        #page-wrap-horizontal .page #page-01 .section.section-01 .container-video-full {
          -webkit-box-align: top;
          -moz-box-align: top;
          -ms-flex-align: top;
          align-items: top;
          -webkit-box-pack: start;
          -moz-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          #page-wrap-horizontal .page #page-01 .section.section-01 .container-video-full video,
          #page-wrap-horizontal .page #page-01 .section.section-01 .container-video-full iframe {
            width: auto;
            min-height: 100vh;
            height: 100vh; }
      #page-wrap-horizontal .page #page-01 .section.section-02 {
        width: 550px;
        margin-right: 40px;
        z-index: 2; }
        #page-wrap-horizontal .page #page-01 .section.section-02 .container-text {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: left;
          -moz-box-align: left;
          -ms-flex-align: left;
          align-items: left; }
          #page-wrap-horizontal .page #page-01 .section.section-02 .container-text #logo-edge-tag {
            width: 200px;
            height: auto;
            margin: 0 0 20px 0; }
          #page-wrap-horizontal .page #page-01 .section.section-02 .container-text h1 {
            margin: 0 0 0 30px;
            line-height: 4rem; }
          #page-wrap-horizontal .page #page-01 .section.section-02 .container-text h3 {
            margin: 0 0 0 30px;
            font-weight: 900; }
          #page-wrap-horizontal .page #page-01 .section.section-02 .container-text p {
            margin: 30px 0 0 0;
            font-family: "Roboto Slab", serif; }
      #page-wrap-horizontal .page #page-01 .section.section-03 {
        width: 970px;
        z-index: 1; }
      #page-wrap-horizontal .page #page-01 .section.section-04 {
        width: 634px;
        z-index: 1; }
        #page-wrap-horizontal .page #page-01 .section.section-04 .container-image {
          -webkit-box-align: start;
          -moz-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          margin-top: 20%; }
          #page-wrap-horizontal .page #page-01 .section.section-04 .container-image img {
            width: 634px;
            height: auto; }
      #page-wrap-horizontal .page #page-01 .section.section-05 {
        width: 1000px;
        margin-left: -60px;
        z-index: 2; }
        #page-wrap-horizontal .page #page-01 .section.section-05 .container-text {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -moz-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
          #page-wrap-horizontal .page #page-01 .section.section-05 .container-text h2 {
            width: 85%; }
          #page-wrap-horizontal .page #page-01 .section.section-05 .container-text img {
            margin-left: 400px;
            margin-top: -40px;
            width: 624px;
            height: auto; }
      #page-wrap-horizontal .page #page-01 .section.section-06 {
        width: 1500px;
        padding-right: 106px;
        margin-left: 20px; }
        #page-wrap-horizontal .page #page-01 .section.section-06 .container-image .content .edge-section-06-01 {
          position: absolute;
          width: 52%;
          height: auto;
          top: 20%;
          left: 0;
          z-index: 2; }
          #page-wrap-horizontal .page #page-01 .section.section-06 .container-image .content .edge-section-06-01 p {
            position: absolute;
            bottom: 10px;
            right: 20px;
            margin: 0;
            border: none; }
            #page-wrap-horizontal .page #page-01 .section.section-06 .container-image .content .edge-section-06-01 p a {
              color: white;
              text-decoration: none; }
        #page-wrap-horizontal .page #page-01 .section.section-06 .container-image .content .edge-section-06-02 {
          position: absolute;
          width: 52%;
          height: auto;
          top: 30%;
          right: 0;
          z-index: 1; }
        #page-wrap-horizontal .page #page-01 .section.section-06 .container-image .content .heading {
          z-index: 3;
          position: absolute;
          top: 21%;
          right: 0; }
      #page-wrap-horizontal .page #page-01 .section.section-07 {
        width: 1400px;
        z-index: 1; }
        #page-wrap-horizontal .page #page-01 .section.section-07 .container-text {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: left;
          -moz-box-align: left;
          -ms-flex-align: left;
          align-items: left;
          -webkit-box-pack: start;
          -moz-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          #page-wrap-horizontal .page #page-01 .section.section-07 .container-text .content {
            width: 100%;
            margin-top: 70px; }
            #page-wrap-horizontal .page #page-01 .section.section-07 .container-text .content p {
              display: block;
              max-width: 985px;
              font-family: "Roboto Slab", serif; }
            #page-wrap-horizontal .page #page-01 .section.section-07 .container-text .content .img-100 {
              width: 100%;
              overflow: hidden; }
              #page-wrap-horizontal .page #page-01 .section.section-07 .container-text .content .img-100 img {
                width: 100%;
                height: auto; }
      #page-wrap-horizontal .page #page-01 .section.section-08 {
        width: 930px;
        z-index: 2;
        margin-left: -60px; }
        #page-wrap-horizontal .page #page-01 .section.section-08 .container-image {
          height: 50vh;
          margin-top: 35%;
          -webkit-box-align: start;
          -moz-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-pack: start;
          -moz-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          position: relative; }
          #page-wrap-horizontal .page #page-01 .section.section-08 .container-image .content-50 {
            position: absolute;
            width: 48%; }
            #page-wrap-horizontal .page #page-01 .section.section-08 .container-image .content-50 img {
              width: 100%;
              height: auto; }
            #page-wrap-horizontal .page #page-01 .section.section-08 .container-image .content-50 p {
              position: absolute;
              bottom: 10px;
              right: 20px;
              margin: 0;
              border: none; }
              #page-wrap-horizontal .page #page-01 .section.section-08 .container-image .content-50 p a {
                color: white;
                text-decoration: none; }
            #page-wrap-horizontal .page #page-01 .section.section-08 .container-image .content-50:nth-child(1) {
              z-index: 2;
              left: 0; }
            #page-wrap-horizontal .page #page-01 .section.section-08 .container-image .content-50:nth-child(2) {
              z-index: 1;
              right: 0; }
      #page-wrap-horizontal .page #page-01 .section.section-09 {
        width: 1200px;
        z-index: 1; }
        #page-wrap-horizontal .page #page-01 .section.section-09 .container-text {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          #page-wrap-horizontal .page #page-01 .section.section-09 .container-text .edge-section-09-01 {
            width: 100%; }
            #page-wrap-horizontal .page #page-01 .section.section-09 .container-text .edge-section-09-01 h2 {
              display: block;
              width: 100%; }
          #page-wrap-horizontal .page #page-01 .section.section-09 .container-text .edge-section-09-02 {
            width: 100%;
            margin: 10% 0; }
            #page-wrap-horizontal .page #page-01 .section.section-09 .container-text .edge-section-09-02 .counter {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: start;
              -moz-box-align: start;
              -ms-flex-align: start;
              align-items: flex-start;
              -ms-flex-pack: distribute;
              justify-content: space-around;
              list-style: none;
              margin: 0; }
              #page-wrap-horizontal .page #page-01 .section.section-09 .container-text .edge-section-09-02 .counter li {
                display: block;
                margin: 0;
                padding: 20px; }
                #page-wrap-horizontal .page #page-01 .section.section-09 .container-text .edge-section-09-02 .counter li:last-child {
                  margin: 0; }
                #page-wrap-horizontal .page #page-01 .section.section-09 .container-text .edge-section-09-02 .counter li div {
                  display: block;
                  width: 100%;
                  text-align: center; }
                  #page-wrap-horizontal .page #page-01 .section.section-09 .container-text .edge-section-09-02 .counter li div.title {
                    font-size: 1.25rem; }
                  #page-wrap-horizontal .page #page-01 .section.section-09 .container-text .edge-section-09-02 .counter li div.number-wrap .numbers,
                  #page-wrap-horizontal .page #page-01 .section.section-09 .container-text .edge-section-09-02 .counter li div.number-wrap .comma {
                    font-size: 4rem;
                    font-weight: 300; }
      #page-wrap-horizontal .page #page-01 .section.section-10 {
        width: 815px;
        z-index: 1;
        background-image: url("../img/edge-section-10-devices.png");
        background-repeat: no-repeat;
        background-position: center center;
        -moz-background-size: 800px auto;
        background-size: 800px auto; }
        #page-wrap-horizontal .page #page-01 .section.section-10 .container-text {
          width: 1365px;
          margin-top: 255px;
          -webkit-box-pack: start;
          -moz-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          position: absolute;
          left: -575px; }
          #page-wrap-horizontal .page #page-01 .section.section-10 .container-text h1 {
            display: inline-block; }
          #page-wrap-horizontal .page #page-01 .section.section-10 .container-text .space {
            display: block;
            width: 160px; }

@media screen and (max-width: 1440px) {
  #page-wrap-horizontal .page #page-01 .section.section-01 {
    max-width: 100vw;
    width: 75vw;
    overflow: hidden; }
    #page-wrap-horizontal .page #page-01 .section.section-01 .container-video-full {
      position: relative; }
      #page-wrap-horizontal .page #page-01 .section.section-01 .container-video-full video {
        height: 100vh;
        width: auto; }
  #page-wrap-horizontal .page #page-01 .section.section-02 .container-text h1 {
    margin: 0; }
  #page-wrap-horizontal .page #page-01 .section.section-02 .container-text h3 {
    margin: 0; }
  #page-wrap-horizontal .page #page-01 .section.section-02 .container-text p {
    margin: 20px 0 0 0; }
  #page-wrap-horizontal .page #page-01 .section.section-03 {
    width: 500px; }
    #page-wrap-horizontal .page #page-01 .section.section-03 .container-video video {
      width: 500px; }
  #page-wrap-horizontal .page #page-01 .section.section-04 {
    width: 600px; }
    #page-wrap-horizontal .page #page-01 .section.section-04 .container-image {
      margin: 0;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #page-wrap-horizontal .page #page-01 .section.section-04 .container-image img {
        width: 100%;
        height: auto; }
  #page-wrap-horizontal .page #page-01 .section.section-05 {
    width: 800px; }
    #page-wrap-horizontal .page #page-01 .section.section-05 .container-text {
      margin: 0;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #page-wrap-horizontal .page #page-01 .section.section-05 .container-text h2 {
        width: 100%; }
      #page-wrap-horizontal .page #page-01 .section.section-05 .container-text img {
        margin-left: 400px;
        margin-top: -30px;
        width: 400px; }
  #page-wrap-horizontal .page #page-01 .section.section-06 {
    width: 675px; }
  #page-wrap-horizontal .page #page-01 .section.section-07 {
    width: 750px; }
    #page-wrap-horizontal .page #page-01 .section.section-07 .container-text {
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #page-wrap-horizontal .page #page-01 .section.section-07 .container-text .content {
        margin-top: 0; }
        #page-wrap-horizontal .page #page-01 .section.section-07 .container-text .content .img-100 {
          max-height: 200px; }
          #page-wrap-horizontal .page #page-01 .section.section-07 .container-text .content .img-100 img {
            margin-top: -100px; }
  #page-wrap-horizontal .page #page-01 .section.section-08 {
    margin-left: 0; }
    #page-wrap-horizontal .page #page-01 .section.section-08 .container-image {
      height: 100vh;
      margin: 0;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #page-wrap-horizontal .page #page-01 .section.section-08 .container-image .content-50 {
        position: relative; }
  #page-wrap-horizontal .page #page-01 .section.section-09 {
    width: 1000px; }
    #page-wrap-horizontal .page #page-01 .section.section-09 .container-text .edge-section-09-02 .counter li div {
      display: block;
      width: 100%;
      text-align: center; }
      #page-wrap-horizontal .page #page-01 .section.section-09 .container-text .edge-section-09-02 .counter li div.number-wrap .numbers,
      #page-wrap-horizontal .page #page-01 .section.section-09 .container-text .edge-section-09-02 .counter li div.number-wrap .comma {
        font-size: 3.5rem; }
  #page-wrap-horizontal .page #page-01 .section.section-10 {
    width: 815px;
    z-index: 1;
    background-image: url("../img/edge-section-10-devices.png");
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: 700px auto;
    background-size: 700px auto; }
    #page-wrap-horizontal .page #page-01 .section.section-10 .container-text {
      width: 680px;
      margin-top: 225px;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      position: absolute;
      left: -325px; }
      #page-wrap-horizontal .page #page-01 .section.section-10 .container-text h1 {
        display: inline-block; }
      #page-wrap-horizontal .page #page-01 .section.section-10 .container-text .space {
        display: block;
        width: 160px; } }

@media screen and (max-width: 768px) {
  #page-wrap-horizontal .page #page-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #page-wrap-horizontal .page #page-01 .section {
      width: 100% !important;
      max-width: 100% !important;
      height: auto;
      margin: 0 !important;
      padding: 0 !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #page-wrap-horizontal .page #page-01 .section .container {
        height: auto;
        -webkit-box-align: left;
        -moz-box-align: left;
        -ms-flex-align: left;
        align-items: left;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      #page-wrap-horizontal .page #page-01 .section.section-01 {
        width: 100%;
        max-width: 100%; }
        #page-wrap-horizontal .page #page-01 .section.section-01 .container-video-full {
          -webkit-box-align: top;
          -moz-box-align: top;
          -ms-flex-align: top;
          align-items: top;
          -webkit-box-pack: start;
          -moz-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          #page-wrap-horizontal .page #page-01 .section.section-01 .container-video-full video {
            position: relative;
            left: 0;
            width: 100%;
            max-width: 100%;
            min-height: auto;
            height: auto; }
      #page-wrap-horizontal .page #page-01 .section.section-02 .container-text {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 20px; }
      #page-wrap-horizontal .page #page-01 .section.section-03 .container-video {
        -webkit-box-align: top;
        -moz-box-align: top;
        -ms-flex-align: top;
        align-items: top;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        height: auto !important;
        padding: 0 20px 20px 20px; }
        #page-wrap-horizontal .page #page-01 .section.section-03 .container-video video {
          width: 100%;
          height: auto; }
      #page-wrap-horizontal .page #page-01 .section.section-05 .container-text {
        padding: 20px 20px 0 20px; }
        #page-wrap-horizontal .page #page-01 .section.section-05 .container-text img {
          max-width: 100%;
          max-height: auto;
          width: 100%;
          height: auto;
          margin: 20px 0 0 0; }
      #page-wrap-horizontal .page #page-01 .section.section-06 .container-image {
        padding: 0 20px;
        display: block; }
        #page-wrap-horizontal .page #page-01 .section.section-06 .container-image .content .edge-section-06-01,
        #page-wrap-horizontal .page #page-01 .section.section-06 .container-image .content .edge-section-06-02 {
          float: left;
          position: relative;
          max-width: 50%;
          max-height: auto;
          width: 50%;
          height: auto;
          margin: 0 0 20px 0; }
        #page-wrap-horizontal .page #page-01 .section.section-06 .container-image .content .heading {
          display: none; }
          #page-wrap-horizontal .page #page-01 .section.section-06 .container-image .content .heading h1 {
            display: none; }
      #page-wrap-horizontal .page #page-01 .section.section-07 {
        width: 100%; }
        #page-wrap-horizontal .page #page-01 .section.section-07 .container-text {
          padding: 0 20px; }
          #page-wrap-horizontal .page #page-01 .section.section-07 .container-text img {
            width: 100%; }
      #page-wrap-horizontal .page #page-01 .section.section-08 {
        margin: 0; }
        #page-wrap-horizontal .page #page-01 .section.section-08 .container-image {
          height: 100%;
          max-height: 350px;
          padding: 0 20px 20px 20px;
          overflow: hidden; }
          #page-wrap-horizontal .page #page-01 .section.section-08 .container-image .content-50 {
            position: relative;
            width: 50%;
            min-height: 30vh;
            overflow: hidden; }
            #page-wrap-horizontal .page #page-01 .section.section-08 .container-image .content-50 img {
              display: none; }
            #page-wrap-horizontal .page #page-01 .section.section-08 .container-image .content-50:nth-child(1), #page-wrap-horizontal .page #page-01 .section.section-08 .container-image .content-50:nth-child(2) {
              -moz-background-size: cover;
              background-size: cover;
              background-position: center center;
              z-index: 1;
              left: 0;
              right: 0; }
            #page-wrap-horizontal .page #page-01 .section.section-08 .container-image .content-50:nth-child(1) {
              background-image: url("../img/edge-section-08-01.jpg"); }
            #page-wrap-horizontal .page #page-01 .section.section-08 .container-image .content-50:nth-child(2) {
              background-image: url("../img/edge-section-08-02.jpg"); }
      #page-wrap-horizontal .page #page-01 .section.section-08 .container-image .edge-section-08-01,
      #page-wrap-horizontal .page #page-01 .section.section-08 .container-image .edge-section-08-02 {
        max-width: 50%;
        width: 50%;
        margin: 0; }
      #page-wrap-horizontal .page #page-01 .section.section-09 {
        width: 100%; }
        #page-wrap-horizontal .page #page-01 .section.section-09 .container-text {
          padding: 20px; }
          #page-wrap-horizontal .page #page-01 .section.section-09 .container-text .edge-section-09-02 {
            margin: 0; }
            #page-wrap-horizontal .page #page-01 .section.section-09 .container-text .edge-section-09-02 .counter {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -moz-box-orient: vertical;
              -moz-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              padding: 0; }
              #page-wrap-horizontal .page #page-01 .section.section-09 .container-text .edge-section-09-02 .counter li {
                width: 100%;
                padding: 20px 0; }
      #page-wrap-horizontal .page #page-01 .section.section-10 {
        width: 100%;
        min-height: 685px; }
        #page-wrap-horizontal .page #page-01 .section.section-10 .container-text {
          width: 100%;
          margin: 0;
          position: relative;
          top: 0;
          left: 0;
          padding: 0 20px; }
          #page-wrap-horizontal .page #page-01 .section.section-10 .container-text .space {
            width: 8px; } }

@media screen and (max-width: 480px) {
  #page-wrap-horizontal .page #page-01 {
    -moz-background-size: 200%;
    background-size: 200%; }
    #page-wrap-horizontal .page #page-01 .section.section-06 {
      height: 188px; }
    #page-wrap-horizontal .page #page-01 .section.section-08 {
      height: 201px; }
      #page-wrap-horizontal .page #page-01 .section.section-08 .container-image {
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        #page-wrap-horizontal .page #page-01 .section.section-08 .container-image .edge-section-08-01,
        #page-wrap-horizontal .page #page-01 .section.section-08 .container-image .edge-section-08-02 {
          max-height: 181px;
          width: auto;
          max-width: auto;
          overflow: hidden; }
    #page-wrap-horizontal .page #page-01 .section.section-10 {
      width: 100%;
      min-height: 345px;
      -moz-background-size: 300px auto;
      background-size: 300px auto; }
      #page-wrap-horizontal .page #page-01 .section.section-10 .container-text {
        width: 100%;
        margin: 0;
        position: relative;
        top: 0;
        left: 0;
        padding: 0 20px; }
        #page-wrap-horizontal .page #page-01 .section.section-10 .container-text h1 {
          font-size: 2rem; }
        #page-wrap-horizontal .page #page-01 .section.section-10 .container-text .space {
          width: 8px; } }

#page-wrap-vertical {
  margin-top: 50px; }
  #page-wrap-vertical article .section .container-full {
    float: left; }
  #page-wrap-vertical article .section.section-01 {
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: -moz-calc(75vh - 50px);
    height: calc(75vh - 50px);
    overflow: hidden;
    border-bottom: 10px solid #00a1de; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1); }
  50% {
    -moz-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -moz-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }
    #page-wrap-vertical article .section.section-01 .container-full {
      padding: 0;
      height: 100%;
      background-image: url("../img/edge-section-01-forest-in-the-sky.jpg");
      background-repeat: repeat;
      background-position: center center;
      -moz-background-size: cover;
      background-size: cover;
      -webkit-animation: pulse 40s linear infinite;
      -moz-animation: pulse 40s linear infinite;
      animation: pulse 40s linear infinite;
      padding: 10%; }
      #page-wrap-vertical article .section.section-01 .container-full .message {
        max-width: 930px;
        height: auto;
        margin: 0 auto; }
  #page-wrap-vertical article .section.section-02 {
    background-image: url("../img/edge-section-02-flower.jpg");
    background-position: right 73%;
    background-repeat: no-repeat;
    -moz-background-size: 41%;
    background-size: 41%;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #page-wrap-vertical article .section.section-02 .container-01 {
      padding-bottom: 0; }
      #page-wrap-vertical article .section.section-02 .container-01 .content-flex {
        position: relative; }
        #page-wrap-vertical article .section.section-02 .container-01 .content-flex .content-75 .heading {
          margin-top: 2%;
          margin-left: 5%; }
          #page-wrap-vertical article .section.section-02 .container-01 .content-flex .content-75 .heading span {
            display: block; }
            #page-wrap-vertical article .section.section-02 .container-01 .content-flex .content-75 .heading span.line-01 {
              font-weight: 900; }
            #page-wrap-vertical article .section.section-02 .container-01 .content-flex .content-75 .heading span.line-02 {
              font-weight: 900;
              margin-left: 22%; }
        #page-wrap-vertical article .section.section-02 .container-01 .content-flex .content-25 #logo-edge-tag {
          width: 200px; }
    #page-wrap-vertical article .section.section-02 .container-02 {
      padding: 0; }
      #page-wrap-vertical article .section.section-02 .container-02 .content-flex {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        #page-wrap-vertical article .section.section-02 .container-02 .content-flex p {
          display: block;
          width: 50%; }
        #page-wrap-vertical article .section.section-02 .container-02 .content-flex .content-img {
          margin: 20px 0 0 0;
          max-width: 400px;
          height: auto;
          z-index: 2;
          -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
          clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%); }
        #page-wrap-vertical article .section.section-02 .container-02 .content-flex .quote {
          position: absolute;
          bottom: 225px;
          left: 430px;
          text-align: left; }
  #page-wrap-vertical article .section.section-03 {
    padding: 0;
    max-width: 100%;
    margin-top: -100px;
    height: 75vh;
    background-image: url("../img/edge-section-03-render.jpg");
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    z-index: 1; }
    #page-wrap-vertical article .section.section-03 img {
      display: none;
      width: 100%;
      height: auto; }
  #page-wrap-vertical article .section.section-04 .container-full .content h3 {
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: none;
    text-align: center; }
  #page-wrap-vertical article .section.section-04 .container-full .content ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    #page-wrap-vertical article .section.section-04 .container-full .content ul li {
      margin: 0;
      padding: 0;
      width: 33.3%;
      padding: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #page-wrap-vertical article .section.section-04 .container-full .content ul li img {
        display: block;
        margin: 0 auto 20px auto;
        width: 80px;
        height: 80px; }
      #page-wrap-vertical article .section.section-04 .container-full .content ul li .number-wrap {
        text-align: center; }
        #page-wrap-vertical article .section.section-04 .container-full .content ul li .number-wrap .numbers {
          font-family: "Lato", sans-serif;
          font-size: 2.5rem;
          font-weight: 400;
          text-align: center; }
        #page-wrap-vertical article .section.section-04 .container-full .content ul li .number-wrap p {
          text-align: center;
          margin-bottom: 0; }
  #page-wrap-vertical article .section.section-05 .container {
    padding-top: 0; }
    #page-wrap-vertical article .section.section-05 .container .content-flex .content-50 .video-container {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 35px;
      height: 0;
      overflow: hidden; }
    #page-wrap-vertical article .section.section-05 .container .content-flex .content-50 .quote {
      text-align: center;
      margin-top: 8; }
    #page-wrap-vertical article .section.section-05 .container .content-flex .content-50:first-child {
      margin-top: 10%; }
    #page-wrap-vertical article .section.section-05 .container .content-flex h3 {
      display: block;
      margin-top: 40px;
      font-weight: 900;
      text-transform: none; }
  #page-wrap-vertical article .section.section-06 {
    padding: 0;
    border-top: 3px solid #00a1de;
    border-bottom: 3px solid #00a1de;
    max-width: 100%;
    height: 75vh;
    background-image: url("../img/edge-section-06-render.jpg");
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    z-index: 1; }
    #page-wrap-vertical article .section.section-06 img {
      display: none;
      width: 100%;
      height: auto; }
  #page-wrap-vertical article .section.section-background {
    background-color: #e1e1e1; }
    #page-wrap-vertical article .section.section-background .container .content-flex .content-50:nth-child(1) {
      overflow: hidden; }
      #page-wrap-vertical article .section.section-background .container .content-flex .content-50:nth-child(1) img {
        height: 100%;
        width: auto; }
    #page-wrap-vertical article .section.section-background .container .content-flex .content-50.left {
      padding: 3%; }
      #page-wrap-vertical article .section.section-background .container .content-flex .content-50.left h2 {
        font-size: 3.5rem; }
  #page-wrap-vertical article .section.section-09 {
    margin-top: -20px; }
    #page-wrap-vertical article .section.section-09 .container-full {
      padding: 0; }
      #page-wrap-vertical article .section.section-09 .container-full .content-flex {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        #page-wrap-vertical article .section.section-09 .container-full .content-flex .content-50 h2 {
          font-size: 4.75rem; }
        #page-wrap-vertical article .section.section-09 .container-full .content-flex .content-50 img {
          width: 100%;
          height: auto; }

@media screen and (max-width: 1440px) {
  #page-wrap-vertical article .section.section-02 {
    background-position: right 50%;
    background-repeat: no-repeat;
    -moz-background-size: 41%;
    background-size: 41%; } }

@media screen and (max-width: 1024px) {
  #page-wrap-vertical article .section.section-02 {
    background-position: right 73%;
    background-repeat: no-repeat;
    -moz-background-size: 41%;
    background-size: 41%; }
    #page-wrap-vertical article .section.section-02 .container-01 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      #page-wrap-vertical article .section.section-02 .container-01 .content-flex .content-75 .heading {
        margin-top: 0;
        margin-left: 0; }
        #page-wrap-vertical article .section.section-02 .container-01 .content-flex .content-75 .heading span {
          display: inline-block; }
          #page-wrap-vertical article .section.section-02 .container-01 .content-flex .content-75 .heading span.line-02 {
            margin-left: 0; }
    #page-wrap-vertical article .section.section-02 .container-02 {
      padding: 0; }
      #page-wrap-vertical article .section.section-02 .container-02 .content-flex p {
        width: 100%; }
      #page-wrap-vertical article .section.section-02 .container-02 .content-flex .content-img {
        max-width: 49%; }
      #page-wrap-vertical article .section.section-02 .container-02 .content-flex .quote {
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0;
        text-align: center; }
  #page-wrap-vertical article .section.section-03, #page-wrap-vertical article .section.section-06 {
    height: auto;
    margin-top: 0;
    background-image: none; }
    #page-wrap-vertical article .section.section-03 .container-full, #page-wrap-vertical article .section.section-06 .container-full {
      padding: 0; }
      #page-wrap-vertical article .section.section-03 .container-full img, #page-wrap-vertical article .section.section-06 .container-full img {
        display: block; }
  #page-wrap-vertical article .section.section-08 .container .content-flex .content-50.left h2 {
    font-size: 3rem; }
  #page-wrap-vertical article .section.section-09 .container-full .content-flex .content-50 h2 {
    font-size: 3rem; } }

@media screen and (max-width: 768px) {
  #page-wrap-vertical article .section.section-02 {
    background-position: right 70%; }
    #page-wrap-vertical article .section.section-02 .container-01 .content-flex .content-25 {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    #page-wrap-vertical article .section.section-02 .container-01 .content-flex .content-75 {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin: 20px 0 10px 0 !important; }
  #page-wrap-vertical article .section.section-04 .container-full .content ul li .number-wrap p {
    font-size: 0.75rem;
    line-height: 1rem; }
  #page-wrap-vertical article .section.section-05 .container .content-flex .content-50:first-child {
    margin-top: 0; }
  #page-wrap-vertical article .section.section-08 .container .content-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    #page-wrap-vertical article .section.section-08 .container .content-flex .content-50:nth-child(1) img {
      height: auto;
      width: 100%; }
    #page-wrap-vertical article .section.section-08 .container .content-flex .content-50.left h2 {
      font-size: 2rem; }
  #page-wrap-vertical article .section.section-09 {
    margin-top: 0; }
    #page-wrap-vertical article .section.section-09 .container-full {
      padding: 25px 0; }
      #page-wrap-vertical article .section.section-09 .container-full .content-flex .content-50 h2 {
        font-size: 3rem; } }

@media screen and (max-width: 480px) {
  #page-wrap-vertical article .section .container-full {
    float: none; }
  #page-wrap-vertical article .section.section-01 {
    height: -moz-calc(50vh - 50px);
    height: calc(50vh - 50px); }
  #page-wrap-vertical article .section.section-02 {
    background-image: none; }
    #page-wrap-vertical article .section.section-02 .container-02 .content-flex .content-img {
      max-width: 100%; }
  #page-wrap-vertical article .section.section-08 .container .content-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
