@charset "UTF-8";
/* Basscss Type Scale */
.h1 {
  font-size: 2rem; }

.h2 {
  font-size: 1.5rem; }

.h3 {
  font-size: 1.25rem; }

.h4 {
  font-size: 1rem; }

.h5 {
  font-size: 0.875rem; }

.h6 {
  font-size: 0.75rem; }

/* Basscss Typography */
.font-family-inherit {
  font-family: inherit; }

.font-size-inherit {
  font-size: inherit; }

.text-decoration-none {
  text-decoration: none; }

.bold {
  font-weight: bold; }

.regular {
  font-weight: normal; }

.italic {
  font-style: italic; }

.caps {
  text-transform: uppercase;
  letter-spacing: 0.2em; }

.left-align {
  text-align: left; }

.center {
  text-align: center; }

.right-align {
  text-align: right; }

.justify {
  text-align: justify; }

.nowrap {
  white-space: nowrap; }

.break-word {
  word-wrap: break-word; }

.line-height-1 {
  line-height: 1; }

.line-height-2 {
  line-height: 1.125; }

.line-height-3 {
  line-height: 1.25; }

.line-height-4 {
  line-height: 1.5; }

.list-style-none {
  list-style: none; }

.underline {
  text-decoration: underline; }

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.list-reset {
  list-style: none;
  padding-left: 0; }

/* Basscss Layout */
.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

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

.clearfix:after {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.fit {
  max-width: 100%; }

.max-width-1 {
  max-width: 24rem; }

.max-width-2 {
  max-width: 32rem; }

.max-width-3 {
  max-width: 48rem; }

.max-width-4 {
  max-width: 64rem; }

.border-box {
  box-sizing: border-box; }

/* Basscss Align */
.align-baseline {
  vertical-align: baseline; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

/* Basscss Margin */
.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mr0 {
  margin-right: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0 {
  margin-left: 0; }

.mx0 {
  margin-left: 0;
  margin-right: 0; }

.my0 {
  margin-top: 0;
  margin-bottom: 0; }

.m1 {
  margin: 0.5rem; }

.mt1 {
  margin-top: 0.5rem; }

.mr1 {
  margin-right: 0.5rem; }

.mb1 {
  margin-bottom: 0.5rem; }

.ml1 {
  margin-left: 0.5rem; }

.mx1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.my1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.m2 {
  margin: 1rem; }

.mt2 {
  margin-top: 1rem; }

.mr2 {
  margin-right: 1rem; }

.mb2 {
  margin-bottom: 1rem; }

.ml2 {
  margin-left: 1rem; }

.mx2 {
  margin-left: 1rem;
  margin-right: 1rem; }

.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.m3 {
  margin: 2rem; }

.mt3 {
  margin-top: 2rem; }

.mr3 {
  margin-right: 2rem; }

.mb3 {
  margin-bottom: 2rem; }

.ml3 {
  margin-left: 2rem; }

.mx3 {
  margin-left: 2rem;
  margin-right: 2rem; }

.my3 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.m4 {
  margin: 4rem; }

.mt4 {
  margin-top: 4rem; }

.mr4 {
  margin-right: 4rem; }

.mb4 {
  margin-bottom: 4rem; }

.ml4 {
  margin-left: 4rem; }

.mx4 {
  margin-left: 4rem;
  margin-right: 4rem; }

.my4 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem; }

.mxn3 {
  margin-left: -2rem;
  margin-right: -2rem; }

.mxn4 {
  margin-left: -4rem;
  margin-right: -4rem; }

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

/* Basscss Padding */
.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pr0 {
  padding-right: 0; }

.pb0 {
  padding-bottom: 0; }

.pl0 {
  padding-left: 0; }

.px0 {
  padding-left: 0;
  padding-right: 0; }

.py0 {
  padding-top: 0;
  padding-bottom: 0; }

.p1 {
  padding: 0.5rem; }

.pt1 {
  padding-top: 0.5rem; }

.pr1 {
  padding-right: 0.5rem; }

.pb1 {
  padding-bottom: 0.5rem; }

.pl1 {
  padding-left: 0.5rem; }

.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.p2 {
  padding: 1rem; }

.pt2 {
  padding-top: 1rem; }

.pr2 {
  padding-right: 1rem; }

.pb2 {
  padding-bottom: 1rem; }

.pl2 {
  padding-left: 1rem; }

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px2 {
  padding-left: 1rem;
  padding-right: 1rem; }

.p3 {
  padding: 2rem; }

.pt3 {
  padding-top: 2rem; }

.pr3 {
  padding-right: 2rem; }

.pb3 {
  padding-bottom: 2rem; }

.pl3 {
  padding-left: 2rem; }

.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.px3 {
  padding-left: 2rem;
  padding-right: 2rem; }

.p4 {
  padding: 4rem; }

.pt4 {
  padding-top: 4rem; }

.pr4 {
  padding-right: 4rem; }

.pb4 {
  padding-bottom: 4rem; }

.pl4 {
  padding-left: 4rem; }

.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.px4 {
  padding-left: 4rem;
  padding-right: 4rem; }

/* Basscss Padding */
.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pr0 {
  padding-right: 0; }

.pb0 {
  padding-bottom: 0; }

.pl0 {
  padding-left: 0; }

.px0 {
  padding-left: 0;
  padding-right: 0; }

.py0 {
  padding-top: 0;
  padding-bottom: 0; }

.p1 {
  padding: 0.5rem; }

.pt1 {
  padding-top: 0.5rem; }

.pr1 {
  padding-right: 0.5rem; }

.pb1 {
  padding-bottom: 0.5rem; }

.pl1 {
  padding-left: 0.5rem; }

.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.p2 {
  padding: 1rem; }

.pt2 {
  padding-top: 1rem; }

.pr2 {
  padding-right: 1rem; }

.pb2 {
  padding-bottom: 1rem; }

.pl2 {
  padding-left: 1rem; }

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px2 {
  padding-left: 1rem;
  padding-right: 1rem; }

.p3 {
  padding: 2rem; }

.pt3 {
  padding-top: 2rem; }

.pr3 {
  padding-right: 2rem; }

.pb3 {
  padding-bottom: 2rem; }

.pl3 {
  padding-left: 2rem; }

.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.px3 {
  padding-left: 2rem;
  padding-right: 2rem; }

.p4 {
  padding: 4rem; }

.pt4 {
  padding-top: 4rem; }

.pr4 {
  padding-right: 4rem; }

.pb4 {
  padding-bottom: 4rem; }

.pl4 {
  padding-left: 4rem; }

.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.px4 {
  padding-left: 4rem;
  padding-right: 4rem; }

/* Basscss Responsive Padding */
@media (min-width: 40em) {
  .sm-p0 {
    padding: 0; }
  .sm-pt0 {
    padding-top: 0; }
  .sm-pr0 {
    padding-right: 0; }
  .sm-pb0 {
    padding-bottom: 0; }
  .sm-pl0 {
    padding-left: 0; }
  .sm-px0 {
    padding-left: 0;
    padding-right: 0; }
  .sm-py0 {
    padding-top: 0;
    padding-bottom: 0; }
  .sm-p1 {
    padding: 0.5rem; }
  .sm-pt1 {
    padding-top: 0.5rem; }
  .sm-pr1 {
    padding-right: 0.5rem; }
  .sm-pb1 {
    padding-bottom: 0.5rem; }
  .sm-pl1 {
    padding-left: 0.5rem; }
  .sm-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .sm-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .sm-p2 {
    padding: 1rem; }
  .sm-pt2 {
    padding-top: 1rem; }
  .sm-pr2 {
    padding-right: 1rem; }
  .sm-pb2 {
    padding-bottom: 1rem; }
  .sm-pl2 {
    padding-left: 1rem; }
  .sm-px2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .sm-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .sm-p3 {
    padding: 2rem; }
  .sm-pt3 {
    padding-top: 2rem; }
  .sm-pr3 {
    padding-right: 2rem; }
  .sm-pb3 {
    padding-bottom: 2rem; }
  .sm-pl3 {
    padding-left: 2rem; }
  .sm-px3 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .sm-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .sm-p4 {
    padding: 4rem; }
  .sm-pt4 {
    padding-top: 4rem; }
  .sm-pr4 {
    padding-right: 4rem; }
  .sm-pb4 {
    padding-bottom: 4rem; }
  .sm-pl4 {
    padding-left: 4rem; }
  .sm-px4 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .sm-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem; } }

@media (min-width: 52em) {
  .md-p0 {
    padding: 0; }
  .md-pt0 {
    padding-top: 0; }
  .md-pr0 {
    padding-right: 0; }
  .md-pb0 {
    padding-bottom: 0; }
  .md-pl0 {
    padding-left: 0; }
  .md-px0 {
    padding-left: 0;
    padding-right: 0; }
  .md-py0 {
    padding-top: 0;
    padding-bottom: 0; }
  .md-p1 {
    padding: 0.5rem; }
  .md-pt1 {
    padding-top: 0.5rem; }
  .md-pr1 {
    padding-right: 0.5rem; }
  .md-pb1 {
    padding-bottom: 0.5rem; }
  .md-pl1 {
    padding-left: 0.5rem; }
  .md-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .md-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .md-p2 {
    padding: 1rem; }
  .md-pt2 {
    padding-top: 1rem; }
  .md-pr2 {
    padding-right: 1rem; }
  .md-pb2 {
    padding-bottom: 1rem; }
  .md-pl2 {
    padding-left: 1rem; }
  .md-px2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .md-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .md-p3 {
    padding: 2rem; }
  .md-pt3 {
    padding-top: 2rem; }
  .md-pr3 {
    padding-right: 2rem; }
  .md-pb3 {
    padding-bottom: 2rem; }
  .md-pl3 {
    padding-left: 2rem; }
  .md-px3 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .md-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .md-p4 {
    padding: 4rem; }
  .md-pt4 {
    padding-top: 4rem; }
  .md-pr4 {
    padding-right: 4rem; }
  .md-pb4 {
    padding-bottom: 4rem; }
  .md-pl4 {
    padding-left: 4rem; }
  .md-px4 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .md-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem; } }

