@import url('https://fonts.googleapis.com/css?family=Roboto');
* {
  margin: 0;
}
.header {
  position: absolute;
  width: 100%;
  height: 80px;
  display: flex;
}
.header.header-top {
  background-color: rgba(0, 0, 0, 0);
}
.header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transition: visibility 0s, opacity 0.25s linear;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.header.header-hidden {
  visibility: hidden;
  opacity: 0;
}
.header .header-element {
  display: flex;
  align-items: center;
  margin-left: 10%;
  width: 50%;
}
.header .header-element.tablet-hidden {
  display: none;
  width: 0%;
}
.header .header-element .header-request-demo-button {
  margin-right: 50px;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  font-size: 14px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #083bbc;
  cursor: pointer;
}
.section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-1 {
  height: 1200px;
}
.section-1 .blob {
  position: absolute;
  overflow: hidden;
  z-index: -8;
}
.section-1 .section-1-headline {
  margin: 200px 10%;
  margin-bottom: 100px;
  width: 90%;
}
.section-1 .section-1-headline .section-1-headline-tagline {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
  color: #B99E96;
}
.section-1 .section-1-headline .section-1-headline-main {
  font-size: 48px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 15px;
}
.section-1 .section-1-headline .section-1-headline-button {
  margin-top: 25px;
  width: 40%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 3px;
  font-size: 18px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #083bbc;
  cursor: pointer;
  z-index: 3;
}
.section-1 .section-1-images {
  width: 883px;
  margin: 0 -5%;
}
.section-2 {
  width: 90%;
  margin: 0 5%;
}
.section-2 .section-2-info-blurb-container {
  text-align: center;
  width: 100%;
}
.section-2 .section-2-info-blurb-container .section-2-info-blurb {
  min-height: 300px;
  float: left;
  width: 40%;
  margin: 0 5%;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.section-2 .section-2-info-blurb-container .section-2-info-blurb .section-2-info-blurb-title {
  margin: 10px;
  line-height: 32px;
  font-weight: bold;
}
.section-2 .section-2-info-blurb-container .section-2-info-blurb .section-2-info-blurb-text {
  line-height: 24px;
  color: #B99E96;
  margin-bottom: 40px;
}
.section-3 {
  height: 1300px;
  padding-top: 100px;
}
.section-3 .section-3-background {
  margin-left: -50%;
  position: absolute;
  top: 70;
  z-index: -9;
  height: 90%;
  width: 200%;
  transform: rotate(-6deg);
  background-color: #FAFBFE;
}
.section-3 .section-3-left .section-3-left-content-bullet-right {
  width: 80%;
  margin: 10px 10%;
}
.section-3 .section-3-left .section-3-left-content-bullet-right .section-3-left-content-title-text {
  line-height: 40px;
  font-size: 36px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.section-3 .section-3-left .section-3-left-content-bullet-right .section-3-left-content-bullet-right-small-header {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.section-3 .section-3-left .section-3-left-content-bullet-right .section-3-left-content-bullet-right-small-text {
  font-size: 24px;
  line-height: 32px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #B99E96;
}
.section-3 .section-3-right {
  margin-top: 50px;
  width: 844;
  margin-left: -10%;
}
.section-4 {
  height: 770px;
  width: 80%;
  margin-left: 10%;
}
.section-4 .section-4-right {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-top: 50px;
}
.section-4 .section-4-right .section-4-right-content .section-4-right-content-bold {
  line-height: 36px;
  font-size: 28px;
  margin-bottom: 25px;
}
.section-4 .section-4-right .section-4-right-content .section-4-right-content-light {
  font-size: 18px;
  line-height: 24px;
  color: #B99E96;
  margin-bottom: 20px;
}
.section-4 .section-4-right .section-4-right-content .section-4-right-content-credit-name {
  font-size: 24px;
}
.section-4 .section-4-right .section-4-right-content .section-4-right-content-credit-boutique {
  font-size: 18px;
  color: #B99E96;
}
.section-4 .section-4-left {
  margin-top: 25px;
}
.section-4 .section-4-left img {
  width: 30%;
  height: auto;
}
.section-5 {
  height: 800px;
}
.section-5 .section-5-background {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #FEF6F6;
  z-index: -9;
}
.section-5 .section-5-left {
  float: left;
  width: 65%;
}
.section-5 .section-5-left .request-demo-form {
  padding-top: 70px;
  margin-left: 10%;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.section-5 .section-5-left .request-demo-form .form-hidden {
  display: none;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-title {
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-element {
  margin-bottom: 20px;
  float: left;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-element label {
  line-height: 25px;
  display: block;
  font-size: 18px;
  color: #B99E96;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-element input {
  font-size: 18px;
  display: block;
  height: 40px;
  border-radius: 3px;
  border: 1px solid rgba(185, 158, 150, 0.3);
}
.section-5 .section-5-left .request-demo-form .request-demo-form-element select {
  display: block;
  height: 40px;
  border: 1px solid #B99E96;
  background: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 10px;
  border: 1px solid rgba(185, 158, 150, 0.2);
}
.section-5 .section-5-left .request-demo-form .request-demo-form-element .request-demo-form-error {
  border: 2px solid #ff6961;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-element.half {
  width: 50%;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-element.half input {
  width: 90%;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-element.full {
  width: 100%;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-element.full input {
  width: 95%;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-element.full select {
  width: 95%;
}
.section-5 .section-5-left .request-demo-form .request-demo-form-submit {
  margin-top: 10px;
  float: right;
  width: 45%;
  margin-right: 5%;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 18px;
  background-color: #083bbc;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}
.section-5 .section-5-left .request-form-submitted-container .request-demo-success {
  margin: 180px auto;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 32px;
}
.section-5 .section-5-right {
  float: right;
  width: 100%;
  margin-right: -65%;
}
.section-5 .shoptiques-copyright {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #B99E96;
  margin-left: 10%;
  width: 80%;
  position: absolute;
  bottom: 0;
  margin-top: 50px;
  height: 50px;
}
.section-5 .shoptiques-copyright .shoptiques-links {
  margin-top: 5px;
}
.section-5 .shoptiques-copyright .shoptiques-links a {
  margin-right: 10px;
  color: #B99E96;
}
.shoptiques-logo-svg {
  width: 80%;
  height: auto;
}
.pos-header-svg {
  width: 80%;
  height: auto;
}
.blob-top-right {
  width: 60%;
  height: auto;
  right: -12;
  top: -22;
}
.blob-left {
  width: 45%;
  top: 20%;
}
.blob-middle {
  top: 50%;
  left: 20%;
}
.fancy-icon {
  width: 20%;
}
.pos-touch-icon {
  width: 20%;
  margin-top: 10px;
  margin-left: 5%;
}
.header-signin-button {
  display: none;
}
.shops-img {
  width: 100%;
}
.devices-img {
  width: 100%;
}
.ipad-img {
  width: 100%;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.loader {
  margin: 200px auto;
  position: relative;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(3, 23, 74, 0.3);
  border-right: 0.5em solid rgba(3, 23, 74, 0.3);
  border-bottom: 0.5em solid rgba(3, 23, 74, 0.3);
  border-left: 0.5em solid #083bbc;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.merchant-agreement {
  position: absolute;
  margin: 100px 10%;
  width: 80%;
}
.merchant-agreement h1,
.merchant-agreement h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.merchant-agreement h2 {
  font-size: 18px;
}
.merchant-agreement p {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 25px 0;
}
