@font-face {
  font-family: Centurygothic;
  src: url('../fonts/centurygothic.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Centurygothic;
  src: url('../fonts/centurygothic_bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --sky-blue: #0cf;
  --black: black;
  --white: white;
  --blue: blue;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

p {
  flex: none;
  margin-bottom: 10px;
}

a {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  top: auto;
  left: auto;
}

img {
  vertical-align: baseline;
  flex: none;
  max-width: 100%;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.header-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(180deg, var(--sky-blue), white);
  text-align: center;
  vertical-align: baseline;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: -10vh;
  padding-top: 10vh;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.headline-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
}

.headline-section.headline-text {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  bottom: 0;
}

.headline-text {
  color: var(--black);
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
  position: relative;
  top: 0;
}

.headline-text.header {
  font-size: 40px;
}

.headline-text.header.headline {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  font-size: 32px;
  font-style: normal;
  display: flex;
}

.featured-brands-text {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin: 20px 0 30px;
  font-size: 32px;
  line-height: 44px;
  display: block;
  position: relative;
  top: 0;
}

.featured-brands-bold-text {
  flex-flow: column;
  flex: none;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  font-size: 32px;
  line-height: 48px;
  display: block;
  position: relative;
  top: 0;
}

.adaptive-cycles-for-adults-container {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  width: 90%;
  max-width: 90%;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.headline-container {
  color: #000;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  align-items: center;
  width: 90%;
  max-width: 90%;
  display: flex;
  position: relative;
}

.adaptive-cycles-for-adults-children-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.paragraph {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.sunseeker-container {
  flex-flow: column;
  flex: 0 auto;
  width: 90%;
  max-width: 90%;
  margin-top: -10vh;
  padding-top: 10vh;
  display: inline-flex;
}

.freedom-concepts-container {
  flex-flow: column;
  width: 90%;
  max-width: 90%;
  margin-top: -10vh;
  padding-top: 10vh;
  display: inline-flex;
  position: relative;
  top: 0;
}

.rifton-container {
  flex-flow: column;
  width: 90%;
  max-width: 90%;
  margin-top: -10vh;
  padding-top: 10vh;
  display: inline-flex;
  position: relative;
}

.bd-logo-image {
  flex-flow: column;
  width: auto;
  max-width: 100%;
  margin: 10px auto 0;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: inline-block;
  top: 0;
  bottom: 0;
}

.ca-smilley {
  text-align: center;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  line-height: 18px;
  display: block;
  position: relative;
  top: 0;
}

.ca-smilley-div-block {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
}

.footer-section {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
  bottom: 0;
}

.copyright-text {
  color: #000;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: auto;
  padding: 20px;
  font-size: 24px;
  font-style: normal;
  line-height: 36px;
  text-decoration: none;
  display: flex;
}

.ca-logo-gradient {
  flex: 0 auto;
  width: 100%;
  max-height: 100%;
  display: inline-block;
  top: 0;
}

.bold-headline-italic-text {
  vertical-align: baseline;
  flex-flow: column;
  align-items: stretch;
  text-decoration: underline;
  display: inline-flex;
}

.ss-link-block {
  margin-top: 0;
  padding-top: 20px;
  display: block;
}

.link {
  display: block;
}

.ss-title-bold-text {
  flex-flow: column;
  display: block;
}

.bd-logo-link-block {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.sunseeker-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.sunseeker-dropdown-link:focus-visible, .sunseeker-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.sunseeker-dropdown-link.sunseeker {
  flex-flow: column;
  align-items: center;
  display: block;
}

.adaptive-trikes-title {
  color: #006496;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  mix-blend-mode: normal;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: Centurygothic, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 0;
  text-decoration: underline;
  display: flex;
  position: relative;
}

.bold-text {
  color: #006496;
}

.smiley-face {
  vertical-align: middle;
  flex: 1;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: auto;
  display: block;
  position: relative;
}

.ca-logo {
  flex-flow: column;
  flex: 0 100%;
  order: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 10px;
  left: 10px;
}

.navbar {
  z-index: 10000;
  color: #fff;
  vertical-align: top;
  background-color: #0cf;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 10vh;
  margin-left: auto;
  margin-right: auto;
  font-family: Centurygothic, sans-serif;
  display: block;
  position: sticky;
  inset: 0% auto 0;
}

.home {
  font-size: 20px;
  display: block;
}

.home.w--current {
  vertical-align: baseline;
  display: inline-block;
  position: sticky;
  top: 0;
}

.contact-us-title {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 40px;
  display: flex;
}

.contact-us-section {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: -10vh;
  margin-bottom: 20px;
  padding-top: 10vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 20px;
}

.thanks-text-block {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 3vw;
  line-height: 3vw;
  position: relative;
  top: 10px;
}

.signature {
  padding-left: 40px;
}

.signature.paragraph {
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  left: auto;
}

.hp-container {
  text-align: center;
  flex-flow: column;
  flex: 1;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: inline-flex;
}

.hp-container.hp-container-adults {
  flex: 0 auto;
  width: 90%;
  max-width: 90%;
  margin-top: -10vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
}

.hase-container-children, .azub-container-children, .hp-container-children {
  flex-flow: column;
  width: 90%;
  max-width: 90%;
  margin-top: -10vh;
  padding-top: 10vh;
  display: inline-flex;
}

.trident-container-children {
  flex-flow: column;
  width: 90%;
  max-width: 90%;
  margin-top: 10vh;
  padding-top: 10vh;
  display: inline-flex;
}

.amtryke-container, .triaid-container, .worksman-container {
  flex-flow: column;
  width: 90%;
  max-width: 90%;
  margin-top: -10vh;
  padding-top: 10vh;
  display: inline-flex;
  position: relative;
  top: 0;
}

.contact-us-container {
  flex: 0 1 0;
  width: 90%;
  max-width: 90%;
  margin-top: -10vh;
  padding-top: 10vh;
  position: relative;
  top: 0;
}

.thanks-text {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.cl-title-text-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Centurygothic, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
  position: relative;
}

.bike-different-container {
  flex-flow: column;
  width: 90%;
  max-width: 90%;
  margin-top: -67px;
  padding-top: 67px;
  display: inline-flex;
  position: relative;
  top: 0;
}

.cbs-ss-ffps-banner {
  margin-bottom: 5px;
  top: 0;
  bottom: 0;
}

.hase-container--adults {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  width: 90%;
  max-width: 90%;
  margin-top: -10vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  display: flex;
}

.trike-photo {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.bd-banner-link-block {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.trivel-container {
  flex-flow: column;
  width: 90%;
  max-width: 90%;
  margin-top: -10vh;
  padding-top: 10vh;
  display: inline-flex;
  position: relative;
  top: 0;
}

.dropdown-links, .navbar-dropdown-toggle:hover {
  background-color: #fff;
}

.adaptive-cycles-for-children-container {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  width: 90%;
  max-width: 90%;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.van-raam-container-children, .van-raam-container-adults {
  flex-flow: column;
  width: 90%;
  max-width: 90%;
  margin-top: -10vh;
  padding-top: 10vh;
  display: inline-flex;
}

.code-embed, .nav-menu {
  display: none;
}

.amtryke-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.amtryke-dropdown-link:focus-visible, .amtryke-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.trident-trikes-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.trident-trikes-dropdown-link:focus-visible, .trident-trikes-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.hp-velotechnik-dropdown-link-2 {
  flex-flow: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.hp-velotechnik-dropdown-link-2:focus-visible, .hp-velotechnik-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.freedom-concepts-dropdown-link-copy-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.freedom-concepts-dropdown-link-copy-2:focus-visible, .freedom-concepts-dropdown-link-copy-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.navbar-link-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 22px;
  display: block;
}

.van-raam-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.van-raam-dropdown-link:focus-visible, .van-raam-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.van-raam-dropdown-link.w--current {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.rifton-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.rifton-dropdown-link:focus-visible, .rifton-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.navbar-links-container {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.azub-dropdown-link-children {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.azub-dropdown-link-children:focus-visible, .azub-dropdown-link-children[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.van-raam-dropdown-link-children-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.van-raam-dropdown-link-children-2:focus-visible, .van-raam-dropdown-link-children-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.van-raam-dropdown-link-children-2.w--current {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.hp-velotechnik-dropdown-link-copy-2 {
  flex-flow: column;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.hp-velotechnik-dropdown-link-copy-2:focus-visible, .hp-velotechnik-dropdown-link-copy-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.hase-dropdown-link-children {
  flex-flow: column;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.hase-dropdown-link-children:focus-visible, .hase-dropdown-link-children[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.worksman-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.worksman-dropdown-link:focus-visible, .worksman-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.trivel-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.trivel-dropdown-link:focus-visible, .trivel-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.contact-us {
  box-sizing: content-box;
  object-fit: contain;
  flex: 0 auto;
  font-size: 20px;
  position: sticky;
  top: 0;
}

.triaid-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.triaid-dropdown-link:focus-visible, .triaid-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.hase-dropdown-link-adults {
  flex-flow: column;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.hase-dropdown-link-adults:focus-visible, .hase-dropdown-link-adults[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.contact-us-bold-text {
  font-size: 60px;
}

.happy-cycling-text {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.happy-cycling-text-block {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 4vw;
  line-height: 4vw;
  position: relative;
  top: 10px;
}

@media screen and (min-width: 1280px) {
  .smiley-face {
    flex: 0 100%;
    line-height: 14px;
  }

  .ca-logo {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: 50%;
    margin-left: 0;
  }

  .trike-photo {
    width: 100%;
  }

  .navbar-link-text {
    font-size: 24px;
  }

  .ca-logo-container {
    flex: 0 10%;
  }
}

@media screen and (min-width: 1440px) {
  .adaptive-cycles-for-adults-container, .headline-container {
    width: 90vw;
    max-width: 90vw;
  }

  .paragraph {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: auto;
  }

  .sunseeker-container, .freedom-concepts-container, .rifton-container {
    width: 90vw;
    max-width: 90vw;
  }

  .ca-smilley-div-block {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .smiley-face {
    order: 0;
    margin-top: 10px;
    display: block;
  }

  .ca-logo {
    flex-flow: row;
    flex: 0 100%;
    align-self: auto;
    align-items: center;
    width: 80%;
    display: flex;
    top: auto;
    left: auto;
  }

  .navbar {
    margin-top: 0;
    padding-top: 0;
  }

  .thanks-text-block {
    font-size: 4vh;
    line-height: 1.25;
  }

  .hp-container.hp-container-adults, .hase-container-children, .azub-container-children, .hp-container-children, .trident-container-children, .amtryke-container, .triaid-container, .worksman-container, .contact-us-container, .bike-different-container, .hase-container--adults, .trivel-container {
    width: 90vw;
    max-width: 90vw;
  }

  .adaptive-cycles-for-children-container {
    align-items: center;
    width: 90vw;
    max-width: 90vw;
  }

  .van-raam-container-children, .van-raam-container-adults {
    width: 90vw;
    max-width: 90vw;
  }

  .ca-logo-container {
    flex: 0 7%;
  }

  .happy-cycling-text-block {
    font-size: 5vh;
    line-height: 1.25;
  }
}

@media screen and (min-width: 1920px) {
  .header-section {
    clear: both;
    width: auto;
    margin-top: -10vh;
    padding-top: 10vh;
    display: flex;
    position: relative;
    inset: 0% 0% auto;
  }

  .headline-section.headline-text {
    align-items: center;
  }

  .headline-text.header.headline {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 48px;
    display: block;
  }

  .featured-brands-text {
    margin-top: 40px;
    font-size: 36px;
    line-height: 50px;
  }

  .featured-brands-bold-text {
    font-size: 36px;
    line-height: 50px;
  }

  .adaptive-cycles-for-adults-container {
    flex-flow: column;
    align-items: center;
    width: 90%;
    max-width: 90%;
  }

  .headline-container {
    width: 90%;
    max-width: 90%;
    display: inline-flex;
  }

  .adaptive-cycles-for-adults-children-section {
    text-align: center;
    align-items: center;
    width: 90%;
    max-width: 90%;
    margin-top: 0;
    padding-top: 0;
  }

  .paragraph {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.8vw;
    line-height: 1.25;
    display: block;
  }

  .sunseeker-container, .freedom-concepts-container, .rifton-container {
    width: 90%;
    max-width: 90%;
    margin-top: -10vh;
    padding-top: 10vh;
  }

  .bd-logo-image {
    width: 100%;
    padding-top: 0;
    padding-left: 200px;
    padding-right: 200px;
  }

  .copyright-text {
    font-size: 1.5vw;
    line-height: 1.5;
  }

  .ca-logo-gradient {
    vertical-align: top;
    object-fit: fill;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
    position: relative;
    inset: 0% 0% auto;
  }

  .bold-headline-italic-text {
    font-size: 36px;
    display: inline-flex;
  }

  .sunseeker-dropdown-link.sunseeker {
    padding-left: 60px;
    font-size: 1.8vw;
    line-height: 1.2;
  }

  .sunseeker-dropdown-link.sunseeker {
    font-size: 1.8vw;
    line-height: 1.2;
  }

  .sunseeker-dropdown-link.sunseeker.w--current {
    line-height: 1.1;
  }

  .adaptive-trikes-title {
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 80px;
    line-height: 80px;
  }

  .bold-text {
    margin-bottom: 40px;
  }

  .smiley-face {
    flex: 0 2vh;
    align-self: center;
    width: 2vw;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    display: block;
  }

  .ca-logo {
    flex-flow: column;
    flex: 0 10%;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 2vw;
    display: flex;
  }

  .navbar {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    min-width: 100%;
    max-width: 100%;
    height: 10vh;
    min-height: 100%;
    padding-top: 0;
    display: block;
  }

  .home.w--current {
    flex: 0 auto;
  }

  .contact-us-title {
    margin-top: 40px;
    padding-bottom: 10px;
  }

  .contact-us-section {
    text-align: center;
    width: 100%;
    margin-top: -10vh;
    padding-top: 10vh;
  }

  .thanks-text-block {
    font-size: 3vw;
    line-height: 1.25;
    top: 0;
  }

  .hp-container.hp-container-adults {
    width: 90%;
    max-width: 90%;
    margin-top: -10vh;
    padding-top: 10vh;
  }

  .hase-container-children, .azub-container-children, .hp-container-children {
    width: 90%;
    max-width: 90%;
    margin-top: 0;
    padding-top: 10vh;
  }

  .trident-container-children, .amtryke-container, .triaid-container, .worksman-container, .contact-us-container {
    width: 90%;
    max-width: 90%;
    margin-top: -10vh;
    padding-top: 10vh;
  }

  .cl-title-text-block {
    font-size: 2vw;
    line-height: 1.25;
  }

  .bike-different-container {
    width: 90%;
    max-width: 90%;
    margin-top: -10vh;
    padding-top: 10vh;
  }

  .cbs-ss-ffps-banner {
    width: 100%;
  }

  .hase-container--adults {
    width: 90%;
    max-width: 90%;
    margin-top: -10vh;
    padding-top: 10vh;
  }

  .link-block {
    width: 100%;
    max-width: 100%;
  }

  .trike-photo {
    flex: none;
  }

  .trivel-container {
    width: 90%;
    max-width: 90%;
    margin-top: -10vh;
    padding-top: 10vh;
  }

  .dropdown-links {
    display: none;
  }

  .navbar-dropdown-toggle {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    padding: 0;
    display: flex;
  }

  .rifton-logo {
    width: 100%;
  }

  .dropdown-children {
    flex: 0 30%;
    min-width: auto;
    height: 100%;
    min-height: auto;
  }

  .thanks-bold-italic-text {
    text-align: center;
    font-size: 3vw;
    line-height: 1.25;
  }

  .adaptive-cycles-for-children-container {
    width: 90%;
    max-width: 90%;
  }

  .van-raam-container-children {
    width: 90%;
    max-width: 90%;
    margin-top: 0;
    padding-top: 10vh;
  }

  .van-raam-container-adults {
    align-items: center;
    width: 90%;
    max-width: 90%;
    margin-top: 0;
    padding-top: 10vh;
  }

  .link-2 {
    flex: 0 auto;
    display: none;
  }

  .dropdown-link-block {
    width: 100%;
    max-width: 100%;
  }

  .amtryke-dropdown-link, .trident-trikes-dropdown-link {
    padding-left: 40px;
    font-size: 1.8vw;
    line-height: 1.2;
  }

  .hp-velotechnik-dropdown-link-2 {
    padding-left: 60px;
    font-size: 1.8vw;
    line-height: 1.2;
  }

  .freedom-concepts-dropdown-link-copy-2 {
    padding-left: 40px;
    font-size: 1.8vw;
    line-height: 1.2;
  }

  .navbar-link-text {
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    font-size: 1.8vw;
    line-height: 1.2;
    display: flex;
  }

  .dropdown-adults {
    flex: 0 30%;
    min-width: auto;
    height: 100%;
    min-height: auto;
  }

  .van-raam-dropdown-link {
    padding-left: 60px;
    font-size: 1.8vw;
    line-height: 1.2;
  }

  .rifton-dropdown-link {
    padding-left: 40px;
    font-size: 1.8vw;
    line-height: 1.2;
  }

  .navbar-links-container {
    flex: 0 100%;
    justify-content: center;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .text-block {
    flex: 0 33%;
    align-items: center;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    font-size: 30px;
    line-height: 40px;
  }

  .azub-dropdown-link-children, .van-raam-dropdown-link-children-2, .hp-velotechnik-dropdown-link-copy-2, .hase-dropdown-link-children {
    padding-left: 40px;
    font-size: 1.8vw;
    line-height: 1.2;
  }

  .hase-dropdown-link-children.w--current {
    padding-left: 40px;
  }

  .worksman-dropdown-link {
    padding-left: 40px;
    font-size: 1.8vw;
    line-height: 1.2;
  }

  .ca-logo-container {
    box-sizing: border-box;
    object-fit: fill;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: 10%;
    min-width: 10%;
    max-width: 4vw;
    height: 75%;
    min-height: 75%;
    margin-left: 0;
    font-size: 2vw;
    display: block;
    position: relative;
    top: 0;
  }

  .trivel-dropdown-link {
    padding-left: 40px;
    font-size: 1.8vw;
    line-height: 1.2;
  }

  .contact-us {
    flex: 0 auto;
    font-size: 2vw;
    line-height: 1.2;
  }

  .triaid-dropdown-link {
    padding-left: 40px;
    font-size: 1.8vw;
    line-height: 1.2;
  }

  .hase-dropdown-link-adults {
    padding-left: 60px;
    font-size: 1.8vw;
    line-height: 1.2;
  }

  .hase-dropdown-link-adults.w--current {
    padding-left: 60px;
  }

  .contact-us-bold-text {
    flex: 0 auto;
    font-size: 90px;
  }

  .happy-cycling-text-block {
    font-size: 4vw;
    line-height: 1.25;
    top: 0;
  }

  .happy-cycling-bold-italic-text {
    text-align: center;
    font-size: 4vw;
    line-height: 1.25;
  }
}

@media screen and (max-width: 991px) {
  .header-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 10vh;
    display: flex;
  }

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

  .ca-logo-gradient {
    margin-top: 0;
    display: block;
  }

  .smiley-face {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 0;
    display: inline-flex;
  }

  .ca-logo {
    clear: left;
    flex-basis: 50%;
    justify-content: center;
    align-items: flex-start;
    top: 0;
  }

  .navbar {
    -webkit-text-fill-color: inherit;
    background-color: #0cf;
    background-clip: content-box;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .home.w--current {
    padding-top: 14px;
  }

  .contact-us-title {
    flex-flow: column;
  }

  .navbar-dropdown-toggle {
    justify-content: flex-start;
    display: flex;
  }

  .dropdown-children {
    flex: 0 20%;
  }

  .navbar-link-text {
    font-size: 14px;
    line-height: 20px;
  }

  .dropdown-adults {
    flex: 0 20%;
  }

  .ca-logo-container {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    height: 50%;
    margin-top: 10px;
    display: flex;
    position: relative;
  }

  .contact-us {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    display: flex;
  }

  .contact-us.w--current {
    flex: none;
  }

  .contact-us-bold-text {
    font-size: 50px;
    line-height: 1.2vh;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    font-size: 14px;
    line-height: 18px;
  }

  .smiley-face {
    width: 28px;
    min-width: 25px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 0 5px 5px;
  }

  .ca-logo {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
    display: block;
  }

  .navbar {
    z-index: 1000;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    display: flex;
  }

  .home {
    flex: 0 10%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .thanks-text-block {
    margin-bottom: 30px;
    font-size: 4vh;
    line-height: 1.25;
  }

  .thanks-text {
    padding-bottom: 0;
  }

  .navbar-dropdown-toggle {
    flex: 0 30%;
    width: 100%;
    padding: 20px 0;
  }

  .dropdown-children {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: row;
    flex: 0 30%;
    justify-content: center;
    align-items: center;
    max-width: 20%;
    margin-left: 0;
    margin-right: 0;
    display: none;
    position: relative;
    left: auto;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-toggle {
    min-width: NaN% ;
    flex-flow: column;
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    font-weight: 700;
    display: block;
  }

  .dropdown-list {
    width: auto;
    display: block;
  }

  .dropdown-link-block {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .dropdown-text-block {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-weight: 700;
  }

  .menu-button {
    color: #000;
    background-color: #fff0;
    display: flex;
  }

  .menu-button.clicked {
    justify-content: flex-end;
    align-items: center;
    position: static;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff;
    flex-flow: column;
    flex: 0 auto;
    align-items: flex-start;
    display: flex;
  }

  .contact-us-home-text-block {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 700;
  }

  .contact-us-home-link-block {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
  }

  .contact-us-home-link-block.w--current {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    font-weight: 700;
    display: block;
  }

  .navbar-link-text {
    width: auto;
    font-size: 12px;
  }

  .dropdown-adults {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: row;
    flex: 0 30%;
    justify-content: center;
    align-items: center;
    max-width: 20%;
    margin-left: 0;
    margin-right: 0;
    display: none;
    position: relative;
    left: auto;
  }

  .navbar-links-container {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr .5fr .5fr .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .ca-logo-container {
    flex-flow: column;
    flex: 0 6%;
    justify-content: center;
    align-items: stretch;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    display: block;
  }

  .contact-us {
    flex: 0 12%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .happy-cycling-text {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .happy-cycling-text-block {
    margin-bottom: 20px;
    font-size: 5vh;
    line-height: 1.25;
  }
}

@media screen and (max-width: 479px) {
  .headline-section.headline-text {
    max-width: 100%;
  }

  .headline-text, .headline-text.header.headline {
    font-size: 16px;
    line-height: 20px;
  }

  .featured-brands-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .featured-brands-bold-text {
    font-size: 16px;
    line-height: 20px;
  }

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

  .bd-logo-image {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .ca-smilley-div-block {
    margin-bottom: 0;
  }

  .copyright-text {
    color: #000;
    padding: 0 10px 10px;
    font-size: 12px;
    line-height: 1.25;
  }

  .adaptive-trikes-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 20px;
  }

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

  .navbar {
    align-items: flex-start;
    display: flex;
  }

  .contact-us-title {
    font-size: 14px;
  }

  .contact-us-section {
    margin-top: -10vh;
    padding-top: 5vh;
  }

  .thanks-text-block {
    margin-bottom: 20px;
    font-size: 3.6vh;
    line-height: 1.25;
  }

  .signature.paragraph {
    width: 30%;
  }

  .trident-container-children {
    margin-top: -10vh;
  }

  .contact-us-container {
    position: relative;
  }

  .thanks-text {
    padding-bottom: 0;
    font-size: 3.6vh;
  }

  .cl-title-text-block {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .menu-button.clicked {
    width: 10vw;
    height: 10vw;
    padding: 10px 40px 10px 20px;
  }

  .contact-us-bold-text {
    text-align: center;
    flex: 1;
    font-size: 24px;
    line-height: 24px;
  }

  .happy-cycling-text {
    padding-bottom: 0;
    font-size: 4vh;
  }

  .happy-cycling-text-block {
    margin-bottom: 20px;
    font-size: 4vh;
    line-height: 1.25;
  }
}


@font-face {
  font-family: 'Centurygothic';
  src: url('../fonts/centurygothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Centurygothic';
  src: url('../fonts/centurygothic_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}