@media (min-width: 64em) {
  .lg-p0 {
    padding: 0; }
  .lg-pt0 {
    padding-top: 0; }
  .lg-pr0 {
    padding-right: 0; }
  .lg-pb0 {
    padding-bottom: 0; }
  .lg-pl0 {
    padding-left: 0; }
  .lg-px0 {
    padding-left: 0;
    padding-right: 0; }
  .lg-py0 {
    padding-top: 0;
    padding-bottom: 0; }
  .lg-p1 {
    padding: 0.5rem; }
  .lg-pt1 {
    padding-top: 0.5rem; }
  .lg-pr1 {
    padding-right: 0.5rem; }
  .lg-pb1 {
    padding-bottom: 0.5rem; }
  .lg-pl1 {
    padding-left: 0.5rem; }
  .lg-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .lg-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .lg-p2 {
    padding: 1rem; }
  .lg-pt2 {
    padding-top: 1rem; }
  .lg-pr2 {
    padding-right: 1rem; }
  .lg-pb2 {
    padding-bottom: 1rem; }
  .lg-pl2 {
    padding-left: 1rem; }
  .lg-px2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .lg-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .lg-p3 {
    padding: 2rem; }
  .lg-pt3 {
    padding-top: 2rem; }
  .lg-pr3 {
    padding-right: 2rem; }
  .lg-pb3 {
    padding-bottom: 2rem; }
  .lg-pl3 {
    padding-left: 2rem; }
  .lg-px3 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .lg-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .lg-p4 {
    padding: 4rem; }
  .lg-pt4 {
    padding-top: 4rem; }
  .lg-pr4 {
    padding-right: 4rem; }
  .lg-pb4 {
    padding-bottom: 4rem; }
  .lg-pl4 {
    padding-left: 4rem; }
  .lg-px4 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .lg-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem; } }

/* Basscss Responsive Margin */
@media (min-width: 40em) {
  .sm-m0 {
    margin: 0; }
  .sm-mt0 {
    margin-top: 0; }
  .sm-mr0 {
    margin-right: 0; }
  .sm-mb0 {
    margin-bottom: 0; }
  .sm-ml0 {
    margin-left: 0; }
  .sm-mx0 {
    margin-left: 0;
    margin-right: 0; }
  .sm-my0 {
    margin-top: 0;
    margin-bottom: 0; }
  .sm-m1 {
    margin: 0.5rem; }
  .sm-mt1 {
    margin-top: 0.5rem; }
  .sm-mr1 {
    margin-right: 0.5rem; }
  .sm-mb1 {
    margin-bottom: 0.5rem; }
  .sm-ml1 {
    margin-left: 0.5rem; }
  .sm-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .sm-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .sm-m2 {
    margin: 1rem; }
  .sm-mt2 {
    margin-top: 1rem; }
  .sm-mr2 {
    margin-right: 1rem; }
  .sm-mb2 {
    margin-bottom: 1rem; }
  .sm-ml2 {
    margin-left: 1rem; }
  .sm-mx2 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .sm-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .sm-m3 {
    margin: 2rem; }
  .sm-mt3 {
    margin-top: 2rem; }
  .sm-mr3 {
    margin-right: 2rem; }
  .sm-mb3 {
    margin-bottom: 2rem; }
  .sm-ml3 {
    margin-left: 2rem; }
  .sm-mx3 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .sm-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .sm-m4 {
    margin: 4rem; }
  .sm-mt4 {
    margin-top: 4rem; }
  .sm-mr4 {
    margin-right: 4rem; }
  .sm-mb4 {
    margin-bottom: 4rem; }
  .sm-ml4 {
    margin-left: 4rem; }
  .sm-mx4 {
    margin-left: 4rem;
    margin-right: 4rem; }
  .sm-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .sm-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .sm-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .sm-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .sm-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem; }
  .sm-ml-auto {
    margin-left: auto; }
  .sm-mr-auto {
    margin-right: auto; }
  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 52em) {
  .md-m0 {
    margin: 0; }
  .md-mt0 {
    margin-top: 0; }
  .md-mr0 {
    margin-right: 0; }
  .md-mb0 {
    margin-bottom: 0; }
  .md-ml0 {
    margin-left: 0; }
  .md-mx0 {
    margin-left: 0;
    margin-right: 0; }
  .md-my0 {
    margin-top: 0;
    margin-bottom: 0; }
  .md-m1 {
    margin: 0.5rem; }
  .md-mt1 {
    margin-top: 0.5rem; }
  .md-mr1 {
    margin-right: 0.5rem; }
  .md-mb1 {
    margin-bottom: 0.5rem; }
  .md-ml1 {
    margin-left: 0.5rem; }
  .md-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .md-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .md-m2 {
    margin: 1rem; }
  .md-mt2 {
    margin-top: 1rem; }
  .md-mr2 {
    margin-right: 1rem; }
  .md-mb2 {
    margin-bottom: 1rem; }
  .md-ml2 {
    margin-left: 1rem; }
  .md-mx2 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .md-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .md-m3 {
    margin: 2rem; }
  .md-mt3 {
    margin-top: 2rem; }
  .md-mr3 {
    margin-right: 2rem; }
  .md-mb3 {
    margin-bottom: 2rem; }
  .md-ml3 {
    margin-left: 2rem; }
  .md-mx3 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .md-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .md-m4 {
    margin: 4rem; }
  .md-mt4 {
    margin-top: 4rem; }
  .md-mr4 {
    margin-right: 4rem; }
  .md-mb4 {
    margin-bottom: 4rem; }
  .md-ml4 {
    margin-left: 4rem; }
  .md-mx4 {
    margin-left: 4rem;
    margin-right: 4rem; }
  .md-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .md-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .md-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .md-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .md-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem; }
  .md-ml-auto {
    margin-left: auto; }
  .md-mr-auto {
    margin-right: auto; }
  .md-mx-auto {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 64em) {
  .lg-m0 {
    margin: 0; }
  .lg-mt0 {
    margin-top: 0; }
  .lg-mr0 {
    margin-right: 0; }
  .lg-mb0 {
    margin-bottom: 0; }
  .lg-ml0 {
    margin-left: 0; }
  .lg-mx0 {
    margin-left: 0;
    margin-right: 0; }
  .lg-my0 {
    margin-top: 0;
    margin-bottom: 0; }
  .lg-m1 {
    margin: 0.5rem; }
  .lg-mt1 {
    margin-top: 0.5rem; }
  .lg-mr1 {
    margin-right: 0.5rem; }
  .lg-mb1 {
    margin-bottom: 0.5rem; }
  .lg-ml1 {
    margin-left: 0.5rem; }
  .lg-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .lg-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .lg-m2 {
    margin: 1rem; }
  .lg-mt2 {
    margin-top: 1rem; }
  .lg-mr2 {
    margin-right: 1rem; }
  .lg-mb2 {
    margin-bottom: 1rem; }
  .lg-ml2 {
    margin-left: 1rem; }
  .lg-mx2 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .lg-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .lg-m3 {
    margin: 2rem; }
  .lg-mt3 {
    margin-top: 2rem; }
  .lg-mr3 {
    margin-right: 2rem; }
  .lg-mb3 {
    margin-bottom: 2rem; }
  .lg-ml3 {
    margin-left: 2rem; }
  .lg-mx3 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .lg-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .lg-m4 {
    margin: 4rem; }
  .lg-mt4 {
    margin-top: 4rem; }
  .lg-mr4 {
    margin-right: 4rem; }
  .lg-mb4 {
    margin-bottom: 4rem; }
  .lg-ml4 {
    margin-left: 4rem; }
  .lg-mx4 {
    margin-left: 4rem;
    margin-right: 4rem; }
  .lg-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .lg-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .lg-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .lg-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .lg-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem; }
  .lg-ml-auto {
    margin-left: auto; }
  .lg-mr-auto {
    margin-right: auto; }
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto; } }

