body {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 56px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin: 5px 0px 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin: 0px 0px 5px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Varela Round', sans-serif;
  color: #848998;
  line-height: 19px;
}

.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 122px;
  padding-bottom: 195px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hand-16-9_rhs.png'), url('../images/rotaflow_color_gradient.svg');
  background-position: 100% 100%, 0% 0%;
  background-size: contain, cover;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.37), 0 1px 0 rgba(0, 0, 0, 0.49);
}

.bars-wrapper {
  background-color: #3e352a;
}

.bar {
  width: 14.285%;
  height: 15px;
  float: left;
  background-color: #262b2f;
}

.bar._2 {
  background-color: #9d7a59;
}

.bar._3 {
  background-color: #693e23;
}

.bar._4 {
  background-color: #636e81;
}

.bar._5 {
  background-color: #adc3cc;
}

.bar._6 {
  background-color: #6c5c50;
}

.bar._7 {
  background-color: #3e352a;
}

.logo-wrapper {
  margin-bottom: 147px;
}

.logo-icon {
  margin-top: -5px;
  margin-right: 9px;
  float: left;
}

.logo-text {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-size: 32px;
  line-height: 31px;
  font-weight: 500;
}

.main-subtitle {
  width: 44%;
  margin-bottom: 46px;
  font-family: open-sans, sans-serif;
  color: rgba(255, 255, 255, 0.77);
  font-size: 17px;
  line-height: 21px;
  text-shadow: none;
}

.app-button {
  margin-right: 14px;
  padding: 8px 13px;
  border-radius: 6px;
  background-color: #000;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.app-button:hover {
  background-color: #34567c;
}

.app-button.buy {
  margin-right: 0px;
  margin-left: 19px;
  background-color: #000;
}

.app-button.buy:hover {
  background-color: #a7d3d5;
}

.section {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.pale-blue {
  padding-bottom: 62px;
  background-color: #34567c;
}

.section.pale-blue.buy {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #34567c;
}

.section.pale-blue.padding.center {
  margin-bottom: -85px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 86, 124, 0.67)), to(rgba(52, 86, 124, 0.67))), url('../images/background.jpg');
  background-image: linear-gradient(180deg, rgba(52, 86, 124, 0.67), rgba(52, 86, 124, 0.67)), url('../images/background.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.map {
  position: relative;
  padding-top: 184px;
  padding-bottom: 184px;
  background-image: url('../images/map.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section.footer {
  padding-top: 57px;
  padding-bottom: 57px;
  background-color: #00152c;
  color: #b5bbc8;
}

.section.sign-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 121px;
  padding-bottom: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a7d3d5;
}

.section.intro {
  display: none;
}

.section.padding {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section.padding._2 {
  padding-bottom: 27px;
}

.center-title {
  text-align: center;
}

.subtitle {
  margin-bottom: 72px;
  font-family: open-sans, sans-serif;
  color: #848998;
  font-size: 16px;
  font-weight: 400;
}

.subtitle.location {
  width: 30%;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.47);
}

.subtitle.center2 {
  color: #34567c;
  text-align: center;
}

.subtitle.padding._2 {
  padding-bottom: 30px;
  color: #f0f0ef;
}

.center {
  text-align: center;
}

.line {
  width: 50px;
  height: 2px;
  margin-top: 42px;
  margin-bottom: 42px;
  background-color: #e1e4e8;
}

.feature-group.push-down {
  margin-bottom: 43px;
}

.push-down-column {
  padding-top: 105px;
}

.image-crop {
  display: block;
  overflow: hidden;
  height: 600px;
  margin-top: -1px;
  margin-bottom: -123px;
}

