:root {
  --black: black;
  --white: white;
  --light-gray: #c8c8c8;
  --pale-green: #c0fe66;
  --off-white: #0472a7;
  --black-2: black;
  --eerie-black: #1d1d1d;
  --sparkler: #ffeb99;
  --melrose: #bdb8ff;
  --cinderella: #ffd5ca;
  --heading-01: Generalsans, sans-serif;
  --size: 0px;
  --white-2: white;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

figure {
  margin-bottom: 10px;
}

.body {
  color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.pages-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 32px;
  display: flex;
}

.nav-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1252px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.navbar {
  background-color: var(--white);
  border-bottom: 1px solid #f2f2f2;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.brand {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--black);
  font-family: Generalsans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.brand.w--current {
  align-items: center;
}

.nav-link {
  padding: 0;
}

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

.nav-link.w--current {
  color: var(--light-gray);
}

.nav-menu {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  align-items: center;
  display: flex;
}

.download-button {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 60px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 6px 6px 24px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.download-button.menu {
  display: none;
}

.download-button-div {
  background-color: var(--pale-green);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 9px;
  display: flex;
  overflow: hidden;
}

.download-button-div.textimonial {
  width: 44px;
  height: 44px;
  padding: 13px;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-top: 96px;
  margin-bottom: 140px;
  display: flex;
}

.hero-content-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 432px;
  display: flex;
}

.flora-heading-01 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 53px;
  font-weight: 600;
  line-height: 75px;
}

.hero-download-button-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 16px;
  display: flex;
}

.apps-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--black);
  border-radius: 60px;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  transition: opacity .8s;
  display: flex;
}

.apps-button:hover {
  background-color: #000c;
}

.apps-button-text {
  color: var(--white);
}

.text-button {
  flex-direction: column;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.button-text-span {
  font-size: 18px;
  line-height: 20px;
}

.hero-content-image {
  background-image: url('../images/hero-mobile-app-BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: flex-end;
  width: 560px;
  max-width: 560px;
  height: 560px;
  max-height: 560px;
  padding-bottom: 55px;
  display: flex;
  position: relative;
}

.hero-mobile-apps-image {
  max-height: 522px;
  position: absolute;
  top: 2%;
  left: 27%;
  right: 0%;
}

.client-review-content {
  background-color: #f5f5f5;
  border-radius: 12px;
  flex: 1;
  max-width: 1160px;
  padding: 52px 78px;
}

.client-review-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.client-review-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  display: grid;
}

.text-client-review {
  margin-bottom: 4px;
  font-weight: 600;
}

.text-client-span {
  font-weight: 400;
}

.feature-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.flora-heading-02 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

.flora-heading-02.integration {
  max-width: 596px;
  font-size: 40px;
}

.flora-heading-02.team {
  color: var(--white);
  text-align: center;
  max-width: 597px;
}

.feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
}

.feature-colour-content {
  border-radius: 12px;
  padding: 48px 40px;
  font-size: 18px;
  line-height: 28px;
}

.feature-colour-content.sparkler {
  background-color: var(--off-white);
  color: var(--white);
  max-width: 360px;
}

.feature-colour-content.melrose, .feature-colour-content.cinderella {
  background-color: var(--off-white);
  color: var(--white);
}

.feature-icon-div {
  background-color: var(--white);
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 72px;
  padding: 16px;
  display: flex;
}