/* Basscss Grid */
.col {
  float: left;
  box-sizing: border-box; }

.col-right {
  float: right;
  box-sizing: border-box; }

.col-1 {
  width: 8.3333%; }

.col-2 {
  width: 16.6667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.3333%; }

.col-5 {
  width: 41.6667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.3333%; }

.col-8 {
  width: 66.6667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.3333%; }

.col-11 {
  width: 91.6667%; }

.col-12 {
  width: 100%; }

@media (min-width: 40em) {
  .sm-col {
    float: left;
    box-sizing: border-box; }
  .sm-col-right {
    float: right;
    box-sizing: border-box; }
  .sm-col-1 {
    width: 8.3333%; }
  .sm-col-2 {
    width: 16.6667%; }
  .sm-col-3 {
    width: 25%; }
  .sm-col-4 {
    width: 33.3333%; }
  .sm-col-5 {
    width: 41.6667%; }
  .sm-col-6 {
    width: 50%; }
  .sm-col-7 {
    width: 58.3333%; }
  .sm-col-8 {
    width: 66.6667%; }
  .sm-col-9 {
    width: 75%; }
  .sm-col-10 {
    width: 83.3333%; }
  .sm-col-11 {
    width: 91.6667%; }
  .sm-col-12 {
    width: 100%; } }

@media (min-width: 52em) {
  .md-col {
    float: left;
    box-sizing: border-box; }
  .md-col-right {
    float: right;
    box-sizing: border-box; }
  .md-col-1 {
    width: 8.3333%; }
  .md-col-2 {
    width: 16.6667%; }
  .md-col-3 {
    width: 25%; }
  .md-col-4 {
    width: 33.3333%; }
  .md-col-5 {
    width: 41.6667%; }
  .md-col-6 {
    width: 50%; }
  .md-col-7 {
    width: 58.3333%; }
  .md-col-8 {
    width: 66.6667%; }
  .md-col-9 {
    width: 75%; }
  .md-col-10 {
    width: 83.3333%; }
  .md-col-11 {
    width: 91.6667%; }
  .md-col-12 {
    width: 100%; } }

@media (min-width: 64em) {
  .lg-col {
    float: left;
    box-sizing: border-box; }
  .lg-col-right {
    float: right;
    box-sizing: border-box; }
  .lg-col-1 {
    width: 8.3333%; }
  .lg-col-2 {
    width: 16.6667%; }
  .lg-col-3 {
    width: 25%; }
  .lg-col-4 {
    width: 33.3333%; }
  .lg-col-5 {
    width: 41.6667%; }
  .lg-col-6 {
    width: 50%; }
  .lg-col-7 {
    width: 58.3333%; }
  .lg-col-8 {
    width: 66.6667%; }
  .lg-col-9 {
    width: 75%; }
  .lg-col-10 {
    width: 83.3333%; }
  .lg-col-11 {
    width: 91.6667%; }
  .lg-col-12 {
    width: 100%; } }

.flex {
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 40em) {
  .sm-flex {
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 52em) {
  .md-flex {
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 64em) {
  .lg-flex {
    display: -ms-flexbox;
    display: flex; } }

.flex-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.items-start {
  -ms-flex-align: start;
      align-items: flex-start; }

.items-end {
  -ms-flex-align: end;
      align-items: flex-end; }

.items-center {
  -ms-flex-align: center;
      align-items: center; }

.items-baseline {
  -ms-flex-align: baseline;
      align-items: baseline; }

.items-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline; }

.self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

.justify-start {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.justify-center {
  -ms-flex-pack: center;
      justify-content: center; }

.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end; }

.content-center {
  -ms-flex-line-pack: center;
      align-content: center; }

.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between; }

.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around; }

.content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch; }

/* 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893 */
.flex-auto {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-width: 0;
  /* 1 */
  min-height: 0;
  /* 1 */ }

.flex-none {
  -ms-flex: none;
      flex: none; }

.order-0 {
  -ms-flex-order: 0;
      order: 0; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-last {
  -ms-flex-order: 99999;
      order: 99999; }

/* Basscss Position */
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z3 {
  z-index: 3; }

.z4 {
  z-index: 4; }

/* Basscss Border */
.border {
  border-style: solid;
  border-width: 1px; }

.border-top {
  border-top-style: solid;
  border-top-width: 1px; }

.border-right {
  border-right-style: solid;
  border-right-width: 1px; }

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.border-left {
  border-left-style: solid;
  border-left-width: 1px; }

.border-none {
  border: 0; }

.rounded {
  border-radius: 3px; }

.circle {
  border-radius: 50%; }

.rounded-top {
  border-radius: 3px 3px 0 0; }

.rounded-right {
  border-radius: 0 3px 3px 0; }

.rounded-bottom {
  border-radius: 0 0 3px 3px; }

.rounded-left {
  border-radius: 3px 0 0 3px; }

.not-rounded {
  border-radius: 0; }

/* Basscss Hide */
.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

@media (max-width: 40em) {
  .xs-hide {
    display: none !important; } }

@media (min-width: 40em) and (max-width: 52em) {
  .sm-hide {
    display: none !important; } }

@media (min-width: 52em) and (max-width: 64em) {
  .md-hide {
    display: none !important; } }

@media (min-width: 64em) {
  .lg-hide {
    display: none !important; } }

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

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

/**
 * Global settings
 */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: border-box; }

* {
  -webkit-tap-highlight-color: transparent; }

/**
 * Media
 */
img {
  height: auto; }

/**
 * Forms
 */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

