/* demo page variables */
/* Main Demo Page CSS */
body {
  display: block;
  width: 100%;
  background-color: #FAFAFB;
  font-size: 14pt;
  font-family: Candara, Georgia, sans-serif;
  letter-spacing: 0.02em;
  color: #5D6D81;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

body:not(button) {
  margin: 0;
  padding: 0;
  border: none;
}

section.content {
  display: block;
  width: 100%;
  height: auto;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #E8EAED;
  overflow: auto;
  min-height: 200px;
  margin: 0;
  padding: 60px 0;
}

section.custom {
  padding: 0;
  border: 0;
}

section.alt {
  background: #ffffff;
}

section.alt h1, section.content dt {
  color: #1A3547;
}

div.inner {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: auto;
  max-width: 1200px;
}

h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #1394BF;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

ul {
  display: block;
  padding: 0;
  margin: 0 auto;
  /*list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;*/
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

footer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 60px 0;
  background: #1A3547;
}

footer ul {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

footer li {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  text-shadow: 0 1px 0 rgba(2, 11, 19, 0.1);
  text-align: left;
  vertical-align: top;
  padding: 10px;
}

footer h3 {
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 1em;
  color: #fff;
}

footer p {
  font-weight: 300;
  font-size: 0.9em;
  line-height: 1.4em;
  color: #B5CBD8;
}

footer a {
  color: #1BB3D7;
}

#faq ul {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1100px;
}

#faq li {
  display: inline-block;
  margin-bottom: 40px;
  text-align: left;
  vertical-align: top;
  line-height: 2em;
  font-weight: 300;
  padding: 0;
}

@media only screen and (min-width: 900px) {
  footer li {
    width: 30%;
  }
}
@media only screen and (min-width: 1000px) {
  #faq li {
    width: 49%;
    padding: 0 30px;
  }
}
/* Style Vars */
/* CSS - Do not touch */
header {
  position: relative;
  overflow: hidden;
  height: 80vh;
  min-height: 600px;
  color: #ffffff;
  background: radial-gradient(ellipse farthest-side at 100% 100%, #F8FFF3 10%, #85D8CE 50%, #085078 120%);
}

header > div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  transition: 0.8s;
}

header > div.ready {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

header > div.preload, header > div.preload * {
  transition: none !important;
}

header #intro {
  position: absolute;
  width: 96%;
  top: calc(50% - 235px);
  left: 2%;
  text-align: center;
}

header #intro h1 {
  position: relative;
  padding-bottom: 7px;
  font-weight: 500;
  font-size: 4em;
  text-shadow: 0 2px 0 rgba(0, 91, 103, 0.15);
  margin: 0 auto;
}

header #intro h1::after {
  content: "";
  position: absolute;
  width: 84px;
  height: 2px;
  left: calc(50% - 80px);
  bottom: 11px;
  background: linear-gradient(to right, rgba(0, 113, 117, 0.3), rgba(0, 143, 135, 0.45));
  box-shadow: 0 1px 0 rgba(181, 243, 241, 0.07);
}

header #intro p {
  width: 100%;
  max-width: 640px;
  margin: 0.7em auto 1.35em;
  font-size: 20px;
  line-height: 1.3;
  text-shadow: 0 1px 0 rgba(0, 91, 103, 0.3);
}

header #intro-example > * {
  vertical-align: middle;
}

