html, body{
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #161616;
    height: 100%;
    margin: 0;
}

body{
    overflow-x: hidden;
}

.pre-fluid{
    position: fixed;
    z-index: 9999;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    background: #fff;
}

.pre-container{
    background: linear-gradient(#757575, #050505);
    height: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.pre-logo{
    position: absolute;
    width: 60px;
    height: 60px;
    top: 20px;
    left: 30px;
}

.pre-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pre-circle{
    position: absolute;
    width: 130vw;
    height: 130vw;
    right: 0;
    top: -10vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pre-circle div{
    border: 20px solid rgba(255, 255, 255, 0.1);
    border-radius: 200vw;
    position: absolute;
    width: 25%;
    height: 25%;
    opacity: 0;
}

.pre-circle div:nth-child(1){
    animation: preAnim 6s linear infinite;
}

.pre-circle div:nth-child(2){
    animation: preAnim 6s 1s linear infinite;
}

.pre-circle div:nth-child(3){
    animation: preAnim 6s 2s linear infinite;
}

.pre-circle div:nth-child(4){
    animation: preAnim 6s 3s linear infinite;
}

.pre-circle div:nth-child(5){
    animation: preAnim 6s 4s linear infinite;
}

.pre-circle div:nth-child(6){
    animation: preAnim 6s 5s linear infinite;
}

@keyframes preAnim{
    0%      {width: 25%; height: 25%; opacity: 1;}
    100%    {width: 100%; height: 100%; opacity: 0;}
}

.home-hero-fluid{
    height: 100%;
    background: #fff;
    min-height: 800px;
    position: relative;
    box-sizing: border-box;
    padding-top: 100px;
    overflow: hidden;
}

.home-hero-container{
    background: linear-gradient(#757575, #050505);
    height: calc(100% - 110px);
    margin: 0 20px;
    margin-bottom: 0;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.home-hero-ticker{
    height: 50px;
    background: #000;
    margin-top: 60px;
    position: relative;
}

.hero-bg-circle{
    position: absolute;
    width: 130vw;
    height: 130vw;
    right: 0;
    top: -10vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-bg-circle div{
    border: 20px solid rgba(255, 255, 255, 0.03);
    border-radius: 200vw;
    position: absolute;
}

.hero-bg-circle div:nth-child(1){
    width: 100%;
    height: 100%;
}

.hero-bg-circle div:nth-child(2){
    width: 85%;
    height: 85%;
}

.hero-bg-circle div:nth-child(3){
    width: 70%;
    height: 70%;
}

.hero-bg-circle div:nth-child(4){
    width: 55%;
    height: 55%;
}

.hero-bg-circle div:nth-child(5){
    width: 40%;
    height: 40%;
}

.hero-bg-circle div:nth-child(6){
    width: 25%;
    height: 25%;
}

.hero-scooty{
    position: absolute;
    height: calc(100% - 150px);
    bottom: 50px;
    top: 100px;
    width: 50%;
    right: 20px;
    overflow: hidden;
    display: none;
}

.hero-scooty img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
    position: absolute;
    right: -70px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

.nav-bar{
    position: fixed;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 20px;
    right: 20px;
    border-radius: 20px;
    box-sizing: border-box;
    height: 100px;
    padding-left: 30px;
}

.fixed-nav-bar{
    position: fixed;
    z-index: 99;
    top: -110px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: saturate(180%) blur(15px);
    -webkit-backdrop-filter: saturate(180%) blur(15px);
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.1);
    transition: all 0.25s ease;
}

.fixed-nav-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding-left: 50px;
    padding-right: 20px;
}

.fixed-nav-visible{
    top: 0;
}

.fixed-nav-shadow{
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.1);
}

.nav-logo-container{
    height: 60px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #161616;
    font-size: 20px;
    font-weight: 700;
}

.nav-logo-container img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.nav-logo-container span{
    margin-left: 17px;
}

.nav-menu-container{
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.nav-menu-item{
    text-decoration: none;
    color: #161616;
    font-size: 16px;
    height: 50px;
    padding: 0 30px;
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    transition: all 0.25s ease;
}

.nav-menu-light .nav-menu-item{
    color: #161616;
}

.fixed-nav-bar .nav-menu-item{
    color: #161616;
}

.fixed-nav-bar .nav-logo-container span, .nav-menu-light .nav-logo-container span{
    color: #161616;
}

.nav-menu-item:hover{
    background: #161616;
    color: #fff;
}

.nav-menu-active, .nav-menu-light .nav-menu-active, .nav-menu-active:hover, .fixed-nav-bar .nav-menu-active{
    background: #d12129;
    color: #fff;
}

.nav-menu-cta{
    background: #161616;
    max-height: 50px;
    padding: 19px 35px;
    box-sizing: border-box;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border-radius: 13px;
    line-height: 40px;
    margin-left: 20px;
    transition: all 0.25s ease;
    position: relative;
}

.nav-menu-cta i{
    font-size: 20px;
    margin-left: 11px;
}

.nav-menu-cta:hover, .nav-cta-active{
    background: #d12129;
    color: #fff;
}

.nav-cta-active i{
    transform: rotate(90deg);
}

.nav-burger{
    width: 39px;
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    margin-left: 30px;
    cursor: pointer;
}

.nav-burger div{
    height: 3px;
    width: 75%;
    background: #161616;
    border-radius: 2px;
}

.nav-burger div:nth-child(2){
    width: 100%;
}

.fixed-nav-bar .nav-burger div, .nav-menu-light .nav-burger div{
    background: #161616;
}

.hero-bg-overlay{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-intro-container{
    width: 50%;
    box-sizing: border-box;
    padding-left: 35px;
    padding-right: 20px;
    color: #fff;
}

.hero-award-wrap{
    display: flex;
    align-items: center;
}

.hero-award-icon{
    height: 30px;
}

.hero-award-icon img{
    height: 100%;
    object-fit: contain;
}

.hero-award-text{
    font-weight: 400;
    font-size: 16px;
}

.hero-award-text span{
    color: #d12129;
}

.hero-title{
    font-size: 64px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 63.5px;
}

.hero-subtitle{
    text-transform: lowercase;
    font-size: 64px;
    line-height: 63.5px;
    font-weight: 200;
}

.hero-p{
    font-size: 16px;
    margin-top: 38px;
    margin-bottom: 38px;
    padding-left: 3px;
    font-weight: 400;
    line-height: 29.5px;
}

.hero-btn{
    background: #fff;
    display: flex;
    width: max-content;
    padding: 19px 35px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 13px;
    font-weight: 600;
    line-height: 1;
    font-size: 16px;
    max-height: 50px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.hero-btn:hover{
    background: #161616;
    color: #fff;
}

.hero-ticker-wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes tickerAnim{
    0%      {left: 0;}
    100%    {left: 100%;}
}

.hero-ticker-inner{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    left: 0;
    overflow: hidden;
}

.hero-ticker-inner:nth-child(2){
    left: -50%;
}

.hero-ticker-text{
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 0 30px;
}

.hero-ticker-text a{
    color: #fff;
    font-weight: 900;
    margin: 0 5px;
}

.hero-ticker-text i{
    font-size: 38px;
    margin-right: 20px;
    line-height: 1;
}

.home-video-fluid{
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    border: 20px solid #fff;
    border-top: 57.7px solid #fff;
    border-bottom: 105px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.fixed-video-fluid{
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 20px;
    top: 0;
    display: none;
    box-sizing: border-box;
}

.home-video-container{
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 100vw #fff;
}

.fixed-video-container{
    width: 400px;
    height: calc(100% - 80px);
    margin: 40px auto;
    box-shadow: 0 0 0 100vw #fff;
    border-radius: 20px;
    transition: width 0.5s ease-in-out;
}

.video-container-full{
    width: 100%;
    height: 100%;
}

.fixed-video-full{
    width: 100%;
}

.home-video-scroll{
    align-items: flex-end;
}

.home-video-scroll .video-container-full{
    height: calc(100vh - 120px);
}

.home-stats-fluid{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.home-stats-item{
    height: 75.5px;
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.home-stats-value{
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.home-stats-title{
    color: #161616;
}

.home-stats-line{
    width: 1px;
    height: 75.5px;
    background: #1a1a1a;
    margin: 0 70px;
}

.home-product-fluid{
    padding: 0 20px;
    padding-top: 105px;
    background: #fff;
    box-sizing: border-box;
}

.home-product-holder{
    border-radius: 20px;
    overflow: hidden;
    height: 450px;
    background: #f4f4f4;
    position: relative;
    display: flex;
    align-items: center;
}

.home-product-bg{
    position: absolute;
    width: 675px;
    height: 150px;
    left: 0;
    background: url('/assets/images/home-product-bg.png');
    background-size: 94px 150px;
}

.home-product-bg:nth-child(1){
    top: 0;
    left: 0;
}

.home-product-bg:nth-child(2){
    top: 150px;
    left: 47px;
}

.home-product-bg:nth-child(3){
    top: 300px;
    left: 0;
}

.home-product-bg:nth-child(4){
    top: 360px;
    left: 37px;
}

.home-product-photo{
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 10px;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.home-product-photo img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.home-product-info{
    width: 50%;
    color: #212121;
    box-sizing: border-box;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-left: 50%;
}

.product-info-header{
    display: flex;
    justify-content: space-between;
}

.product-title{
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
}

.product-subtitle{
    font-size: 16px;
}

.product-header-logo{
    width: 70px;
    height: 70px;
}

.product-header-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-specs-wrap{
    display: flex;
}

.product-specs-col{
    height: 76px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-specs-col:last-child{
    margin-left: 30px;
}

.product-specs-item{
    margin: 8px 0;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.product-specs-item span{
    font-weight: 600;
    margin-left: 15px;
}

.product-info-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-cost{
    font-size: 28px;
    font-weight: 900;
}

.product-btn-wrap{
    display: flex;
}

.home-product-btn{
    background: #161616;
    height: 50px;
    border-radius: 13px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: max-content;
    padding: 0 35px;
    font-size: 16px;
    letter-spacing: 0.2px;
    transition: all 0.3s ease;
}

.home-product-btn:hover{
    background: #fff;
    color: #161616;
}

.product-info-btn{
    height: 40px;
    background: #fff;
    margin-left: 20px;
    color: #161616;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 8px;
    cursor: pointer;
}

.product-type-slider{
    padding: 30px 10px;
    display: flex;
    align-items: center;
    overflow-y: scroll;
    scrollbar-width: none;
}

.product-type-slider::-webkit-scrollbar{
    display: none;
}

.product-slider-item{
    width: 234px;
    min-width: 200px;
    height: 130px;
    background: #f4f4f4;
    border-radius: 20px;
    margin: 0 14px;
    transition: all 0.25s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 8px 0;
}

.product-slider-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider-item-active, .product-slider-item:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.product-review-container{
    border-radius: 20px;
    background: #161616;
    display: flex;
    padding: 50px;
    box-sizing: border-box;
    justify-content: space-between;
}

.product-review-col{
    width: calc(50% - 25px);
    color: #fff;
    font-size: 16px;
    line-height: 29.4px;
}

.product-review-auther{
    color: #fff;
    font-size: 16px;
    text-align: right;
    margin-top: 40px;
    line-height: 1;
}

.product-review-icon{
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
}

.product-review-icon img{
    height: 100%;
}

.home-product-item{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.home-product-inner{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

#home-product-eagle{
    display: block;
}

.home-part-fluid{
    padding: 20px;
    box-sizing: border-box;
    padding-top: 50px;
    background: #fff;
}

.home-part-container{
    background: #f4f4f4;
    border-radius: 20px;
    padding: 20px 30px;
    box-sizing: border-box;
}

.home-section-title, .page-section-title{
    font-size: 56px;
    font-weight: 600;
    text-align: center;
}

.home-section-subtitle, .page-section-subtitle{
    font-size: 56px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 200;
}

.home-parts-row{
    display: flex;
    justify-content: space-between;
}

.home-part-item{
    width: calc(33% - 15px);
    overflow: hidden;
    position: relative;
}

.home-part-photo{
    width: 100%;
    height: calc(100vw / 3);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.25s ease;
}

.home-part-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-part-info{
    padding-top: 35px;
    font-size: 16px;
}

.home-part-text{
    margin-bottom: 50px;
    transition: all 0.25s ease;
}

.home-part-title{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.home-part-subtitle{
    line-height: 29.5px;
    font-weight: 400;
}

.timeline-fluid{
    background: #fff;
    padding-top: 60px;
}

.timeline-container{
    position: relative;
    height: calc(120vh + 2400px);
}

.timeline-wrap-post{
    display: flex;
    position: sticky;
    justify-content: center;
    overflow: hidden;
    top: 30px;
    height: 120vh;
}

.ring-wrap{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50px;
    height: 120vw;
    width: 120vw;
}

.timeline-wrap-pre{
    height: 50vw;
    display: flex;
    justify-content: center;
}

.timeline-wrap-pre .ring-wrap{
    width: 120vw;
    height: 120vw;
}

.ring-wrap div{
    border: 20px solid rgba(0, 0, 0, 0.03);
    border-radius: 200vw;
    box-sizing: border-box;
    position: absolute;
}

.ring-wrap div:nth-child(1){
    width: 100%;
    height: 100%;
}

.ring-wrap div:nth-child(2){
    width: 85%;
    height: 85%;
}

.ring-wrap div:nth-child(3){
    width: 70%;
    height: 70%;
}

.ring-wrap div:nth-child(4){
    width: 55%;
    height: 55%;
}

.ring-wrap div:nth-child(5){
    width: 40%;
    height: 40%;
}

.ring-wrap div:nth-child(6){
    width: 25%;
    height: 25%;
}

.ring-wrap div:nth-child(7){
    width: 10%;
    height: 10%;
}

.small-ring-wrap, .fixed-ring-wrap{
    width: 120vw;
    height: 120vw;
}

.fixed-ring-wrap{
    position: absolute;
    top: 80px;
}

.timeline-ring-wrap{
    width: 120vw;
    height: 120vw;
    position: absolute;
}

.timeline-pen{
    position: relative;
    height: calc(100vh - 60px);
}

.fixed-pen{
    display: none;
}

.timeline-pen img{
    height: 100%;
}

.timeline-fixed-container{
    position: fixed;
    z-index: 2;
    background: #fff;
    width: 100%;
    height: 100%;
    display: none;
    padding-top: 30px;
    box-sizing: border-box;
    top: 0;
    left: 0;
}

.timeline-fixed-inner{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.timeline-scroller{
    height: 2000px;
}

.pen-step-wrap{
    display: flex;
    position: absolute;
    width: calc(100vh - 60px);
    justify-content: space-around;
    transform: rotate(90deg) translateX(50%);
    top: -10px;
    margin-left: -1px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.pen-steps-visible{
    opacity: 1;
}

.pen-step-item{
    font-weight: 600;
    color: #b5b5b5;
    transition: all 0.3s ease-in;
    flex: 1;
    display: flex;
    justify-content: center;
    font-size: 1.8vh;
}

.pen-step-active{
    color: #000;
}

.timeline-fixed-inner .pen-step-wrap{
    top: 20px;
}

.timeline-step-wrap{
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 30px;
}

.timeline-step-item{
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in;
    position: relative;
    width: 100%;
    opacity: 0;
}

.timeline-step-visible{
    opacity: 1;
}

.timeline-step-title{
    font-size: 2.3vh;
    line-height: 3.6vh;
    font-weight: 600;
    color: #161616;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    flex: 1;
    display: flex;
    position: absolute;
    width: max-content;
    left: calc(50% - 15vw);
}

.timeline-step-info{
    color: #161616;
    font-size: 1.8vh;
    line-height: 3.2vh;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    flex: 1;
    position: absolute;
    left: calc(50% + 100px);
}



.timeline-step-visible{
    opacity: 1;
}

.timeline-message{
    position: absolute;
    bottom: 0;
    height: 20vh;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.timeline-intro-fluid{
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}

.timeline-intro-container{
    background: #161616;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 60px;
}

.timeline-intro-title{
    font-size: 48px;
    font-weight: 200;
}

.timeline-intro-subtitle{
    font-size: 48px;
    font-weight: 600;
}

.timeline-intro-btn{
    background: #fff;
    height: 50px;
    color: #161616;
    display: flex;
    align-items: center;
    border-radius: 13px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 20px;
    font-weight: 600;
    text-decoration: none;
}

.timeline-intro-btn i{
    font-size: 20px;
    margin-left: 15px;
}

.social-fluid{
    background: #fff;
    padding: 100px 0 60px;
    box-sizing: border-box;
    overflow: hidden;
}

.social-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.social-title{
    font-size: 56px;
    font-weight: 600;
}

.social-subtitle{
    font-size: 56px;
    margin-bottom: 28px;
    font-weight: 200;
}

.social-message{
    color: #161616;
    font-size: 16px;
}

.social-message span{
    font-weight: 700;
}

.social-button{
    color: #fff;
    font-size: 16px;
    background: #161616;
    font-weight: 600;
    height: 50px;
    border-radius: 13px;
    padding: 0 35px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.social-slider-wrap{
    display: flex;
    margin-top: 40px;
    padding: 20px;
    padding-right: 0;
    overflow-y: scroll;
    scrollbar-width: none;
}

.social-slider-item{
    width: 27vw;
    min-width: 27vw;
    height: 27vw;
    border-radius: 20px;
    margin-right: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
    overflow: hidden;
}

.social-slider-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-fluid{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.testimonial-subtitle{
    text-align: center;
    font-size: 16px;
    margin-top: 19px;
    margin-bottom: 30px;
}

.testimonial-slider-row{
    display: flex;
    margin: 0 -20px;
    padding: 30px 20px;
    overflow: hidden;
    position: relative;
    height: 320px;
    box-sizing: border-box;
}

.testimonial-slider-row:nth-child(2){
    margin-top: -75px;
    margin-bottom: -75px;
}

.testimonial-slider-inner{
    display: flex;
    position: absolute;
    left: 0;
    animation: tesRight 50s linear infinite;
}

@keyframes tesRight{
    0%      {left: 0;}
    100%    {left: -3010px;}
}

.testimonial-slider-left{
    display: flex;
    position: absolute;
    right: 0;
    animation: tesLeft 50s linear infinite;
}

@keyframes tesLeft{
    0%      {right: 0;}
    100%    {right: -3010px;}
}

.testimonial-item{
    background: #fff;
    padding: 40px;
    width: 350px;
    min-width: 350px;
    margin-right: 20px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    position: relative;
}

.testimonial-video-pill{
    position: absolute;
    background: #161616;
    top: 0;
    left: 40px;
    height: 28px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-style: italic;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 14px;
}

.testimonial-slider-row:nth-child(2) .testimonial-item{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.testimonial-header{
    display: flex;
    align-items: center;
}

.testimonial-avatar{
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 30px;
}

.testimonial-avatar img{
    width: 100%;
    height: 100%;
}

.testimonial-info{
    flex: 1;
    margin: 0 15px;
}

.testimonial-name{
    font-size: 15px;
    font-weight: 600;
}

.testimonial-verified{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonial-source{
    width: 24px;
    height: 24px;
}

.testimonial-source img{
    width: 100%;
    height: 100%;
}

.testimonial-body{
    padding: 5px;
    font-size: 14px;
    color: #161616;
    margin-top: 10px;
    padding-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 24px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-row-fluid{
    background: #fff;
    padding: 20px;
}

.home-row-container{
    display: flex;
    background: #f4f4f4;
    border-radius: 20px;
    padding: 30px;
    justify-content: space-around;
}

.home-row-item{
    width: 30%;
    flex: 0.3;
    max-width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.home-row-icon{
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.home-row-icon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.home-row-title{
    font-size: 20px;
    font-weight: 600;
    margin-top: 26px;
    margin-bottom: 16px;
}

.home-row-body{
    font-size: 16px;
    color: #161616;
    padding: 0 11px;
    line-height: 29px;
}

.footer-fluid{
    background: #fff;
    padding: 20px;
}

.footer-container{
    background: linear-gradient(to right, #d12129, #d27478, #d27478, #d12129);
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.footer-inner{
    background: #000;
    color: #fff;
    padding: 40px 30px;
}

.footer-top-wrap{
    display: flex;
}

.footer-company-wrap{
    flex: 0.45;
    width: 45%;
    max-width: 45%;
}

.footer-logo{
    width: 70px;
    height: 70px;
}

.footer-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.footer-company-title{
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.footer-company-subtitle{
    font-size: 16px;
}

.footer-social-wrap{
    display: flex;
    margin-top: 30px;
}

.footer-social-item{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
    font-size: 24px;
    color: #161616;
    margin-right: 30px;
}

.footer-faq-wrap{
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.footer-faq-separator{
    height: 12px;
    width: 1px;
    background: #fff;
    margin: 0 10px;
}

.footer-links-container{
    flex: 0.55;
    width: 55%;
    max-width: 55%;
    display: flex;
}

.footer-links-wrap{
    flex: 0.3;
    width: 30%;
}

.footer-links-alt{
    flex: 0.4;
    width: 40%;
}

.footer-links-title{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-link-item{
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 10px 0;
}

.footer-link-row{
    display: flex;
}

.footer-link-col{
    flex: 1;
}

.footer-links-subtitle{
    font-size: 16px;
    padding: 8px 0;
    text-decoration: underline;
}

.footer-copy-container{
    background: #000;
    color: #fff;
    padding: 30px;
    border-top: 1px solid #444;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-copy{
    display: flex;
    align-items: center;
}

.footer-copy img{
    height: 20px;
    margin-left: 20px;
}

.footer-payment-wrap{
    display: flex;
}

.footer-payment-item{
    background: #fff;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    margin-left: 20px;
    border-radius: 5px;
}

.footer-payment-item img{
    height: 100%;
}

.mobile-fluid{
    position: fixed;
    z-index: 99999;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.mobile-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
    justify-content: center;
}

.mobile-emoji{
    width: 60px;
    height: 60px;
    margin-bottom: 40px;
}

.mobile-emoji img{
    width: 100%;
    height: 100%;
}

.mobile-title{
    font-size: 28px;
    font-weight: 700;
}

.mobile-subtitle{
    font-size: 24px;
    margin-bottom: 30px;
}

.mobile-subtitle span{
    font-weight: 700;
    text-decoration: underline;
}

.mobile-icon-no{
    background: #ffdbd8;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f44336;
    font-size: 42px;
    margin-bottom: 30px;
}

.mobile-icon{
    background: rgb(213 235 231);
    height: 80px;
    width: 80px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #009688;
    margin-bottom: 30px;
}

.mobile-message{
    font-size: 20px;
}

.mobile-message span{
    font-weight: 700;
}


.video-fixed-fluid{
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
}

.video-fixed-fluid video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-video-container video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-fixed-hidden{
    opacity: 0;
}

.about-hero-fluid{
    background: #fff;
    padding: 100px 20px 20px 20px;
    box-sizing: border-box;
}

.about-hero-container{
    width: calc(100% - 40px);
    height: calc(100vh - 40px);
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
}

.about-bg-photo{
    width: 100%;
    height: 100%;
}

.about-bg-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-hero-over{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.4), rgba(0,0,0,0.8));
}

.about-hero-content{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30vh;
    color: #fff;
}

.about-hero-title{
    font-size: 64px;
    font-weight: 600;
}

.about-hero-intro{
    font-size: 17px;
    width: 50vw;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
    font-weight: 300;
}

.about-hero-photo{
    width: 70vw;
    height: 60vh;
    overflow: hidden;
    border-radius: 20px;
}

.about-hero-photo img, .about-hero-photo video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-cli-fluid{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.about-cli-large{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70vw;
    margin: 20px auto;
}

.about-cli-intro{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 70px;
    margin-bottom: 80px;
    letter-spacing: 1px;
}

.about-cli-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    padding-bottom: 50px;
}

.about-cli-item{
    width: 10vw;
    height: 50px;
    filter: grayscale(1);
    transform: scale(0.9);
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.about-cli-large .about-cli-item{
    width: 15vw;
    height: 100px;
    filter: grayscale(1);
    transform: none;
}

.about-cli-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-cli-large .about-cli-item:hover{
    filter: none;
}

.about-cli-row .about-cli-item:hover{
    filter: none;
    transform: scale(1);
}

.about-who-fluid{
    display: none;
}

.about-who-placeholder{
    width: 100%;
}

.about-who-placeholder img{
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(1px 2px 10px rgba(0, 0, 0, 0.15));
}

.about-p{
    line-height: 30px;
    text-align: center;
}

.about-team-fluid{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.about-team-container{
    background: #f4f4f4;
    border-radius: 20px;
    padding: 60px;
}

.about-team-container .page-section-subtitle{
    margin-bottom: 45px;
}

.about-team-intro{
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    margin-top: -10px;
}

.about-team-row{
    display: flex;
    justify-content: space-around;
    width: 80vw;
    margin: 60px auto 10px;
}

.about-team-col{
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    width: 37.5vw;
    color: #161616;
    border-radius: 20px;
    text-align: center;
}

.about-col-photo{
    width: 230px;
    height: 230px;
    border-radius: 230px;
    background: #bbb;
    margin: auto;
    position: relative;
}

.about-col-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 230px;
}

.about-col-title{
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
}

.about-col-subtitle{
    letter-spacing: 1px;
    font-size: 14px;
    margin: 20px 0 10px;
    font-weight: 600;
}

.about-col-icon{
    width: 40px;
    height: 40px;
    background: #161616;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 15px;
    right: 17px;
}

.about-col-p{
    margin-top: 20px;
    font-weight: 300;
    line-height: 30px;
    font-size: 15px;
}

.about-power-fluid{
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.about-power-container{
    background: #000;
    border-radius: 20px;
    color: #fff;
    padding: 40px;
    position: relative;
}

.about-power-title{
    text-align: center;
    font-size: 56px;
    font-weight: 600;
}

.about-power-sign{
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.about-power-sign img{
    height: 100%;
}

.about-power-logo{
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}

.about-power-logo img{
    width: 100%;
    height: 100%;
}

.section-fluid{
    padding: 20px;
    box-sizing: border-box;
}

.about-great-fluid .page-section-title{
    margin-bottom: 60px;
    margin-top: 40px;
}

.great-container{
    display: flex;
    background: #fff4f4;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.great-container:first-child{
    margin-top: 80px;
}

.great-container-alt{
    background: #f4f4f4;
}

.great-photo{
    width: calc(50% - 30px);
}

.great-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.great-content{
    width: calc(50% + 30px);
    box-sizing: border-box;
    padding: 60px;
}

.great-subtitle{
    text-transform: uppercase;
    color: #d12129;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.great-title{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.great-p{
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 30px;
    font-size: 16px;
}

.great-bullet{
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 25px;
}

.great-bullet i{
    font-size: 18px;
    margin-right: 20px;
    color: #d12129;
}

.great-bullet:last-child{
    margin-bottom: 0;
}

.about-awards-fluid{
    padding: 60px 20px 80px;
}

.about-awards-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-awards-title{
    font-size: 56px;
    font-weight: 600;
}

.about-awards-subtitle{
    font-size: 56px;
    font-weight: 200;
}

.about-awards-wrap{
    margin-left: 60px;
    display: flex;
}

.about-award-item{
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.about-award-leaf{
    height: 100px;
}

.about-award-leaf img{
    height: 100%;
}

.about-award-p{
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.about-award-p span{
    font-weight: 600;
}

.about-explore-fluid{
    padding: 20px;
    box-sizing: border-box;
}

.about-explore-container{
    background: #000;
    color: #fff;
    padding: 70px 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-explore-title{
    font-size: 42px;
    font-weight: 200;
}

.about-explore-subtitle{
    font-size: 42px;
    font-weight: 600;
}

.about-explore-button{
        color: #161616;
    background: #fff;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 0 50px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.25s ease;
}

.about-explore-button:hover{
    background: #d12129;
    color: #fff;
}

.about-event-fluid{
    padding: 20px;
}

.about-event-title{
    font-size: 56px;
    text-align: center;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 30px;
}

.about-event-intro{
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 60px;
    font-weight: 300;
}

.about-event-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-event-item{
    width: calc(33.3% - 20px);
    background: #fff4f4;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
}

.event-item-photo{
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 16px;
}

.event-item-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-item-title{
    font-size: 18px;
    margin-top: 30px;
    font-weight: 500;
}

.event-item-p{
    margin: 20px 0 30px;
    line-height: 28px;
    font-size: 15px;
}

.event-item-button{
    background: #161616;
    height: 46px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    cursor: pointer;
}

.about-event-button{
    background: #161616;
    height: 46px;
    border-radius: 8px;
    margin: 80px auto 60px;
    padding: 0 40px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12%;
}

.about-gallery-fluid{
    padding: 20px;
    box-sizing: border-box;
}

.about-gallery-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.about-gallery-item{
    width: calc(40% - 20px);
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

.gallery-item-large{
    width: calc(60% - 20px);
}

.about-gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-hero-fluid, .enquiry-hero-fluid, .page-hero-fluid{
    padding: 100px 20px 20px 20px;
    height: 100%;
    box-sizing: border-box;
}

.product-hero-container, .enquiry-hero-container, .page-hero-container{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.product-hero-bg, .enquiry-hero-bg, .page-hero-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.product-hero-bg img, .enquiry-hero-bg img, .page-hero-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-hero-bg img{
    transform: scaleX(-1);
}

.product-hero-over, .enquiry-hero-over, .page-hero-over{
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), rgba(0,0,0,0.3));
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    box-sizing: border-box;
    color: #fff;
}

.enquiry-hero-over, .page-hero-over{
    align-items: center;
}

.product-hero-title, .enquiry-hero-title, .page-hero-title{
    font-size: 64px;
    font-weight: 600;
    line-height: 60px;
}

.product-hero-subtitle, .enquiry-hero-subtitle, .page-hero-subtitle{
    font-size: 64px;
    font-weight: 200;
}

.product-hero-intro{
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 0.5px;
    line-height: 29.5px;
}

.product-hero-button{
    margin-top: 30px;
    height: 50px;
    background: #fff;
    border-radius: 13px;
    width: max-content;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #161616;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.2px;
}

.product-switch-fluid{
    padding: 20px;
}

.product-switch-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-switch-item{
    height: 60px;
    display: flex;
    align-items: center;
    transition: all 0.25s ease-in;
    border-radius: 60px;
    width: 200px;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.product-switch-item i{
    font-size: 24px;
    margin-right: 20px;
}

.product-switch-item:hover, .product-switch-selected{
    background: #f4f4f4;
}

.product-switch-selected{
    cursor: default;
}

.product-switch-item:first-child{
    margin-right: 20px;
}

.product-fluid{
    padding: 20px;
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 100px;
}

.product-filter-container{
    border: 1px solid #f4f4f4;
    width: 21.5%;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 25px;
}

.product-filter-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 28px;
    font-weight: 600;
}

.product-filter-header i{
    font-size: 24px;
}

.product-filter-section{
    padding: 25px 0;
    border-bottom: 1px solid #f4f4f4;
}

.filter-section-title{
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
}

.product-filter-item{
    display: flex;
    align-items: center;
    padding: 8px 0;
    cursor: pointer;
    font-weight: 300;
    font-size: 16px;
}

.product-filter-check{
    width: 18px;
    height: 18px;
    border: 1px solid #898d8d;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 15px;
}

.filter-item-selected .product-filter-check{
    background: #1a1a1a;
    border: 1px solid #1a1a1a;
}

.filter-color-wrap{
    display: flex;
    flex-wrap: wrap;
}

.apply-filter-button{
    margin-top: 25px;
    background: #161616;
    height: 50px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.product-container{
    width: calc(78.5% - 30px);
}

.product-item{
    display: flex;
    margin-bottom: 25px;
}

.product-photo-container{
    width: 40%;
    height: 60vh;
    min-height: 500px;
    overflow: hidden;
    border-radius: 20px;
    background: #f4f4f4;
    position: relative;
    cursor: pointer;
}

.product-photo-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-photo-loader{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    top: 0;
    left: 0;
    display: none;
}

.photo-loader-visible{
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-compare-button{
    position: absolute;
    top: 20px;
    z-index: 1;
    left: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
}

.product-compare-check{
    width: 24px;
    height: 24px;
    font-size: 20px;
    border: 1px solid #898c8c;
    border-radius: 4px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    color: #f4f4f4;
}

.product-info-container{
    width: 55%;
    box-sizing: border-box;
    padding: 30px 40px;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-tagline{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-name{
    font-size: 36px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.product-name:hover{
    color: #d12129;
}

.product-description{
    font-size: 16px;
    font-weight: 400;
    line-height: 29.5px;
}

.product-footer{
    border-top: 2px solid #f4f4f4;
    padding-top: 20px;
}

.product-colors-title{
    font-size: 14px;
}

.product-colors-wrap{
    display: flex;
    margin-top: 10px;
    margin-bottom: 30px;
}

.product-color-item{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 20px;
}

.product-color-item:last-child{
    margin-right: 0;
}

.product-color-item:hover{
    border: 1px solid #b9c7cd;
}

.gallery-color-item{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 20px;
}

.gallery-color-item:last-child{
    margin-right: 0;
}

.gallery-color-item:hover{
    border: 1px solid #b9c7cd;
}

.gallery-color-all{
    border: none;
}

.gallery-color-all:hover{
    text-decoration: underline;
    border: none;
}

.gallery-color-selected, .gallery-color-selected:hover{
    border: 1px solid #333;
    cursor: default;
}

.gallery-color-all.gallery-color-selected, .gallery-color-all.gallery-color-selected:hover{
    color: #d12129;
    border: none;
    text-decoration: underline;
    font-weight: 600;
}

.product-color-selected, .product-color-selected:hover{
    border: 1px solid #333;
    cursor: default;
}

.product-color-inner{
    border: 1px solid #818181;
    width: 34px;
    height: 34px;
    border-radius: 30px;
    position: relative;
}

.filter-color-wrap .product-color-item{
    margin-right: 15px;
    margin-bottom: 10px;
}

.product-action-wrap{
    display: flex;
    align-items: center;
}

.product-button, .compare-remove-button{
    background: #161616;
    height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    padding: 0 35px;
    border-radius: 13px;
    cursor: pointer;
    text-decoration: none;
}

.product-price{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-price span{
    font-size: 20px;
    margin-left: 15px;
    color: #b2b2b2;
    text-decoration: line-through;
}

.product-discount{
    background: #fff4f4;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 15px;
    border-radius: 30px;
    color: #d12129;
    font-style: italic;
}

.grid-info-container{
    display: none;
}

.product-grid-container{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 25px;
}

.product-grid-container .grid-info-container{
    display: flex;
    flex-direction: column;
}

.product-grid-container .product-info-container{
    display: none;
}

.product-grid-container .product-item{
    flex-direction: column;
}

.product-grid-container .product-photo-container{
    width: 100%;
    height: 50vh;
    min-height: 450px;
}

.product-grid-container .product-tagline{
    font-size: 15px;
    margin-top: 25px;
}

.product-grid-container .product-colors-wrap{
    margin-bottom: 20px;
}

.product-grid-container .product-color-item{
    width: 30px;
    height: 30px;
}

.product-grid-container .product-color-inner{
    width: 24px;
    height: 24px;
}

.product-grid-container .product-action-wrap{
    align-items: flex-start;
    height: 50px;
    justify-content: space-between;
}

.product-grid-container .product-compare-button{
    font-size: 14px;
}

.product-grid-container .product-compare-check{
    width: 20px;
    height: 20px;
    margin-right: 12px;
    font-size: 18px;
}

.product-item-selected .product-compare-check{
    border: 1px solid #d12129;
    color: #d12129;
    background: #fff;
}

.compare-footer-fluid{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #f4f4f4;
    border-top: 1px solid #dedede;
    box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
    z-index: 1;
    height: 100px;
    display: none;
}

.compare-footer-container{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 60px;
}

.compare-footer-title{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 900;
}

.compare-footer-title span{
    color: #d12129;
    font-size: 16px;
    margin-left: 30px;
    font-style: italic;
}

.compare-footer-actions{
    display: flex;
    align-items: center;
}

.clear-compare-btn{
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}

.compare-footer-button{
    height: 50px;
    background: #d12129;
    color: #fff;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    margin-left: 30px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}

.compare-fluid{
    position: fixed;
    background: #fff;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    z-index: 4;
    display: none;
}

.compare-container{
    padding: 140px 20px;
}

.close-compare-fluid{
    text-align: center;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}

.compare-title{
    padding: 100px 20px;
    text-align: center;
    font-size: 56px;
    font-weight: 600;
}

.compare-row{
    display: flex;
    justify-content: space-between;
}

.compare-photo-row{
    align-items: flex-start;
    margin-bottom: 20px;
}

.compare-row-title{
    border-top: 1px solid #f4f4f4;
    width: calc(21.5% - 20px);
    box-sizing: border-box;
    height: 100%;
    padding: 25px 0;
    min-height: 60px;
    font-size: 28px;
    font-weight: 600;
    margin-left: 20px;
}

.compare-grid{
    width: calc(78.5% - 30px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 25px;
    grid-auto-rows: 1fr;
}

.compare-grid-item{
    padding: 25px 0;
    border-top: 1px solid #f4f4f4;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    line-height: 29.5px;
}

.compare-photo-container{
    width: 100%;
    height: 50vh;
    min-height: 450px;
    overflow: hidden;
    border-radius: 20px;
    background: #f4f4f4;
    position: relative;
}

.compare-photo-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.compare-add-model{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
}

.compare-add-model i{
    font-size: 36px;
}

.compare-grid-item .product-tagline{
    margin-top: 20px;
}

.compare-grid-item .product-button{
    background: #d12129;
    margin-top: 35px;
    margin-bottom: 25px;
}

.compare-photo-row .compare-row-title, .compare-photo-row .compare-grid-item{
    border-top: none;
    padding-top: 0;
}

.compare-colors-wrap{
    display: flex;
}

.compare-section{
    margin-top: 100px;
}

.compare-section-title{
    font-size: 36px;
    margin: 0 15px;
    padding-bottom: 30px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f4f4f4;
}

.compare-section-title i{
    margin-right: 10px;
    transition: all 0.25s ease;
    transform: rotate(180deg);
}

.compare-section-body{
    display: none;
}

.compare-section-open .compare-section-title{
    border-bottom: none;
}

.compare-section-open .compare-section-title i{
    transform: rotate(0);
}

.compare-section-open .compare-section-body{
    display: block;
}

.product-page-header{
    padding: 140px 50px 20px 50px;
    display: flex;
    align-items: center;
}

.product-header-name{
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    display: flex;
    align-items: center;
}

.product-header-name img{
    height: 36px;
    margin-right: 15px;
}

.tab-button-container{
    flex: 1;
    display: flex;
    margin-left: 50px;
    font-weight: 500;
}

.tab-button-item{
    margin-left: 30px;
    padding: 5px 0;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font-size: 16px;
}

.tab-button-item:hover, .tab-button-active{
    border-bottom: 2px solid #d12129;
}

.product-test-button{
    height: 50px;
    border: 1px solid #f4f4f4;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.product-buy-button{
    height: 50px;
    background: #d12129;
    border-radius: 13px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 600;
}

.product-buy-button span{
    color: rgba(255, 255, 255, 0.6);
    text-decoration: line-through;
    margin-left: 5px;
}

.product-page-strip{
    background: #212121;
    color: #fff;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    letter-spacing: 1.5px;
    margin: 5px 0;
    text-transform: uppercase;
}

.product-tab-container{
    padding: 20px;
}

.product-tab-item{
    display: none;
}

#tab-item-overview{
    display: block;
}

.product-overview-header, .product-gallery-container{
    background: #f4f4f4;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 40px;
}

.product-page-title{
    font-size: 54px;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 16px;
    text-align: center;
}

.product-overview-header .product-tagline{
    font-size: 18px;
}

.product-overview-subtitle{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.product-overview-row{
    display: flex;
    justify-content: space-around;
    padding: 50px 0;
    box-sizing: border-box;
    height: 300px;
}

.overview-row-item{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.faq-title, .overview-p{
    text-align: center;
    font-size: 16px;
}

.faq-answer{
    font-size: 28px;
    margin-top: 30px;
}

.review-overview-row{
    border-radius: 20px;
    background: #000;
}

.overview-review{
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
}

.overview-review-auther{
    color: #fff;
    text-decoration: underline;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
}

.overview-photo{
    border-radius: 20px;
    overflow: hidden;
    margin: 40px 0;
}

.overview-photo img{
    width: 100%;
    border-radius: 20px;
}

.overview-photo video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.overview-icon{
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.overview-icon img{
    width: 100%;
    height: 100%;
}

.product-cta-container{
    background: #000;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 60px;
    margin: 20px;
    margin-bottom: 50px;
}

.product-specs-container{
    background: #f4f4f4;
    border-radius: 20px;
    padding: 40px 30px;
}

.specs-tab-wrap{
    width: max-content;
    display: flex;
    margin: auto;
}

.specs-tab-item{
    font-size: 16px;
    font-weight: 500;
    margin: 0 20px;
    cursor: pointer;
}

.product-specs-inner{
    padding: 40px 0;
}

.specs-section-title{
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid;
    margin-top: 50px;
}

.specs-items-wrap{
    display: flex;
    flex-wrap: wrap;
}

.specs-item{
    width: 33.3%;
    max-width: 33.3%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-top: 35px;
}

.specs-item-title{
    font-weight: 600;
    font-size: 16px;
}

.specs-item-value{
    font-size: 16px;
    margin-top: 15px;
}

.product-specs-note{
    font-size: 16px;
    margin-top: 100px;
}

.gallery-thumb-wrap{
    display: flex;
    overflow-y: scroll;
    max-width: calc(100vw - 40px);
    scrollbar-width: none;
}

.gallery-thumb-item{
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    margin: 8px;
    cursor: pointer;
}

.gallery-thumb-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.thumb-item-selected{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.gallery-main-photo{
    height: 600px;
    overflow: hidden;
    border-radius: 12px;
    margin: auto;
    margin-bottom: 70px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    width: max-content;
}

.gallery-main-photo img{
    width: auto;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.light-page-container{
    padding: 100px 20px 20px 20px;
}

.dealer-container{
    height: 100vh;
    display: flex;
}

.dealer-sidebar{
    width: 30%;
    background: #f4f4f4;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
}

.location-input-wrap{
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.location-input-wrap i{
    font-size: 18px;
    color: #d12129;
}

.location-input{
    background: none;
    border: none;
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    color: #212121;
}

.location-input:placeholder{
    color: #a7a7a7;
}

.location-input:focus{
    outline: none;
}

.dealer-map-container{
    width: calc(70% - 30px);
    background: #ddd;
    border-radius: 20px;
    margin-left: 30px;
    overflow: hidden;
}

.dealer-map{
    width: 100%;
    height: 100%;
}

.dealer-tab-wrap{
    display: flex;
    padding: 15px 0;
}

.dealer-tab-item{
    display: flex;
    padding: 5px 10px;
    border: 1px solid transparent;
    background: #fff;
    border-radius: 30px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 12px;
}

.dealer-tab-item i{
    margin-right: 10px;
}

.dealer-tab-item:last-child{
    margin-right: 0;
}

.dealer-tab-item:hover{
    background: #fff4f4;
    border: 1px solid #d12129;
}

.dealer-tab-selected{
    border: 1px solid #d12129;
    background: #fff4f4;
    cursor: default;
}

.dealer-sidebar-inner{
    height: calc(100% - 107px);
    overflow-x: hidden;
    box-sizing: border-box;
}

.dealer-item{
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    position: relative;
    margin-top: 15px;
}

.dealer-item:first-child{
    margin-top: 0;
}

.dealer-item-title, .select-item-name{
    font-size: 18px;
    font-weight: 300;
    color: #161616;
}

.dealer-item .dealer-item-title{
    margin-top: 12px;
}

.dealer-item-address, .select-item-address{
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #a7a7a7;
}

.dealer-contact-item{
    display: flex;
    font-size: 16px;
    align-items: center;
    margin-top: 10px;
    font-weight: 300;
}

.dealer-contact-item i{
    font-size: 20px;
    margin-right: 15px;
}

.dealer-action-wrap{
    display: flex;
    margin-top: 20px;
}

.dealer-action-item{
    font-weight: 500;
    text-decoration: underline;
    margin-right: 15px;
    color: inherit;
    cursor: pointer;
}

.dealer-action-item:last-child{
    margin-right: 0;
}

.dealer-item-pill{
    position: absolute;
    top: 0;
    right: 20px;
    padding: 7px 25px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    background: #212121;
    font-size: 13px;
}

.enquiry-hero-button, .page-hero-button{
    height: 50px;
    background: #fff;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    cursor: pointer;
    margin-top: 30px;
    color: #161616;
    font-weight: 600;
    font-size: 16px;
}

.enquiry-page-fluid{
    padding: 20px;
}

.enquiry-page-container{
    padding: 20px 0;
}

.enquiry-page-container .page-section-subtitle{
    margin-bottom: 20px;
}

.enquiry-p{
    width: 100%;
    margin: auto;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}

.enquiry-icon-wrap{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.enquiry-icon-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
}

.enquiry-icon{
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enquiry-icon img{
    width: 100%;
    height: 100%;
}

.enquiry-icon-small img{
    width: 80px;
    height: 80px;
}

.enquiry-icon-title{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 26px;
}

.light-section-separator{
    background: #f4f4f4;
    height: 1px;
    margin: 50px auto;
    max-width: calc(100vw - 40px);
}

.enquiry-form-container{
    margin: 60px auto 30px;
    width: 100%;
    max-width: 1000px;
}

.form-input-holder{
    margin-top: 30px;
    width: 100%;
}

.form-label{
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.form-sublabel{
    font-size: 13px;
    color: #a7a7a7;
    margin-bottom: 5px;
    margin-top: -3px;
    font-weight: 300;
}

.form-label span{
    color: #d12129;
}

.form-input-wrap{
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.form-input-wrap i{
    color: #d12129;
    width: 36px;
    font-size: 20px;
}

.form-input-focus{
    border: 1px solid #b9c7cd;
}

.form-input{
    min-height: 50px;
    padding: 10px 20px;
    color: #212121;
    border: none;
    background: none;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
}

.form-input:focus{
    outline: none;
}

.form-textarea{
    height: 100px;
}

.form-checkbox-title{
    margin-top: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.form-checkbox-item{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 5px;
}

.form-checkbox-item i{
    font-size: 24px;
    width: 40px;
}

.form-submit-container{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-submit-button{
    height: 50px;
    background: #1a1a1a;
    padding: 0 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    font-size: 16px;
    cursor: pointer;
}

.form-section-title{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.not-found-fluid{
    padding: 140px 30px 30px 30px;
}

.not-found-container{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.not-found-icon{
    width: 400px;
    height: 400px;
    border-radius: 300px;
    overflow: hidden;
    border: 20px solid #ddd;
}

.not-found-icon img{
    width: 100%;
    height: 100%;
}

.not-found-title{
    font-size: 20vw;
    font-weight: 900;
    color: #ddd;
}

.not-found-subtitle{
    font-size: 6vw;
    font-weight: 700;
    color: #ddd;
}

.book-ride-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
}

.book-dropdown-holder{
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.form-dropdown-holder{
    position: relative;
}

.book-dropdown-header{
    display: flex;
    align-items: center;
    border: 1px solid #f4f4f4;
    background: #fff;
    border-radius: 8px;
    width: 240px;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-dropdown-header{
    display: flex;
    align-items: center;
    border: 1px solid #f4f4f4;
    background: #fff;
    border-radius: 8px;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
    height: 50px;
}

.book-dropdown-open, .form-dropdown-open{
    border: 1px solid #b9c7cd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.dropdown-header-selected, .book-dropdown-item{
    display: flex;
    align-items: center;
    flex: 1;
    font-weight: 700;
    font-size: 16px;
}

.form-dropdown-header .dropdown-header-selected{
    font-size: 14px;
    color: #212121;
    font-weight: 400;
}

.form-dropdown-item{
    font-size: 16px;
    color: #b5b5b5;
    padding: 10px;
    margin-bottom: 2px;
    border-radius: 8px;
    cursor: pointer;
}

.form-dropdown-item:hover, .form-dropdown-selected{
    color: #161616;
    background: #fff4f4;
}

.book-dropdown-container, .form-dropdown-container{
    position: absolute;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #b9c7cd;
    border-radius: 8px;
    padding: 5px;
    box-sizing: border-box;
    top: calc(100% + 10px);
    display: none;
}

.form-dropdown-container{
    padding: 10px;
}

.book-dropdown-item{
    padding: 10px 5px;
    cursor: pointer;
    margin-bottom: 1px;
}

.dropdown-header-selected img, .book-dropdown-item img{
    width: 36px;
    height: 36px;
    object-fit: contain;
    margin-right: 15px;
}

.dropdown-header-chevron{
    font-size: 24px;
    transition: all 0.3s ease;
}

.book-dropdown-open .dropdown-header-chevron{
    transform: rotate(180deg);
}

.book-dropdown-item:hover, .book-dropdown-selected{
    background: #fff4f4;
}

.book-ride-bike{
    margin-bottom: 40px;
}

.book-header-photo{
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 20px;
}

.book-header-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.form-section-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.form-section-header .form-section-title{
    margin-bottom: 0;
}

.form-section-link{
    text-decoration: underline;
    cursor: pointer;
}

.form-select-container{
    margin-top: 30px;
    display: flex;
}

.form-select-item{
    height: 120px;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    box-sizing: border-box;
}

.location-select-item{
    justify-content: space-between;
    flex: 1;
}

.select-item-selected{
    border: 1px solid #d12129;
    background: #fff4f4;
    cursor: default;
}

.select-item-address{
    margin-top: 0;
    margin-bottom: 0;
}

.date-select-item{
    width: 130px;
    align-items: center;
    justify-content: center;
}

.date-select-item .select-item-address{
    margin-top: 10px;
}

.form-select-item:last-child{
    margin-right: 0;
}

.booking-summary-container{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.booking-summary-wrap, .booking-summary-photo{
    width: 485px;
    height: 140px;
    border-radius: 20px;
    overflow: hidden;
}

.booking-summary-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    padding: 15px 10px;
}

.booking-summary-item{
    display: flex;
    font-size: 12px;
    margin: 10px;
    align-items: center;
}

.booking-summary-item i{
    font-size: 24px;
    margin-right: 10px;
}

.scooter-summary-item{
    font-weight: 500;
}

.booking-summary-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.booking-note-wrap{
    text-align: center;
    font-size: 13px;
    color: #a1a1a1;
    font-weight: 300;
    line-height: 22px;
    max-width: 800px;
    margin: 50px auto;
}

.timeline-strip-fluid{
    background: #161616;
    color: #fff;
}

.timeline-strip-fixed{
    background: #161616;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 999;
}

.timeline-strip-container{
    display: flex;
    align-items: center;
    margin: auto;
    width: 100%;
    max-width: 1420px;
}

.timeline-strip-title{
    font-size: 18px;
    width: 250px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 30px;
}

.timeline-strip-wrap{
    width: calc(100% - 250px);
    display: flex;
    align-items: center;
    position: relative;
    height: 120px;
}

.timeline-strip-item{
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1;
}

.timeline-strip-circle{
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-strip-circle img{
    width: 100%;
    height: 100%;
}

.timeline-strip-dot{
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.timeline-strip-active .timeline-strip-dot{
    background: #d12129;
    width: 20px;
    height: 20px;
}

.timeline-strip-year{
    position: absolute;
    top: 85px;
    left: 0;
    width: 40px;
    font-weight: 300;
    text-align: center;
}

.timeline-strip-line{
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #fff;
    left: 10px;
}

.about-section-container{
    width: 100%;
    margin: auto;
    padding: 30px 20px;
    max-width: 1100px;
    margin-top: 20px;
}

.about-timeline-button{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #d12129;
    font-size: 28px;
    font-family: "Iceland", sans-serif;
    margin-top: 35px;
}

.about-timeline-button i{
    font-size: 20px;
    color: #212121;
    margin-top: 20px;
}

.about-section-fluid .page-section-subtitle{
    margin-bottom: 40px;
}

.about-timeline-container{
    width: 100%;
    max-width: 1100px;
    padding-bottom: 100px;
    margin: auto;
    position: relative;
}

.timeline-item{
    width: 100%;
    padding: 80px 0;
    position: relative;
    box-sizing: border-box;
    padding-left: 170px;
    padding-right: 0;
    margin-top: 70px;
}

.timeline-item-year-wrap{
    font-family: "Iceland", sans-serif;
    background: #fff;
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #d12129;
    position: absolute;
    height: 190px;
    width: 70px;
    right: 45px;
}

.timeline-item-year-wrap .line-left{
    position: absolute;
    width: 1px;
    height: 0;
    background: #212121;
    top: 0;
    left: 0;
}

.timeline-item-year-wrap .line-bottom{
    position: absolute;
    width: 0;
    height: 1px;
    background: #212121;
    bottom: 0;
    left: 0;
}

.timeline-item-year-wrap .line-right{
    position: absolute;
    width: 1px;
    height: 0;
    background: #212121;
    right: 0;
    bottom: 0;
}

.timeline-item-year-wrap .line-top-one{
    position: absolute;
    width: 0;
    height: 1px;
    background: #212121;
    top: 0;
    right: 50%;
}

.timeline-item-year-wrap .line-top-two{
    position: absolute;
    width: 0;
    height: 1px;
    background: #212121;
    top: 0;
    right: 0;
}

.timeline-item-year{
    opacity: 0;
    transition: opacity 0.3s ease;
    writing-mode: vertical-lr;
    text-orientation: mixed;
}

.timeline-item-year-active .timeline-item-year{
    opacity: 1;
}

.timeline-item-year-active .line-top-one{
    width: 50%;
    animation: lineOneAnim 0.1s linear;
}

@keyframes lineOneAnim{
    0%      {width: 0;}
    100%    {width: 50%;}
}

.timeline-item-year-active .line-left{
    height: 100%;
    animation: lineTwoAnim 0.2s linear;
}

@keyframes lineTwoAnim{
    0%      {height: 0;}
    50%     {height: 0;}
    100%    {height: 100%;}
}

.timeline-item-year-active .line-bottom{
    width: 100%;
    animation: lineThreeAnim 0.3s linear;
}

@keyframes lineThreeAnim{
    0%      {width: 0;}
    67%     {width: 0;}
    100%    {width: 100%;}
}

.timeline-item-year-active .line-right{
    height: 100%;
    animation: lineTwoAnim 0.4s linear;
}

@keyframes lineTwoAnim{
    0%      {height: 0;}
    75%     {height: 0;}
    100%    {height: 100%;}
}

.timeline-item-year-active .line-top-two{
    width: 50%;
    animation: lineThreeAnim 0.5s linear;
}

@keyframes lineThreeAnim{
    0%      {width: 0;}
    75%     {width: 0;}
    100%    {width: 50%;}
}

.timeline-item-info{
    opacity: 0;
    margin-top: 30px;
    transition: all 0.3s ease;
    padding-right: 300px;
}

.timeline-info-visible{
    opacity: 1;
    margin-top: 0;
}

.timeline-item-2, .timeline-item-4, .timeline-item-6, .timeline-item-8{
    padding-left: 0;
    padding-right: 150px;
}

.timeline-item-2 .timeline-item-info, .timeline-item-4 .timeline-item-info, .timeline-item-6 .timeline-item-info, .timeline-item-8 .timeline-item-info{
    padding-right: 0;
    padding-left: 300px;
    text-align: right;
}

.timeline-item-1 .timeline-item-year-wrap, .timeline-item-3 .timeline-item-year-wrap, .timeline-item-5 .timeline-item-year-wrap, .timeline-item-7 .timeline-item-year-wrap{
    height: 190px;
    width: 70px;
    left: 75px;
}

.timeline-item-1 .timeline-item-year, .timeline-item-3 .timeline-item-year, .timeline-item-5 .timeline-item-year, .timeline-item-7 .timeline-item-year{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-orientation: mixed;
}

.timeline-item-title{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.timeline-item-p{
    line-height: 30px;
    font-size: 16px;
}

.timeline-item-photo{
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    margin-top: 30px;
    transition: all 0.3s ease;
}

.timeline-photo-visible{
    opacity: 1;
    margin-top: 0;
}

.timeline-item-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.timeline-item-drawing{
    opacity: 0;
    transition: all 0.5s ease;
    width: 350px;
    height: 350px;
    position: absolute;
    top: 0;
    right: 0;
}

.timeline-item-2 .timeline-item-drawing, .timeline-item-4 .timeline-item-drawing, .timeline-item-6 .timeline-item-drawing, .timeline-item-8 .timeline-item-drawing{
    right: unset;
    left: 0;
}

.timeline-drawing-visible{
    opacity: 1;
}

.timeline-item-drawing img{
    width: 100%;
    height: 100%;
}

.timeline-item-2 .timeline-item-photo{
    width: calc(100% - 250px);
    height: 400px;
}

.timeline-item-2 .timeline-item-photo img{
    object-position: right;
    width: 130%;
    height: 110%;
}

.timeline-over-year{
    position: absolute;
    font-size: 100px;
    font-family: "Iceland", sans-serif;
    color: #d12129;
    top: 160px;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.timeline-item-12 .timeline-item-info{
    text-align: center;
    width: 90%;
    margin: 50px auto;
}



.timeline-line-1{
    width: 1px;
    height: 0;
    max-height: 470px;
    background: #212121;
    position: absolute;
    top: -70px;
    left: 112px;
}

.timeline-line-2{
    height: 1px;
    width: 0;
    max-width: 910px;
    background: #212121;
    position: absolute;
    top: 400px;
    left: 112px;
}

.timeline-line-3{
    width: 1px;
    top: 400px;
    left: calc(100% - 78px);
    background: #212121;
    height: 0;
    max-height: 471px;
    position: absolute;
}

.timeline-line-4{
    height: 1px;
    width: 0;
    max-width: 910px;
    background: #212121;
    position: absolute;
    top: 870px;
    right: 78px;
}

.timeline-line-5{
    top: 870px;
    width: 1px;
    position: absolute;
    height: 0;
    max-height: 470px;
    background: #212121;
    left: 112px;
}

.timeline-line-6{
    height: 1px;
    width: 0;
    max-width: 910px;
    background: #212121;
    position: absolute;
    top: 1340px;
    left: 112px;
}

.timeline-line-7{
    position: absolute;
    left: calc(100% - 78px);
    width: 1px;
    background: #212121;
    top: 1340px;
    height: 0;
    max-height: 471px;
}

.timeline-line-8{
    height: 1px;
    width: 0;
    max-width: 910px;
    background: #212121;
    position: absolute;
    top: 1810px;
    right: 78px;
}

.timeline-line-9{
    top: 1810px;
    width: 1px;
    position: absolute;
    height: 0;
    max-height: 470px;
    background: #212121;
    left: 112px;
}

.timeline-line-10{
    height: 1px;
    width: 0;
    max-width: 910px;
    background: #212121;
    position: absolute;
    top: 2280px;
    left: 112px;
}

.timeline-line-11{
    top: 2280px;
    width: 1px;
    position: absolute;
    height: 0;
    max-height: 471px;
    background: #212121;
    left: calc(100% - 78px);
}

.timeline-line-12{
    height: 1px;
    width: 0;
    max-width: 910px;
    background: #212121;
    position: absolute;
    top: 2750px;
    right: 78px;
}

.timeline-line-13{
    position: absolute;
    left: 112px;
    width: 1px;
    background: #212121;
    top: 2750px;
    height: 0;
    max-height: 470px;
}

.timeline-line-14{
    height: 1px;
    width: 0;
    max-width: 910px;
    background: #212121;
    position: absolute;
    top: 3220px;
    left: 112px;
}

.timeline-line-15{
    top: 3220px;
    width: 1px;
    position: absolute;
    height: 0;
    max-height: 250px;
    background: #212121;
    left: calc(100% - 78px);
}

.timeline-line-16{
    height: 1px;
    position: absolute;
    top: 5960px;
    background: #212121;
    width: 0;
    max-width: 88px;
    left: 462px;
    transition: all 0.3s linear;
}

.timeline-line-17{
    height: 1px;
    position: absolute;
    top: 5923px;
    width: 0;
    max-width: 490px;
    background: #212121;
    left: 550px;
    z-index: 1;
    transition: all 0.3s linear;
}

.timeline-line-17:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #212121;
    right: 0;
    top: -4px;
}

.timeline-line-18{
    position: absolute;
    width: 1px;
    height: 0;
    max-height: 50px;
    top: 5992px;
    background: #212121;
    left: 720px;
    transition: all 0.3s linear;
}

.product-load-item{
    display: flex;
    margin-bottom: 20px;
}

.product-load-photo{
    width: 40%;
    height: 60vh;
    min-height: 500px;
    overflow: hidden;
    border-radius: 20px;
    background: #f4f4f4;
    position: relative;
}

.product-load-info{
    width: 55%;
    box-sizing: border-box;
    padding: 30px 40px;
    padding-right: 0;
    display: flex;
    flex-direction: column;
}

.load-info-title{
    height: 40px;
    width: 40%;
    background: #f4f4f4;
    border-radius: 4px;
    margin-bottom: 30px;
}

.load-info-line{
    background: #f4f4f4;
    height: 20px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.product-grid-container .product-load-item{
    flex-direction: column;
}

.product-grid-container .product-load-photo{
    width: 100%;
    height: 50vh;
    min-height: 450px;
}

.product-grid-container .product-load-info{
    width: 100%;
    padding: 30px 0;
}

.product-empty-container{
    text-align: center;
    font-size: 18px;
    padding: 20px;
    color: #b9c7cd;
}

.contact-icon-link{
    font-size: 18px;
    text-decoration: none;
    color: #1a1a1a;
    margin-top: 10px;
    display: block;
}

.contact-hours{
    text-align: center;
    margin-top: 60px;
    font-size: 18px;
    font-weight: 300;
}

.contact-icon-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}

.contact-icon{
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-color-gallery{
    display: none;
}

.color-gallery-visible{
    display: block;
}

.dealer-load-item{
    background: #fff;
    height: 200px;
    border-radius: 16px;
    padding: 30px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.dealer-load-title{
    height: 30px;
    background: #f4f4f4;
    border-radius: 4px;
    width: 60%;
    margin-bottom: 40px;
}

.dealer-load-line{
    height: 18px;
    background: #f9f9f9;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 3px;
}

.popup-nav-fluid{
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(3px);
    display: none;
}

.popup-nav-container{
    position: absolute;
    width: 30%;
    height: 100%;
    background: #161616;
    right: 0;
    overflow-x: hidden;
    display: none;
}

.popup-nav-inner{
    padding: 30px 50px;
    box-sizing: border-box;
}

.popup-nav-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.close-popup-nav{
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}

.popup-nav-body{
    margin-top: 10px;
    margin-bottom: 100px;
}

.popup-nav-item{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 20px 0;
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
}

.popup-nav-item:hover, .popup-nav-active{
    color: #d12129;
}

.popup-nav-inner .footer-social-wrap{
    justify-content: flex-end;
}

.popup-nav-inner .footer-social-item{
    margin-right: 0;
    margin-left: 30px;
}

.product-view-button{
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 28px;
    line-height: 1;
    color: #898c8c;
    cursor: pointer;
}

.product-grid-container .product-view-button{
    font-size: 24px;
}

.product-view-fluid{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    display: none;
}

.product-view-container{
    width: 60vw;
    height: 80vh;
    margin: 10vh auto;
    background: #f4f4f4;
    overflow: hidden;
}

.product-view-inner{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 30px;
}

.product-view-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-view-title{
    font-size: 36px;
    font-weight: 600;
}

.close-product-view{
    width: 24px;
    height: 24px;
    background: #161616;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.product-view-photo{
    height: calc(100% - 46px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-view-photo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sticky-nav-container{
    display: none;
    padding: 0 50px;
    border-top: 2px solid #f4f4f4;
}

.sticky-nav-inner{
    display: flex;
    align-items: center;
    min-height: 80px;
}

.color-photo-item{
    width: 100%;
    display: none;
}

.color-photo-item img{
    width: 100%;
    object-fit: contain;
}

.product-overview-header .product-colors-wrap{
    margin-bottom: 0;
}

.product-sticky-nav{
    padding: 0 50px;
    border-top: 2px solid #f4f4f4;
    display: none;
}

.product-sticky-header{
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 5px;
}

.product-sticky-nav .sticky-nav-inner{
    height: 100px;
}

.product-features-fluid{
    padding: 60px 0;
}

.product-features-title{
    text-align: center;
    font-size: 56px;
    font-weight: 600;
}

.product-features-subtitle{
    text-align: center;
    font-size: 56px;
    font-weight: 200;
}

.product-features-tag{
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 38px;
}

.product-feature-tabs{
    display: flex;
    justify-content: center;
}

.feature-tabs-item{
    margin: 0 15px;
    padding: 5px 0;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font-size: 16px;
}

.feature-tabs-item:hover, .feature-tab-selected{
    border-bottom: 2px solid #d12129;
}

.feature-tab-container{
    display: flex;
    justify-content: center;
}

.product-feature-tab{
    position: relative;
    height: 274px;
    margin-top: 35px;
    display: none;
}

.feature-tab-photo{
    width: 575px;
    height: 274px;
    overflow: hidden;
    border-radius: 20px;
    position: absolute;
    display: none;
}

.feature-tab-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.feature-tab-info{
    margin-left: 575px;
    padding: 25px;
}

.feature-tab-title{
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}

.feature-tab-text{
    font-size: 16px;
    line-height: 29.5px;
    margin-top: 5px;
}

#battery-configuration, #battery-configuration .feature-tab-photo{
    display: block;
}

.product-footer-fluid{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.product-footer-title{
    font-size: 56px;
    font-weight: 600;
}

.product-footer-row{
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 1000px;
}

.product-footer-col{
    text-align: center;
}

.product-footer-col-title{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-footer-text{
    font-size: 16px;
    text-align: center;
    line-height: 29.5px;
}

.product-footer-link{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-decoration: underline;
    color: #161616;
}

.great-expandable-container {
    padding: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 60px;
}

.great-expandable-item {
    border-radius: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    height: 100%;
    margin: 30px 10px;
    position: relative;
    height: 500px;
}

.great-item-1{
    background: linear-gradient(#d65111, #270e02);
    position: sticky;
    top: 110px;
}

.great-item-2{
    background: linear-gradient(#0f97a1, #022527);
    position: sticky;
    top: 110px;
}

.great-item-3{
    background: linear-gradient(#e9bf2b, #5f542d);
}

.expandable-item-inner{
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 70px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.great-item-footer{
    position: absolute;
    height: 70px;
    display: flex;
    align-items: center;
    color: #fff;
    bottom: 0;
    font-size: 16px;
}

.great-item-expanded{
    cursor: default;
}

.expandable-item-info{
    width: 55%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.expandable-item-art{
    width: 48%;
    height: calc(100% - 20px);
    position: absolute;
    right: 0;
}

.expandable-item-art img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.expandable-item-title{
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 40px;
}

.expandable-item-p{
    color: #fff;
    font-size: 16px;
    line-height: 29.5px;
}

.great-item-1 .expandable-item-bg{
    background: linear-gradient(transparent, #270e02);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 28px;
}

.great-item-2 .expandable-item-bg{
    background: linear-gradient(transparent, #022527);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 28px;
}

.great-item-3 .expandable-item-bg{
    background: linear-gradient(transparent, #5f542d);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 28px;
}

.great-expandable-expanded{
    height: auto;
    box-shadow: none;
}

.great-expandable-expanded .great-item-1, .great-expandable-expanded .great-item-2, .great-expandable-expanded .great-item-3{
    height: 500px;
    box-shadow: none;
    margin-bottom: 50px;
    position: relative;
}

.great-expandable-expanded .great-item-3{
    margin-bottom: 0;
}

.great-expandable-expanded .great-item-2 .expandable-item-info, .great-expandable-expanded .great-item-3 .expandable-item-info{
    padding-top: 0;
}

.great-expandable-expanded .great-item-2 .expandable-item-art, .great-expandable-expanded .great-item-3 .expandable-item-art{
    height: calc(100% - 20px);
    top: unset;
}

.product-form-fluid, .test-form-fluid, .career-form-fluid{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    overflow-x: hidden;
    display: none;
}

.product-form-container, .test-form-container, .career-form-container{
    background: #fff;
    margin: 10vh auto;
    width: 60vw;
    min-height: 80vh;
    border-radius: 20px;
}

.product-form-inner, .test-form-inner, .career-form-inner{
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 80px;
}

.product-form-header, .test-form-header, .career-form-header{
    display: flex;
    align-items: center;
}

.product-form-title, .test-form-title, .career-form-title{
    font-size: 36px;
    font-weight: 600;
    flex: 1;
}

.close-product-form, .close-test-form, .close-career-form{
    width: 24px;
    height: 24px;
    background: #161616;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    font-size: 16px;
    cursor: pointer;
}

.product-form-body .form-label, .test-form-body .form-label, .career-form-body .form-label{
    margin-left: 20px;
    margin-bottom: 10px;
}

.form-input-container{
    display: flex;
    justify-content: space-between;
}

.form-input-50{
    width: calc(50% - 15px);
}

.form-input-holder .book-dropdown-holder{
    margin-top: 0;
    margin-bottom: 0;
}

.form-input-holder .book-dropdown-header{
    width: 100%;
    height: 50px;
    box-sizing: border-box;
}

.form-terms-wrap{
    text-align: center;
    margin-top: 50px;
    color: #a7a7a7;
    margin-bottom: -20px;
}

.form-terms-wrap span{
    text-decoration: underline;
}

.contact-hero-fluid{
    padding: 20px;
    padding-top: 180px;
}

.contact-hero-container{
    text-align: center;
}

.contact-hero-subtitle{
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}

.contact-icon-container{
    background: #161616;
    display: flex;
    padding: 60px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 20px;
}

.contact-icon-item{
    width: 30%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.contact-icon-item i{
    margin-bottom:  30px;
    font-size: 24px;
}

.contact-icon-item:nth-child(2){
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.contact-page-container{
    padding-bottom: 100px;
}

.contact-form-container{
    margin: auto;
    width: 100%;
    max-width: 1000px;
}

.factory-section-row{
    width: 100%;
    max-width: 1200px;
    display: flex;
    margin: 60px auto;
    justify-content: space-between;
}

.factory-col-40{
    width: calc(40% - 40px);
    max-width: calc(40% - 40px);
    min-width: calc(40% - 40px);
}

.factory-col-30{
    width: calc(33% - 20px);
    max-width: calc(33% - 20px);
    min-width: calc(33% - 20px);
}

.factory-col-60{
    width: calc(60% - 40px);
    max-width: calc(60% - 40px);
    min-width: calc(60% - 40px);
}

.factory-section-title{
    font-size: 56px;
    font-weight: 600;
    line-height: 60px;
}

.factory-section-subtitle{
    font-size: 56px;
    font-weight: 200;
    line-height: 60px;
}

.factory-section-button{
    background: #161616;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    width: max-content;
    padding: 0 40px;
    margin-top: 40px;
    text-decoration: none;
}

.factory-section-button:hover{
    background: #d12129;
}

.factory-section-p{
    font-size: 16px;
    line-height: 30px;
}

.factory-slider-container .social-slider-item{
    box-shadow: none;
}

.factory-section-separator{
    margin: 60px auto;
    width: 100%;
    max-width: 1200px;
    border-top: 1px solid #f4f4f4;
}

.factory-highlight-number{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 40px;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 40px;
}

.factory-section-bold{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.factory-section-right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.factory-cta-container{
    padding: 70px 20px;
    display: flex;
    background: #161616;
    border-radius: 20px;
    justify-content: center;
    margin: 20px;
}

.factory-cta-item{
    width: 33%;
    max-width: 33%;
    min-width: 33%;
    color: #fff;
    text-align: center;
}

.factory-cta-item:nth-child(2){
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.factory-cta-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.factory-cta-info{
    font-size: 16px;
}

.factory-gallery-container{
    margin: 70px 0 40px;
}

.factory-icon-container{
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 100px;
}

.factory-icon-item{
    padding: 30px;
    text-align: center;
}

.factory-icon-item img{
    width: 72px;
    height: 72px;
}

.factory-icon-title{
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
}

.factory-icon-p{
    font-size: 16px;
    line-height: 30px;
}

.page-section-p{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.corporate-row-container{
    padding: 80px 20px 40px;
}

.corporate-row{
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    background: #f4f4f4;
}

.corporate-photo-col{
    width: calc(50% - 40px);
    overflow: hidden;
    height: 400px;
}

.corporate-photo-col img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.corporate-info-col{
    width: calc(50% + 40px);
    box-sizing: border-box;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.corporate-col-title{
    font-size: 20px;
    font-weight: 600;
}

.corporate-col-icon{
    font-size: 26px;
    margin: 20px;
}

.career-row{
    display: flex;
    justify-content: space-between;
    margin: 20px;
    padding: 20px 0 40px;
}

.career-col{
    width: calc(33% - 20px);
    min-width: calc(33% - 20px);
    max-width: calc(33% - 20px);
    background: #f4f4f4;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 390px;
}

.career-col-title{
    font-size: 20px;
    font-weight: 600;
}

.career-col-icon{
    margin: 20px;
    width: 24px;
    height: 24px;
}

.career-col-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.career-application-row{
    display: flex;
    padding: 20px;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
}

.career-application-col{
    width: calc(25% - 20px);
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
}

.career-application-title{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.career-application-title img{
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-right: 10px;
}

.career-application-p{
    font-size: 16px;
    line-height: 30px;
}

.career-fluid{
    display: flex;
    padding: 20px;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 100px;
}

.career-sidebar{
    width: 21.5%;
    box-sizing: border-box;
    border: 1px solid #f4f4f4;
    padding: 0 20px 20px 20px;
    border-radius: 20px;
}

.career-sidebar-item{
    padding: 20px 0;
    border-bottom: 1px solid #f4f4f4;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.career-sidebar-item:hover, .career-sidebar-active{
    color: #d12129;
}

.career-sidebar-p{
    font-size: 16px;
    line-height: 29px;
    padding: 20px 0;
    border-bottom: 1px solid #f4f4f4;
}

.career-sidebar-button{
    height: 50px;
    width: 100%;
    background: #161616;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.career-container{
    width: calc(78.5% - 20px);
}

.career-item{
    background: #f4f4f4;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.career-item-title{
    font-size: 36px;
    line-height: 45px;
}

.career-pill-wrap{
    display: flex;
    margin: 15px 0;
}

.career-pill{
    background: #fff;
    border: 1px solid #161616;
    border-radius: 13px;
    font-size: 14px;
    padding: 4px 16px;
    margin-right: 20px;
}

.career-item-p{
    font-size: 16px;
    line-height: 29px;
}

.career-item-button{
    height: 50px;
    padding: 0 40px;
    background: #161616;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    width: max-content;
    cursor: pointer;
}

.fixed-great-fluid{
    display: none;
    position: fixed;
    z-index: 9;
    background: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    padding-top: 30px;
    box-sizing: border-box;
}














/** Marker Start **/

.company-marker {
    background-color: #1a1a1a;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 15px;
    position: relative;
    z-index: 2;
}

.company-marker-title{
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.company-marker::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #1a1a1a;
}

/** Marker End **/

/** Loader Start **/

.ispinner {
    position: relative;
    width: 20px;
    height: 20px;
}
.ispinner .ispinner-blade {
    position: absolute;
    top: 6.5px;
    left: 8.5px;
    width: 2.5px;
    height: 6.5px;
    background-color: #333;
    border-radius: 1.25px;
    animation: iSpinnerBlade 1s linear infinite;
    will-change: opacity;
}
.ispinner .ispinner-blade:nth-child(1) {
    transform: rotate(45deg) translateY(-6.5px);
    animation-delay: -1.625s;
}
.ispinner .ispinner-blade:nth-child(2) {
    transform: rotate(90deg) translateY(-6.5px);
    animation-delay: -1.5s;
}
.ispinner .ispinner-blade:nth-child(3) {
    transform: rotate(135deg) translateY(-6.5px);
    animation-delay: -1.375s;
}
.ispinner .ispinner-blade:nth-child(4) {
    transform: rotate(180deg) translateY(-6.5px);
    animation-delay: -1.25s;
}
.ispinner .ispinner-blade:nth-child(5) {
    transform: rotate(225deg) translateY(-6.5px);
    animation-delay: -1.125s;
}
.ispinner .ispinner-blade:nth-child(6) {
    transform: rotate(270deg) translateY(-6.5px);
    animation-delay: -1s;
}
.ispinner .ispinner-blade:nth-child(7) {
    transform: rotate(315deg) translateY(-6.5px);
    animation-delay: -0.875s;
}
.ispinner .ispinner-blade:nth-child(8) {
    transform: rotate(360deg) translateY(-6.5px);
    animation-delay: -0.75s;
}
.ispinner.ispinner-large {
    width: 35px;
    height: 35px;
}
.ispinner.ispinner-large .ispinner-blade {
    top: 11.5px;
    left: 15px;
    width: 5px;
    height: 12px;
    border-radius: 2.5px;
}
.ispinner.ispinner-large .ispinner-blade:nth-child(1) {
    transform: rotate(45deg) translateY(-11.5px);
}
.ispinner.ispinner-large .ispinner-blade:nth-child(2) {
    transform: rotate(90deg) translateY(-11.5px);
}
.ispinner.ispinner-large .ispinner-blade:nth-child(3) {
    transform: rotate(135deg) translateY(-11.5px);
}
.ispinner.ispinner-large .ispinner-blade:nth-child(4) {
    transform: rotate(180deg) translateY(-11.5px);
}
.ispinner.ispinner-large .ispinner-blade:nth-child(5) {
    transform: rotate(225deg) translateY(-11.5px);
}
.ispinner.ispinner-large .ispinner-blade:nth-child(6) {
    transform: rotate(270deg) translateY(-11.5px);
}
.ispinner.ispinner-large .ispinner-blade:nth-child(7) {
    transform: rotate(315deg) translateY(-11.5px);
}
.ispinner.ispinner-large .ispinner-blade:nth-child(8) {
    transform: rotate(360deg) translateY(-11.5px);
}

@keyframes iSpinnerBlade {
  0% {
    opacity: 0.85;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
    }
}


/** Loader End **/

.mt-40{
    margin-top: 40px;
}

.mt-20{
    margin-top: 20px;
}

.mt-60{
    margin-top: 60px;
}

.mt-80{
    margin-top: 80px;
}

.mb-20{
    margin-bottom: 20px;
}

.row-item-3{
    max-width: 30%;
}

.row-item-2{
    max-width: 45%;
}

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

.color-bg-light-purple{
    background: #5f79b7;
}

.color-bg-purple{
    background: #2e2e82;
}

.color-bg-red{
    background: #ef0013;
}

.color-bg-black{
    background: #161616;
}

.color-bg-light-gray{
    background: #bdbec0;
}

.color-bg-dark-gray{
    background: #95949b;
}

.color-bg-green{
    background: #55c221;
}

.color-bg-dark-green{
    background: #008885;
}

.color-bg-orange{
    background: #ff7700;
}

.color-bg-red-black{
    background: linear-gradient(#ef0013 50%, #161616 50%);
}

.color-bg-red-black:before{
    content: '';
    width: 14px;
    height: 14px;
    background: #ef0013;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-7px) translateY(-7px);
}

.color-bg-light-blue{
    background: #0094d3;
}

.color-bg-orange-gray{
    background: linear-gradient(#d16e00 50%, #818284 50%);
}

.color-bg-orange-gray:before{
    content: '';
    width: 14px;
    height: 14px;
    background: #d16e00;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-7px) translateY(-7px);
}

.color-bg-green-gray{
    background: linear-gradient(#00b83b 50%, #818284 50%);
}

.color-bg-green-gray:before{
    content: '';
    width: 14px;
    height: 14px;
    background: #00b83b;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-7px) translateY(-7px);
}

.color-bg-white-red{
    background: linear-gradient(#fff 50%, #ef0013 50%);
}

.color-bg-white-red:before{
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-7px) translateY(-7px);
}

.product-grid-container .product-color-inner:before{
    width: 10px;
    height: 10px;
    transform: translateX(-5px) translateY(-5px);
}

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

.button-disabled, .button-loading{
    background: #aaa;
    cursor: default;
}

.no-overflow{
    overflow: hidden;
}

.mobile-visible{
    display: none;
}

.desktop-visible{
    display: block;
}

.contact-map-container{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    border-radius: 24px;
    overflow: hidden;
}

.contact-map-container iframe{
    width: 100%;
}

.gallery-section-title{
    font-size: 36px;
    font-weight: 600;
}

.gallery-slider-item{
    width: 234px;
    min-width: 200px;
    height: 130px;
    background: #fff;
    border-radius: 20px;
    margin: 0 14px;
    transition: all 0.25s ease;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 8px 0;
}

.gallery-slider-item img{
    width: 75%;
    height: 75%;
    object-fit: contain;
}

@media screen and (max-width: 720px){
    
    .desktop-visible{
        display: none;
    }
    
    .mobile-visible{
        display: block;
    }
    
    .nav-menu-item{
        display: none;
    }
    
    .nav-menu-cta{
        display: none;
    }
    
    .hero-bg-overlay{
        z-index: 2;
    }
    
    .hero-intro-container{
        width: 100%;
        height: 100%;
        padding-top: 20px;
        padding-left: 20px;
    }
    
    .hero-title, .hero-subtitle{
        font-size: 34px;
        line-height: 44px;
        text-align: center;
    }
    
    .hero-p{
        margin-top: 24px;
        margin-bottom: 24px;
        text-align: center;
        line-height: 22px;
    }
    
    .hero-btn{
        margin: auto;
    }
    
    .hero-award-wrap{
        justify-content: center;
    }
    
    .hero-scooty{
        width: 100%;
    }
    
    .home-stats-fluid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .home-stats-item{
        width: auto;
    }
    
    .home-stats-line{
        display: none;
    }
    
    .home-product-holder{
        height: 650px;
    }
    
    .home-product-inner{
        padding-top: 300px;
        box-sizing: border-box;
    }
    
    .home-product-photo{
        width: 100%;
        height: 300px;
    }
    
    .home-product-info{
        width: 100%;
        padding: 20px 30px;
        margin-left: 0;
    }
    
    .product-title{
        font-size: 32px;
        font-weight: 600;
        line-height: 50px;
    }
    
    .product-subtitle{
        font-size: 14px;
    }
    
    .product-header-logo{
        width: 50px;
        height: 50px;
    }
    
    .product-cost{
        margin-top: 5px;
        font-size: 20px;
        font-weight: 700;
    }
    
    .product-specs-wrap{
        flex-direction: column;
    }
    
    .product-specs-col{
        height: auto;
    }
    
    .product-specs-col:last-child{
        margin-left: 0;
    }
    
    .product-specs-item{
        margin: 4px 0;
    }
    
    .product-review-container{
        flex-direction: column;
    }
    
    .product-review-col{
        width: 100%;
        margin-bottom: 20px;
    }
    
    .product-review-col:last-child{
        margin-bottom: 0;
    }
    
    .home-section-title, .home-section-subtitle{
        font-size: 34px;
    }
    
    .home-parts-row{
        flex-direction: column;
    }
    
    .home-part-item{
        width: 100%;
    }
    
    .timeline-intro-container{
        flex-direction: column;
        padding: 40px;
        align-items: flex-start;
    }
    
    .timeline-intro-title, .timeline-intro-subtitle{
        font-size: 32px;
    }
    
    .timeline-intro-btn{
        margin-top: 20px;
    }
    
    .social-header{
        flex-direction: column;
        align-items: flex-start;
    }
    
    .social-title, .social-subtitle{
        font-size: 32px;
    }
    
    .social-button{
        margin-top: 20px;
    }
    
    .social-slider-item{
        width: 45vw;
        min-width: 45vw;
        height: 45vw;
        border-radius: 20px;
        margin-right: 20px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        overflow: hidden;
    }
    
    .home-row-container{
        flex-direction: column;
    }
    
    .home-row-item{
        width: 100%;
        flex: 1;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 40px;
    }
    
    .home-row-item:first-child{
        margin-top: 0;
    }
    
    .footer-top-wrap{
        flex-direction: column;
    }
    
    .footer-company-wrap{
        flex: 1;
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .footer-social-item{
        margin-right: 20px;
    }
    
    .footer-links-container{
        flex: 1;
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .footer-links-wrap{
        flex: 1;
        width: 100%;
        margin-top: 30px;
    }
    
    .footer-links-alt{
        flex: 1;
        width: 100%;
        margin-top: 30px;
    }
    
    .nav-bar{
        padding-left: 0;
    }
    
    .fixed-nav-container{
        padding-left: 20px;
    }
    
    .nav-menu-container{
        margin-right: 0;
    }
    
    .popup-nav-container{
        width: 100%;
    }
    
    .popup-nav-inner{
        padding: 30px;
    }
    
    .popup-nav-item{
        justify-content: flex-start;
    }
    
    .popup-nav-inner .footer-social-wrap{
        justify-content: flex-start;
    }
    
    .product-switch-fluid{
        display: none;
    }
    
    .product-filter-container{
        display: none;
    }
    
    .product-container{
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .product-hero-title, .enquiry-hero-title, .page-hero-title {
        font-size: 34px;
        font-weight: 600;
        line-height: 44px;
    }
    
    .product-hero-subtitle, .enquiry-hero-subtitle, .page-hero-subtitle {
        font-size: 34px;
        font-weight: 200;
    }
    
    .product-hero-intro{
        line-height: 24px;
    }
    
    .product-item{
        flex-direction: column;
    }
    
    .product-photo-container{
        width: 100%;
        height: 40vh;
        min-height: calc(70px + 40vh);
    }
    
    .product-info-container{
        width: 100%;
        padding: 30px 0;
    }
    
    .product-page-header{
        padding: 110px 0 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    
    .tab-button-container{
        flex: 1;
        display: grid;
        font-weight: 500;
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
        margin-left: 0;
        margin-bottom: 30px;
    }
    
    .tab-button-item{
        padding: 15px 0;
        margin-left: 0;
        text-align: center;
    }
    
    .product-test-button{
        width: calc(100% - 40px);
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    
    .product-page-strip{
        height: 56px;
    }
    
    .product-overview-row{
        flex-direction: column;
        height: auto;
    }
    
    .row-item-3{
        width: 100%;
        max-width: 100%;
    }
    
    .overview-row-item{
        margin-top: 30px;
    }
    
    .overview-row-item:first-child{
        margin-top: 0;
    }
    
    .faq-answer{
        margin-top: 10px;
    }
    
    .overview-photo video{
        height: 50vh;
    }
    
    .product-features-title, .product-features-subtitle{
        font-size: 32px;
    }
    
    .product-feature-tab{
        height: auto;
    }
    
    .feature-tab-photo{
        width: 100%;
    }
    
    .feature-tab-info{
        margin-top: 274px;
        margin-left: 0;
    }
    
    .product-feature-tabs{
        width: 100%;
        overflow-x: scroll;
    }
    
    .feature-tabs-item{
        width: max-content;
        min-width: max-content;
    }
    
    .product-cta-container{
        padding: 40px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .product-footer-fluid{
        height: auto;
    }
    
    .product-footer-title{
        font-size: 32px;
        text-align: center;
        padding: 0 20px;
    }
    
    .product-footer-row{
        width: auto;
        margin-top: 40px;
        flex-direction: column;
    }
    
    .product-footer-col{
        margin-bottom: 30px;
    }
    
    .product-color-gallery{
        width: 100%;
    }
    
    .gallery-main-photo{
        height: auto;
        margin-bottom: 50px;
        width: 100%;
    }
    
    .gallery-main-photo img{
        width: 100%;
    }
    
    .specs-tab-wrap{
        width: 100%;
        overflow-x: scroll;
    }
    
    .about-hero-content{
        padding: 20px;
        padding-top: 10vh;
    }
    
    .about-hero-title{
        font-size: 34px;
        text-align: center;
    }
    
    .about-hero-intro{
        width: 100%;
    }
    
    .about-section-container{
        box-sizing: border-box;
    }
    
    .page-section-title{
        font-size: 32px;
    }
    
    .page-section-subtitle{
        font-size: 32px;
    }
    
    .timeline-strip-fluid{
        display: none;
    }
    
    .timeline-line-1, .timeline-line-2, .timeline-line-3, .timeline-line-4, .timeline-line-5, .timeline-line-6, .timeline-line-7, .timeline-line-8, .timeline-line-9, .timeline-line-10, .timeline-line-11, .timeline-line-12, .timeline-line-13, .timeline-line-14, .timeline-line-15, .timeline-line-16{
        display: none;
    }
    
    .timeline-item{
        padding: 20px 0;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 10px;
    }
    
    .timeline-item-year-wrap, .timeline-item-drawing{
        position: relative;
    }
    
    .timeline-item-year-wrap{
        height: 70px;
        width: 190px;
    }
    
    .timeline-item-info{
        padding-right: 0;
        margin-top: 30px;
    }
    
    .timeline-item-1 .timeline-item-year-wrap, .timeline-item-3 .timeline-item-year-wrap, .timeline-item-5 .timeline-item-year-wrap, .timeline-item-7 .timeline-item-year-wrap {
        height: 70px;
        width: 190px;
        left: 75px;
    }
    
    .timeline-item-1 .timeline-item-year, .timeline-item-3 .timeline-item-year, .timeline-item-5 .timeline-item-year, .timeline-item-7 .timeline-item-year {
        writing-mode: lr;
        transform: rotate(0deg);
        text-orientation: mixed;
    }
    
    .timeline-item-2 .timeline-item-info, .timeline-item-4 .timeline-item-info, .timeline-item-6 .timeline-item-info, .timeline-item-8 .timeline-item-info {
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }
    
    .timeline-item-year{
        writing-mode: lr;
    }
    
    .about-team-container{
        padding: 30px;
    }
    
    .about-team-row{
        flex-direction: column;
    }
    
    .about-team-col{
        width: 100%;
        margin-bottom: 30px;
    }
    
    .about-team-col:last-child{
        margin-bottom: 0;
    }
    
    .about-power-title{
        font-size: 30px;
    }
    
    .about-power-sign img{
        width: 100%;
        height: auto;
    }
    
    .great-expandable-item{
        height: auto;
    }
    
    .expandable-item-inner{
        flex-direction: column;
        padding: 60px 30px;
    }
    
    .expandable-item-info{
        width: 100%;
    }
    
    .about-awards-container{
        flex-direction: column;
    }
    
    .about-awards-title, .about-awards-subtitle{
        font-size: 32px;
        text-align: center;
    }
    
    .about-awards-wrap{
        flex-direction: column;
        margin-left: 0;
    }
    
    .about-award-item{
        margin-left: 0;
        margin-top: 30px;
        justify-content: center;
    }
    
    .about-explore-container{
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 35px;
    }
    
    .about-explore-title, .about-explore-subtitle{
        font-size: 34px;
    }
    
    .about-explore-button{
        margin-top: 30px;
    }
    
    .about-gallery-row{
        flex-direction: column;
        gap: 40px;
    }
    
    .about-gallery-item, .about-gallery-large{
        width: 100%;
    }
    
    .dealer-container{
        height: auto;
        flex-direction: column-reverse;
    }
    
    .dealer-map-container{
        width: 100%;
        height: 60vh;
        margin-bottom: 30px;
        margin-left: 0;
    }
    
    .dealer-sidebar{
        width: 100%;
    }
    
    .contact-icon-container{
        flex-direction: column;
        padding: 20px 40px;
    }
    
    .contact-icon-item{
        width: 100%;
        padding: 30px 0;
    }
    
    .contact-icon-item:nth-child(2){
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    
    .enquiry-hero-fluid{
        height: 70%;
    }
    
    .enquiry-hero-subtitle, .enquiry-hero-title{
        text-align: center;
    }
    
    .enquiry-icon-wrap{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .enquiry-icon-item{
        width: auto;
    }
    
    .enquiry-icon{
        margin-bottom: 15px;
    }
    
    .factory-section-row{
        flex-direction: column;
        gap: 30px;
    }
    
    .factory-col-40, .factory-col-60, .factory-col-30{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    
    .factory-section-title, .factory-section-subtitle{
        font-size: 32px;
        line-height: 44px;
    }
    
    .factory-cta-container{
        padding: 30px 20px;
        flex-direction: column;
    }
    
    .factory-cta-item{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 30px 10px;
    }
    
    .factory-cta-item:nth-child(2){
        border-left: none;
        border-right: none;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    
    .factory-icon-container{
        display: grid;
    }
    
    .corporate-row{
        flex-direction: column;
    }
    
    .corporate-row:nth-child(2){
        flex-direction: column-reverse;
    }
    
    .corporate-photo-col{
        width: 100%;
    }
    
    .corporate-info-col{
        width: 100%;
        padding: 30px;
    }
    
    .page-fluid{
        padding: 0 20px;
    }
    
    .career-row{
        flex-direction: column;
        gap: 30px;
    }
    
    .career-col{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    
    .career-application-row{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
        row-gap: 30px;
        box-sizing: border-box;
    }
    
    .career-application-col{
        width: auto;
        min-width: auto;
        max-width: 100%;
        text-align: center;
    }
    
    .career-application-title{
        flex-direction: column;
    }
    
    .career-sidebar{
        display: none;
    }
    
    .career-container{
        width: 100%;
    }
    
    .factory-section-right{
        align-items: center;
    }
    
    .product-form-container, .test-form-container, .career-form-container{
        margin: 20px auto;
        width: calc(100vw - 40px);
    }
    
    .hero-award-wrap{
        justify-content: center;
    }
    
    .gallery-section-title{
        font-size: 24px;
    }
    
}
