.service-intro-section {
    position: relative;
    height: 785px;
    padding: 0 0 40px;
}
.service-intro-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.service-intro-bg img {
    width: 100%;
    height: 100%;
}
.service-intro-container {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: flex-end;
    height: 100%;
}
.service-intro-content {
    background-color: var(--white);
    padding: 32px 71px;
    border-radius: 10px;
}
.service-intro-content-left {
    width: 57.1%;
}
.service-intro-content-right {
    width: 35.6%;
}
.service-intro-content-left h3 {
    color: var(--mako);
    font-weight: 400;
    line-height: 120%;
}
.service-intro-copy {
    margin: 16px 0px 0px;
}
.service-intro-copy p {
    font-weight: 400;
    line-height: 125%;
    color: var(--slate-gray);
}
.service-intro-icon {
    width: 40px;
    height: 40px;
}
.service-intro-icon img {
    width: 100%;
    height: 100%;
    display: block;
}
.service-intro-content-flex {
    justify-content: space-between;
}
.bike-rentals-section {
    padding: 100px 0px 100px;
    background-color: #F4FAFF;
	position: relative;
}
.bike-rentals-main {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 20px;
	position: relative;
	z-index: 1;
}
.bike-rentals-left {
    width: 46.04%;
}
.bike-rentals-right {
    width: 50%;
}
.bike-rentals-flex {
    align-items: center;
    justify-content: space-between;
}
.bike-rentals-image {
    border-radius: 10px;
    overflow: hidden;
}
.bike-rentals-image img {
    width: 100%;
}
.bike-rentals-content h2 {
    font-weight: 400;
    line-height: 120%;
    color: var(--mako);
}
.bike-rentals-copy {
    margin: 16px 0px 40px;
    max-width: 419px;
}
.bike-rentals-copy p {
    line-height: 125%;
    color: var(--slate-gray);
}
.bike-rentals-copy p:not(:last-child) {
    margin-bottom: 20px;
}
.convenience-schedule-section {
    background-color: var(--blue-bayoux);
    padding: 100px 0px 127px;
    overflow: hidden;
	position: relative;
    z-index: 1;
}
.convenience-schedule-left {
    width: 57%;
    position: relative;
}
.convenience-schedule-right {
    width: 40.5%;
}
.convenience-schedule-flex {
    align-items: center;
    justify-content: space-between;
}
.csl-content {
    max-width: 505px;
    position: relative;
    z-index: 1;
}
.csl-content h2 {
    color: var(--white);
    font-weight: 400;
    line-height: 120%;
}
.csl-link {
    margin: 40px 0px 0px;
}
.csl-link .prim-btn-text, .csl-link .prim-btn-icon-shown {
    background-color: var(--white);
}
.csl-link .prim-btn-text {
    color: var(--gray-scale);
}
.csl-link .prim-btn-icon-shown svg path {
    fill: var(--blue-bayoux);
}
.csr-content-box h5 {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.csr-content-copy {
    margin: 16px 0px 0px;
}
.csr-content-copy p, .csr-content-copy ul li {
    font-size: 16px;
    line-height: 125%;
    color: #D8D8D8;
}
.csr-content-copy p:not(:last-child), .csr-content-copy ul li:not(:last-child) {
    margin-bottom: 16px;
}
.csr-content-box:not(:last-child) {
    margin-bottom: 26px;
}
.csl-cycle {
    position: absolute;
    bottom: -140px;
    right: 0;
}
.bike-rentals-copy-desktop, .bike-rentals-link-desktop {
    display: block;
}
.bike-rentals-copy-mobile, .bike-rentals-link-mobile {
    display: none;
}
.service-intro-mobile-icon {
	display: none;
}
.convenience-schedule-mobile-after {
	display: none;
}
.csl-link-mobile {
	display: none;
}
.csl-link .primary-button:hover .prim-btn-text, .bike-pickup-link .primary-button:hover .prim-btn-text {
    background-color: var(--log-cabin);
    color: var(--white);
}
.csl-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-rentals-section-gradient::before {
    position: absolute;
    content: "";
    width: 205px;
    height: 247px;
    opacity: 0.4;
    filter: blur(130px);
    background-color: #68EFCF;
    top: 134px;
    left: 0px;
    border-radius: 50%;
}
.bike-rentals-section-gradient::after {
    position: absolute;
    content: "";
    width: 213px;
    height: 390px;
    opacity: 0.4;
    filter: blur(130px);
    background-color: #68EFCF;
    bottom: -258px;
    right: 0;
    border-radius: 50%;
}
.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);
}
.carry-whatever-section {
    padding: 50px 0px 100px;
    background-color: var(--alabaster);
    overflow: hidden;
}
.carry-whatever-head {
    max-width: 580px;
    margin: 0 auto;
    text-align: center;
}
.carry-whatever-head h2 {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 120%;
    color: var(--mako);
}
.carry-whatever-container {
    margin: 40px 0px;
}
.carry-whatever-link {
    text-align: center;
}
.carry-whatever-link .prim-btn-text {
    font-size: 16px;
    padding: 12.8px 40px;
}
.cw-slide-image {
    border-radius: 10px;
    overflow: hidden;
}
.cw-slide-image img {
    width: 100%;
    height: 100%;
    display: block;
}
.cw-slide-inner {
    position: relative;
    overflow: hidden;
}
.cw-slide-text {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 26px;
    z-index: 1;
}
.cw-slide-text h4 {
    font-size: 36px;
    color: var(--white);
    font-weight: 400;
    line-height: 100%;
}
.cw-slide-inner::after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(102, 102, 102, 0.00) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.other-pages-banner-content p {
    font-size: 20px;
    color: var(--slate-gray);
}
.repair-experts-section {
    background-color: #F8F8F8;
}
.getting-most-section {
    padding: 100px 0px;
    position: relative;
}
.getting-most-main {
    position: relative;
    z-index: 1;
}
.getting-most-head {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}
.getting-most-head h2 {
    color: var(--white);
    line-height: 120%;
    font-weight: 400;
    margin: 0 0 16px;
}
.getting-most-head p {
    color: #D8D8D8;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
}
.getting-most-flex {
    gap: 20px;
}
.getting-most-card {
    /* width: calc(33% - 10px); */
    box-shadow: 0 0 44.3px 0 rgba(169, 197, 216, 0.14);
    border-radius: 10px;
    background-color: var(--white);
    padding: 16px 16px;
}
.getting-most-card-head h4 {
    color: var(--gray-scale);
    font-weight: 400;
}
.page-template-bike-fit .gmc-copy {
    margin: 16px 0px 0px;
    max-width: 328px;
    min-height: 111px;
}
.gmc-copy p {
    line-height: 140%;
    color: #6C757D;
}
.gmc-bottom-left span {
    line-height: 140%;
    color: #6C757D;
    font-size: 14px;
}
.gmc-bottom-left h6 {
    color: var(--gray-scale);
    line-height: 140%;
    font-weight: 400;
}
.gmc-card-link a {
    width: 40px;
    height: 40px;
    background-color: var(--blue-bayoux);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gmc-bottom-flex {
    align-items: center;
    justify-content: space-between;
}
.gmc-main-link {
    margin: 48px 0px 0px;
    text-align: center;
}
.gmc-main-link .prim-btn-icon-shown, .gmc-main-link .prim-btn-text {
    background-color: var(--white);
}
.gmc-main-link .prim-btn-text {
    color: var(--gray-scale);
    font-size: 16px;
}
.gmc-main-link .prim-btn-icon-shown svg path {
    fill: var(--blue-bayoux);
}
.getting-most-element {
    position: absolute;
    bottom: 0;
    right: 0;
}
.getting-most-main {
    position: relative;
    z-index: 1;
}
.gmc-copy h6 {
    color: #231F20;
    line-height: 148%;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
}
.gmc-copy ul {
    margin: 8px 0px 0px 15px;
}
.gmc-copy ul li {
    line-height: 148%;
    color: #6C757D;
    font-size: 14px;
}
.gmc-copy ul li {
    list-style: disc;
    padding: 0 0 0 0px;
}
.repair-experts-section .getting-most-head h2 {
    color: #1C1C1C;
}
.repair-experts-section .getting-most-head h5, .repair-experts-section .getting-most-head p {
    color: #798292;
    font-family: 'Raanana', sans-serif;
    font-weight: 400;
}
.repair-experts-section .getting-most-head h5 {
    margin: 0 0 10px;
    font-size: 20px;
}
.repair-experts-section .getting-most-head {
    max-width: 1030px;
}
.repair-experts-section .getting-most-card-head h4 {
    min-height: 45px;
}
.package-price {
    color: #50687C;
    font-size: 24px;
    line-height: 100%;
    font-family: "Bebas Neue", sans-serif;
}
.page-template-bike-fit .repair-experts-section .gmc-copy {
    min-height: 180px;
}
.page-template-bike-fit .gmc-bottom {
    margin: 20px 0px 0px;
}
.repair-experts-section .gmc-copy {
    margin: 16px 0px 0px;
    max-width: 328px;
    min-height: 180px;
}
.getting-most-head-desktop {
    display: block;
}
.getting-most-head-mobile {
    display: none;
}

.our-services-section {
    background-color: var(--white);
}
.our-services-left {
    width: 33.195%;
    padding: 40px 32px 60px;
}
.our-services-center {
    width: 33.61%;
}
.our-services-right {
    width: 33.195%;
    position: relative;
    overflow: hidden;
}
.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%;
}
.service-mobile-icon {
    display: none;
}
.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-left-link .os-mobile-link {
    display: none;
}
.os-center-image, .os-center-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.os-center-image img {
    object-fit: cover;
}
.os-center-image img {
    object-fit: cover;
}