header pre {
  display: inline-block;
  padding: 10px 13px 10px 13px;
  font: 0.9em menlo, monaco, monospace;
  text-shadow: 0 1px 0 rgba(25, 53, 71, 0.12);
  background: rgba(7, 80, 120, 0.1);
  border: 1px solid rgba(25, 53, 71, 0.04);
  border-top-color: rgba(25, 53, 71, 0.08);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

header a {
  display: inline-block;
  padding: 10px 0;
  font-weight: 500;
  color: #2F858D;
  text-shadow: 0 1px 0 #fff;
  border-radius: 5px;
  transition: 0.25s;
}

header a:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

header .try-it {
  margin-left: 10px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0 1px 2px rgba(0, 91, 103, 0.18);
  background: linear-gradient(#fff, #ECF9F7 92%, #DEF4F1);
}

.info-box {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  min-height: 20vh;
  height: auto;
  overflow: visible;
  transition: 0.65s cubic-bezier(0.2, 0.1, 0.1, 1);
}

#how-it-works {
  left: -16px;
  background: #fff;
}

#embed-the-code {
  background: #1A3547;
  transition-delay: 0.15s;
}

.info-box .slope {
  display: none;
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 100%;
  background-image: url(./assets/right.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

#how-it-works.hidden {
  -webkit-transform: translate(-10%, 100%);
  transform: translate(-10%, 100%);
}

#embed-the-code.hidden {
  -webkit-transform: translate(10%, 100%);
  transform: translate(10%, 100%);
}

.info-box div {
  position: relative;
  width: 80%;
  max-width: 640px;
  margin: 50px auto 50px auto;
}

.info-box h3 {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  margin: 10px 0;
  font-size: 1.4em;
  font-weight: 500;
}

.info-box h3::before {
  content: "";
}

#how-it-works h3 {
  color: #1A3547;
}

#embed-the-code h3 {
  color: #FFFFFF;
}

#how-it-works h3::before {
  /*
  background-image: url(../images/how-it-works.png);
  */
}

#embed-the-code h3::before {
  /*
  background-image: url(../images/embed-the-code.png);
  */
}

.info-box p {
  font-weight: 300;
  line-height: 1.7;
  color: #B5CBD8;
}

#how-it-works p {
  color: #5D6D81;
}

.info-box code {
  font: 0.8em monaco, menlo, monospace;
  color: #1A3547;
}

.info-box a {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: left;
  padding: 10px 20px;
  font-weight: Bold;
  border-radius: 3px;
}

#how-it-works a {
  box-sizing: border-box;
  box-shadow: 0 0 1px 1px rgba(0, 91, 103, 0.06), 0 1px 2px rgba(0, 91, 103, 0.25), inset 0 1px 1px #fff;
  background: #5DADB3 linear-gradient(white, rgba(255, 255, 255, 0.95) 92%, rgba(255, 255, 255, 0.9));
}

#embed-the-code a {
  box-shadow: 0 1px 2px rgba(2, 11, 19, 0.4);
  background: linear-gradient(white, rgba(255, 255, 255, 0.9) 92%, rgba(255, 255, 255, 0.8));
}

#how-it-works a::after {
  content: url(./assets/scroll-arrow.svg);
  position: relative;
  display: inline-block;
  width: 9px;
  margin-left: 10px;
  top: 1px;
}

.info-box a span {
  display: inline-block;
  vertical-align: 10%;
  margin-left: 2px;
  padding: 1px 3px 0;
  border: 1px solid rgba(93, 173, 179, 0.22);
  border-top-color: rgba(93, 173, 179, 0.4);
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 0 #fff, 0 -1px 0 rgba(0, 91, 103, 0.03);
  font: 700 0.5em menlo, monaco, monospace;
  color: #5FAEB4;
}

@media (max-device-width: 768px) {
  header {
    height: 790px;
  }
}
@media (max-device-width: 768px) and (max-device-width: 320px) {
  header {
    height: 970px;
  }
}
@media (min-width: 1000px) {
  header #intro h1 {
    font-size: 5em;
  }

  header #intro h1::after {
    left: calc(50% - 90px);
  }

  .info-box {
    width: 50%;
  }

  .info-box .slope {
    display: block;
  }
}
@media (min-width: 1100px) {
  header #intro h1 {
    font-size: 6em;
  }

  .info-box a {
    float: right;
    display: inline-block;
    margin-right: 0px;
    margin-left: 30px;
  }
}

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