.feature-heading {
  margin-top: 40px;
  margin-bottom: 16px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.land-more-link {
  background-color: var(--black-2);
  color: var(--white);
  text-transform: lowercase;
  border-radius: 60px;
  max-width: 145px;
  margin-top: 40px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.land-more-link:hover {
  opacity: .9;
  color: var(--white);
  background-color: #000c;
}

.land-more-link.style-guide {
  margin-top: 0;
}

.features-content {
  grid-column-gap: 170px;
  grid-row-gap: 170px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 170px;
  display: flex;
}

.features-image-content {
  background-color: #f5f5f5;
  border-radius: 12px;
  max-width: 500px;
  position: relative;
  overflow: hidden;
}

.mobiile-app-image {
  max-width: 250px;
  position: absolute;
  inset: 55px 0% 0% 125px;
}

.features-text-content {
  max-width: 500px;
}

.flora-heading-03 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.features-checks-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  letter-spacing: -.5px;
  align-items: center;
  margin-bottom: 16px;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.paragraph {
  color: var(--eerie-black);
  margin-bottom: 0;
}

.features-line {
  background-color: var(--light-gray);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.features-block {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.features-list-div {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.features-list-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  font-weight: 500;
  display: flex;
}

.testimonial-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  flex: 1;
  margin-top: 170px;
  display: flex;
}

.testimonial-heanding-block {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.testimonial-grid {
  grid-column-gap: 90px;
  grid-row-gap: 54px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row dense;
}

.testimonial-grid-content {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.testimonial-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.sub-heading-04 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.slider-container {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 170px;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.slider {
  background-color: #ddd0;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav {
  display: none;
}

.mask {
  max-width: 1160px;
}

.slider-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-image-block {
  background-image: url('../images/slider-BG-union.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 430px;
  height: 460px;
}

.slider-text-block {
  color: var(--white);
  max-width: 580px;
}

.slider-heading-text {
  letter-spacing: -1px;
  margin-top: 24px;
  font-family: Generalsans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
}

.slider-name-block {
  opacity: .7;
  margin-top: 32px;
}

.slider-name-text-span {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.left-arrow {
  background-color: #1d1d1d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  max-width: 48px;
  max-height: 48px;
  display: flex;
  inset: 80% 0% 0% 3%;
}

.right-arrow {
  background-color: #1d1d1d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  max-width: 48px;
  max-height: 48px;
  display: flex;
  inset: 80% 0% 0% 12%;
}

.footer-section {
  justify-content: center;
  display: flex;
}

.footer-container {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  flex: 1;
  max-width: 1160px;
  margin-top: 170px;
  display: flex;
}

.footer-content {
  background-color: var(--pale-green);
  background-image: url('../images/footer-BG-img.png'), url('../images/footer-BG-img-2.png');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 12px;
  padding: 120px 150px;
}

.footer-content-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-text {
  text-align: center;
  max-width: 552px;
  font-size: 18px;
  line-height: 28px;
}

.footer-download-button-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 16px;
  display: flex;
}

.footer-link-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-social-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  max-width: 360px;
  display: flex;
}

.footer-link-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.footer-social-link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 8px;
  display: flex;
}

.social-link {
  transition: all .4s;
}

.social-link:hover {
  transform: scale(1.2);
}

.footer-link-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer-link-text {
  color: var(--black);
  text-decoration: none;
  transition: all .3s;
}

.footer-link-text:hover {
  opacity: .6;
  color: var(--black);
}

.footer-link-text.semi-bold {
  margin-bottom: 8px;
  font-weight: 600;
}

.footer-contact-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.footer-link-block {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.footer-line {
  background-color: var(--light-gray);
  height: 1px;
  margin-top: 80px;
}

.copy-rights-block {
  margin-top: 24px;
}

.copy-rights-link {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

.about-hero-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 111px;
  margin-bottom: 60px;
  display: flex;
}

.about-hero-text-block {
  flex-direction: column;
  align-items: center;
  max-width: 805px;
  display: flex;
}

.about-hero-text {
  text-align: center;
  justify-content: center;
  max-width: 505px;
  margin-top: 15px;
  margin-bottom: 24px;
  display: flex;
}

.about-hero-image-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-hero-image-block {
  max-width: 360px;
}

.integration-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 170px;
  margin-bottom: 170px;
  display: flex;
}

.integration-text-block {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.integration-image-block {
  margin-top: 32px;
  overflow: hidden;
}

.integration-grid {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1040px;
}

.integration-content-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--off-white);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 326px;
  padding: 40px 32px;
  display: flex;
}

.integration-text {
  color: var(--white);
  margin-top: 6px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.team-section {
  background-color: var(--black);
}

.team-container {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.team-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1160px;
  display: flex;
}

.team-member-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--black);
  flex-direction: column;
  display: flex;
}

.team-member-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--eerie-black);
  color: var(--white);
  border-radius: 120px;
  flex-direction: column;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.team-member-name {
  color: var(--white);
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.faq-content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 170px;
  display: flex;
}

.faq-block {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  display: flex;
}

.faq-div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.faq-block-content {
  background-color: var(--off-white);
  cursor: pointer;
  border-radius: 12px;
  flex-direction: column;
  padding: 38px 32px;
  display: flex;
}

.faq-text-block {
  justify-content: space-between;
  display: flex;
}

.faq-text {
  color: var(--white);
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.faq-paragraph {
  color: var(--white);
  letter-spacing: -.5px;
  max-width: 600px;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.contact-content {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 108px;
  margin-bottom: 140px;
  display: flex;
}

.contact-text-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 479px;
  display: flex;
}

.contact-paragraph {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.contact-paragraph.italic {
  color: var(--white);
  font-style: italic;
}

.contact-review-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--off-white);
  border-radius: 14px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 16px;
  padding: 40px 32px;
  display: flex;
}

.contact-review-name {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.contact-image-block {
  border-radius: 50%;
  max-width: 50px;
  overflow: hidden;
}

.contact-name-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.contact-name {
  color: var(--white);
  font-weight: 600;
}

.contact-forms-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--off-white);
  border-radius: 14px;
  flex-direction: column;
  flex: 1;
  max-width: 560px;
  padding: 40px;
  display: flex;
}

.contact-form-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.mail-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.mail-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.text-field {
  border: 1px solid var(--light-gray);
  color: var(--black);
  background-color: #fff0;
  border-radius: 8px;
  height: 56px;
  margin-bottom: 0;
}

.field-label {
  color: var(--white);
  margin-bottom: 0;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.textarea {
  border: 1px solid var(--light-gray);
  color: var(--black);
  background-color: #fff0;
  border-radius: 8px;
  min-height: 180px;
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--black);
  border-radius: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  padding-left: 0;
  display: flex;
}

.checkbox {
  background-color: var(--light-gray);
  cursor: pointer;
  border-style: none;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: #000;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  padding: 8px;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: 16px;
  font-weight: 600;
}

.style-guide-content {
  grid-column-gap: 170px;
  grid-row-gap: 170px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 108px;
  display: flex;
}

.style-guide-heading {
  background-color: var(--off-white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 117px;
  padding-bottom: 117px;
  display: flex;
}

.style-guide-text-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: center;
  max-width: 402px;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.style-guide-text {
  text-align: center;
}

.style-guide-colour-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--off-white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.colour-text {
  background-color: var(--black);
  color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 28px 20px;
  display: flex;
}

.colour-code-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  padding: 12px 12px 16px;
  display: flex;
}

.colour-code-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-self: center;
  max-width: 960px;
}