.buy-title {
  margin-top: 6px;
  padding-right: 0px;
  font-family: open-sans, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

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

.trans-test {
  display: block;
  margin: 7px;
  -webkit-transition: margin 500ms ease;
  transition: margin 500ms ease;
}

.trans-test:hover {
  margin: 16px;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.location-title {
  color: #fff;
}

.map-icon {
  position: absolute;
  left: 43%;
  bottom: 39%;
}

.footer-left-col {
  padding-top: 8px;
}

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

.footer-logo {
  margin-top: -3px;
  margin-right: 11px;
  float: left;
}

.footer-text {
  font-family: open-sans, sans-serif;
  color: #a7d3d5;
  font-size: 16px;
}

.footer-link {
  width: 40px;
  height: 40px;
  margin-right: 6px;
  margin-left: 6px;
  padding-top: 9px;
  border-radius: 100%;
  background-color: #34567c;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-align: center;
}

.footer-link:hover {
  background-color: #a7d3d5;
}

.field {
  width: 80%;
  height: 50px;
  margin-right: 2%;
  margin-bottom: 0px;
  padding: 12px 0px 12px 19px;
  float: left;
  border: 0px solid transparent;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: open-sans, sans-serif;
  color: #34567c;
  font-size: 16px;
  line-height: 190px;
  font-weight: 400;
}

.field:focus {
  box-shadow: inset 0 -4px 0 0 #d3d9de;
}

.form-button {
  width: 30%;
  height: 100%;
  padding: 0px 32px;
  border-radius: 5px;
  background-color: #34567c;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: open-sans, sans-serif;
  color: #a7d3d5;
  font-size: 16px;
  line-height: 19px;
}

.form-button:hover {
  border-style: none;
  border-width: 5px;
  border-color: #34567c;
  border-radius: 5px;
  background-color: #f0f0ef;
  color: #34567c;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.success {
  padding-top: 19px;
  padding-bottom: 19px;
  border-radius: 5px;
  background-color: #d3d9de;
  text-align: center;
}

.heading {
  font-family: open-sans, sans-serif;
  text-shadow: none;
}

.heading-2 {
  font-family: open-sans, sans-serif;
  color: #34567c;
  font-weight: 700;
}

.heading-3 {
  font-family: open-sans, sans-serif;
  color: #34567c;
  font-weight: 700;
}

.heading-4 {
  font-family: open-sans, sans-serif;
  color: #34567c;
  font-weight: 700;
}

.paragraph {
  font-family: open-sans, sans-serif;
}

.paragraph-2 {
  font-family: open-sans, sans-serif;
}

.heading-5 {
  font-family: open-sans, sans-serif;
  color: #34567c;
  font-weight: 700;
}

.paragraph-3 {
  font-family: open-sans, sans-serif;
}

.paragraph-4 {
  font-family: open-sans, sans-serif;
}

.heading-6 {
  font-family: open-sans, sans-serif;
  color: #34567c;
  font-weight: 700;
}

.paragraph-5 {
  font-family: open-sans, sans-serif;
}

.heading-7 {
  font-family: open-sans, sans-serif;
  color: #34567c;
  font-weight: 700;
}

.paragraph-6 {
  font-family: open-sans, sans-serif;
}

.heading-8 {
  font-family: open-sans, sans-serif;
  color: #fff;
  font-weight: 700;
}

.heading-9 {
  font-family: open-sans, sans-serif;
  color: #fff;
  font-weight: 700;
}

.paragraph-7 {
  font-family: open-sans, sans-serif;
}

.paragraph-8 {
  font-family: open-sans, sans-serif;
}

.heading-10 {
  font-family: open-sans, sans-serif;
  color: #fff;
  font-weight: 700;
}

.image-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 50px;
}

.heading-11 {
  color: #34567c;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-12 {
  font-family: open-sans, sans-serif;
  color: #34567c;
  font-weight: 700;
  text-align: center;
}

.heading-13 {
  font-family: open-sans, sans-serif;
  color: #34567c;
  font-weight: 700;
}

.heading-14 {
  font-family: open-sans, sans-serif;
  color: #34567c;
  font-weight: 700;
}

.paragraph-9 {
  font-family: open-sans, sans-serif;
  font-weight: 400;
}

.paragraph-10 {
  font-family: open-sans, sans-serif;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-3 {
  position: relative;
  z-index: -10;
  margin-top: -201px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trial {
  display: block;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block.trial {
  margin-bottom: -30px;
  padding-bottom: 0px;
}

.image-4 {
  margin-top: 0px;
  margin-bottom: 30px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  display: none;
}

.image-7 {
  display: none;
}

@media screen and (max-width: 991px) {
  .header {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 170% 100%, 0% 0%;
  }
  .app-button.buy {
    margin-left: 10px;
    padding: 5px 9px;
  }
  .subtitle {
    margin-bottom: 52px;
  }
  .push-down-column {
    padding-top: 0px;
  }
  .image-crop {
    height: 605px;
  }
  .buy-title {
    font-size: 26px;
    line-height: 26px;
  }
  .form-wrapper {
    width: 100%;
  }
  .image-5 {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    overflow: hidden;
    height: 33.24729%;
    padding: 50px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 0% 174%, 0% 0%;
  }
  .logo-wrapper {
    margin-bottom: 37px;
  }
  .main-subtitle {
    width: 84%;
    margin-bottom: 41px;
  }
  .app-button {
    margin-bottom: 14px;
  }
  .app-button.buy {
    margin-right: 13px;
    margin-left: 13px;
  }
  .section {
    padding-top: 42px;
    padding-bottom: 42px;
    text-align: center;
  }
  .section.pale-blue.buy {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .section.map {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .section.footer {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .section.sign-up {
    padding-right: 10px;
    padding-left: 10px;
  }
  .center-title {
    margin-right: 25px;
    margin-left: 25px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .subtitle.location {
    width: auto;
    margin-right: 20%;
    margin-bottom: 27px;
    margin-left: 20%;
  }
  .subtitle.padding._2 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .line {
    display: block;
    margin: 32px auto;
  }
  .image-crop {
    height: auto;
    margin-bottom: 0px;
  }
  .buy-title {
    margin-bottom: 31px;
  }
  .align-right {
    text-align: center;
  }
  .map-icon {
    position: static;
  }
  .footer-right-col {
    text-align: center;
  }
  .footer-logo {
    margin-top: -1px;
    margin-right: 0px;
    margin-bottom: 8px;
    float: none;
  }
  .footer-text {
    margin-bottom: 22px;
  }
  .image {
    width: 269px;
  }
  .field {
    width: 50%;
    font-size: 16px;
    line-height: 19px;
  }
  .form-button {
    width: 48%;
  }
  .div-block.trial {
    padding-right: 25px;
    padding-left: 25px;
  }
  .container-3 {
    display: block;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-7 {
    position: relative;
    left: 35px;
    top: 50px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .header {
    overflow: hidden;
    height: 100%;
    padding-bottom: 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/rotaflow_color_gradient.svg');
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .main-subtitle {
    font-size: 16px;
    line-height: 19px;
  }
  .section.sign-up {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .field {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
    padding-left: 0px;
    text-align: center;
  }
  .form-button {
    width: 100%;
  }
  .form-wrapper {
    height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    font-size: 30px;
  }
  .form {
    height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block.trial {
    margin-top: 74px;
  }
  .image-5 {
    margin-top: -34px;
  }
  .container-3 {
    display: block;
  }
  .image-6 {
    display: block;
  }
  .image-7 {
    position: relative;
    left: 16px;
    top: 33px;
    bottom: -31px;
    display: block;
    overflow: visible;
  }
}