figure,
figcaption,
blockquote,
fieldset, ul, li {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

input {
  font-size: 1.6rem;
  display: block;
  border: 0;
  background: none;
  padding: 1.6rem; }

:-ms-input-placeholder {
  opacity: 1;
  color: #6a7c92;
  transition: all 0.4s ease-out; }

::placeholder {
  opacity: 1;
  color: #6a7c92;
  transition: all 0.4s ease-out; }

input:placeholder {
  transition: all 0.4s ease-out;
  opacity: 1; }

input:focus:-ms-input-placeholder {
  opacity: 0.5; }

input:focus::placeholder {
  opacity: 0.5; }

@font-face {
  font-family: 'amazon_emberregular';
  src: url("../fonts/../fonts/amazon_ember_rg-webfont.woff2") format("woff2"), url("../fonts/../fonts/amazon_ember_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'amazon_embermedium';
  src: url("../fonts/amazon-ember-medium-webfont.woff2") format("woff2"), url("../fonts/amazon-ember-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'amazon_embermedium_italic';
  src: url("../fonts/amazon-ember-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/amazon-ember-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'amazon_emberbold';
  src: url("../fonts/amazonember_bd-webfont.woff2") format("woff2"), url("../fonts/amazonember_bd-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'amazon_emberbold_italic';
  src: url("../fonts/amazonember_bdit-webfont.woff2") format("woff2"), url("../fonts/amazonember_bdit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'amazon_emberheavy';
  src: url("../fonts/amazonember_he-webfont.woff2") format("woff2"), url("../fonts/amazonember_he-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'amazon_emberheavy_italic';
  src: url("../fonts/amazonember_heit-webfont.woff2") format("woff2"), url("../fonts/amazonember_heit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'amazon_emberlight';
  src: url("../fonts/amazonember_lt-webfont.woff2") format("woff2"), url("../fonts/amazonember_lt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'amazon_emberlight_italic';
  src: url("../fonts/amazonember_ltit-webfont.woff2") format("woff2"), url("../fonts/amazonember_ltit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'amazon_emberitalic';
  src: url("../fonts/amazonember_rgit-webfont.woff2") format("woff2"), url("../fonts/amazonember_rgit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'amazon_emberthin';
  src: url("../fonts/amazonember_th-webfont.woff2") format("woff2"), url("../fonts/amazonember_th-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: calc(1em * 0.625);
  font-family: "amazon_emberregular"; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "amazon_emberregular", Helvetica, Helvetica Neue, Arial, sans-serif;
  color: #23293a;
  font-size: 1.2rem;
  background: #ffffff; }

html,
body {
  height: 100%; }

.red {
  color: #ff0000; }

.orange {
  color: #ff9800; }

a {
  color: #ffffff; }

.bold,
.strong,
strong {
  font-family: "amazon_emberbold"; }

p {
  font-size: 13px;
  margin: 0;
  padding: 0 0 1.6rem 0;
  font-family: "amazon_emberregular";
  font-weight: 300;
  line-height: 1.33; }
  @media (min-width: 52em) {
    p {
      font-size: 13px; } }
  p.aws {
    font-size: 1.5rem; }

h1 {
  margin-top: 0;
  line-height: 1;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1.18;
  font-family: "amazon_emberlight";
  letter-spacing: 1.8px; }
  @media (min-width: 52em) {
    h1 {
      line-height: 55px;
      font-size: 4.6rem; } }

h2 {
  font-size: 2.2rem;
  margin: 0;
  font-family: "amazon_embermedium";
  line-height: 1.4;
  margin-bottom: 2.4rem;
  font-weight: 300;
  letter-spacing: -0.36px; }
  @media (min-width: 52em) {
    h2 {
      letter-spacing: 0;
      font-size: 2.4rem;
      line-height: normal;
      margin-bottom: 0rem;
      letter-spacing: -1.42px; } }
  h2 em {
    color: #ff9800;
    font-style: normal; }

h3 {
  font-size: 2.2rem;
  margin: 0 0 1.6rem 0;
  font-family: "amazon_emberregular";
  line-height: 2.6rem;
  font-weight: 300; }
  @media (min-width: 52em) {
    h3 {
      margin: 0 0 2.2rem 0;
      font-size: 2.2rem;
      line-height: 2.6rem; } }

h4 {
  font-size: 1.6rem;
  margin: 0;
  font-family: "amazon_embermedium";
  line-height: 20px;
  letter-spacing: -0.87px;
  font-weight: normal; }
  @media (min-width: 40em) {
    h4 {
      font-size: 1.6rem;
      letter-spacing: -0.87px; } }
  @media (min-width: 52em) {
    h4 {
      line-height: 28px;
      font-size: 1.6rem;
      letter-spacing: 1.2px; } }

/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body, html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent; }

.fp-section {
  position: relative;
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all .3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all .1s ease-in-out; }

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial,helvetica,sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important; }

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/*# sourceMappingURL=fullpage.min.css.map */
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("eot"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg"); }

[class^="webfont-"],
[class*=" webfont-"],
.webfont {
  display: inline-block; }
  [class^="webfont-"]:before,
  [class*=" webfont-"]:before,
  .webfont:before {
    display: inline-block;
    height: inherit;
    margin: 0 0.2rem;
    font-size: 100%;
    font-family: "icons";
    font-variant: normal;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    text-align: center;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.webfont-arrow-down:before {
  content: ""; }

.webfont-scroll:before {
  content: ""; }

.desktop {
  display: none; }
  @media (min-width: 52em) {
    .desktop {
      display: block; } }

.mobile {
  display: block; }
  @media (min-width: 52em) {
    .mobile {
      display: none; } }

.fs {
  height: 100vh; }

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

.lightest {
  background: #fafafa; }

.darkest {
  background: #6a7c92; }

.grey {
  background: #fafafa; }

.blue {
  color: #3f93ff !important; }

#fullpage {
  position: relative;
  width: 100%; }

.border {
  border: solid 0.7px #ff9800;
  background-color: rgba(106, 106, 106, 0.33); }

em.aws {
  font-style: normal;
  display: block;
  padding-top: 1.4rem; }

ul.list {
  list-style: none; }
  ul.list li {
    font-family: "amazon_emberlight";
    position: relative;
    font-size: 1.5rem;
    padding-left: 2rem;
    padding-bottom: 2rem;
    line-height: 20px; }
    @media (min-width: 40em) {
      ul.list li {
        padding-bottom: 2rem; } }
    @media (min-width: 40em) {
      ul.list li {
        padding-bottom: 0.8rem; } }
    ul.list li:before {
      color: #ff9800;
      position: absolute;
      content: '>';
      left: 0;
      top: 0;
      width: 6.2px;
      height: 76px; }

span.text {
  letter-spacing: -1.42px; }
  span.text br {
    display: none; }
    @media (min-width: 40em) {
      span.text br {
        display: block; } }
    @media (min-width: 52em) {
      span.text br {
        display: block; } }

body.iframe-active {
  overflow: hidden; }
  body.iframe-active .section {
    filter: blur(8px); }

.video-section,
.video-popup {
  opacity: 0;
  visibility: hidden;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9; }

.full-video {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto 0 auto; }
  .full-video.module {
    margin-bottom: 3rem; }

.full-video,
.video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0); }

.full-video iframe {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .full-video iframe.youtube-video {
    width: 90%;
    height: auto; }
    @media (min-width: 52em) {
      .full-video iframe.youtube-video {
        width: 100%;
        max-width: 640px;
        height: 390px; } }

.video-cover-overlay {
  background-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.9) 70%);
  width: 100%;
  height: 100%;
  position: absolute; }

.popUp_close {
  position: absolute;
  top: 2rem;
  right: 52px;
  cursor: pointer;
  z-index: 16;
  border-radius: 70%;
  background-color: #51284f;
  width: 41px;
  height: 41px;
  opacity: 0.9;
  text-indent: -9999em;
  transition: all 0.4s ease-in; }
  .popUp_close:after {
    content: '';
    text-indent: 0;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    background-image: url(../img/src/close.svg);
    width: 16px;
    height: 16px;
    background-image: url(../img/src/close.svg);
    background-position: center;
    background-repeat: no-repeat; }
  .popUp_close:hover {
    background-color: #8d8d8d; }

.fade {
  transition: all 0.6s; }

.fade.out {
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(20px);
      transform: translateY(20px); }

.iScrollIndicator {
  border: 0 !important;
  background-color: rgba(255, 152, 0, 0.8) !important; }

.active .bcg {
  opacity: 1;
  visibility: visible; }

.bcg {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute; }

.container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  max-width: 144rem;
  margin: 0 auto;
  position: relative; }
  .container .wrapper {
    width: 100%;
    height: 100%;
    padding: 20rem 2.4rem 14rem 2.4rem;
    margin: 0;
    position: relative; }
    @media (min-width: 40em) {
      .container .wrapper {
        padding: 18rem 4.4rem 20rem 4.4rem; } }
    @media (min-width: 52em) {
      .container .wrapper {
        padding: 20rem 4.4rem 6rem 4.4rem; } }
    .container .wrapper .content {
      width: 100%;
      height: 100%;
      position: relative; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000000;
  padding: 0.2em 0; }

.is-loading {
  overflow: hidden; }

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 101;
  background-color: #51284f;
  color: #fafafa; }
  #preloader .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  #preloader .txt-perc {
    font-size: 35px;
    font-family: "amazon_emberlight";
    opacity: 1;
    margin: 0 0 6px 0;
    max-width: 400px;
    text-align: center;
    color: #ffffff; }
  #preloader .progress {
    width: 100px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 auto 15px auto; }
    #preloader .progress span {
      display: block;
      width: 0;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.8); }
  #preloader.is-hidden {
    visibility: hidden;
    opacity: 0; }

.icon-arrow-down {
  cursor: pointer;
  position: absolute;
  z-index: 6;
  width: 13px;
  height: 31px;
  right: auto;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  bottom: 4rem;
  margin: auto;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  animation: fade_move_down 2s ease-in-out infinite; }
  @media (min-width: 52em) {
    .icon-arrow-down {
      bottom: 5rem; } }
  .icon-arrow-down a {
    margin-top: 7px;
    width: 13px;
    height: 31px;
    object-fit: contain;
    position: relative;
    display: block;
    text-indent: -999em; }
    .icon-arrow-down a:before {
      text-indent: 0;
      position: absolute;
      content: '';
      background-image: url("../img/src/arrow-down.svg");
      background-size: cover;
      background-repeat: no-repeat;
      left: 0;
      top: 0;
      width: 13px;
      height: 31px;
      object-fit: contain; }

blockquote.blockquote {
  text-align: center;
  background-color: #ffffff;
  margin-bottom: 20rem; }
  blockquote.blockquote p {
    font-size: 3.4rem;
    line-height: 4rem;
    font-family: "amazon_emberlight_italic";
    color: #ff9800;
    font-weight: 700; }
  blockquote.blockquote cite {
    font-size: 2.2rem;
    color: #23293a;
    font-family: "amazon_emberlight"; }
    blockquote.blockquote cite strong {
      font-family: "amazon_emberregular"; }

.fp-viewing-introPage #nav-container #menu,
.fp-viewing-intro01Page #nav-container #menu {
  opacity: 0;
  visibility: hidden; }

@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(0, 10px);
    opacity: 0; } }

@keyframes mqn-swipe-zoom-up {
  0% {
    opacity: 0;
    visibility: hidden; }
  1% {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transform: scale(1.15); }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1); } }

@keyframes mqn-swipe-zoom-up-fade {
  0% {
    opacity: 0; }
  1% {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transform: scale(1.15); }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1); } }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
header.header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  z-index: 5;
  background-color: transparent;
  top: 0; }
  @media (min-width: 52em) {
    header.header {
      top: 0;
      bottom: auto; } }
  header.header .wrap-header {
    width: 100%;
    max-width: 144rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 2rem 2rem 8rem 2rem;
    transition: all 0.6s ease-in-out;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 40em) {
      header.header .wrap-header {
        padding: 2.7rem 3.8rem 8rem 3.8rem; } }
    @media (min-width: 52em) {
      header.header .wrap-header {
        -ms-flex-direction: inherit;
            flex-direction: inherit;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding: 1.7rem 4.4rem 10.3rem 4.4rem; } }
  header.header h4 {
    color: #ffffff;
    white-space: nowrap; }
    header.header h4.first {
      font-size: 1.3rem; }
      @media (min-width: 40em) {
        header.header h4.first {
          font-size: 1.3rem; } }
      @media (min-width: 52em) {
        header.header h4.first {
          font-size: 0.9rem; } }
    header.header h4.second {
      font-size: 0.9rem; }
      @media (min-width: 40em) {
        header.header h4.second {
          font-size: 0.9rem; } }
      @media (min-width: 52em) {
        header.header h4.second {
          font-size: 0.9rem; } }
  header.header h1 {
    width: 100%;
    padding: 0;
    margin: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    top: auto;
    bottom: 0; }
    @media (min-width: 40em) {
      header.header h1 {
        top: auto;
        bottom: 0; } }
    @media (min-width: 52em) {
      header.header h1 {
        top: 2rem;
        bottom: auto; } }
    header.header h1 a {
      position: relative;
      padding: 1.5rem 0 1.5rem 0rem;
      background-size: 100%;
      background-repeat: no-repeat;
      display: block;
      text-indent: -999em;
      z-index: 4;
      margin: 1rem 0; }
      header.header h1 a.logo {
        background-image: url("../img/logo/aws_is_how.svg");
        background-size: contain;
        background-position: center;
        width: 170px;
        height: 46px;
        margin: 0;
        padding: 0; }
        @media (min-width: 52em) {
          header.header h1 a.logo {
            width: 83px;
            height: 28px; } }
  header.header .contact {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.4s ease-in;
    padding: 0;
    font-size: 2rem; }

#section01 header.header .wrap-header,
#section02 header.header .wrap-header,
#section03 header.header .wrap-header,
#section04 header.header .wrap-header,
#section05 header.header .wrap-header,
#section07 header.header .wrap-header {
  -ms-flex-align: start;
      align-items: flex-start; }

#section01 header.header h1 a.logo,
#section02 header.header h1 a.logo,
#section03 header.header h1 a.logo,
#section04 header.header h1 a.logo,
#section06 header.header h1 a.logo,
#section07 header.header h1 a.logo {
  background-image: url("../img/logo/logo-desktop-white.svg"); }

#section07 header.header {
  opacity: 0; }

#section05 header.header .wrap-header h4 {
  color: #23293a; }

#section05 header.header h1 a.logo {
  background-image: url("../img/logo/logo-desktop-dark.svg"); }

