.banner-slide-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px 40px;
}
.hero-banner-section {
    padding: 145px 0px 0px;
    background-color: var(--alice-blur);
    position: relative;
    overflow: hidden;
}
.banner-slide-title {
    max-width: 916px;
}
.banner-slide-title h1 {
    font-weight: 400;
    line-height: 119%;
    color: var(--mako);
}
.banner-slide-copy {
    max-width: 430px;
    margin: 16px 0px 26px;
}
.banner-slide-copy p {
    line-height: 176.7%;
    font-weight: 400;
    color: var(--slate-gray);
}
.banner-slide-link .prim-btn-text {
    background-color: var(--white);
    color: var(--gray-scale);
    font-size: 16px;
    padding: 13.6px 40px;   
}
.banner-slide-image {
    width: 63.9%;
    height: 300px;
    overflow: hidden;
}
.banner-slide-cycle {
    width: 46.73%;
    height: 519px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.banner-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-slide-bottom-flex {
    align-items: flex-end;
    position: relative;
}
.banner-slide-cycle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.banner-slide-inner {
    overflow: hidden;
}
.hero-banner-section::after {
    position: absolute;
    content: "";
    width: 391px;
    height: 391px;
    top: 0;
    right: -20px;
    background-color: var(--spray);
    border-radius: 50%;
    opacity: .4;
    filter: blur(130px);
    pointer-events: none;
    touch-action: none;
}
.hero-banner-section::before {
    position: absolute;
    content: "";
    width: 255px;
    height: 255px;
    border-radius: 50%;
    background-color: rgba(104, 239, 207, 0.70);
    opacity: 0.4;
    filter: blur(130px);
    top: 120px;
    left: calc((100vw - 1240px) * (119 / 200));
    pointer-events: none;
    touch-action: none;
}
.banner-slide-cycle-image {
    position: absolute;
    width: 84.5%;
    height: 100%;
    top: 0;
    right: 0;
}
.banner-slide-cycle-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 300px;
}
.hero-banner-slider .swiper-slide {
    overflow: hidden;
}
.banner-slide-title, .banner-slide-copy, .banner-slide-link {
    transition: all 0.75s;
    bottom: -50px;
    position: relative;
    opacity: 0;
}
.swiper-slide-active .banner-slide-title {
    bottom: 0px;
    transition-delay: .2s;
    opacity: 1;
}
.swiper-slide-active .banner-slide-copy {
    opacity: 1;
    bottom: 0px;
    transition-delay: .4s;
}
.swiper-slide-active .banner-slide-link {
    opacity: 1;
    bottom: 0px;
    transition-delay: 0.6s;
}
.swiper-pagination.banner-swiper-pagination {
    position: absolute;
    left: 44px;
    bottom: 16px;
    width: 100%;
    max-width: 100%;
    padding: 0 44px;
    display: flex;
    justify-content: flex-start;
}
.outer-dot.swiper-pagination-bullet {
    width: 22px;
    height: 4px;
    opacity: 1;
    background-color: var(--alto);
    border-radius: 4px;
    transition: .3s ease-in-out;
    cursor: pointer;
}
.outer-dot.swiper-pagination-bullet-active {
    width: 42px;
    background-color: var(--blue-bayoux);
}
.associate-companies-section {
    padding: 51px 0px;
    background-color: var(--blue-bayoux);
}
.associate-companies-flex {
    align-items: center;
    justify-content: space-between;
}
.associate-company-single a, .associate-company-single img {
    display: block;
}
.banner-slide-link .primary-button:hover .prim-btn-text {
    color: var(--white);
}
.rent-bike-container {
    overflow: hidden;
}
.rent-bike-section {
    padding: 100px 0px;
    background-color: var(--alabaster);
}
.rent-bike-head {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.rent-bike-head h2 {
    font-weight: 400;
    text-transform: uppercase;
    color: var(--mako);
    line-height: 120%;
}
.rent-bike-head p {
    line-height: 176.7%;
    color: var(--slate-gray );
}
.rent-bike-container {
    margin: 45px 0px 0px;
}
.rent-bike-card {
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0 0 44.3px 0 rgba(169, 197, 216, 0.14);
    padding: 16px 16px;
}
.bike-title h4 {
    color: var(--gray-scale);
    font-weight: 400;
}
.bike-brief {
    margin: 8px 0px 0px;
}
.bike-brief p {
    line-height: 140%;
    color: #6C757D;
}
.bike-image {
    margin: 24px auto;
    max-width: 100%;
}
.bike-card-bottom-flex {
    align-items: center;
    justify-content: space-between;
}
.bike-card-bottom-left span {
    line-height: 140%;
    color: #6C757D;
}
.bike-card-bottom-left h6 {
    margin: 6px 0px 0px;
    line-height: 100%;
    font-weight: 400;
    color: var(--gray-scale);
}
.bike-card-link a {
    width: 40px;
    height: 40px;
    background-color: var(--blue-bayoux);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bike-card-link a svg {
    display: block;
}
.rent-bike-controls {
    margin: 52px 0px 0px;
    position: relative;
}
.rent-bike-controls-flex {
    display: flex;
    gap: 26px;
    align-items: center;
    justify-content: center;
}
.rent-bike-swiper-pagination {
    bottom: auto !important;
    top: -5px !important;
    position: relative;
    max-width: max-content;
}
.rent-bike-controls .swiper-button-prev, .rent-bike-controls .swiper-button-next {
    position: relative;
}
.rent-bike-controls .swiper-button-prev::after, .rent-bike-controls .swiper-button-next::after {
    display: none;
}
.rent-bike-controls .swiper-button-prev, .rent-bike-controls .swiper-button-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--blue-bayoux);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
    left: 0;
    right: 0;
    cursor: pointer;
    position: relative;
}
.rent-bike-controls .swiper-button-prev svg, .rent-bike-controls .swiper-button-next svg {
    display: block;
    width: 20px;
    height: 20px;
}
.rent-bike-controls .swiper-button-prev.swiper-button-disabled, .rent-bike-controls .swiper-button-next.swiper-button-disabled {
    background-color: rgba(230, 230, 230, 0.34) !important;
    opacity: 1 !important;
}
.rent-bike-controls .swiper-button-prev.swiper-button-disabled svg path, .rent-bike-controls .swiper-button-next.swiper-button-disabled svg path {
    fill: #50697CBD;
}
.our-services-left {
    width: 33.195%;
    background-color: var(--alabaster);
    padding: 40px 32px 60px;
}
.our-services-right {
    width: 33.195%;
    position: relative;
    overflow: hidden;
}
.our-services-center {
    width: 33.61%;
}
.os-left-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.os-left-head {
    text-align: center;
}
.os-left-head h2 {
    color: var(--mako);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 120%;
}
.os-left-icon {
    margin: 0 auto;
    max-width: 130px;
}
.os-left-copy {
    margin: 40px 0px 26px;
    text-align: center;
}
.os-left-copy p {
    line-height: 176.7%;
    color: var(--slate-gray);
    font-weight: 400;
}
.os-left-link {
    text-align: center;
}
.os-center-image, .os-center-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.os-center-image img {
    object-fit: cover;
}
.right-column-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.os-right-content {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 48px 32px;
}
.os-right-head h4 {
    color: #F6F6F6;
    font-weight: 400;
    font-size: 26px;
    line-height: 119%;
}
.os-right-head p {
    margin: 16px 0px 0px;
    max-width: 352px;
    line-height: 176.7%;
    color: #E7E7E7;
}
.os-right-body {
    margin: 32px 0px 0px;
}
.os-right-body h6 {
    font-size: 18px;
    color: #F6F6FF;
    font-weight: 400;
}
.os-right-body ul {
    margin: 20px 0px 24px;
}
.os-right-body ul li:not(:last-child) {
    margin-bottom: 20px;
}
.os-right-body ul li {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    color: #E7E7E7;
    line-height: 140%;
}
.os-right-body ul li span {
    width: 28px;
    height: 28px;
}
.os-right-link .prim-btn-text {
    color: var(--gray-scale);
    background-color: var(--white);
}
.os-right-link .prim-btn-icon-shown {
    background-color: var(--white);
}
.os-right-link .prim-btn-icon-shown svg path {
    fill: #50697C;
}
.service-cycle-icon {
    position: absolute;
    bottom: 0;
    right: -70px;
    width: 340px;
    height: 211px;
}
.ride-together-section {
    padding: 100px 0px 96px;
    background-color: var(--alabaster);
}
.ride-together-head {
    text-align: center;
    margin: 0 0 40px;
}
.ride-together-head h2 {
    font-weight: 400;
    color: var(--mako);
    text-transform: uppercase;
}
.ride-together-head p {
    max-width: 338px;
    margin: 16px auto 0px;
    color: var(--slate-gray);
    line-height: 176.7%;
}
.ride-together-container {
    max-width: 988px;
    margin: 0 auto;
}
.ride-together-card {
    width: calc(50% - 10px);
}
.ride-together-cards {
    gap: 20px;
}
.ride-together-link {
    margin: 40px 0px 0px;
    text-align: center;
}
.bike-pickup-section {
    padding: 80px 0px;
    background-color: var(--blue-bayoux);
    position: relative;
    overflow: hidden;
}
.page-template-home .bike-pickup-section {
	margin: 80px 0px 0px;
}
.bike-pickup-content h2 {
    color: var(--white);
    line-height: 120%;
    font-weight: 400;
}
.bike-pickup-copy {
    margin: 16px 0px;
    max-width: 366px;
}
.bike-pickup-copy p {
    color: #D1D1D1;
    font-weight: 400;
    line-height: 176.7%;
}
.bike-pickup-link .prim-btn-icon-shown, .bike-pickup-link .prim-btn-text {
    background-color: var(--white);
}
.bike-pickup-link .prim-btn-text {
    color: var(--gray-scale);
}
.bike-pickup-link .prim-btn-icon-shown svg path {
    fill: var(--blue-bayoux);
}
.bike-pickup-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 50%;
}
.bike-pickup-main {
    position: relative;
    z-index: 2;
}
.bike-pickup-bg-image {
    max-width: 844px;
}
.bike-pickup-bg-image img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.bike-pickup-rectangle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.bike-pickup-rectangle img {
    display: block;
    height: 100%;
}
.try-before-buy-section {
    padding: 100px 0px;
    background-color: var(--alabaster);
}
.try-before-buy-main {
    max-width: 954px;
    margin: 0 auto;
}
.try-before-buy-left, .try-before-buy-right {
    width: 50%;
}
.try-before-buy-image, .try-before-buy-image img {
    width: 100%;
    height: 100%;
}
.try-before-buy-right {
    background-color: var(--white);
    padding: 52px 18px;
}
.try-before-buy-head h2 {
    text-align: center;
    font-weight: 400;
    line-height: 120%;
    color: var(--mako);
}
.try-before-buy-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.try-before-buy-logo img {
    margin: 0 auto;
    display: block;
}
.try-before-copy {
    text-align: center;
}
.try-before-copy p {
    line-height: 176.7%;
    font-weight: 400;
    color: var(--slate-gray);
}
.try-before-link {
    margin: 16px 0px 0px;
    text-align: center;
}
.os-left-link .os-desktop-link {
    display: inline-block;
}
.os-left-link .os-mobile-link {
    display: none;
}
.service-mobile-icon {
    display: none;
}
.ride-together-head-copy-desktop {
    display: block;
}
.ride-together-head-copy-mobile {
    display: none;
}
.ride-together-link .rt-link-desktop {
    display: inline-block;
}
.ride-together-link .rt-link-mobile {
    display: none;
}
.try-before-buy-image-mobile {
    display: none;
}
.bike-pickup-desktop {
    display: block;
}
.bike-pickup-mobile {
    display: none;
}
.os-right-link .primary-button:hover .prim-btn-text, .bike-pickup-link .primary-button:hover .prim-btn-text {
    background-color: var(--log-cabin);
    color: var(--white);
}
.os-right-link .primary-button:hover .prim-btn-icon-shown svg path, .bike-pickup-link .primary-button:hover .prim-btn-icon-shown svg path {
    fill: var(--white);
}
.bike-brief {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2; /* Number of lines to show */
  /* The standard line-clamp property for future compatibility */
    line-clamp: 2;
    min-height: 40px;
}
.bike-title {
    min-height: 84px;
}
.bike-image img {
    height: 242px;
    width: 100%;
    object-fit: cover;
}
.bike-image a {
    display: block;
}
.ride-together-card img {
    height: 543px;
    object-fit: cover;
}
.os-left-calendly {
    margin: 15px 0px;
}
.rent-bike-main-link {
    margin: 20px 0px 0px;
    text-align: center;
}
@media only screen and (max-width: 1400px) {
    .banner-slide-cycle {
        width: 48.73%;
    }
    .banner-slide-cycle-bg img {
        object-position: left;
    }
}
@media only screen and (max-width: 1280px) {
    .banner-slide-cycle-image {
        width: 80%;
    }
    .swiper-pagination.banner-swiper-pagination {
        left: 0px;
    }
}
@media only screen and (max-width: 1028px) {
    .banner-slide-title {
        max-width: 100%;
    }
    .banner-slide-copy {
        max-width: 600px;
    }
    .banner-slide-image {
        height: 240px;
    }
    .banner-slide-cycle {
        height: 380px;
    }
    .banner-slide-cycle-bg {
        height: 240px;
    }
    .swiper-pagination.banner-swiper-pagination {
        padding: 0 25px;
    }
    .rent-bike-section {
        padding: 80px 0px;
    }
    .our-services-left {
        padding: 40px 16px;
    }
    .os-right-content {
        padding: 40px 16px;
    }
    .os-right-body ul li:not(:last-child) {
        margin-bottom: 16px;
    }
    .os-right-body {
        margin: 20px 0px 0px;
    }
    .os-right-body ul {
        margin: 20px 0px;
    }
    .service-cycle-icon {
        max-width: 200px;
        height: auto;
    }
    .ride-together-section {
        padding: 80px 0px;
    }
    .try-before-buy-section {
        padding: 80px 0px;
    }
}
@media only screen and (max-width: 992px) {
    .banner-slide-image, .banner-slide-cycle-bg {
        height: 200px;
    }
    .banner-slide-cycle {
        width: 49.73%;
    }
    .banner-slide-cycle-image {
        width: 83%;
    }
    .banner-slide-cycle {
        height: 300px;
    }
    .associate-company-single {
        width: 25%;
    }
    .associate-companies-flex {
        justify-content: space-between;
    }
    .associate-company-single a, .associate-company-single img {
        width: 100%;
    }
    .associate-companies-section {
        padding: 30px 0px;
    }
    .rent-bike-section .container {
        padding: 0px;
    }
    .rent-bike-section {
        padding: 60px 0px;
    }
    .our-services-left, .our-services-center {
        width: 50%;
    }
    .our-services-right {
        width: 100%;
    }
    .os-right-head p {
        max-width: 100%;
    }
    .right-column-bg {
        background-size: 100vw 100%;
    }
    .service-cycle-icon {
        max-width: 360px;
        width: 100%;
    }
    .service-cycle-icon img {
        width: 100%;
    }
    .ride-together-section {
        padding: 60px 0px;
    }
    .bike-pickup-section {
        padding: 40px 0px;
    }
    .bike-pickup-bg-image {
        max-width: 600px;
    }
    .try-before-buy-section {
        padding: 60px 0px;
    }
	.page-template-home .bike-pickup-section {
		margin: 40px 0px 0px;
	}
	.ride-together-card img {
        height: 400px;
    }
}
@media only screen and (max-width: 600px) {
    .hero-banner-section {
        padding: 96px 0px 0px;
    }
    .banner-slide-copy {
        margin: 8px 0px 24px;
    }
    .banner-slide-cycle {
        position: relative;
        width: 100%;
        height: 216px;
    }
    .banner-slide-image {
        width: 100%;
        height: 196px;
    }
    .banner-slide-bottom-flex {
        flex-direction: column-reverse;
    }
    .banner-slide-cycle-bg {
        display: none;
    }
    .outer-dot.swiper-pagination-bullet {
        width: 16px;
    }
    .outer-dot.swiper-pagination-bullet-active {
        width: 29px;
    }
    .banner-slide-content {
        padding: 0 20px 0px;
    }
    .banner-slide-link .prim-btn-text {
        padding: 13.6px 24px;
    }
    .banner-slide-bottom {
        position: relative;
        margin: -40px 0px 0px;
    }
    .banner-slide-cycle-image {
        max-width: 235px;
        width: 100%;
    }
    .associate-companies-section .container {
        padding: 0 11px;
    }
    .associate-company-single:nth-child(1) {
        max-width: 105.64px;
    }
    .associate-company-single:nth-child(2) {
        max-width: 84.9px;
    }
    .associate-company-single:nth-child(3) {
        max-width: 68.471px;
    }
    .rent-bike-section {
        padding: 40px 0px;
    }
    .rent-bike-head p {
        font-size: 16px;
        font-weight: 400;
        line-height: 125%;
        margin: 12px 0px 0px;
    }
    .rent-bike-head {
        padding: 0 16px;
    }
    .rent-bike-container {
        margin: 26px 0px 0px;
    }
    .rent-bike-controls {
        margin: 36px 0px 0px;
    }
    .bike-card-bottom-left span {
        font-size: 12px;
    }
    .bike-title {
        text-align: center;
    }
    .bike-brief {
        text-align: center;
    }
    .bike-brief p {
        font-size: 12px;
    }
    .our-services-left, .our-services-center, .our-services-right {
        width: 100%;
    }
    .our-services-left {
        background-color: #F4FAFF;
        padding: 40px 16px 8px;
    }
    .our-services-center {
        padding: 8px 16px 40px;
        background-color: #F4FAFF;
    }
    .os-center-image {
        height: 343px;
        border-radius: 6px;
        overflow: hidden;
    }
    .os-right-content {
        padding: 40px 16px 51px;
    }
    .os-right-head {
        text-align: center;
    }
    .os-right-head p {
        max-width: 272px;
        margin: 16px auto 0px;
        line-height: 125%;
    }
    .os-right-body ul li:not(:last-child) {
        margin-bottom: 20px;
    }
    .os-right-body {
        max-width: 240px;
    }
    .service-cycle-icon {
        max-width: 270px;
    }
    .os-right-link .prim-btn-text {
        padding: 12.8px 24px;
        font-size: 16px;
    }
    .os-left-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .service-mobile-icon {
        max-width: 55px;
    }
    .os-left-icon {
        display: none;
    }
    .os-left-copy p {
        font-size: 16px;
        line-height: 125%;
    }
    .os-left-copy {
        text-align: left;
        margin: 16px 0px;
    }
    .os-left-link .os-desktop-link {
        display: none;
    }
    .os-left-link .os-mobile-link {
        display: block;
    }
    .service-mobile-icon {
        display: inline-block;
    }
    .ride-together-section {
        padding: 40px 0px 36px;
    }
    .ride-together-head h2 {
        max-width: 210px;
        margin: 0 auto;
        text-align: center;
    }
    .ride-together-head-copy-desktop {
        display: none;
    }
    .ride-together-head-copy-mobile {
        display: block;
    }
    .ride-together-head p {
        font-size: 14px;
        line-height: 125%;
        margin: 0px;
    }
    .ride-together-head-copy-mobile {
        margin: 16px 0px 0px;
    }
    .ride-together-card {
        width: 100%;
    }
    .ride-together-head {
        margin: 0 0 24px;
    }
    .ride-together-card {
        height: 300px;
        border-radius: 6px;
        overflow: hidden;
    }
    .ride-together-card img {
        height: 300px;
    }
    .ride-together-card img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .ride-together-cards {
        gap: 16px;
    }
    .ride-together-link {
        margin: 24px 0px 0px;
    }
    .ride-together-link .rt-link-desktop {
        display: none;
    }
    .ride-together-link .rt-link-mobile {
        display: inline-block;
    }
    .ride-together-link .prim-btn-text {
        font-size: 16px;
        padding: 12.8px 40px;
    }
    .bike-pickup-desktop {
        display: none;
    }
    .bike-pickup-mobile {
        display: block;
        text-align: right;
    }
    .bike-pickup-bg {
        position: relative;
        z-index: 1;
        width: 100%;
    }
    .bike-pickup-rectangle {
        bottom: 0;
        top: auto;
        height: 159px;
        width: 253px;
    }
    .bike-pickup-mobile img {
        margin-left: auto;
    }
    .bike-pickup-rectangle img {
        width: 100%;
    }
    .bike-pickup-section {
        padding: 40px 0px 0px;
    }
    .try-before-buy-section {
        padding: 40px 0px;
    }
    .try-before-buy-left {
        display: none;
    }
    .try-before-buy-right {
        width: 100%;
        padding: 16px 16px;
        border-radius: 6px;
    }
    .try-before-buy-image-mobile {
        display: block;
        margin: 26px 0px;
        height: 201px;
        overflow: hidden;
        border-radius: 6px;
    }
    .try-before-buy-image-mobile img {
        object-fit: cover;
    }
    .try-before-buy-logo img {
        max-width: 123px;
        margin: 0 auto;
    }
    .try-before-bottom-content {
        margin: 26px 0px 0px;
    }
    .try-before-link {
        margin: 26px 0px 0px;
    }
    .bike-pickup-desktop {
        display: none;
    }
    .bike-pickup-mobile {
        display: block;
    }
	.bike-pickup-section {
		margin: 0px 0px 0px;
	}
}