.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Muli, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 100px;
  line-height: 1.2em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 70px;
  line-height: 1.2em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 700;
}

p {
  max-width: 710px;
  margin-bottom: 30px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  line-height: 2em;
}

a {
  font-family: Muli, sans-serif;
  color: #59c3c3;
  text-decoration: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 30px;
}

li {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

strong {
  font-weight: bold;
}

blockquote {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 80px;
  padding: 0px;
  border-left: 5px none #e2e2e2;
  font-family: 'EB Garamond', sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 700;
}

.page-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
  border: 0px none transparent;
  background-color: #4a5899;
  color: #fff;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1375px;
  -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;
}

.logo-wrap {
  display: block;
  overflow: hidden;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: 'EB Garamond', sans-serif;
  color: #ccd1e8;
  text-decoration: none;
}

.nav-links {
  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;
}

.nav-links.footer-copyright {
  margin-top: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1%;
  -webkit-flex-grow: 1%;
  -ms-flex-positive: 1%;
  flex-grow: 1%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 10px;
}

.page-container {
  position: relative;
  width: 90%;
  max-height: none;
  max-width: 100vw;
  margin-top: 0px;
  margin-bottom: auto;
  text-align: left;
}

.page-container.book-hero {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90vw;
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.page-container.book-slider {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 100px;
  -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;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-container.chapter-brakedown {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.page-container.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.page-container.footer-free-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.book-hero-heading {
  max-width: 760px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.book-hero-heading.line-1 {
  max-width: none;
  white-space: nowrap;
}

.book-hero-heading.line-1 {
  max-width: 80vw;
  padding-bottom: 2vh;
  color: #fff;
  font-size: 8em;
}

.label {
  position: relative;
  z-index: 4;
  font-family: Muli, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-paragraph {
  position: relative;
  z-index: 2;
  max-width: 510px;
}

.buttons-sideflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  padding: 20px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #dfab82;
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  -o-object-fit: fill;
  object-fit: fill;
}

.button.inverted {
  display: block;
  margin-left: 20px;
  background-color: #fff;
  color: #dfab82;
}

.button-transparent {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  font-family: 'EB Garamond', sans-serif;
  color: #dfab82;
  font-size: 20px;
}

.button-transparent.inverted-2 {
  color: #fff;
}

.button-transparent.inverted-2._30-top-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 185px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-transparent.nav-menu-btn {
  position: relative;
  left: auto;
  top: 0%;
  right: -80%;
  bottom: 0%;
  display: none;
  overflow: auto;
  height: 30px;
  max-width: none;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 10px;
  padding: 20px 10px 20px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 40;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-transparent._30-margin-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-bottom: 3vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.spacer-60-px {
  width: 10em;
  height: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-line {
  position: relative;
  left: 0px;
  width: 20%;
  height: 2px;
  max-width: 300px;
  margin-top: 8px;
  padding-left: 0px;
  background-color: #dfab82;
}

.button-line.white-line {
  width: 25%;
  max-width: 200px;
  background-color: #fff;
}

.button-overlay {
  position: absolute;
  top: 0px;
  right: 100%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #303c74;
}

.button-text {
  position: relative;
  z-index: 2;
  min-width: 100px;
  color: #4a5899;
  font-size: 1em;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 2px;
  -webkit-column-count: auto;
  column-count: auto;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  -webkit-column-rule-color: #59c3c3;
  column-rule-color: #59c3c3;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
  white-space: nowrap;
}

.nav-link {
  margin-right: 20px;
  padding-bottom: 5px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  letter-spacing: 2px;
}

.nav-link:hover {
  color: #fff;
}

.hero-content {
  position: relative;
  top: 10vh;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section {
  display: block;
  margin-left: 0px;
  padding-top: 60px;
  padding-bottom: 40px;
  -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: transparent;
}

.section.learn {
  position: relative;
  z-index: 2;
  display: block;
  margin-left: 0px;
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: #fff;
  color: #fff;
  text-align: center;
}

.section.book-section {
  display: none;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 220px;
  padding-bottom: 40px;
  background-color: #85cced;
  color: #fff;
  text-align: center;
}

.section.footer-section {
  display: none;
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #4a5899;
  text-align: center;
}

.section.color-section {
  background-color: #4a5899;
  color: #fff;
}

.section.form-section {
  background-color: #fff;
}

.section.white {
  width: 100%;
  height: 100%;
  min-height: 80vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #fff;
}

.dashboards-grid {
  width: 100%;
  max-width: 90vw;
  min-height: auto;
  margin: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  grid-column-gap: 5vw;
  grid-row-gap: 10vh;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.dashboards-grid._30vh {
  margin-bottom: -30vh;
}

.learn-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 50vh;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #4a5899;
  background-color: #fff;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  text-align: left;
  cursor: pointer;
}

.learn-item:hover {
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.4);
}

.spacer-2vh {
  width: 30px;
  height: 2vh;
}

.feature-paragraph {
  max-width: 50vw;
  margin-top: 300px;
  margin-bottom: 30px;
  color: #4a5899;
  font-size: 1em;
  line-height: 1.5em;
}

.feature-heading {
  position: absolute;
  left: 86px;
  top: 11%;
  right: auto;
  font-size: 1.8em;
}

.learn-number {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: #dfab82;
  font-family: Muli, sans-serif;
  color: #4a5899;
  font-size: 1em;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.book-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  -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;
  background-color: transparent;
}

.chapter-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #4a5899;
  font-size: 42px;
  text-align: center;
}

.chapter-brakedown-wrap {
  position: relative;
  display: none;
  overflow: hidden;
  width: 90%;
  height: 500px;
  max-width: 550px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.see-all-chapters-trigger {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 133, 144, 0)), to(#ed8590));
  background-image: linear-gradient(180deg, rgba(237, 133, 144, 0), #ed8590);
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.order-after-chapter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.page-wrapper {
  position: relative;
  display: inline;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: auto;
  color: transparent;
}

.page-wrapper.style-guide-wrap {
  display: block;
  padding-top: 110px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #000;
}

.hero-words-wrap {
  overflow: hidden;
  max-width: 760px;
  padding-bottom: 5px;
}

.free-sample-form-block {
  width: 100%;
  margin-bottom: 0px;
}

.free-sample-form-block.half-block {
  width: 50%;
  min-width: 600px;
}

.input {
  height: 60px;
  margin-bottom: 0px;
  padding: 0px 20px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #b5b5b5;
  font-size: 18px;
}

.input.transparent-input {
  border-bottom-color: hsla(0, 0%, 100%, 0.5);
  background-color: transparent;
  color: #fff;
}

.input.transparent-input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.input.transparent-input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.input.transparent-input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.input.transparent-input::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.form {
  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;
}

.book-cover-img {
  display: block;
  height: 60vh;
  max-width: 30vw;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.navigation-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3;
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
  -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: #4a5899;
}

.style-guide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
  background-color: #4a5899;
  color: #fff;
}

.style-guide-label {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #b5b5b5;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-label.cc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style-colors {
  height: 70px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #ebebeb;
}

.style-colors.grey-cc {
  background-color: #b5b5b5;
}

.style-colors.dark-cc {
  background-color: #000;
}

.style-colors.white-tr-cc {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.style-colors.light-cc {
  background-color: #fff;
}

.style-colors.brand-1-cc {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  background-color: #4a5899;
}

.style-colors.brand-2-cc {
  background-color: #59c3c3;
}

.style-colors.brand-3-cc {
  background-color: #dfab82;
}

.style-colors.brand-4-cc {
  background-color: #ed8590;
}

.success-message {
  border-radius: 4px;
  background-color: rgba(32, 206, 123, 0.1);
  color: #20ce7b;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #b5b5b5;
}

.error-message {
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
  text-align: center;
}

.button-small {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  background-color: #4a5899;
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

.button-small.white-small {
  background-color: #fff;
  color: #4a5899;
}

.powered-text {
  margin-right: 5px;
  padding-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.5);
  letter-spacing: 1px;
}

.colors-grid {
  margin-bottom: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.textarea-input {
  min-height: 100px;
  margin-bottom: 0px;
  padding: 15px 20px 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #b5b5b5;
  font-size: 18px;
}

.form-block {
  margin-bottom: 0px;
}

.social-icons-wrap {
  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;
}

.social-icon {
  height: 20px;
  margin-left: 20px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon-img {
  display: block;
  height: 100%;
}

.footer-link {
  margin-left: 20px;
  padding-bottom: 5px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 400;
  letter-spacing: 0.2em;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.creator {
  margin-left: 0px;
  color: #dfab82;
}

.faq-question {
  margin-right: 40px;
  margin-bottom: 0px;
  font-size: 1.8em;
}

.max-size-320 {
  max-width: 600px;
  margin-left: 20px;
  color: #4a5899;
}

.success-message-2 {
  padding: 40px;
  background-color: #dfab82;
  color: #fff;
}

.error-message-2 {
  margin-top: 20px;
  padding: 40px;
  background-color: #ed8590;
  color: #fff;
}

.text-block-2 {
  display: none;
}

.text-block-3 {
  position: static;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.bold-text {
  font-weight: 400;
}

.heading-3 {
  background-color: transparent;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 35vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  display: none;
  padding: 20px 10px;
  border: 0px none #000;
  background-color: #4a5899;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
}

.nav-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content 1fr;
  -ms-grid-columns: 1fr max-content max-content max-content 1fr;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content 1fr;
  grid-template-columns: 1fr max-content max-content max-content 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav-link-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  text-decoration: none;
}

.nav-link-8:hover {
  text-decoration: underline;
}

.nav-link-8.green {
  color: hsla(0, 0%, 100%, 0.5);
}

.grid-2 {
  width: 100%;
  grid-auto-flow: row dense;
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 1.5fr 1.75fr;
  grid-template-columns: 1.25fr 1.5fr 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  margin-bottom: 20px;
  padding-top: 20px;
  grid-column-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._1920-button {
  display: none;
  border-radius: 20px;
  background-color: transparent;
  color: #c38259;
  font-weight: 800;
}

.nav-link-9 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 200;
  text-align: right;
  text-decoration: none;
}

.nav-link-9:hover {
  text-decoration: underline;
}

.body {
  padding-bottom: 0vh;
  background-color: #4a5899;
}

._1280-button {
  display: none;
}

.mobile-paragraph {
  display: none;
}

.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;
}

.footer-link {
  margin-left: 0px;
}

.footer-link {
  display: inline-block;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 600;
}

.button-7 {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 20px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #dfab82;
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}

.button-7.inverted {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 20vh;
  max-width: 50vw;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  color: #dfab82;
}

.button-7.inverted {
  background-color: #fff;
  color: #dfab82;
}

.label-2 {
  position: relative;
  z-index: 4;
  font-family: Muli, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label-2.dark-label {
  color: #9aa7df;
  font-weight: 600;
}

.label-2.dark-label {
  color: #5c6074;
  font-weight: 600;
}

.faq-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #dfab82;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.04);
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.section-3.faq-section {
  display: none;
  padding-bottom: 100px;
  box-shadow: 1px 1px 3px 0 #000;
  text-align: center;
}

.section-3.value-1 {
  padding-top: 200px;
  background-color: #fff;
}

.section-3.value-1 {
  display: none;
  padding-top: 200px;
}

.faq-question-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #dfab82;
  text-align: left;
}

.nav-logo-link-2 {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo-2 {
  width: auto;
  height: 100%;
  min-width: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.container-9 {
  display: inline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.list-item-3 {
  color: #dfab82;
}

.log-in {
  background-color: transparent;
}

.sticky-nav-mobile {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  display: block;
  width: 100%;
  min-width: 90vw;
  padding: 20px;
  background-color: #4a5899;
}

.nav-grid-mobile {
  display: -ms-grid;
  display: grid;
  width: 90%;
  margin: 0px 0px 0px auto;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-9 {
  margin-left: 40px;
  padding-left: 15px;
  background-color: #9aa7df;
  font-family: 'EB Garamond', sans-serif;
  color: #4a5899;
}

.navbar-5 {
  display: none;
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90vw;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.spacer-60-px-2 {
  width: 60px;
  height: 2vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.list-item-4 {
  display: none;
}

.list-item-5 {
  display: none;
}

.list-item-6 {
  display: none;
}

.list-item-7 {
  display: none;
}

.list-item-8 {
  display: none;
}

.dropdown-list {
  background-color: transparent;
}

.text-block-10 {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1em;
  font-weight: 200;
}

.dropdown-link {
  padding-right: 10px;
  padding-left: 0px;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 300;
}

.dropdown-link-2 {
  padding-right: 10px;
  padding-left: 0px;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 300;
}

.icon-4 {
  margin-right: 0px;
  color: hsla(0, 0%, 100%, 0.5);
}

.dropdown-toggle {
  padding-right: 20px;
  padding-left: 0px;
}

.dropdown-toggle.w--open {
  padding-right: 20px;
}

.html-embed-3 {
  max-width: 7vw;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cta-text-3 {
  max-width: 400px;
  margin-right: 120px;
  margin-bottom: 0px;
}

.html-embed-4 {
  position: relative;
  left: -25px;
  top: 44px;
  overflow: hidden;
  max-height: 90vh;
  max-width: 55vw;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.heading-13 {
  color: #5c6074;
}

.small-paragraph-3 {
  max-width: 510px;
  color: #5c6074;
  font-size: 16px;
  line-height: 30px;
}

.image-wrap-3 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -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-image: url('../images/pexels-photo-212286.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.button-text-3 {
  position: relative;
  z-index: 2;
}

.div-block-11 {
  position: absolute;
  left: 25px;
  top: auto;
  right: auto;
  bottom: 5%;
  z-index: 2;
  width: 100%;
  height: auto;
  max-height: none;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.book-light-box-3 {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.8);
}

.value-proposal-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1.4fr;
  grid-template-columns: 1fr 1.4fr;
}

.order-book-sideflex {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-width: 850px;
  margin-top: -60px;
  padding: 80px 60px;
  -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;
  background-color: #dfab82;
  color: #fff;
}

.text-max-422 {
  max-width: 420px;
  color: #4a5899;
}

.page-container-2 {
  position: relative;
  width: 90%;
  max-width: 1370px;
  text-align: left;
}

.image-rectangle-overlay-3 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  height: 600px;
  border: 2px solid #dfab82;
}

.light-box-hover-2 {
  position: relative;
  left: 6px;
  margin-right: auto;
  margin-left: auto;
}

.html-embed-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 20vw;
  margin: auto auto 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-14 {
  font-size: 3.5em;
  font-weight: 500;
}

.page-container-3 {
  position: relative;
  width: 90%;
  max-width: 1370px;
  text-align: left;
}

.page-container-3.faq-cointainer {
  text-align: center;
}

.faq-answer-2 {
  max-width: 100%;
  margin-right: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #4a5899;
  text-align: left;
}

.section-6 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 50vh;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.view-the-dashboard {
  font-size: 1em;
}

.link-2 {
  margin-right: 10px;
  color: #dfab82;
  letter-spacing: 0.1em;
}

.copyright {
  max-width: 90vw;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-bottom: 10vh;
  color: #fff;
  font-size: 0.8em;
}

.footer-div-all {
  position: relative;
  top: auto;
  display: inline;
  width: auto;
  max-width: 100vw;
  min-width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 10vh;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-link-2 {
  display: inline-block;
  width: auto;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: none;
}

.footer-link-2.long {
  width: auto;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
}

.footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline;
  overflow: auto;
  height: auto;
  max-width: none;
  min-height: 65vh;
  margin-top: auto;
  margin-bottom: auto;
  padding: 60px 0vw 40px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4a5899;
  color: rgba(223, 171, 130, 0.27);
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-grid {
  margin-bottom: auto;
  grid-column-gap: 4vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1.25fr 1.25fr 1fr;
  grid-template-columns: 1.5fr 1.25fr 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90vw;
  margin-top: 15vh;
  margin-right: 5vw;
  margin-left: 5vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.embed-logo {
  max-width: 8vw;
  margin-right: 10vw;
  padding-right: 0vw;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.terms-and-conditions {
  margin-right: 10px;
  margin-left: 0px;
  padding-top: 0px;
  color: #ed8590;
  font-size: 1em;
  text-transform: uppercase;
}

.footer-grid-all {
  position: relative;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-width: none;
  margin-top: auto;
  padding: 10vh 5vw 5vh;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.container.footer {
  min-height: 50vh;
  padding-right: 0vw;
  padding-left: 0vw;
}

.addresses-div {
  max-width: 90vw;
  margin: auto;
  padding-top: 5vh;
  font-size: 1em;
}

.footer-space {
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1em;
  line-height: 1.2em;
}

.footer-space.middle {
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.footer-space.left {
  min-width: 10vw;
  margin-left: 0vw;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.footer-space.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0vw;
  padding-left: 0vw;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.privacy-grid {
  height: auto;
  max-width: none;
  margin: 5vh 0px;
  grid-column-gap: 4vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1.25fr 1.25fr 1fr;
  grid-template-columns: 1.5fr 1.25fr 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #59c3c3;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.addresses {
  margin-top: auto;
  padding-top: 0vh;
  padding-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
}

.addresses.uk {
  display: none;
  font-size: 0.8em;
}

.addresses.estonia {
  display: none;
}

.addresses.usa {
  width: 100.0000030732707%;
  font-size: 0.85em;
}

.list-item-10 {
  display: none;
}

.webpage {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 200;
  text-transform: uppercase;
}

.webpage:hover {
  text-decoration: underline;
}

.desktop-navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  display: block;
  padding: 0px;
  background-color: #4a5899;
}

.logo {
  position: relative;
  left: -8%;
  max-width: 9vw;
  margin-right: 5vw;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  mix-blend-mode: screen;
}

.dropdown-toggle-2 {
  padding-right: 20px;
  padding-left: 0px;
  font-size: 1em;
  line-height: 1em;
}

.dropdown-toggle-2.w--open {
  padding-right: 20px;
}

.dropdown-2 {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1em;
  line-height: 1em;
  font-weight: 200;
  text-transform: uppercase;
}

.desktop-container {
  display: inline;
}

.icon-5 {
  margin-right: 0px;
  color: hsla(0, 0%, 100%, 0.5);
}

.the-demo-button {
  margin-left: auto;
  padding-top: 1vh;
  padding-bottom: 1vh;
  padding-left: 15px;
  background-color: #9aa7df;
  font-family: 'EB Garamond', sans-serif;
  color: #4a5899;
  font-size: 0.9em;
  text-transform: uppercase;
}

.nav-grid-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px 0px 0px auto;
  padding: 0px 0px 0px 3vw;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-grid-2.desktop {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 1vw;
  padding-right: 4vw;
  padding-left: 5vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-column-gap: 1em;
  -ms-grid-columns: -webkit-max-content -webkit-max-content auto -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content auto max-content max-content max-content max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content auto -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content auto max-content max-content max-content max-content max-content;
}

.dropdown-link-3 {
  padding-right: 10px;
  padding-left: 0px;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 300;
  text-transform: uppercase;
}

.list-item-with-space {
  margin-right: 5px;
  line-height: 1em;
}

.mobile-navbar {
  display: none;
}

.google {
  position: relative;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 15vh;
  margin-right: 4%;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.google-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: 15vh;
  max-width: 50vw;
  margin-right: 0vw;
  margin-bottom: auto;
  margin-left: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.the-platform-button {
  position: relative;
  z-index: 2;
  min-width: 100px;
  color: #4a5899;
  font-size: 1.5em;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 2px;
  -webkit-column-count: auto;
  column-count: auto;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  -webkit-column-rule-color: #59c3c3;
  column-rule-color: #59c3c3;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
  white-space: normal;
}

.one-platform {
  max-width: 60vw;
  margin-bottom: 15vh;
  color: #fff;
  font-size: 1.1em;
}

.fancy-buttons {
  max-width: 50vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 1em;
  line-height: 1.2em;
}

.button-line-div {
  display: inline;
  max-width: 50vw;
  padding-bottom: 3vh;
  font-size: 1.5em;
  line-height: 1.5em;
  font-style: italic;
  letter-spacing: 0.08em;
}

.mobicycle-image {
  position: relative;
  left: auto;
  display: block;
  width: auto;
  max-height: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -webkit-filter: grayscale(3%);
  filter: grayscale(3%);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-transparent-2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  font-family: 'EB Garamond', sans-serif;
  color: #dfab82;
  font-size: 20px;
}

.button-line-2 {
  position: absolute;
  left: 0px;
  width: 20%;
  height: 2px;
  max-width: 60%;
  margin-top: 8px;
  background-color: #dfab82;
}

.hero-div {
  width: 100%;
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0vh;
  padding-bottom: 0vh;
}

.hero-grid {
  width: 99.9999576136461%;
  max-width: 90vw;
  margin-right: auto;
  margin-left: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.trust {
  color: #b5b5b5;
  font-size: 0.8em;
  letter-spacing: 0.05em;
}

.paragraph {
  display: inline;
  max-width: 100vw;
  margin-bottom: 0px;
  font-family: Muli, sans-serif;
  color: #4a5899;
  font-size: 1em;
}

.paragraph.orange {
  font-family: 'EB Garamond', sans-serif;
  color: #dfab82;
}

.platform-button {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 20px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #dfab82;
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 1px;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-7 {
  position: relative;
  display: block;
  margin-left: 0px;
  padding-top: 0vh;
  padding-bottom: 0vh;
  -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: #fff;
}

.section-7.transparent {
  background-color: transparent;
}

.mobicycle-image-div {
  max-height: 50vh;
  max-width: 40vw;
  margin: 0px 10% auto auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-filter: hue-rotate(350deg);
  filter: hue-rotate(350deg);
}

.login-button {
  position: relative;
  max-width: 60vw;
  margin-right: auto;
  margin-left: auto;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row dense;
  grid-column-gap: 2vw;
  grid-row-gap: 4vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.login-button-div {
  min-width: 15px;
  margin-right: 0px;
  margin-left: auto;
}

.options-button {
  min-width: 25vw;
  margin: auto 5vw auto auto;
  padding: 20px 10px;
  background-color: transparent;
  background-image: linear-gradient(359deg, #4a5899, rgba(32, 38, 67, 0.44) 20%, transparent 55%, transparent 67%);
  box-shadow: 1px 1px 3px 0 #000;
  color: #dfab82;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.3em;
  text-shadow: 1px 1px 6px #5c6074;
  white-space: normal;
}

.options-button:hover {
  color: #e05b5d;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.heading-grid {
  margin-top: 300px;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-grid.hide {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-item-11 {
  margin-right: auto;
}

@media screen and (min-width: 1280px) {
  .page-container.book-slider {
    width: 100%;
    max-width: none;
    margin-left: 0px;
    padding-top: 100px;
    padding-left: 20px;
    justify-items: start;
  }

  .button-transparent.inverted-2._30-top-margin {
    color: #4a5899;
  }

  .button-line.white-line {
    background-color: #dfab82;
  }

  .section {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .section.book-section {
    padding-top: 260px;
  }

  .dashboards-grid {
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-paragraph {
    font-size: 1.4em;
  }

  .feature-heading {
    top: 10%;
  }

  .book-cover-img {
    max-width: 30vw;
  }

  .nav-link-8 {
    min-width: 150px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 16px;
    text-align: center;
  }

  .nav-link-8.green {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .grid-2 {
    -ms-grid-columns: 1fr 0.5fr 1.75fr;
    grid-template-columns: 1fr 0.5fr 1.75fr;
  }

  ._1920-button {
    display: none;
    font-weight: 800;
  }

  .nav-link-9 {
    text-align: right;
  }

  ._1280-button {
    display: none;
  }

  .nav-grid-mobile {
    width: auto;
    min-width: 70vw;
  }

  .container-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .html-embed-4 {
    max-width: 45vw;
  }

  .image-wrap-3 {
    background-image: none;
  }

  .book-light-box-3 {
    left: 250px;
    width: 7vw;
    height: 12vh;
  }

  .image-rectangle-overlay-3 {
    max-width: 45vw;
  }

  .light-box-hover-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .view-the-dashboard {
    font-size: 1.2em;
  }

  .footer-link-2.long {
    width: auto;
  }

  .footer-div {
    margin-top: 15vh;
  }

  .embed-logo {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .container {
    padding: 0vh 0vw;
  }

  .addresses.uk {
    font-size: 0.9em;
  }

  .addresses.usa {
    font-size: 0.9em;
  }

  .webpage {
    font-size: 1.1em;
  }

  .logo {
    left: -6%;
    margin-left: auto;
    padding-left: 0px;
  }

  .dropdown-toggle-2 {
    font-size: 1.1em;
  }

  .the-demo-button {
    font-size: 1.1em;
  }

  .nav-grid-2 {
    padding-left: 3vw;
  }

  .nav-grid-2.desktop {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .list-item-with-space {
    margin-right: 10px;
  }

  .google {
    left: -25px;
    margin-right: 3.5%;
  }

  .one-platform {
    font-size: 1.4em;
  }

  .fancy-buttons {
    font-size: 1em;
    line-height: 1.2em;
  }

  .mobicycle-image {
    margin-right: auto;
  }

  .hero-div {
    max-width: 90vw;
  }

  .hero-grid {
    margin-top: 10vh;
  }

  .trust {
    font-size: 1em;
    letter-spacing: 0.07em;
  }

  .mobicycle-image-div {
    max-height: 50vh;
    max-width: 40vw;
  }

  .login-button {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 1.5vw;
    text-align: left;
  }

  .options-button {
    min-width: 25vw;
    padding-right: 10px;
    padding-left: 20px;
    font-size: 1.2em;
  }
}

@media screen and (min-width: 1440px) {
  .page-container.book-slider {
    width: 100%;
    max-width: 1296vw;
    margin-top: 100px;
    margin-left: 0px;
    padding-left: 40px;
  }

  .book-hero-heading.line-1 {
    margin-right: 0px;
    padding-bottom: 2vh;
    font-size: 8em;
  }

  .section {
    background-color: transparent;
  }

  .section.book-section {
    display: block;
  }

  .section.white {
    background-color: #fff;
  }

  .section.space {
    margin-bottom: 50vh;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .dashboards-grid {
    max-width: 80vw;
    margin-bottom: 10vh;
  }

  .feature-heading {
    top: 10%;
  }

  .nav-link-8 {
    min-width: 170px;
    padding-left: 0px;
    font-size: 18px;
  }

  ._1920-button {
    display: none;
    white-space: nowrap;
  }

  .nav-link-9 {
    text-align: right;
  }

  .section-3.faq-section {
    display: block;
  }

  .section-3.value-1 {
    display: block;
    max-width: 1440vw;
  }

  .container-13 {
    max-width: 90vw;
  }

  .html-embed-4 {
    left: -98px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 85vh;
    max-width: 40vw;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .image-wrap-3 {
    background-image: none;
  }

  .book-light-box-3 {
    left: 250px;
    bottom: auto;
    width: 6vw;
  }

  .image-rectangle-overlay-3 {
    max-width: 40vw;
  }

  .copyright {
    max-width: 80vw;
  }

  .footer-div-all {
    max-width: 80vw;
  }

  .footer-link-2.long {
    width: auto;
  }

  .footer {
    margin-top: auto;
    margin-bottom: auto;
  }

  .footer-div {
    max-width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }

  .embed-logo {
    max-width: 8vw;
  }

  .addresses-div {
    max-width: 80vw;
  }

  .addresses.uk {
    font-size: 0.9em;
  }

  .addresses.usa {
    font-size: 0.9em;
  }

  .webpage {
    font-size: 1.1em;
  }

  .logo {
    max-width: 7vw;
    font-size: 100%;
  }

  .dropdown-toggle-2 {
    font-size: 1.1em;
  }

  .dropdown-2 {
    font-size: 1em;
  }

  .the-demo-button {
    font-size: 1.1em;
  }

  .nav-grid-2.desktop {
    padding-bottom: 1vw;
    padding-left: 5vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .google {
    left: -32px;
    margin-right: 3.5%;
  }

  .the-platform-button {
    font-size: 1.8em;
  }

  .one-platform {
    font-size: 1em;
  }

  .fancy-buttons {
    min-height: 50px;
  }

  .mobicycle-image {
    left: 89px;
    max-height: 70vh;
    max-width: 45vw;
    margin-right: 0vw;
  }

  .button-line-2 {
    max-width: 50%;
  }

  .hero-div {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .hero-grid {
    max-width: 80vw;
    min-width: 70vw;
    margin-left: auto;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .paragraph {
    max-width: 45vw;
  }

  .mobicycle-image-div {
    position: relative;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 70vh;
    max-width: 60vw;
    margin-right: 0px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .login-button {
    margin-left: 0px;
    justify-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-column-gap: 0vw;
    grid-row-gap: 1.5vw;
    -ms-grid-columns: 1.25fr 1fr;
    grid-template-columns: 1.25fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .options-button {
    min-width: 20vw;
    font-size: 1em;
  }
}

@media screen and (min-width: 1920px) {
  .page-container.book-hero {
    top: 220px;
    width: 100%;
    max-width: none;
  }

  .page-container.book-slider {
    left: 0px;
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
    padding-top: 220px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-container.chapter-brakedown {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .book-hero-heading.line-1 {
    font-size: 120px;
  }

  .book-hero-heading.line-1 {
    padding-bottom: 5vh;
    font-size: 7em;
  }

  .label {
    font-size: 20px;
  }

  .hero-paragraph {
    font-size: 18px;
  }

  .button {
    width: 100%;
  }

  .button-transparent.inverted-2._30-top-margin {
    max-width: 300px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-text {
    font-size: 24px;
  }

  .hero-content {
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 220px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section.learn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dashboards-grid {
    display: -ms-grid;
    display: grid;
    max-width: 80vw;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-row-align: center;
    align-self: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .learn-item {
    min-height: 50vh;
  }

  .feature-paragraph {
    padding-bottom: 20px;
    font-size: 20px;
  }

  .feature-heading {
    position: absolute;
    left: 10%;
    top: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 2.2em;
  }

  .learn-number {
    position: absolute;
    left: auto;
    top: auto;
    margin-right: auto;
    font-size: 1.2em;
  }

  .book-cover-img {
    width: 200vw;
    max-width: 35vw;
    margin-bottom: auto;
  }

  .max-size-320 {
    max-width: 800px;
    font-size: 26px;
  }

  .text-block-3 {
    font-size: 24px;
  }

  .bold-text {
    font-size: 26px;
  }

  .nav-link-8 {
    font-size: 22px;
  }

  .text-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    min-width: 250px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 22px;
    text-align: left;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 0.5fr 1.75fr;
    grid-template-columns: 1fr 0.5fr 1.75fr;
  }

  .grid-3 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 5vh;
    padding-bottom: 10vh;
  }

  ._1920-button {
    display: none;
    margin-right: 40px;
    margin-left: 60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 22px;
    white-space: nowrap;
  }

  .nav-link-9 {
    font-size: 1.5em;
  }

  .div-block-2 {
    font-size: 18px;
  }

  .label-2.dark-label {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 10px;
  }

  .container-13 {
    max-width: 80vw;
  }

  .text-block-10 {
    font-size: 1.5em;
  }

  .cta-text-3 {
    max-width: 50vw;
  }

  .html-embed-4 {
    max-height: 68vh;
    max-width: 35vw;
  }

  .heading-13 {
    font-size: 2em;
  }

  .small-paragraph-3 {
    max-width: 50vw;
    font-size: 1.5em;
  }

  .button-text-3 {
    font-size: 1.5em;
  }

  .book-light-box-3 {
    left: 400px;
  }

  .value-proposal-grid-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .text-max-422 {
    max-width: 40vw;
  }

  .page-container-2 {
    max-width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }

  .image-rectangle-overlay-3 {
    max-width: 35vw;
  }

  .light-box-hover-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-6 {
    padding-top: 50vh;
  }

  .view-the-dashboard {
    font-size: 1.3em;
  }

  .link-2 {
    font-size: 0.6em;
  }

  .copyright {
    font-size: 1.2em;
  }

  .footer-div-all {
    max-width: 80vw;
  }

  .footer-link-2 {
    font-size: 0.7em;
    line-height: 2em;
  }

  .list-item {
    padding-bottom: 10px;
  }

  .footer {
    display: block;
    height: 75vh;
    margin-top: auto;
    margin-bottom: 0px;
  }

  .footer-grid {
    grid-column-gap: 2vw;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .footer-div {
    max-width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }

  .embed-logo {
    position: relative;
    left: auto;
    max-width: 8vw;
    min-width: auto;
    margin-right: 8vw;
    padding-right: 0vw;
    font-size: 1.5em;
  }

  .terms-and-conditions {
    font-size: 1.1em;
  }

  .footer-grid-all {
    max-width: 800vw;
    font-size: 1.4em;
  }

  .container {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 5vw;
    font-size: 1.5em;
  }

  .addresses-div {
    padding-bottom: 2vh;
    font-size: 2em;
  }

  .privacy-grid {
    height: 100%;
    margin-bottom: 10vh;
    grid-column-gap: 2vw;
    -ms-grid-columns: 1.5fr 1.25fr 1.25fr 1fr;
    grid-template-columns: 1.5fr 1.25fr 1.25fr 1fr;
    font-size: 1.5em;
  }

  .footer-heading {
    font-size: 0.8em;
    letter-spacing: 0.2em;
  }

  .addresses {
    font-size: 1em;
  }

  .addresses.uk {
    font-size: 0.6em;
  }

  .addresses.usa {
    padding-bottom: 2vh;
    font-size: 0.6em;
  }

  .webpage {
    font-size: 1em;
  }

  .logo {
    max-width: 6vw;
    margin-left: 0px;
  }

  .dropdown-toggle-2 {
    font-size: 1em;
  }

  .dropdown-2 {
    font-size: 1em;
    line-height: 1.5em;
  }

  .icon-5 {
    padding-left: 5px;
  }

  .the-demo-button {
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 1.2em;
  }

  .nav-grid-2.desktop {
    max-width: 90vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-auto-flow: column;
    grid-column-gap: 1em;
    grid-row-gap: 10px;
    -ms-grid-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
    -ms-grid-columns: max-content max-content max-content max-content max-content max-content max-content max-content;
    grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content max-content max-content max-content max-content max-content max-content;
  }

  .dropdown-link-3 {
    font-size: 0.8em;
  }

  .list-item-with-space {
    margin-right: auto;
    font-size: 1.2em;
  }

  .google {
    left: auto;
    max-width: 90vw;
    margin-right: 8%;
  }

  .the-platform-button {
    font-size: 1.5em;
  }

  .one-platform {
    margin-bottom: 10vh;
    font-size: 0.8em;
  }

  .fancy-buttons {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    -ms-grid-columns: 0.35fr 0.5fr;
    grid-template-columns: 0.35fr 0.5fr;
  }

  .button-line-div {
    font-size: 1.6em;
  }

  .mobicycle-image {
    left: -92px;
    display: block;
    max-height: none;
    max-width: none;
    min-width: auto;
    margin: auto auto auto 0px;
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    mix-blend-mode: normal;
  }

  .button-line-2 {
    max-width: 45%;
  }

  .hero-div {
    padding-top: 5vh;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-grid {
    height: 99.9999956294195%;
    max-width: 80vw;
    min-width: auto;
    margin-top: 5vh;
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .trust {
    margin-bottom: 2vh;
    font-size: 0.8em;
  }

  .paragraph {
    max-width: 35vw;
    font-size: 1em;
  }

  .mobicycle-image-div {
    max-height: 60vh;
    max-width: 70vw;
    margin-top: 0px;
    margin-right: 10%;
    margin-left: 0px;
  }

  .login-button {
    max-width: 60vw;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    justify-items: end;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-column-gap: 5vw;
    grid-row-gap: 2vw;
    -ms-grid-columns: 1.25fr 1.25fr;
    grid-template-columns: 1.25fr 1.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .options-button {
    min-width: 15vw;
    margin-right: 0vw;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    font-size: 0.8em;
  }

  .heading-grid {
    position: absolute;
    top: 10%;
    width: 100%;
    max-width: 25vw;
    margin-top: auto;
    margin-right: 0px;
    padding-top: 5vh;
    justify-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-flow: row;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.5fr 2.75fr;
    grid-template-columns: 0.5fr 2.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    margin-bottom: 40px;
  }

  .page-hero {
    padding-top: 60px;
  }

  .page-container.book-hero {
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .page-container.book-slider {
    margin-bottom: 10px;
    padding-top: 140px;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .page-container.footer-free-download {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .book-hero-heading.line-1 {
    max-width: 90vw;
    font-size: 6em;
  }

  .button {
    margin-top: auto;
    margin-right: auto;
    margin-left: 0px;
    padding-right: 1vw;
    padding-left: 1vw;
    text-align: center;
  }

  .button.inverted {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .button-transparent.inverted-2._30-top-margin {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-transparent._30-margin-top {
    margin-top: auto;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .button-line.white-line {
    max-width: 180px;
    color: #4a5899;
  }

  .button-text {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
  }

  .hero-content {
    margin-right: 10px;
  }

  .section {
    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;
  }

  .section.learn {
    padding-top: 40px;
  }

  .section.book-section {
    padding-top: 180px;
  }

  .dashboards-grid {
    height: auto;
    grid-column-gap: 5vw;
    grid-row-gap: 10vh;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .feature-paragraph {
    margin-top: 0px;
  }

  .feature-heading {
    position: static;
  }

  .learn-number {
    position: static;
    margin-bottom: 10px;
  }

  .chapter-heading {
    color: #4a5899;
    font-size: 44px;
  }

  .chapter-brakedown-wrap {
    position: relative;
    display: none;
    height: 500px;
  }

  .see-all-chapters-trigger {
    display: none;
  }

  .order-after-chapter {
    margin-top: 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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .free-sample-form-block.half-block {
    width: 100%;
    min-width: auto;
    margin-bottom: 40px;
  }

  .social-icons-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .max-size-320 {
    display: none;
    max-width: 750px;
    margin-right: 20px;
    margin-left: 20px;
    color: rgba(0, 0, 0, 0.47);
  }

  .sticky-nav {
    display: none;
  }

  .nav-link-8 {
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #4a5899;
    color: #fff;
  }

  .nav-link-8.green {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
  }

  .text-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #4a5899;
  }

  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 681.1875vw;
    margin-top: auto;
    margin-right: auto;
    margin-left: 0px;
  }

  .grid-3 {
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  ._1920-button {
    margin-top: 10px;
    padding-top: 9px;
    background-color: rgba(154, 167, 223, 0.46);
    color: #fff;
  }

  .mobile-paragraph {
    display: block;
    max-width: none;
    margin-top: auto;
    padding-top: 5vh;
    padding-right: 100px;
    padding-left: 100px;
    color: #4a5899;
  }

  .section-3.value-1 {
    padding-top: 100px;
  }

  .section-3.value-1 {
    padding-top: 100px;
  }

  .sticky-nav-mobile {
    display: none;
  }

  .nav-menu-6 {
    display: none;
    background-color: #4a5899;
    color: #fff;
  }

  .navbar-5 {
    display: block;
    background-color: #4a5899;
    color: #fff;
  }

  .brand-4 {
    z-index: 0;
    background-color: transparent;
    background-image: url('../images/color_logo_transparent.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .menu-button-3 {
    display: block;
    background-color: transparent;
  }

  .menu-button-3.w--open {
    display: none;
    background-color: transparent;
    color: #fff;
  }

  .icon-3 {
    display: none;
    opacity: 1;
    -webkit-filter: invert(0%);
    filter: invert(0%);
    color: #fff;
    font-size: 1.2em;
  }

  .nav-link-mobile {
    display: block;
    color: #dfab82;
  }

  .cta-text-3 {
    margin-right: 60px;
  }

  .html-embed-4 {
    max-width: 90vw;
  }

  .value-proposal-grid-2 {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .order-book-sideflex {
    width: 100%;
    min-width: auto;
    margin-top: 0px;
  }

  .html-embed-5 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container-17 {
    margin-top: 10px;
  }

  .link-2 {
    color: #dfab82;
  }

  .copyright {
    max-width: none;
    color: hsla(0, 0%, 100%, 0.5);
  }

  .footer-div-all {
    left: 0px;
    right: 0px;
    min-width: auto;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-link-2 {
    width: auto;
    padding-bottom: 20px;
    line-height: 1.5em;
  }

  .footer-link-2.long {
    display: inline-block;
    padding-bottom: 20px;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 60vh;
    padding-top: 5vh;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .footer-grid {
    margin-right: 0px;
    margin-left: 0px;
    grid-column-gap: 3vw;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-div {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .embed-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 15vw;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .terms-and-conditions {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .footer-grid-all {
    left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container {
    max-width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container.footer {
    max-width: none;
    min-height: auto;
  }

  .addresses-div {
    max-width: none;
  }

  .footer-space.middle {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .footer-space.left {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .footer-space.right {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .privacy-grid {
    max-width: none;
  }

  .addresses {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .addresses.uk {
    font-size: 0.8em;
  }

  .addresses.usa {
    font-size: 0.8em;
  }

  .list-item-10 {
    display: none;
  }

  .desktop-navbar {
    display: none;
  }

  .cloudflare-logo {
    max-width: 12vw;
    margin-left: 0px;
  }

  .menu-button-4 {
    margin-right: 5vw;
    margin-left: 0px;
    padding: 3vh 0px;
    background-color: transparent;
  }

  .menu-button-4.w--open {
    background-color: #9aa7df;
  }

  .icon-6 {
    font-size: 1.5em;
  }

  .mobile-container-2 {
    display: inline;
  }

  .brand-2 {
    top: 2vh;
    max-height: 25vh;
    max-width: 25vw;
    margin-top: 0vh;
    margin-left: 5vw;
    padding-top: 1vh;
  }

  .mobile-navbar {
    display: block;
    background-color: #4a5899;
    color: #fff;
  }

  .nav-menu {
    display: block;
    background-color: #4a5899;
    color: #fff;
  }

  .nav-link-mobile-2 {
    color: #dfab82;
  }

  .google {
    left: 0px;
    max-height: 10vh;
    max-width: 100vw;
    margin-right: 5vw;
    padding-right: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .google-embed {
    position: relative;
    left: auto;
    max-width: 50vw;
    margin-bottom: 0px;
  }

  .one-platform {
    margin-bottom: 15vh;
  }

  .fancy-buttons {
    max-width: 90vw;
    grid-column-gap: 5vw;
    grid-row-gap: 20vw;
  }

  .mobicycle-image {
    left: auto;
    top: auto;
    z-index: 1;
    max-width: 30vw;
    margin-right: 2vw;
  }

  .hero-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: auto;
    margin-left: 0vw;
    padding-top: 5vh;
    padding-bottom: 25vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-grid {
    width: 100%;
    min-width: auto;
    padding-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .paragraph {
    max-width: 80vw;
    font-size: 1em;
  }

  .section-7 {
    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;
  }

  .section-7.transparent {
    display: block;
  }

  .mobicycle-image-div {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 60vw;
    clear: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .login-button {
    max-width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 8vh;
    justify-items: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    grid-auto-flow: row dense;
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .login-button-div {
    min-width: auto;
  }

  .options-button {
    display: inline-block;
    width: auto;
    min-width: 20vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: linear-gradient(257deg, #4a5899, #f8f5ff 29%, rgba(100, 99, 103, 0.4) 45%, rgba(71, 70, 73, 0.28) 75%, transparent);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 55px;
  }

  blockquote {
    margin-bottom: 40px;
  }

  .page-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navigation {
    width: 95%;
  }

  .page-container.book-hero {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-container.book-slider {
    min-height: 35vh;
    margin-bottom: 10px;
    padding-top: 100px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .book-hero-heading.line-1 {
    padding-top: 2vh;
    font-size: 5em;
  }

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

  .button.full-width-mobile {
    width: 100%;
    text-align: center;
  }

  .button-transparent.inverted-2._30-top-margin {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-line.white-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-link {
    margin-right: 15px;
    margin-left: 0px;
  }

  .section.book-section {
    padding-top: 180px;
  }

  .chapter-heading {
    font-size: 32px;
  }

  .order-after-chapter {
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .input.transparent-input {
    margin-bottom: 30px;
  }

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

  .book-cover-img {
    height: 42vh;
  }

  .faq-question {
    font-size: 2.5em;
  }

  .max-size-320 {
    margin: 40px 20px 10px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .nav-link-8 {
    background-color: #4a5899;
  }

  .text-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left;
  }

  .grid-3 {
    margin: 60px 20px 40px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  ._1920-button {
    background-color: #9aa7df;
  }

  .mobile-paragraph {
    padding-top: 5vh;
    padding-right: 60px;
    padding-left: 60px;
  }

  .sticky-nav-mobile {
    position: relative;
  }

  .nav-grid-mobile {
    text-align: center;
  }

  .brand-4 {
    display: inline-block;
    width: 15%;
  }

  .cta-text-3 {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .order-book-sideflex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-14 {
    font-size: 3.5em;
  }

  .link-2 {
    color: #dfab82;
  }

  .copyright {
    margin-right: auto;
    margin-left: auto;
    color: hsla(0, 0%, 100%, 0.5);
  }

  .footer-div-all {
    position: static;
    width: 100%;
    height: 100%;
    padding-bottom: 5vh;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .footer-link-2 {
    padding-bottom: 20px;
    line-height: 1em;
  }

  .footer {
    padding: 40px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-grid {
    margin-right: auto;
    justify-items: start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-div {
    position: relative;
    width: auto;
    min-width: 80vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .embed-logo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 20vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .terms-and-conditions {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .footer-grid-all {
    position: relative;
    left: 0px;
    margin-right: auto;
    margin-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container {
    position: relative;
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0vh;
    padding-bottom: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .addresses-div {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-space {
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .footer-space.middle {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .footer-space.left {
    margin-left: 0px;
    padding-right: 0vw;
  }

  .footer-space.right {
    padding-left: 0vw;
  }

  .privacy-grid {
    max-width: 80vw;
    margin-left: 0px;
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .addresses {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .desktop-navbar {
    position: relative;
  }

  .nav-grid-2 {
    text-align: center;
  }

  .cloudflare-logo {
    max-width: 15vw;
    min-width: auto;
  }

  .brand-2 {
    top: 2vh;
    max-width: 25vw;
    padding-top: 0vh;
  }

  .google {
    left: 0px;
    z-index: 1;
    margin-right: 5vw;
  }

  .google-embed {
    left: auto;
    max-width: 50vw;
  }

  .fancy-buttons {
    grid-column-gap: 7vw;
    grid-row-gap: 20vw;
    -ms-grid-columns: 1.25fr 1fr;
    grid-template-columns: 1.25fr 1fr;
  }

  .mobicycle-image {
    left: -89px;
    top: 0%;
    z-index: 1;
    max-width: 100vw;
    margin-right: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .hero-grid {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .paragraph {
    position: relative;
    z-index: 2;
    background-color: transparent;
  }

  .login-button {
    margin-right: 20px;
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .options-button {
    min-width: 18vw;
    background-image: linear-gradient(257deg, #4a5899, #f8f5ff 20%, rgba(185, 183, 190, 0.75) 53%, transparent);
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
    line-height: 1.2em;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  blockquote {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .page-hero {
    padding-top: 60px;
  }

  .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo-wrap {
    margin-bottom: 20px;
  }

  .nav-links {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-links.footer-copyright {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-links.footer-navs {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-container.book-hero {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .page-container.book-slider {
    margin-left: 10px;
    padding-top: 80px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .page-container.chapter-brakedown {
    width: 100%;
  }

  .page-container.footer-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .book-hero-heading.line-1 {
    max-width: none;
    text-align: left;
  }

  .book-hero-heading.line-1 {
    max-width: 327.16668701171875vw;
    font-size: 4em;
    text-align: left;
  }

  .label {
    font-size: 11px;
  }

  .hero-paragraph {
    margin-bottom: 40px;
    font-size: 10px;
    text-align: left;
  }

  .buttons-sideflex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .button.inverted {
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .button-transparent.inverted-2._30-top-margin {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .button-transparent.nav-menu-btn {
    display: none;
    width: 100%;
    margin-top: 10px;
  }

  .button-transparent._30-margin-top {
    margin-top: 30px;
  }

  .button-line.white-line {
    background-color: #4a5899;
    color: #4a5899;
  }

  .button-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    font-size: 18px;
  }

  .nav-link {
    margin-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .hero-content {
    margin-right: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section.book-section {
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .chapter-heading {
    max-width: 500px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    color: #4a5899;
    font-size: 30px;
    text-align: center;
  }

  .order-after-chapter {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .input {
    font-size: 16px;
  }

  .book-cover-img {
    height: 50%;
  }

  .navigation-wrap {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .powered-text {
    margin-left: 20px;
  }

  .textarea-input {
    font-size: 16px;
  }

  .social-icons-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-icon {
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer-link {
    margin-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .max-size-320 {
    margin-left: 10px;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-link-8 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 0px solid #c4c4c4;
    background-color: #4a5899;
    color: #fff;
  }

  .nav-link-8.green {
    padding-bottom: 20px;
    color: #fff;
  }

  .text-block-7 {
    width: 170px;
    height: 50%;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #4a5899;
    font-size: 18px;
  }

  .grid-2 {
    -ms-grid-columns: 1.25fr 1fr;
    grid-template-columns: 1.25fr 1fr;
  }

  .grid-3 {
    margin-right: 10px;
    margin-left: 10px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  ._1920-button {
    margin-top: 10px;
    color: #fff;
  }

  .nav-link-9 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .mobile-paragraph {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-3.faq-section {
    padding-bottom: 100px;
  }

  .faq-question-wrap-2 {
    padding-right: 40px;
    padding-left: 10px;
    text-align: left;
  }

  .nav-logo-link-2 {
    border-top: 1px solid #c4c4c4;
  }

  .sticky-nav-mobile {
    padding: 0px;
  }

  .nav-grid-mobile {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .image-wrap-3 {
    height: 350px;
  }

  .order-book-sideflex {
    padding: 60px 40px;
  }

  .image-rectangle-overlay-3 {
    height: 350px;
  }

  .heading-14 {
    font-size: 3em;
  }

  .faq-answer-2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .link-2 {
    color: #dfab82;
  }

  .copyright {
    color: #59c3c3;
  }

  .footer-div-all {
    position: relative;
  }

  .footer-link-2.long {
    line-height: 1.75em;
  }

  .footer {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .footer-div {
    margin-left: 0px;
  }

  .embed-logo {
    max-width: 40vw;
  }

  .terms-and-conditions {
    margin-left: 0px;
    color: #59c3c3;
  }

  .container {
    left: 0px;
    max-width: 100vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
  }

  .addresses-div {
    max-width: 80vw;
  }

  .privacy-grid {
    max-width: 80vw;
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .addresses {
    margin-bottom: 20px;
  }

  .webpage {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .desktop-navbar {
    padding: 0px;
  }

  .nav-grid-2 {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .cloudflare-logo {
    max-width: 25vw;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .brand-2 {
    max-width: 25vw;
  }

  .google {
    left: 0px;
    top: 0px;
    bottom: 0px;
    max-height: 10vh;
    max-width: 100vw;
    margin-right: 5vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .google-embed {
    left: auto;
    top: 0px;
    max-height: none;
    max-width: 60vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .the-platform-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    font-size: 18px;
  }

  .one-platform {
    margin-bottom: 10vh;
    font-size: 1em;
  }

  .fancy-buttons {
    max-width: 100vw;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-line-div {
    position: static;
    display: block;
    max-width: 80vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .mobicycle-image {
    left: -92px;
    top: 3.2vh;
    width: auto;
    height: auto;
    max-width: 100vw;
    min-width: 80vw;
    margin-right: 0vw;
    padding-bottom: 0px;
  }

  .button-transparent-2._30-margin-top {
    margin-top: 30px;
  }

  .button-line-2 {
    left: auto;
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .hero-div {
    padding-bottom: 10vh;
  }

  .hero-grid {
    width: auto;
    margin-left: 0px;
    padding-left: 0px;
  }

  .hero-content-2 {
    max-width: 100vw;
  }

  .demos {
    max-width: 327.16668701171875vw;
  }

  .paragraph {
    max-width: 100vw;
  }

  .platform-button {
    padding-right: 10px;
    padding-bottom: 2vh;
    padding-left: 10px;
    text-align: center;
  }

  .section-7 {
    background-color: transparent;
  }

  .mobicycle-image-div {
    display: block;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .login-button {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0vh;
    padding-bottom: 0vh;
    justify-items: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    grid-row-gap: 10vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .options-button {
    min-width: 35vw;
    margin-top: auto;
    margin-bottom: 20px;
    text-align: center;
  }
}

#w-node-_75105216-f17a-45c8-22b9-b6e733bf74b3-7da0b776 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_75105216-f17a-45c8-22b9-b6e733bf74b8-7da0b776 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_75105216-f17a-45c8-22b9-b6e733bf74c3-7da0b776 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dd0f2004-3d4e-bd2a-c8b0-a6cc370a932e-7da0b776 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f28f9d6d-531e-a7a0-4e1b-d787b55444ff-7da0b776 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1dadb1ec-0cf3-a795-4e23-e6c87db565d0-7da0b776 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1cf4ce41-5104-756f-e4fe-066f5f4092f3-7da0b776 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1cf4ce41-5104-756f-e4fe-066f5f4092f8-7da0b776 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1cf4ce41-5104-756f-e4fe-066f5f4092fc-7da0b776 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1cf4ce41-5104-756f-e4fe-066f5f409300-7da0b776 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_510d314d-e4b9-6e2b-84ae-a7f3760ecbcb-7da0b776 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_510d314d-e4b9-6e2b-84ae-a7f3760ecbdf-7da0b776 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_15f7fcb1-8917-dccd-e2f0-e53c8602958e-7da0b776 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_2125f087-62dc-907e-9010-2d28a7d478be-7da0b776 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-dd0f2004-3d4e-bd2a-c8b0-a6cc370a932e-7da0b776 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_510d314d-e4b9-6e2b-84ae-a7f3760ecbdf-7da0b776 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-dd0f2004-3d4e-bd2a-c8b0-a6cc370a932e-7da0b776 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-f28f9d6d-531e-a7a0-4e1b-d787b55444ff-7da0b776 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_510d314d-e4b9-6e2b-84ae-a7f3760ecbdf-7da0b776 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_75105216-f17a-45c8-22b9-b6e733bf74b3-7da0b776 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_510d314d-e4b9-6e2b-84ae-a7f3760ecbdf-7da0b776 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-dd0f2004-3d4e-bd2a-c8b0-a6cc370a932e-7da0b776 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f28f9d6d-531e-a7a0-4e1b-d787b55444ff-7da0b776 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