footer .container .wrapper {
  padding: 0rem 2rem 0rem 2rem; }
  @media (min-width: 52em) {
    footer .container .wrapper {
      padding: 0.4rem 8.8rem 0.6rem 8.8rem; } }

footer h1 {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0.5rem 0 0.5rem 0rem; }
  @media (min-width: 52em) {
    footer h1 {
      padding: 1.5rem 0 1.5rem 0rem; } }
  footer h1 a {
    position: relative;
    padding: 1.5rem 0 1.5rem 0rem;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    text-indent: -999em;
    z-index: 4; }
    footer h1 a.logo-footer {
      background-image: url("../img/logo/sap-best-r.svg");
      background-size: contain;
      background-position: center right;
      width: 173px;
      height: 25px; }
      @media (min-width: 52em) {
        footer h1 a.logo-footer {
          width: 193px;
          height: 35px; } }

#fp-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 0 !important; }

#fp-nav ul {
  display: -ms-flexbox;
  display: flex;
  padding: 0 3rem;
  width: 100%;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 40em) {
    #fp-nav ul {
      padding: 0rem 11.6rem 0rem 11.6rem;
      width: auto;
      margin: auto; } }
  @media (min-width: 52em) {
    #fp-nav ul {
      display: none; } }
  #fp-nav ul li {
    width: 100%;
    height: auto;
    margin: 0 0 3.3rem 0;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media (min-width: 40em) {
      #fp-nav ul li {
        width: auto; } }
    #fp-nav ul li:nth-child(1) {
      display: none; }
    #fp-nav ul li:nth-child(2) a:after {
      top: 8px;
      left: 9.5px;
      width: 8px;
      height: 9px;
      background-image: url(../img/src/home_icon.svg);
      background-repeat: no-repeat;
      background-position: center; }
    #fp-nav ul li:nth-child(3) a:after {
      content: '1'; }
    #fp-nav ul li:nth-child(4) a:after {
      content: '2'; }
    #fp-nav ul li:nth-child(5) a:after {
      content: '3'; }
    #fp-nav ul li:nth-child(6) a:after {
      content: '4'; }
    #fp-nav ul li:nth-child(7) a:after {
      content: '5'; }
    #fp-nav ul li:nth-child(8) a:after {
      content: '';
      top: 7.8px;
      left: 7.2px;
      width: 14px;
      height: 14px;
      background-image: url(../img/src/Envelope.svg);
      background-repeat: no-repeat;
      background-position: center; }
  #fp-nav ul a {
    padding: 0.3rem 0 0.3rem 3.2rem;
    position: relative;
    z-index: 10;
    text-decoration: none; }
    #fp-nav ul a:before {
      content: '';
      border-radius: 70%;
      width: 27px;
      height: 27px;
      border: solid 1px #ff9800;
      position: relative;
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0; }
    #fp-nav ul a:after {
      position: absolute;
      content: '';
      color: #ffffff;
      font-size: 1rem;
      top: 7px;
      left: 10px; }
    #fp-nav ul a .fp-sr-only,
    #fp-nav ul a span {
      width: 100%;
      position: relative;
      top: auto;
      left: auto;
      background: none !important;
      margin: 0 !important;
      color: #ffffff;
      font-size: 1.7rem;
      transition: all 0.6s ease-in-out; }
    #fp-nav ul a.active:before {
      background-color: #51284f; }
    #fp-nav ul a.active:after {
      color: #ffffff; }
  #fp-nav ul .fp-tooltip {
    display: none !important; }