.os-center-image, .os-center-image img {
    width: 100%;
    height: 100%;
    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: 0px 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;
}
.try-before-buy-section {
    padding: 100px 0px 50px;
    background-color: var(--alabaster);
}
.try-before-buy-main {
    max-width: 1030px;
    margin: 0 auto;
}
.try-before-buy-flex {
    border-radius: 10px;
    overflow: hidden;
}
.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-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.try-before-buy-head h2 {
    font-size: 48px;
}

.try-before-buy-head h2 {
    text-align: center;
    font-weight: 400;
    line-height: 120%;
    color: var(--mako);
}
.try-before-buy-image-mobile {
    display: none;
}
.try-before-buy-image, .try-before-buy-image img {
    width: 100%;
    height: 100%;
}
.try-before-buy-logo {
    margin: 60px 0px;
}
.try-before-buy-logo img {
    margin: 0 auto;
    display: block;
}
.try-before-copy {
    text-align: center;
    max-width: 461px;
    margin: 0 auto;
}
.try-before-copy p {
    line-height: 176.7%;
    font-weight: 400;
    color: var(--slate-gray);
    font-size: 16px;
}
.try-before-link {
    margin: 16px 0px 0px;
    text-align: center;
}

@media only screen and (max-width: 1028px) {
    .service-intro-section {
        height: 550px;
    }
    .service-intro-content {
        padding: 30px 30px;
    }
    .bike-rentals-section {
        padding: 80px 0px;
    }
    .convenience-schedule-section {
        padding: 80px 0px 60px;
    }
    .convenience-schedule-right {
        width: 42%;
    }
    .convenience-schedule-left {
        width: 47%;
    }
    .csl-cycle {
        bottom: -140px;
    }
    .convenience-schedule-flex {
        align-items: flex-start;
    }
	.carry-whatever-section {
        padding: 40px 0px 80px;
    }
    .getting-most-section {
        padding: 80px 0px;
    }
    .our-services-left {
        padding: 40px 16px;
    }
    .os-right-content {
        padding: 40px 16px;
    }
    .service-cycle-icon {
        max-width: 200px;
        height: auto;
    }
    .service-cycle-icon {
        max-width: 200px;
        height: auto;
    }
}
@media only screen and (max-width: 992px) {
    .service-intro-section {
        height: 420px;
    }
    .service-intro-content-left {
        width: 50%;
    }
    .service-intro-content-right {
        width: 47%;
    }
    .bike-rentals-section {
        padding: 60px 0px;
    }
    .convenience-schedule-section {
        padding: 60px 0px 32px;
    }
    .csl-cycle {
        bottom: -120px;
    }
    .convenience-schedule-right {
        width: 50%;
    }
	.cw-slide-text h4 {
        font-size: 30px;
    }
    .carry-whatever-section {
        padding: 30px 0px 60px;
    }
    .carry-whatever-controls .swiper-button-prev, .carry-whatever-controls .swiper-button-next {
        position: relative;
    }
    .carry-whatever-controls .swiper-button-prev::after, .carry-whatever-controls .swiper-button-next::after {
        display: none;
    }
    .carry-whatever-controls .swiper-button-prev, .carry-whatever-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;
    }
    .carry-whatever-controls .swiper-button-prev svg, .carry-whatever-controls .swiper-button-next svg {
        display: block;
        width: 20px;
        height: 20px;
    }
    .carry-whatever-controls .swiper-button-prev.swiper-button-disabled, .carry-whatever-controls .swiper-button-next.swiper-button-disabled {
        opacity: 1 !important;
        background-color: rgba(80, 105, 124, 0.52) !important;
    }
    .carry-whatever-controls-flex {
        justify-content: center;
        gap: 40px;
    }
    .carry-whatever-controls {
        margin: 24px 0px;
    }
    .other-pages-banner-content p {
        font-size: 18px;
    }
    .getting-most-section {
        padding: 60px 0px;
        overflow: hidden;
    }
    .our-services-left, .our-services-center {
        width: 50%;
    }
    .our-services-right {
        width: 100%;
    }
    .service-cycle-icon {
        max-width: 360px;
        width: 100%;
    }
    .try-before-buy-right {
        padding: 30px 15px;
    }
    .try-before-buy-logo {
        margin: 20px 0px;
    }
    .try-before-buy-logo img {
        max-width: 120px;
    }
}
@media only screen and (max-width: 600px) {
    .service-intro-container {
        padding: 0 16px;
    }
    .service-intro-section {
        height: 400px;
        padding: 0 0 16px;
    }
    .service-intro-content {
        padding: 14px 14px;
    }
    .service-intro-content-left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .service-intro-content-right {
        width: 100%;
        margin: 19px 0px 0px;
    }
    .service-intro-content-left h3 {
        font-size: 18px;
		max-width: 170px;
    }
    .service-intro-mobile-icon {
        display: block;
        max-width: 38px;
    }
    .service-intro-icon {
        display: none;
    }
    .service-intro-copy {
        margin: 0px;
        text-align: right;
    }
    .service-intro-bg img {
        object-fit: cover;
        object-position: right;
    }
    .bike-rentals-copy-desktop, .bike-rentals-link-desktop {
        display: none;
    }
    .bike-rentals-copy-mobile, .bike-rentals-link-mobile {
        display: block;
    }
    .bike-rentals-section {
        padding: 40px 0px;
    }
    .bike-rentals-main {
        max-width: 100%;
        padding: 0px;
    }
    .bike-rentals-left {
        width: 100%;
    }
    .bike-rentals-right {
        width: 100%;
        margin: 16px 0px 0px;
    }
    .bike-rentals-image {
        height: 288px;
    }
    .bike-rentals-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .convenience-schedule-section {
        padding: 40px 0px 76px;
        position: relative;
    }
    .convenience-schedule-left {
        width: 100%;
    }
    .convenience-schedule-right {
        width: 100%;
        margin: 26px 0px 0px;
    }
    .csl-cycle {
        display: none;
    }
    .csr-content-box h5 {
        font-size: 22px;
    }
    .csr-content-copy {
        margin: 26px 0px 0px;
    }
    .csr-content-copy p:not(:last-child), .csr-content-copy ul li:not(:last-child) {
        margin-bottom: 8px;
    }
    .csl-content .csl-link {
        display: none;
    }
    .convenience-schedule-mobile-after {
		display: block;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .convenience-schedule-main {
        position: relative;
        z-index: 1;
    }
	.csl-link-mobile {
		display: block;
	}
    .csl-link-mobile .prim-btn-text, .csl-link-mobile .prim-btn-icon-shown {
        background-color: var(--white);
    }
    .csl-link-mobile .prim-btn-text {
        font-size: 16px;
        color: var(--gray-scale);
    }
    .csl-link-mobile .prim-btn-icon-shown svg path {
        fill: var(--blue-bayoux);
    }
    .bike-rentals-link-mobile .prim-btn-text {
        font-size: 16px;
        padding: 12.8px 40px;
    }
    .bike-rentals-copy {
        margin: 16px 0px 24px;
    }
    .bike-rentals-copy p {
        font-size: 16px;
    }
    .bike-rentals-section-gradient .bike-rentals-content h2 {
        max-width: 260px;
    }
	.service-intro-content-left h3 br {
		display: none;
	}
	.bike-rentals-section-gradient::before {
		width: 164px;
		top: 51px;
	}
	.bike-rentals-section-gradient::after {
		width: 100px;
		height: 146px;
		bottom: 68px;
	}
	.carry-whatever-section {
        padding: 20px 0px 40px;
    }
    .carry-whatever-container {
        margin: 20px 0px 00px;
    }
    .cw-slide-text h4 {
        font-size: 26px;
    }
    .cw-slide-image {
        height: 388px;
    }
    .cw-slide-image img {
        object-fit: cover;
    }
    .other-pages-banner-content p {
        font-size: 16px;
    }
    .service-intro-bg {
        height: 210px;
    }
    .getting-most-head-desktop {
        display: none;
    }
    .getting-most-head-mobile {
        display: block;
    }
    .getting-most-card-head h4 {
        font-size: 32px;
    }
    .gmc-main-link {
        margin: 26px 0px 0px;
    }
    .our-services-left, .our-services-center, .our-services-right {
        width: 100%;
    }
    .os-left-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .service-mobile-icon {
        max-width: 55px;
        display: inline-block;
    }
    .os-left-icon {
        display: none;
    }
    .os-center-image {
        height: 343px;
        border-radius: 6px;
        overflow: hidden;
    }
    .os-right-content {
        padding: 40px 16px 51px;
    }
    .service-cycle-icon {
        max-width: 270px;
    }
    .os-right-content {
        padding: 40px 16px 51px;
    }
    .try-before-buy-section {
            padding: 40px 0px 20px;
    }
    .try-before-buy-left {
            display: none;
    }
    .try-before-buy-right {
            width: 100%;
    }
    .try-before-buy-head h2 {
            font-size: 36px;
    }
    .try-before-buy-image-mobile {
        display: block;
        height: 201px;
        border-radius: 6px;
        overflow: hidden;
        margin: 26px 0px 24px;
    }
    .try-before-buy-image-mobile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .try-before-buy-logo {
        display: none;
    }
    .try-before-copy p {
        line-height: 125%;
    }
}