.colour {
  border-radius: 12px;
  width: 136px;
  height: 136px;
}

.colour.white {
  border: 1px solid var(--light-gray);
  background-color: var(--white);
}

.colour.off-white {
  background-color: var(--off-white);
}

.colour.light-gray {
  background-color: var(--light-gray);
}

.colour.black {
  background-color: var(--black);
}

.colour.eerie-black {
  background-color: var(--eerie-black);
}

.colour.pale-green {
  background-color: var(--pale-green);
}

.colour.sparkler {
  background-color: var(--sparkler);
}

.colour.melrose {
  background-color: var(--melrose);
}

.colour.cinderella {
  background-color: var(--cinderella);
}

.colour-name-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.colour-name {
  font-weight: 600;
}

.colour-code {
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 20px;
}

.style-guide-typography {
  background-color: var(--off-white);
  border-radius: 12px;
}

.typography-text-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  margin: 80px 10px;
  display: flex;
}

.heading-01---64px {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

.heading-02---56px {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

.heading-03---48px {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.sub-heading-01---26px {
  letter-spacing: -1px;
  font-family: Generalsans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
}

.sub-heading-03---22px {
  letter-spacing: -.5px;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.sub-heading-02---24px {
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.licences-sub-heading {
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.body-01---18px-regular {
  max-width: 440px;
  font-size: 18px;
  line-height: 28px;
}

.body-01---18px-semi-blod {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.body-02---16px-semi-blod {
  font-weight: 600;
}

.style-guide-buttons {
  background-color: var(--off-white);
  border-radius: 12px;
}

.buttons-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  display: flex;
}

.licences-content {
  grid-column-gap: 170px;
  grid-row-gap: 170px;
  flex-direction: column;
  flex: 1;
  margin-top: 150px;
  display: flex;
}

.licences-text-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--off-white);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 117px 20px;
  display: flex;
}

.licences-text {
  text-align: center;
  max-width: 494px;
}

.licences-link-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.licences-link-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--off-white);
  border-radius: 12px;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.licences-linked-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.licences-link-text {
  text-align: center;
  max-width: 440px;
  font-size: 18px;
  line-height: 28px;
}

.licences-block-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.changelog-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: flex;
}

.changelog-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--off-white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 132px 10px;
  display: flex;
}

.blog-hero-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 108px;
  display: flex;
}