.nav--show {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10; }

.nav--show #fp-nav {
  transition-delay: 1.5s;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s cubic-bezier(1, -0.01, 1, -0.11);
  background-color: rgba(35, 41, 58, 0.95); }

.sidebar-item {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.sidebar-reveal-effect {
  position: fixed;
  height: 100vh;
  width: 100%;
  transition: 0.5s all;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  left: 0;
  top: 0;
  z-index: 3;
  background: #ff9800; }

.nav--show .sidebar-reveal-effect {
  animation: reveal-left 1s ease-in-out 1; }

.nav-icon-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
  cursor: pointer;
  width: 7rem;
  height: 35px;
  display: block; }
  @media (min-width: 52em) {
    .nav-icon-wrapper {
      display: none; } }
  .nav-icon-wrapper .nav-icon {
    display: block;
    height: 2px;
    width: 35px;
    background-color: #23293a;
    transition: all 0.5s cubic-bezier(0, 0.84, 0.02, 1.06);
    -ms-transform: translateY(25px);
        transform: translateY(25px);
    position: absolute;
    left: 18px; }
    .nav-icon-wrapper .nav-icon:before, .nav-icon-wrapper .nav-icon:after {
      content: '';
      display: block;
      position: absolute;
      height: 2px;
      background-color: #23293a; }
    .nav-icon-wrapper .nav-icon:before {
      width: 35px;
      top: -10px;
      transition: all 0.5s; }
    .nav-icon-wrapper .nav-icon:after {
      top: 10px;
      width: 35px;
      transition: all 0.5s; }
  .nav-icon-wrapper:hover .nav-icon:before {
    width: 35px; }
  .nav-icon-wrapper:hover .nav-icon:after {
    width: 35px; }
  .nav-icon-wrapper.nav-clicked .nav-icon {
    background-color: transparent; }
  .nav-icon-wrapper.nav-clicked .nav-icon:before,
  .nav-icon-wrapper.nav-clicked .nav-icon:after {
    width: 35px;
    background-color: #51284f;
    -ms-transform-origin: center;
        transform-origin: center; }
  .nav-icon-wrapper.nav-clicked .nav-icon:before {
    -ms-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg); }
  .nav-icon-wrapper.nav-clicked .nav-icon:after {
    -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg); }

#menu {
  position: fixed;
  right: 4rem;
  bottom: 20%;
  list-style-type: none;
  margin-left: 2.5em;
  display: none; }
  @media (min-width: 52em) {
    #menu {
      display: block;
      opacity: 0;
      z-index: 1; } }
  #menu li a {
    border-radius: 70%;
    box-sizing: border-box;
    display: block;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 27px;
    height: 27px;
    margin: 1.37em 0;
    border: solid 0.7px #ff9800;
    position: relative;
    text-decoration: none;
    opacity: 0.4;
    transition: all 0.6s ease-in-out; }
    #menu li a .title {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      position: absolute;
      right: 0rem;
      transform: translate3d(-2rem, 0px, 0);
      white-space: nowrap;
      text-align: right;
      top: 6.7px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.6s ease-in-out;
      font-size: 0.9rem; }
    #menu li a i {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      font-style: normal;
      position: absolute;
      font-size: 1rem; }
    #menu li a .home {
      width: 8px;
      height: 9px;
      background-image: url(../img/src/home_icon.svg);
      background-repeat: no-repeat;
      background-position: center; }
    #menu li a .contact {
      width: 14px;
      height: 14px;
      background-image: url(../img/src/Envelope.svg);
      background-repeat: no-repeat;
      background-position: center; }
    #menu li a:hover {
      opacity: 1; }
      #menu li a:hover .title {
        transform: translate3d(-4rem, 0rem, 0);
        right: 0rem;
        opacity: 1;
        visibility: visible; }
  #menu li.active a {
    opacity: 1;
    background-color: #ff9800; }
    #menu li.active a .title {
      transform: translate3d(-4rem, 0rem, 0);
      right: 0rem;
      opacity: 1;
      visibility: visible; }

@media (min-width: 52em) {
  .fp-viewing-firstPage #nav-container #menu,
  .fp-viewing-secondPage #nav-container #menu,
  .fp-viewing-thirdPage #nav-container #menu,
  .fp-viewing-fourthPage #nav-container #menu,
  .fp-viewing-fifthPage #nav-container #menu,
  .fp-viewing-sixthPage #nav-container #menu {
    opacity: 1; } }

.fp-viewing-fifthPage #nav-container #menu li a .home {
  background-image: url(../img/src/home_icon_dark.svg); }

.fp-viewing-fifthPage #nav-container #menu li a .contact {
  background-image: url(../img/src/Envelope_dark.svg); }

.fp-viewing-fifthPage #nav-container #menu li a i,
.fp-viewing-fifthPage #nav-container #menu li a .title {
  color: #23293a; }

.fp-viewing-firstPage .nav-icon-wrapper .nav-icon,
.fp-viewing-firstPage .nav-icon-wrapper .nav-icon:after,
.fp-viewing-firstPage .nav-icon-wrapper .nav-icon:before,
.fp-viewing-secondPage .nav-icon-wrapper .nav-icon,
.fp-viewing-secondPage .nav-icon-wrapper .nav-icon:after,
.fp-viewing-secondPage .nav-icon-wrapper .nav-icon:before,
.fp-viewing-thirdPage .nav-icon-wrapper .nav-icon,
.fp-viewing-thirdPage .nav-icon-wrapper .nav-icon:after,
.fp-viewing-thirdPage .nav-icon-wrapper .nav-icon:before,
.fp-viewing-fourthPage .nav-icon-wrapper .nav-icon,
.fp-viewing-fourthPage .nav-icon-wrapper .nav-icon:after,
.fp-viewing-fourthPage .nav-icon-wrapper .nav-icon:before,
.fp-viewing-fifthPage .nav-icon-wrapper .nav-icon,
.fp-viewing-fifthPage .nav-icon-wrapper .nav-icon:after,
.fp-viewing-fifthPage .nav-icon-wrapper .nav-icon:before {
  background-color: #ffffff; }

.fp-viewing-firstPage .nav-icon-wrapper.nav-clicked .nav-icon,
.fp-viewing-secondPage .nav-icon-wrapper.nav-clicked .nav-icon,
.fp-viewing-thirdPage .nav-icon-wrapper.nav-clicked .nav-icon,
.fp-viewing-fourthPage .nav-icon-wrapper.nav-clicked .nav-icon,
.fp-viewing-fifthPage .nav-icon-wrapper.nav-clicked .nav-icon {
  background-color: transparent; }

.fp-viewing-firstPage .nav-icon-wrapper.nav-clicked .nav-icon:after,
.fp-viewing-firstPage .nav-icon-wrapper.nav-clicked .nav-icon:before,
.fp-viewing-secondPage .nav-icon-wrapper.nav-clicked .nav-icon:after,
.fp-viewing-secondPage .nav-icon-wrapper.nav-clicked .nav-icon:before,
.fp-viewing-thirdPage .nav-icon-wrapper.nav-clicked .nav-icon:after,
.fp-viewing-thirdPage .nav-icon-wrapper.nav-clicked .nav-icon:before,
.fp-viewing-fourthPage .nav-icon-wrapper.nav-clicked .nav-icon:after,
.fp-viewing-fourthPage .nav-icon-wrapper.nav-clicked .nav-icon:before,
.fp-viewing-fifthPage .nav-icon-wrapper.nav-clicked .nav-icon:after,
.fp-viewing-fifthPage .nav-icon-wrapper.nav-clicked .nav-icon:before {
  background-color: #51284f; }

@keyframes reveal-left {
  0% {
    transform: scaleX(0);
    transform-origin: left; }
  49% {
    transform-origin: left;
    transform: scaleX(1); }
  50% {
    transform: scaleX(1);
    transform-origin: 100% 0 0; }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 0 0; } }

.main-container {
  position: relative; }

.section {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  position: relative;
  width: 100%; }
  @media (min-width: 52em) {
    .section {
      height: 100vh; } }

#intro01 {
  position: relative;
  width: 100%;
  background: #ffffff;
  height: 100vh; }
  @media (min-width: 52em) {
    #intro01 {
      height: 100%; } }
  #intro01 .container .wrapper {
    padding: 6rem 2rem 6rem 2rem; }
    @media (min-width: 52em) {
      #intro01 .container .wrapper {
        padding: 6rem 11.6rem 6rem 11.6rem; } }
  #intro01 .intro {
    top: 0;
    background-color: #51284f;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    transition: background 0.8s ease; }
    #intro01 .intro .animatedh2 {
      -ms-transform: translateY(-20px) scale(0.9);
          transform: translateY(-20px) scale(0.9);
      -ms-transform-origin: center;
          transform-origin: center;
      opacity: 0;
      visibility: hidden;
      text-align: center;
      color: #ffffff;
      font-size: 2.6rem; }
    #intro01 .intro.end {
      background-color: rgba(255, 152, 0, 0); }
  #intro01 .content {
    height: 100%; }
    @media (min-width: 52em) {
      #intro01 .content {
        height: 100%; } }
    #intro01 .content .copy {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media (min-width: 40em) {
        #intro01 .content .copy {
          -ms-flex-align: start;
              align-items: flex-start; } }
      @media (min-width: 52em) {
        #intro01 .content .copy {
          -ms-flex-align: start;
              align-items: flex-start; } }
    #intro01 .content .text {
      opacity: 0;
      visibility: hidden;
      display: block; }
    #intro01 .content .button-area {
      position: relative;
      opacity: 0;
      visibility: hidden; }
      #intro01 .content .button-area a {
        height: 164px;
        width: 164px;
        display: block; }

#intro01 {
  position: relative;
  width: 100%;
  background: #ffffff;
  height: 100vh; }
  @media (min-width: 52em) {
    #intro01 {
      height: 100%; } }
  #intro01 h2 {
    margin-bottom: 0; }
  #intro01 .text {
    text-align: center; }
  #intro01 .container {
    position: relative;
    height: 100%; }
    #intro01 .container .copy {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      @media (min-width: 52em) {
        #intro01 .container .copy {
          -ms-flex-pack: center;
              justify-content: center; } }
  #intro01 header.header {
    position: absolute;
    bottom: 0;
    top: auto;
    opacity: 0;
    visibility: hidden; }
    #intro01 header.header h1 {
      top: -4rem; }
      @media (min-width: 52em) {
        #intro01 header.header h1 {
          top: -2rem; } }
      #intro01 header.header h1 a.logo {
        width: 140px;
        height: 37px; }

#section01 {
  background-color: #23293a; }
  #section01 * {
    color: #ffffff; }
  #section01 .case-study-btn {
    margin: auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 5rem 0;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 52em) {
      #section01 .case-study-btn {
        width: auto;
        display: block;
        position: absolute;
        top: -190px; } }

#section02 {
  background-color: #23293a; }
  #section02 .bcg {
    background-image: url(../img/src/bcgsection02.jpg);
    background-position: 76% 0px; }
    @media (min-width: 40em) {
      #section02 .bcg {
        background-position: 76% 0px; } }
    @media (min-width: 52em) {
      #section02 .bcg {
        background-position: center left; } }
  #section02 * {
    color: #ffffff; }
  #section02 .case-study-btn {
    margin: auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 5rem 0;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 52em) {
      #section02 .case-study-btn {
        width: auto;
        display: block;
        position: absolute;
        top: 0px;
        right: 0; } }

#section03 {
  background-color: #23293a; }
  #section03 .bcg {
    background-position: left;
    animation-delay: 0.6s;
    background-image: url(../img/src/bcgsection03.jpg); }
  #section03 * {
    color: #ffffff; }
  #section03 .case-study-btn {
    margin: auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 5rem 0;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 52em) {
      #section03 .case-study-btn {
        width: auto;
        display: block;
        position: absolute;
        top: 10%;
        right: -77%; } }

#section04 {
  background-color: #23293a; }
  #section04 .bcg {
    background-position: left;
    animation-delay: 0.6s;
    background-image: url(../img/src/bcgsection04.jpg); }
  #section04 * {
    color: #ffffff; }
  #section04 .case-study-btn {
    margin: auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 5rem 0;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 52em) {
      #section04 .case-study-btn {
        width: auto;
        display: block;
        position: absolute;
        top: 0%;
        right: 0; } }

#section06 {
  background-color: #23293a; }
  #section06 * {
    color: #ffffff; }