.blog-list-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.blog-item-big {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  background-color: var(--off-white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 460px;
  padding: 22px 22px 34px;
  display: flex;
}

.blog-big-image {
  border-radius: 12px;
  overflow: hidden;
}

.blog-big-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-date-and-time {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

.link-block {
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.blog-heading {
  color: #101010;
  margin-top: 14px;
  margin-bottom: 24px;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.blog-heading.big {
  font-size: 24px;
}

.blog-heading.middle {
  letter-spacing: -.5px;
  font-size: 22px;
  line-height: 30px;
}

.blog-side-items {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--off-white);
  border-radius: 16px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 18px 54px 18px 18px;
  display: flex;
}

.blog-image {
  border-radius: 12px;
}

.collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.blog-content-blog {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 328px;
  display: flex;
}

.learn-more-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.learn-more-block:hover {
  color: var(--eerie-black);
  transform: translate(0, -5%);
}

.blog-content {
  grid-column-gap: 170px;
  grid-row-gap: 170px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.blog-list-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.blog-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-content-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--off-white);
  border-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  max-width: 360px;
  padding: 22px 22px 30px;
  display: flex;
}

.blog-text-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-single-page-content {
  background-color: var(--off-white);
  border-radius: 14px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 108px;
  padding: 120px 20px;
  display: flex;
}

.blog-single-heading {
  text-align: center;
  max-width: 656px;
  margin-top: 18px;
  margin-bottom: 72px;
  font-family: Generalsans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

.blog-single-list-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  flex: 1;
  margin-top: 170px;
  display: flex;
}

.apps-download-icon {
  max-width: 36px;
  margin-top: 0;
}

.blog-single-page-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  max-width: 960px;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.hero-content-img-block {
  z-index: 2;
  position: relative;
}

.faq-paragraph-block, .image-overflow-hidden {
  overflow: hidden;
}

.rich-text-block h2 {
  color: #101010;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.rich-text-block p {
  margin-top: 40px;
  margin-bottom: 0;
}

.rich-text-block ul {
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.download-image {
  margin-top: 0;
}

.download-image.duplicate {
  position: absolute;
  inset: auto;
}

.flora-logo {
  margin-top: 0;
}

.blog-image-block {
  border-radius: 12px;
  justify-content: space-between;
  max-width: 316px;
  overflow: hidden;
}

.download-icon-block {
  flex-direction: column;
  width: 18px;
  height: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block {
  font-size: 18px;
}

.features-heading-block {
  text-align: center;
  max-width: 727px;
}

.features-card-heading-block {
  margin-bottom: 32px;
}

.integration-heading-block {
  max-width: 596px;
}

.tab-heading-block {
  color: var(--white);
  text-align: center;
  align-self: center;
  max-width: 792px;
}

.h-blog-heading-block {
  max-width: 550px;
}

.cta-heading-block, .about-hero-headimg-block {
  text-align: center;
}

.blog-hero-heading-block {
  text-align: center;
  max-width: 660px;
}

.blog-heading-block {
  max-width: 550px;
}

.text-block-2, .text-block-3 {
  font-size: 18px;
}

.text-block-4 {
  color: var(--white);
}

.paragraph-2 {
  flex: 0 auto;
  margin-bottom: 0;
  padding: 20px;
  font-weight: 600;
  display: block;
}

@media screen and (min-width: 1280px) {
  .faq-text, .faq-paragraph, .contact-paragraph.italic, .contact-name, .contact-form-text, .field-label, .checkbox-label, .faq-icon, .image, .text-block-4 {
    color: var(--white);
  }
}

@media screen and (min-width: 1920px) {
  .faq-text, .faq-paragraph {
    color: var(--white);
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .nav-link:hover {
    color: var(--light-gray);
  }

  .nav-menu {
    background-color: var(--black);
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding: 40px;
  }

  .download-button {
    justify-content: flex-end;
  }

  .container {
    margin-left: 40px;
    margin-right: 40px;
  }

  .hero-content {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .flora-heading-01 {
    font-size: 56px;
    line-height: 64px;
  }

  .client-review-content {
    padding: 40px 20px;
  }

  .client-review-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .feature-content {
    align-items: flex-start;
    margin-top: 100px;
  }

  .flora-heading-02 {
    font-size: 42px;
    line-height: 56px;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-colour-content {
    max-width: 360px;
  }

  .features-content {
    margin-top: 100px;
  }

  .features-text-content {
    order: 1;
  }

  .flora-heading-03 {
    font-size: 42px;
    line-height: 48px;
  }

  .features-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-content {
    margin-top: 100px;
  }

  .testimonial-heanding-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-grid-content {
    max-width: 328px;
  }

  .slider-container {
    margin-top: 100px;
  }

  .slider-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .left-arrow {
    margin-left: auto;
    margin-right: auto;
    top: 90%;
    left: 15%;
  }

  .right-arrow {
    top: 90%;
    left: 32%;
  }

  .footer-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-content {
    background-size: auto, auto;
    padding: 100px 40px;
  }

  .footer-link-grid {
    justify-items: start;
  }

  .footer-link-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .about-hero-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 60px;
  }

  .about-hero-image-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .integration-content {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .integration-text-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .integration-image-block {
    margin-top: 0;
  }

  .integration-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .team-member-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-block {
    max-width: 260px;
  }

  .faq-content {
    margin-top: 100px;
  }

  .faq-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .faq-block-content {
    cursor: pointer;
  }

  .contact-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .style-guide-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .colour-code-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .buttons-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    justify-items: start;
    margin-left: 60px;
    margin-right: 40px;
    display: grid;
  }

  .licences-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin-top: 100px;
  }

  .changelog-content {
    margin-top: 100px;
  }

  .blog-hero-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 60px;
  }

  .blog-list-two {
    flex-direction: column;
  }

  .link-block {
    justify-content: center;
    align-items: stretch;
    height: 100%;
  }

  .blog-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .blog-list-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blog-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .blog-content-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: space-between;
    max-width: 360px;
    margin-bottom: 0;
    display: flex;
  }

  .blog-single-page-content {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-single-heading {
    margin-bottom: 60px;
  }

  .blog-single-list-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 100px;
  }

  .blog-single-page-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .menu-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid #000;
    border-radius: 50%;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: stretch;
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
  }

  .menu-line {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-button-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .button-menu-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .collection-list-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: stretch stretch;
    display: grid;
  }

  .menu-line-two {
    background-color: var(--black);
    align-items: center;
    width: 32px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rich-text-block h2 {
    margin-top: 40px;
    font-size: 42px;
    line-height: 50px;
  }

  .rich-text-block p {
    margin-top: 32px;
  }

  .rich-text-block ul {
    margin-top: 24px;
    margin-bottom: 32px;
    padding-left: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .blog-collection-items {
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-menu {
    flex: 0 auto;
    justify-content: flex-start;
  }

  .download-button.menu {
    background-color: var(--white);
    color: var(--black);
    max-width: 197px;
    margin-top: 20px;
    display: flex;
  }

  .download-button.mobile-hidden {
    display: none;
  }

  .container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .hero-content-text {
    text-align: center;
  }

  .flora-heading-01 {
    font-size: 48px;
    line-height: 56px;
  }

  .hero-download-button-div {
    justify-content: center;
    align-items: center;
  }

  .hero-content-image {
    background-size: contain;
    width: 450px;
    height: 458px;
  }

  .hero-mobile-apps-image {
    width: 70%;
  }

  .client-review-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .feature-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .features-content {
    margin-top: 60px;
  }

  .mobiile-app-image {
    width: 50%;
    left: 115px;
  }

  .flora-heading-03 {
    font-size: 32px;
    line-height: 40px;
  }

  .testimonial-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .slider-container {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-content {
    margin-left: 40px;
    margin-right: 40px;
  }

  .slider-image-block {
    background-position: 50% 100%;
    background-size: contain;
    align-items: flex-end;
    width: 90%;
    display: flex;
  }

  .left-arrow {
    left: 50%;
  }

  .right-arrow {
    left: 80%;
  }

  .footer-container {
    margin-top: 60px;
  }

  .footer-content {
    background-size: 140px, 112px;
    padding: 60px 20px;
  }

  .footer-download-button-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-link-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .about-hero-content {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .about-hero-text {
    margin-bottom: 10px;
  }

  .about-hero-image-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .integration-content {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .integration-grid {
    grid-template-columns: 1fr;
  }

  .team-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .team-member-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .faq-content {
    margin-top: 60px;
  }

  .faq-block-content {
    padding: 32px 20px;
  }

  .faq-text-block {
    align-items: flex-start;
  }

  .contact-content {
    margin-bottom: 60px;
  }

  .contact-forms-block {
    padding: 30px;
  }

  .style-guide-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 60px;
  }

  .colour-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .colour-code-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .typography-text-block {
    margin: 40px 20px;
  }

  .heading-01---64px {
    text-align: center;
  }

  .buttons-block {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
  }

  .licences-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 60px;
  }

  .licences-text-block {
    padding: 60px 20px;
  }

  .changelog-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 60px;
  }

  .changelog-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-hero-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog-side-items {
    flex-direction: column;
    max-width: 360px;
    padding-right: 18px;
  }

  .blog-image {
    aspect-ratio: auto;
  }

  .blog-image.widescreen {
    aspect-ratio: 16 / 9;
  }

  .blog-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blog-list {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blog-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-content-div {
    max-width: 360px;
  }

  .blog-single-page-content {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-single-heading {
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 56px;
  }

  .blog-single-list-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .blog-single-page-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .collection-list-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .rich-text-block h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .rich-text-block p {
    margin-top: 24px;
  }

  .rich-text-block ul {
    margin-bottom: 40px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-link:hover {
    color: var(--light-gray);
  }

  .nav-menu {
    background-color: var(--black);
    color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
  }

  .download-button.menu {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .container {
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-content-text {
    text-align: center;
    max-width: 320px;
  }

  .flora-heading-01 {
    font-size: 42px;
    font-weight: 600;
    line-height: 48px;
  }

  .hero-download-button-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .hero-content-image {
    justify-content: space-between;
    align-items: stretch;
    width: 250px;
    height: 300px;
  }

  .hero-mobile-apps-image {
    inset: -10% 0% 0% 15%;
  }

  .feature-content {
    max-width: 320px;
  }

  .flora-heading-02, .flora-heading-02.integration, .flora-heading-02.team {
    font-size: 32px;
    line-height: 40px;
  }

  .feature-colour-content {
    padding: 32px 20px;
  }

  .feature-heading, .land-more-link {
    margin-top: 32px;
  }

  .features-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: 320px;
    margin-left: 0;
    margin-right: 0;
  }

  .mobiile-app-image {
    top: 40px;
    left: 70px;
  }

  .paragraph {
    color: var(--eerie-black);
    display: block;
  }

  .testimonial-content {
    max-width: 320px;
    margin-bottom: 40px;
  }

  .testimonial-heanding-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slider-section {
    background-color: var(--black);
  }

  .slider-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .slider {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-content {
    margin-left: 0;
    margin-right: 0;
  }

  .slider-image-block {
    height: auto;
  }

  .slider-heading-text {
    font-size: 18px;
    line-height: 28px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .footer-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-content {
    justify-content: center;
    align-items: center;
    padding: 32px 16px;
    display: flex;
  }

  .footer-content-text {
    max-width: 320px;
  }

  .footer-text {
    font-size: 14px;
    line-height: 18px;
  }

  .footer-download-button-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .footer-link-content {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link-grid {
    grid-template-columns: 1fr;
  }

  .footer-line {
    margin-top: 40px;
  }

  .copy-rights-block {
    text-align: center;
  }

  .about-hero-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .about-hero-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .integration-content {
    margin-bottom: 60px;
  }

  .integration-text-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .integration-content-block {
    padding: 32px 20px;
  }

  .team-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .faq-content {
    margin-top: 40px;
  }

  .faq-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .faq-text {
    font-size: 18px;
    line-height: 28px;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-content {
    margin-top: 40px;
  }

  .contact-forms-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 20px;
  }

  .mail-content {
    flex-direction: column;
  }

  .checkbox-field {
    align-items: flex-start;
  }

  .style-guide-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .style-guide-heading {
    padding: 40px 10px;
  }

  .style-guide-colour-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 40px;
  }

  .colour-code-grid {
    grid-template-columns: 1fr;
  }

  .heading-02---56px, .heading-03---48px {
    text-align: center;
  }

  .buttons-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .licences-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .licences-text-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .licences-linked-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .licences-block-link {
    justify-content: center;
    align-items: center;
  }

  .changelog-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .blog-hero-content {
    margin-top: 40px;
  }

  .blog-item-big {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 12px 12px 32px;
  }

  .blog-big-block {
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .link-block {
    overflow: hidden;
  }

  .blog-heading {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .blog-heading.middle {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 32px;
  }

  .blog-side-items {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 12px 12px 32px;
  }

  .blog-image {
    flex: 1;
    width: 100%;
    max-width: 100%;
  }

  .blog-content-blog {
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .blog-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blog-list-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog-collection-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .blog-content-div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 320px;
    padding: 12px 12px 24px;
  }

  .blog-text-block {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .blog-single-page-content {
    padding: 40px 10px;
  }

  .blog-single-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .blog-single-list-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .blog-single-page-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .collection-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-overflow-hidden {
    width: 100%;
    height: 100%;
  }

  .rich-text-block h2 {
    margin-top: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  .rich-text-block p {
    font-size: 16px;
    line-height: 24px;
  }

  .rich-text-block ul {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .blog-image-block {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .text-block {
    font-size: 16px;
    line-height: 24px;
  }
}

#w-node-a02be192-05fd-3fad-ec9d-f2bcec6dc0da-3ef7c604, #w-node-_2a6978b5-6def-c5aa-f5ab-21f288ee5131-3ef7c604, #w-node-_5b194887-d0cb-6a24-1e24-30d97e91bee2-3ef7c604, #w-node-_3108e722-12ac-7563-a3d4-ac105a96f06a-3ef7c604, #w-node-_765450d4-058c-a391-0814-c340594fbf3e-3ef7c604, #w-node-b7709bc0-0e96-fba4-d283-150670d46d00-3ef7c604, #w-node-b1319fce-c249-fe8e-ed54-26d79c97bb3a-3ef7c604, #w-node-d66464aa-efc8-6826-9bfe-b08b0e36d96e-3ef7c604, #w-node-dd7c10eb-3529-6338-98ad-642175b98911-3ef7c604, #w-node-_97389ddb-d323-f3c7-ff0d-335861d9ef79-3ef7c604, #w-node-c31e9215-3abc-db95-13cf-ca4b882a98b3-3ef7c604, #w-node-_41efb331-a3da-1257-750a-afdad9874efc-3ef7c604, #w-node-fe83dfb1-9ac8-1357-8661-b45fdb3517e1-db3517d5, #w-node-fe83dfb1-9ac8-1357-8661-b45fdb3517e8-db3517d5, #w-node-fe83dfb1-9ac8-1357-8661-b45fdb3517ff-db3517d5, #w-node-fe83dfb1-9ac8-1357-8661-b45fdb351813-db3517d5, #w-node-bbd02669-e205-e47d-136a-124504014ce1-3ef7c605, #w-node-_4dbf3974-cf18-5916-2dc7-0f22f4cdb38c-3ef7c605, #w-node-_7ea67278-a5c6-b9e0-7ee2-c0262a80eadc-3ef7c605, #w-node-_569d14e5-fd5f-8268-0093-997672850d4f-3ef7c605, #w-node-_5d1f1aa0-1c6d-9afc-63fc-753db9c81ce5-3ef7c605, #w-node-_2a8e3c48-11f4-645e-efc1-9a073b0e98ca-3ef7c605, #w-node-c0f30bf6-9ab5-99e7-69d1-b8377ed00677-3ef7c605, #w-node-_22979cf6-ebd0-269e-e5b2-3e1d0051c93a-3ef7c605, #w-node-d2fb14ce-35d7-f9a6-afcc-b2a0fceead3d-3ef7c605, #w-node-_97c7d3b7-779e-0621-453d-a00d7cdc685d-3ef7c605, #w-node-_8d264a9b-04ea-9f52-2759-4343e5407ff7-3ef7c605, #w-node-_39f26bbf-e003-b696-5339-9b2cacb8a35f-3ef7c605, #w-node-_1270cde6-1306-662a-c6ca-be609d4ffda6-3ef7c609, #w-node-_1270cde6-1306-662a-c6ca-be609d4ffdad-3ef7c609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}