#section05 {
  background-color: #ffffff; }
  #section05 p {
    font-size: 1.5rem; }
  #section05 .timeline-nav {
    width: 100%; }
  #section05 .timeline-menu {
    max-width: 1019px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding: 4rem 0 0 0; }
    @media (min-width: 40em) {
      #section05 .timeline-menu {
        -ms-flex-direction: inherit;
            flex-direction: inherit;
        padding: 4rem 0;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
    @media (min-width: 52em) {
      #section05 .timeline-menu {
        padding: 0;
        -ms-flex-wrap: inherit;
            flex-wrap: inherit;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    #section05 .timeline-menu:before {
      width: 100%;
      position: absolute;
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      content: '';
      height: 11px;
      border-radius: 9.5px;
      border: solid 1px #ff9800;
      display: none; }
      @media (min-width: 52em) {
        #section05 .timeline-menu:before {
          display: block; } }
    #section05 .timeline-menu li {
      position: relative;
      padding: 0rem;
      cursor: pointer;
      margin-bottom: 6rem; }
      @media (min-width: 40em) {
        #section05 .timeline-menu li {
          margin: 0; } }
      #section05 .timeline-menu li:nth-child(5):before {
        display: none; }
      #section05 .timeline-menu li i {
        position: absolute;
        top: 0;
        background-repeat: no-repeat;
        background-size: cover;
        right: auto;
        left: 50%;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        transition: all 0.6s ease-in-out; }
        @media (min-width: 52em) {
          #section05 .timeline-menu li i {
            opacity: 0.2; } }
      #section05 .timeline-menu li:before {
        right: auto;
        left: 50%;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        position: absolute;
        content: '';
        top: auto;
        bottom: -3.8rem;
        width: 1px;
        height: 60px;
        background: #23293a;
        display: block; }
        @media (min-width: 40em) {
          #section05 .timeline-menu li:before {
            display: none; } }
        @media (min-width: 52em) {
          #section05 .timeline-menu li:before {
            display: none; } }
      #section05 .timeline-menu li:hover a,
      #section05 .timeline-menu li:hover i, #section05 .timeline-menu li.active a,
      #section05 .timeline-menu li.active i {
        opacity: 1; }
      #section05 .timeline-menu li.active a,
      #section05 .timeline-menu li.active i {
        opacity: 1; }
      #section05 .timeline-menu li a {
        font-size: 1.5rem;
        text-align: center;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        padding: 9.5rem 0rem 4rem 0rem;
        text-decoration: none;
        color: #23293a;
        transition: all 0.6s ease-in-out; }
        @media (min-width: 40em) {
          #section05 .timeline-menu li a {
            padding: 9.5rem 0rem 2rem 0rem; } }
        @media (min-width: 52em) {
          #section05 .timeline-menu li a {
            padding: 11rem 0rem 0px 0rem;
            opacity: 0.2; } }
      #section05 .timeline-menu li .customer {
        width: 73px;
        height: 73px;
        background-image: url(../img/src/customer-on.svg); }
        @media (min-width: 40em) {
          #section05 .timeline-menu li .customer {
            width: 73px;
            height: 73px; } }
        @media (min-width: 52em) {
          #section05 .timeline-menu li .customer {
            width: 51px;
            height: 51px; } }
      #section05 .timeline-menu li .problem {
        width: 102px;
        height: 73px;
        background-image: url(../img/src/problem-on.svg); }
        @media (min-width: 40em) {
          #section05 .timeline-menu li .problem {
            width: 102px;
            height: 73px; } }
        @media (min-width: 52em) {
          #section05 .timeline-menu li .problem {
            width: 85px;
            height: 59px; } }
      #section05 .timeline-menu li .important {
        width: 65px;
        height: 75px;
        background-image: url(../img/src/most-important-on.svg); }
        @media (min-width: 40em) {
          #section05 .timeline-menu li .important {
            width: 65px;
            height: 75px; } }
        @media (min-width: 52em) {
          #section05 .timeline-menu li .important {
            width: 53px;
            height: 61px; } }
      #section05 .timeline-menu li .know {
        width: 40px;
        height: 73px;
        background-image: url(../img/src/how-do-you-know-on.svg); }
        @media (min-width: 40em) {
          #section05 .timeline-menu li .know {
            width: 40px;
            height: 73px; } }
        @media (min-width: 52em) {
          #section05 .timeline-menu li .know {
            width: 28px;
            height: 51px; } }
      #section05 .timeline-menu li .experience {
        width: 48px;
        height: 69px;
        background-image: url(../img/src/experience-look-on.svg); }
        @media (min-width: 40em) {
          #section05 .timeline-menu li .experience {
            width: 48px;
            height: 69px; } }
        @media (min-width: 52em) {
          #section05 .timeline-menu li .experience {
            width: 48px;
            height: 69px; } }
    #section05 .timeline-menu .magic-line {
      background: #23293a;
      position: absolute;
      width: 154px;
      height: 12px;
      border-radius: 9.5px;
      top: 7.9rem;
      left: 0;
      display: none; }
      @media (min-width: 52em) {
        #section05 .timeline-menu .magic-line {
          display: block; } }
    #section05 .timeline-menu .magic-line.hover {
      background: #23293a;
      transition: background 400ms ease-in-out; }

#section07 {
  background-color: #51284f; }
  #section07 .wrapper {
    padding: 6rem 4.4rem 6rem 4.4rem; }
  #section07 h2 {
    margin-bottom: 0; }
  #section07 * {
    color: #ffffff; }
  #section07 .contact-details {
    position: absolute;
    bottom: 0;
    right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }

.icon-arrow-down.first {
  bottom: 30rem; }

a.bottom-cta {
  text-decoration: underline;
  position: absolute;
  margin-bottom: 0;
  margin-left: 0px;
  font-weight: bold; }

h2 {
  padding-bottom: 20px !important; }

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000; }

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0.0;
  -ms-transform: translate(500%, 0%);
      transform: translate(500%, 0%);
  transition: transform 0s linear 0s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transform-style: preserve-3d; }

.video-modal .overlay {
  z-index: 0;
  background: rgba(0, 0, 0, 0.9);
  /* overlay color */
  opacity: 0.0;
  transition: opacity 0.2s ease-out 0.05s; }

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  overflow-y: visible;
  background: #000;
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625);
  /* 16:9 calc */ }

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16 / 9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778);
    /* 16:9 calc */ } }

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625);
    /* 16:9 calc */ } }

/* modal close button */
.close-video-modal {
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff; }

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5); }

/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
  opacity: 1.0;
  -ms-transform: translate(0%, 0%);
      transform: translate(0%, 0%); }

.show-video-modal .video-modal .overlay {
  opacity: 1.0; }

.show-video-modal .video-modal-content {
  -ms-transform: translate(0%, 0%);
      transform: translate(0%, 0%); }

.buttons {
  position: relative;
  padding: 2rem 0rem 2rem 0rem; }
  .buttons .btn {
    padding: 1rem 4rem 1rem 4rem;
    font-size: 1.4rem;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: center;
    border-radius: 16rem; }
    .buttons .btn strong {
      font-weight: bold;
      display: block; }
    .buttons .btn.primary {
      font-family: "amazon_emberregular";
      color: #ffffff;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      position: relative;
      cursor: pointer;
      margin: 1rem;
      padding: 1.3rem 2rem 1rem 2rem;
      display: block;
      border-radius: 29px;
      border: 1px solid #ff9800;
      background: #ff9800;
      transition: all 0.4s ease-in; }
      .buttons .btn.primary:after {
        content: '';
        border-radius: 29px;
        border: 1px solid rgba(151, 151, 151, 0);
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        width: calc(100% + 1.3rem);
        height: calc(100% + 1.3rem);
        transition: all 0.4s ease-in; }
      .buttons .btn.primary.arrow-right:before {
        position: absolute;
        content: '';
        color: #ffffff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='28' viewBox='0 0 54 28'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M27.623 27.723L53.61 1.645a.969.969 0 0 0 0-1.363.974.974 0 0 0-1.354 0L26.944 25.681 1.637.282A.964.964 0 0 0 .957 0 .964.964 0 0 0 .28.282.97.97 0 0 0 .28 1.645L26.265 27.72a.98.98 0 0 0 1.358.002z'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: bottom center;
        right: 12px;
        top: 12px;
        width: 26px;
        height: 15px;
        object-fit: contain;
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
      .buttons .btn.primary:hover:after {
        border: 1px solid #979797; }

.button-area {
  position: relative; }

svg.pulse-svg {
  overflow: visible;
  position: relative; }
  svg.pulse-svg .circle {
    position: relative; }
  svg.pulse-svg .first-circle, svg.pulse-svg .second-circle, svg.pulse-svg .third-circle {
    fill: #ff9800;
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    -ms-transform-origin: center center;
        transform-origin: center center;
    animation: pulse-me 3s linear infinite; }
  svg.pulse-svg .second-circle {
    animation-delay: 1s; }
  svg.pulse-svg .third-circle {
    animation-delay: 2s; }
  svg.pulse-svg text {
    position: absolute;
    z-index: 2;
    font-size: 0.9rem;
    fill: #ffffff;
    font-family: "amazon_embermedium"; }

@keyframes pulse-me {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 0.8; }
  70% {
    opacity: 0.09; }
  100% {
    transform: scale(3);
    opacity: 0; } }

/*# sourceMappingURL=maps/app.css.map */
