/**
 * FONTS
 **/
@font-face {
    font-family: 'bamfordheadline';
    src: url('../fonts/bamford/bamford-headline-webfont.woff2') format('woff2'),
         url('../fonts/bamford/bamford-headline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bamfordbold';
    src: url('../fonts/bamford/bamford-bold-webfont.woff2') format('woff2'),
         url('../fonts/bamford/bamford-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bamforditalic';
    src: url('../fonts/bamford/bamford-italic-webfont.woff2') format('woff2'),
         url('../fonts/bamford/bamford-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bamfordregular';
    src: url('../fonts/bamford/bamford-regular-webfont.woff2') format('woff2'),
         url('../fonts/bamford/bamford-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'bamfordregular';
    padding-top: 70px;
}
h1,h2,h3,h4 {
    font-family: 'bamfordheadline';
    text-transform: uppercase;
}
h5, h6{
    font-family: 'bamfordbold';
    text-transform: none;
}
strong{
    font-family: 'bamfordbold';
}
.no-wrap {
    white-space: nowrap;
}


nav{
    padding: 20px 0; 
    background: #F9B110;
    position: fixed;
    top:0;
    width: 100vw;
    z-index: 99;
}
.offer-banner{
    position: fixed;
    top: 70px;
    z-index: 99;
    width: 100vw;
    background-color: #000;
    color:#fff;
    font-family: 'bamfordbold';
    font-size: 16px;
    line-height: 16px; /* 100% */
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
}

.consent-popup{
    position: fixed;
    bottom: 25px;
    z-index: 99;
    width: 100vw;
}
.consent-granted .consent-popup,
.consent-denied .consent-popup,
.consent-manage .consent-popup,
.consent-manage .consent-popup,
.consent-management {
    display: none;
}

.consent-manage .consent-management{
    display: block;
    position: fixed;
    bottom: 25px;
    z-index: 99;
    width: 100vw;
    color: #fff;
}

.consent-popup .container,
.consent-management .container {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(30, 30, 30, 0.95);
}

.consent-popup h6,
.consent-management h6 {
    color: #F6FBFF;
    font-family: 'bamfordbold';
    font-size: 18px;
    line-height: 18px; /* 100% */
    letter-spacing: -0.09px;
}
.consent-popup p {
    color: #F6FBFF;
    font-size: 12px;
    line-height: 14px; /* 116.667% */
    letter-spacing: -0.06px;
}
.consent-management label{
    color: #FFF;
    font-family: 'bamfordbold';
    font-size: 13.5px;
    line-height: 17px; /* 125.926% */
    letter-spacing: -0.067px;
    margin-top: 8px;
    margin-bottom: 15px;
}
.consent-management p {
    color: #FFF;
    font-size: 13.5px;
    line-height: 17px; /* 125.926% */
    letter-spacing: -0.067px;
    margin-bottom: 20px;
    padding-right: 75px;
}
.consent-management button.btn-dark,
.consent-popup button.btn-dark{
    background: #434343;
    margin-bottom: 5px;
    margin-right: 5px;

    color: #F6FBFF;
    font-size: 13.5px;
    line-height: 17px; /* 125.926% */
    letter-spacing: -0.067px;
}

.form-check{
    min-height: 2.2rem;
    position: relative;
}
.form-check .form-check-input.consent-switch {
    float: right;
    background-color: #343435;
    border-color: #343435;
    height: 24px;
    width: 48px;
    position: absolute;
    top: 5px;
    right: 0;
}
.form-switch .form-check-input.consent-switch:focus {
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}
.form-switch .form-check-input.consent-switch:checked {
    background-color: #494A4B;
    border-color: #494A4B;
    border: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}


/**
 * SLIDER
 **/
.splide__pagination__page{
    height: 12px;
    width: 12px;
    border-radius: 20px;
    background: #D9D9D9;
    opacity: 1;
    transition: width 500ms ease-in-out;
}
.splide__pagination__page.is-active{
    height: 12px;
    border-radius: 20px;
    width: 25px;
    background: #D9D9D9;
    opacity: 1;
    transition: width 500ms ease-in-out;
}
.splide__pagination li{
    margin: 0 9px;
}


.splide__slide img{
    width: 100vw;
    height: auto;
}

.dynamic-slide .slide-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 20%, rgba(0, 0, 0, 0) 100%);
    padding: 64px;
}

.copy-wrap{
    max-width: 1000px;
    margin: 0 auto;
}

.dynamic-slide .slide-title h4 {
    font-size: 37px;
    line-height: 34px;
    letter-spacing: -1.44px;
}
.dynamic-slide .slide-title h5{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0;
}

#header-carousel {
    margin: 0 auto;
    background-image: url('../images/Hero.png');
    background-repeat: no-repeat;
    background-size: auto 375px;
    background-position: top;
    background-color: #000;
    padding: 81px 32px 32px;
    position: relative;
}
#header-carousel::before{
    content: " ";
    opacity: 1;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 175px;
    left: 0;
    z-index: 0;
    background: linear-gradient(to top, black, transparent);
}
#header-carousel h1 {
    font-family: 'bamfordbold';
    text-transform: uppercase;
    color: #fff;
    font-size: 37px;
    line-height: 34px;
    letter-spacing: -0.74px;
    margin-top: 200px;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}
#header-carousel ul {
    position: relative;
    z-index: 2;
}
#header-carousel ul li{
    color: #fff;
    margin: 8px auto;
    font-size: 15px;
    line-height: 22.5px;
    list-style: none;
    position: relative;
    padding-left: 16px;
}
#header-carousel ul li::before{
    content: " ";
    width: 32px;
    height: 32px;
    position: absolute;
    left: -32px;
    top: -3px;
    background-image: url('../images/check.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
#header-carousel .links{
    display: flex;
}
#header-carousel .btn{
    margin-top: 16px;
    margin-right: 16px;
}
.btn {
    display: flex;
    width: 200px;
    height: 48px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #fff;
    color: #000;
}
.btn:hover{
    background-color: #000;
    color: #fff;
}
.btn-transparent{
    border-color: #000;
    color: #000;
    background-color: transparent;
}
.btn-transparent:hover{
    color: #fff;
    border-color: #fff;
    background-color: rgba(0,0,0,0.1);
}
.btn-transparent.white{
    border-color: #fff;
    color: #fff;
}
.landscaping .btn-transparent{
    color: #000;
    border-color: #000;
}

/**
 * TYPE PILL TABS
 **/

.choose-exp{
    padding: 32px 0;
}
.choose-exp h5{
    margin-bottom: 32px;
    color: #000;
    font-size: 37px;
    line-height: 34px; /* 91.892% */
    letter-spacing: -0.74px;
    text-transform: uppercase;
    font-family: 'bamfordheadline';
}


.type-tabs {
    display: flex;
    position: relative;
    border-radius: 100px;
    background: #E5E3E2;
    padding: 5px 6px;
    width: 326px;
    margin: 0 auto;
}
.type-tabs * {
  z-index: 2;
}

.type-tabs input[type=radio] {
  display: none;
}

.type-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    width: 105px;
    padding: 10.5px 16px;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.13px;
}
.type-tab:hover{
    text-decoration: underline;
}
.type-tabs input[type=radio]:checked + label {
  color: #000;
}

.type-tabs input[id=construction]:checked ~ .glider {
  transform: translateX(0);
}

.type-tabs input[id=agriculture]:checked ~ .glider {
  transform: translateX(100%);
}

.type-tabs input[id=landscaping]:checked ~ .glider {
  transform: translateX(200%);
}

.type-tabs .glider {
  position: absolute;
  display: flex;
  height: 39px;
  width: 105px;
  z-index: 1;
  border-radius: 99px;
  transition: all 0.25s ease-out;
}

.type-tabs.construction .glider {
  background: #B0D3CF;
}
.type-tabs.agriculture .glider {
    background: #BBCDBB;
}
.type-tabs.landscaping .glider {
    background: #d2cfcc;
}


/**
 * Teleskids
 **/
 
.teleskid-details {
    display: none;
    margin-top: 16px;
}

.teleskids{
    position: relative;
}

.teleskids.construction .teleskid-2TS,
.teleskids.construction .teleskid-2TS::before,
.teleskids.construction .teleskid-2TS::after {
    background: #B7D2CF;
}

.teleskids.construction .teleskid-3TS,
.teleskids.construction .teleskid-3TS::before,
.teleskids.construction .teleskid-3TS::after {
    background: #A5C5C1;
}

.teleskids.construction .teleskid-4TS,
.teleskids.construction .teleskid-4TS::before,
.teleskids.construction .teleskid-4TS::after {
    background: #95B9B4;
}
.teleskids.construction .teleskid-details.construction { display: block; }


    .teleskids .teleskid-2TS::before,
    .teleskids .teleskid-3TS::before,
    .teleskids .teleskid-4TS::before,
    .teleskids .teleskid-2TS::after,
    .teleskids .teleskid-3TS::after,
    .teleskids .teleskid-4TS::after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 50%;
        z-index: -1;
    }
    .teleskids .teleskid-2TS::after,
    .teleskids .teleskid-3TS::after,
    .teleskids .teleskid-4TS::after {
        left: auto;
        right: 0;
    }

.teleskids.agriculture::before{
    background: #BFCCBC;
}
.teleskids.agriculture::after{
    background: #9FB19B;
}
.teleskids.agriculture .teleskid-2TS,
.teleskids.agriculture .teleskid-2TS::before,
.teleskids.agriculture .teleskid-2TS::after {
    background: #BFCCBC;
}

.teleskids.agriculture .teleskid-3TS,
.teleskids.agriculture .teleskid-3TS::before,
.teleskids.agriculture .teleskid-3TS::after {
    background: #AEBEAB;
}

.teleskids.agriculture .teleskid-4TS,
.teleskids.agriculture .teleskid-4TS::before,
.teleskids.agriculture .teleskid-4TS::after {
    background: #9FB19B;
}
.teleskids.agriculture .teleskid-details.agriculture { display: block; }



.teleskids.landscaping::before{
    background: #e0dedc;
}
.teleskids.landscaping::after{
    background: #d2cfcc;
}
.teleskids.landscaping .teleskid-2TS,
.teleskids.landscaping .teleskid-2TS::before,
.teleskids.landscaping .teleskid-2TS::after {
    background: #e0dedc;
}

.teleskids.landscaping .teleskid-3TS,
.teleskids.landscaping .teleskid-3TS::before,
.teleskids.landscaping .teleskid-3TS::after {
    background: #D9D7D5;
}

.teleskids.landscaping .teleskid-4TS,
.teleskids.landscaping .teleskid-4TS::before,
.teleskids.landscaping .teleskid-4TS::after {
    background: #d2cfcc;
}
.teleskids.landscaping .teleskid-details.landscaping { display: block; }

.teleskids hr{
    margin: 16px 0px;    
    border-top: 2px solid #000;
    opacity: 1;
}
.teleskids h3, .teleskids h5, .teleskids p{
    text-align: center;
    font-size: 19px;
    margin-bottom: 32px;
}
.teleskids img{
    width: 100%;
}


.teleskid-expanded{
    background-color: #A5C5C1;
    display:none;
    position:relative;
}
.teleskid-expanded::before{
    content: " ";
    background-color: #D9D7D5;
    width: calc((100vw - 1320px) / 2);
    right: calc((100vw - 1320px) / 2 * -1);
    height: 100%;
    position: absolute;
    top: 0;
}
.construction .teleskid-expanded,
.construction .teleskid-expanded::before{
    background-color: #A5C5C1;
}
.agriculture .teleskid-expanded,
.agriculture .teleskid-expanded::before{
    background-color: #9DB19F;
}
.landscaping .teleskid-expanded-2TS,
.landscaping .teleskid-expanded-2TS::before{
    background-color: #D9D7D5;
}

.landscaping .teleskid-expanded-3TS,
.landscaping .teleskid-expanded-3TS::before {
    background-color: #D3CECC;
}
.landscaping .teleskid-expanded-4TS,
.landscaping .teleskid-expanded-4TS::before{
    background-color: #CAC5C3;
}

.active-2TS .teleskid-expanded-2TS{
    display: inline-block;
}
.active-2TS .teleskid-3TS,
.active-2TS .teleskid-4TS {
    display: none;
}

.active-3TS .teleskid-expanded-3TS{
    display: inline-block;
}
.active-3TS .teleskid-2TS,
.active-3TS .teleskid-4TS {
    display: none;
}

.active-4TS .teleskid-expanded-4TS{
    display: inline-block;
}
.active-4TS .teleskid-2TS,
.active-4TS .teleskid-3TS {
    display: none;
}





.teleskid-expanded .controls{
    position: absolute;
    width: 100%;
    top: 32px;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 9;
}
.teleskid-expanded .controls .buttons{
    border-radius: 100px;
    background:#95B9B4;
    display: flex;
    padding: 5px 6px;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
}
.agriculture .teleskid-expanded .controls .buttons{ background:#BFCDBD; }
.landscaping .teleskid-expanded .controls .buttons{ background: #B6B4B1; }

.teleskid-expanded .controls button{
    height: 32px;
    border-radius: 18px;
    border-color: transparent;
    background-color: transparent;
    padding: 0 16px;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.13px;
}
.xray-front-active .controls .front,
.xray-rear-active .controls .rear {
    background:#B7D2CF;
}

.agriculture.xray-front-active .controls .front,
.agriculture.xray-rear-active .controls .rear {
    background: #9DB19F;
}
.landscaping.xray-front-active .controls .front,
.landscaping.xray-rear-active .controls .rear {
    background: #D3CECC;
}


.close-xray {
    border: transparent;
    background-color: transparent;    
    font-family: 'bamfordregular';
    color: #000;
    font-size: 18px;
    line-height: 32px;
    position: absolute;
    bottom: 32px;
    right: 0;
}
.close-xray span{
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    font-family: 'bamfordbold';
    font-size: 16px;
    line-height: 30px;
    border-color: transparent;
    background:#95B9B4;
    color: #000;
    padding: 0;
}
.agriculture .close-xray span{
    background-color: #BFCDBD;
}
.landscaping .close-xray span{
    background-color: #B6B4B1;
}


.teleskid .front, 
.teleskid .rear {
    background-color: transparent;
}
.teleskid.xray-front-active .front{
    background-color: #000;
}
.teleskid.xray-rear-active .rear{
    background-color: #000;
}

.spec-details {
    margin-bottom:16px;
}
.spec-details small {
    display: block;
    font-size: 12px;
    line-height: 17px;
    height: 35px;
    color: #000;
    text-align: left;
    font-style: normal;
    letter-spacing: -0.26px;
    opacity: 0.6;
}
.spec-details strong {
    display: block;
    font-size: 22px;
    text-align: left;
}
.spec-details strong span{
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.26px;
    opacity: 0.6;
}


.teleskid {
    padding: 32px;
    position: relative;
}
.teleskid h3{
    position: absolute;
    left: 0;
    top: 64px;
    text-align: center;
    width: 100%;
    z-index: 0;
    color: #000;
    text-align: center;
    line-height: 22.5px; /* 15% */
    letter-spacing: -3px;
}
.teleskid img{
    z-index: 2;
    position:relative;
    margin-top: 25px;
    margin-bottom: 24px;
}

.animated-2TS,
.animated-3TS,
.animated-4TS {
    position:relative;
}
.animated-2TS .profile,
.animated-3TS .profile,
.animated-4TS .profile {
    position:relative;
    z-index: 2;
}
.animated-2TS .boom,
.animated-4TS .boom {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.animated-3TS .boom{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.animated-4TS .boom{
    transform-origin: 284px 110px;
}
.animated-4TS .bucket{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform-origin: 140px 140px;
}

.vetsaid {
    position: absolute;
    top: 0px;
    right: 32px;
}
.vetsaid img{
    height: 40px;
    width: auto;
}


/**
 * Teleskid XRay Section
 **/

.xray-block {
    border-radius: 5px;
    visibility: hidden; /* Initially hidden */
    opacity: 0; /* Start fully transparent */
    transition: visibility 0s, opacity 0.5s ease; /* Transition for opacity and visibility */
    height: 0;
}
.construction .xray-block{
    background-color: #8DADA9;
}
.agriculture .xray-block{
    background-color: #9EB09E;
}
.landscaping .xray-block{
    background-color: #D19188;
}

.xray-front, .xray-rear {
    width: 100%;
    height: 500px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.xray{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.xray > div {
    flex: 1;
    padding: 24px;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}
.xray .machine {
    height: 100%;
}
.machine-image{
    height: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;    
    margin: 64px 0;
}
.xray .details {
    display: grid;
    place-content: center;
}

.xray.front div.rear,
.xray.rear div.front {
    display: none;
}

.construction .xray.front.xray-2TS .machine-image {
    background-image: url('../images/construction/2TS-Front.webp');
}
.construction .xray.rear.xray-2TS .machine-image {
    background-image: url('../images/construction/2TS-Rear.webp');
}
.construction .xray.front.xray-3TS .machine-image {
    background-image: url('../images/construction/3TS-Front.webp');
}
.construction .xray.rear.xray-3TS .machine-image {
    background-image: url('../images/construction/3TS-Rear.webp');
}
.construction .xray.front.xray-4TS .machine-image {
    background-image: url('../images/construction/4TS-Front.webp');
}
.construction .xray.rear.xray-4TS .machine-image {
    background-image: url('../images/construction/4TS-Rear.webp');
}


.agriculture .xray.front.xray-2TS .machine-image {
    background-image: url('../images/agriculture/2TS-Front.webp');
}
.agriculture .xray.rear.xray-2TS .machine-image {
    background-image: url('../images/agriculture/2TS-Rear.webp');
}
.agriculture .xray.front.xray-3TS .machine-image {
    background-image: url('../images/agriculture/3TS-Front.webp');
}
.agriculture .xray.rear.xray-3TS .machine-image {
    background-image: url('../images/agriculture/3TS-Rear.webp');
}
.agriculture .xray.front.xray-4TS .machine-image {
    background-image: url('../images/agriculture/4TS-Front.webp');
}
.agriculture .xray.rear.xray-4TS .machine-image {
    background-image: url('../images/agriculture/4TS-Rear.webp');
}


.landscaping .xray.front.xray-2TS .machine-image {
    background-image: url('../images/landscaping/2TS-Front.webp');
}
.landscaping .xray.rear.xray-2TS .machine-image {
    background-image: url('../images/landscaping/2TS-Rear.webp');
}
.landscaping .xray.front.xray-3TS .machine-image {
    background-image: url('../images/landscaping/3TS-Front.webp');
}
.landscaping .xray.rear.xray-3TS .machine-image {
    background-image: url('../images/landscaping/3TS-Rear.webp');
}
.landscaping .xray.front.xray-4TS .machine-image {
    background-image: url('../images/landscaping/4TS-Front.webp');
}
.landscaping .xray.rear.xray-4TS .machine-image {
    background-image: url('../images/landscaping/4TS-Rear.webp');
}


.testimonial_video{
    background: transparent !important;
    position: relative;
    width: 200px;
    padding: 10px 36px 10px 54px;
    font-size: 13.5px;
    line-height: 17px;
    letter-spacing: -0.067px;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    border-radius: 100px;
    text-align: center;
}

.testimonial_video::before{
    content: " ";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 7px;
    left: 28px;
    background-image: url('../images/play.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}


.xray-front-active .xray-block,
.xray-rear-active .xray-block {
    visibility: visible; /* Make visible when parent has the active class */
    opacity: 1; /* Fade in effect */
    transition-delay: 0s; /* Remove delay when fading in */
    position: relative;
    height: auto;
}
.xray-front-active .xray-options,
.xray-rear-active .xray-options {
    display: block;
}
.xray-front, .xray-rear {
    display: none;
}
.xray-front-active .xray-front {
    display:block;
    position: relative;
}
.xray-rear-active .xray-rear {
    display:block;
    position: relative;
}

.main-options {
    display: flex;
}
.xray-front-active .main-options .explore,
.xray-rear-active .main-options .explore {
    display: none !important;
}
.xray-front-active .main-options .quote,
.xray-rear-active .main-options .quote {
    width: 100%;
}

.xray-details{
    position: relative;
    padding-left: 48px;
    margin-bottom: 32px;
}
.xray-details::before {
    background-color: #fff;
    border-radius: 100px;
    position: absolute; 
    left: 0;
    top: 0;
    font-family: 'BamfordBold';
    color: #000;
    font-size: 16px;
    line-height: 16px; /* 100% */
    letter-spacing: -0.16px;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 7px 0px;
}
.construction .xray-details::before{
    background-color: #99B9B5;
}
.agriculture .xray-details::before{
    background-color: #BFCDBC;
}
.landscaping .xray-details::before{
    background-color: #B6B4B1;
}
.xray-details:nth-of-type(1)::before { content: "A"; }
.xray-details:nth-of-type(2)::before { content: "B"; }
.xray-details:nth-of-type(3)::before { content: "C"; }
.xray-details:nth-of-type(4)::before { content: "D"; }
.xray-details:nth-of-type(5)::before { content: "E"; }


.xray-details h6{
    color: #000;
    font-family: 'BamfordBold';
    letter-spacing: -0.3px;
    text-transform: none;
    font-size: 22px;
    line-height: 24px; /* 109.091% */
    letter-spacing: -0.44px;
}
.xray-details p,
.xray .front > p,
.xray .rear > p {
    text-align: left;
    color: #000;
    font-size: 13px;
    line-height: 17px; /* 130.769% */
    letter-spacing: -0.26px;   
    margin-bottom: 32px;
}
.xray .front > p,
.xray .rear > p { 
    margin-bottom: 64px;
}

.xray-front img,
.xray-rear img {
    margin: 150px auto;
    max-width: 90%;
    display: block;
}

.pricing {
    margin-bottom: 48px;
}
.pricing h5{
    color: #000;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -0.3px;
}
.pricing > div {
    display: flex;
    justify-content: space-around;
}
.pricing span {
    font-size: 14px;
    text-align: left;
    display: block;
    color: rgba(0, 0, 0, 0.60);
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.26px;
}
.pricing strong{
    font-size: 22px;
    text-align: left;
    display: block;
    color: #000;
    line-height: 24px;
    letter-spacing: -0.44px;
    text-transform: uppercase;
}


/**
 * 2TS Front XRay
 **/
.teleskid-2TS.xray-front .xray-details:nth-of-type(1){
    top: 195px;
    left: 50px;
}
.teleskid-2TS.xray-front .xray-details:nth-of-type(2){
    right: 20px;
    bottom: 165px;
}
/**
 * 2TS Rear XRay
 **/
.teleskid-2TS.xray-rear .xray-details:nth-of-type(1){
    top: 335px;
    left: 15px;
    width: 119px;
}
.teleskid-2TS.xray-rear .xray-details:nth-of-type(2){
    right: 30px;
    bottom: 195px;
    text-align: right;
}
.teleskid-2TS.xray-rear .xray-details:nth-of-type(2) p {
    text-align: right;
}
.teleskid-2TS.xray-rear .xray-details:nth-of-type(3){
    left: 30px;
    bottom: 180px;
}




/**
 * 3TS Front XRay
 **/
.teleskid-3TS.xray-front .xray-details:nth-of-type(1){
    top: 235px;
    left: 50px;
}
.teleskid-3TS.xray-front .xray-details:nth-of-type(2){
    right: 60px;
    bottom: 202px;
    text-align: right;
}
.teleskid-3TS.xray-front .xray-details:nth-of-type(2) p{
    text-align:right;
}
/**
 * 3TS Rear XRay
 **/
.teleskid-3TS.xray-rear .xray-details:nth-of-type(1){
    top: 346px;
    left: 15px;
}
.teleskid-3TS.xray-rear .xray-details:nth-of-type(2){
    right: 20px;
    bottom: 205px;
    text-align: right;
}
.teleskid-3TS.xray-rear .xray-details:nth-of-type(2) p{
    text-align: right;
}



/**
 * 4TS Front XRay
 **/
.teleskid-4TS.xray-front .xray-details:nth-of-type(1){
    bottom: 190px;
    left: 80px;
}
.teleskid-4TS.xray-front .xray-details:nth-of-type(2){
    left: 115px;
    top: 170px;
}
.teleskid-4TS.xray-front .xray-details:nth-of-type(3){
    bottom: 233px;
    right: 15px;
    text-align: right;
    width: 175px;
}
.teleskid-4TS.xray-front .xray-details:nth-of-type(3) p{
    text-align: right;
}
/**
 * 4TS Rear XRay
 **/
.teleskid-4TS.xray-rear .xray-details:nth-of-type(1){
    top: 155px;
    right: 30px;
    text-align: right;
}
.teleskid-4TS.xray-rear .xray-details:nth-of-type(1) p{
    text-align: right;
}
.teleskid-4TS.xray-rear .xray-details:nth-of-type(2){
    right: 15px; 
    bottom: 195px;
    text-align: right;
}
.teleskid-4TS.xray-rear .xray-details:nth-of-type(2) p{
    text-align: right;
}
.teleskid-4TS.xray-rear .xray-details:nth-of-type(3){
    top: 375px;
    left: 20px;
}





/**
 * Features
 **/

.features-wrapper{
    width: 100vw;
    background-color: #FCAF25;
}
.features {
    background-color: #FCAF25;
    padding: 32px 0;
    position: relative;
}

.features h5{
    font-family: 'bamfordheadline';
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-size: 37px;
    line-height: 34px; /* 91.892% */
    letter-spacing: -0.74px;
}

/**
 * TYPE PILL TABS
 **/

.features-tabs {
    display: flex;
    position: relative;
    border-radius: 100px;
    background: #f1d299;
    padding: 5px 6px;
    width: 431px;
    margin: 32px auto 0;
}
.features-tabs * {
  z-index: 2;
}

.features-tabs input[type=radio] {
  display: none;
}

.features-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    width: 105px;
    padding: 10.5px 16px;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.13px;
}

.features-tab:hover{
    text-decoration: underline;
}


.features-tabs input[type=radio]:checked + label {
  color: #fff;
}


.features-tabs input[id=safety]:checked ~ .glider {
  transform: translateX(0%);
}

.features-tabs input[id=lift]:checked ~ .glider {
  transform: translateX(100%);
}

.features-tabs input[id=dig]:checked ~ .glider {
  transform: translateX(200%);
}

.features-tabs input[id=reach]:checked ~ .glider {
  transform: translateX(300%);
}

.features-tabs input[id=visibility]:checked ~ .glider {
  transform: translateX(400%);
}

.features-tabs .glider {
    position: absolute;
    display: flex;
    height: 39px;
    width: 84px;
    z-index: 1;
    border-radius: 100px;
    background: #000;
    color: #E5E3E2;
    transition: all 0.25s ease-out;
}


.features-slider > div {
    display: none;
}
.features-slider > .active{
    display: block;
}
.features-slider p {
    text-align: center;
    font-family: 'bamfordbold';
    text-transform: none;
    font-size: 19px;
    line-height: 1.2;
}

.features-slider img {
    max-width: 90vw;
    height: auto;
    width: 100%;
    max-width: 800px;
    margin: 50px auto 0;
}


.features-slider.agriculture .construction,
.features-slider.agriculture .landscaping {
    display: none !important;
}
.features-slider.construction .agriculture,
.features-slider.construction .landscaping {
    display: none !important;
}
.features-slider.landscaping .agriculture,
.features-slider.landscaping .construction {
    display: none !important;
}


/**
 * Contact
 **/

.contact{
    background-image: url('../images/contact-bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 32px 0px;
}


.contact .col-md-6{
    padding: 18px;
}

.contact h3 {
    font-family: 'bamfordheadline';
    font-size: 30px;
    line-height: 33px; /* 110% */
    text-transform: uppercase;
}

.contact .col-md-6 > div {
    border-radius: 20px;
    padding: 36px;
    height: 100%;
}
.contact.construction .find-dealer div, 
.contact.construction .get-quote div {
    background: #B7D2CF;
}
.contact.agriculture .find-dealer div, 
.contact.agriculture .get-quote div {
    background: #BFCCBC;
}
.contact.landscaping .find-dealer div, 
.contact.landscaping .get-quote div {
    background: #e0dedc;
}



.contact .bg-photo h2 {
    color: #fff;
}
.btn {
    border-radius: 100px;
    padding: 12px 16px;
    margin-right: 16px;
}


/**
 * MAP
 **/
.map {
 background: #000;
 padding: 32px 0;
}
.map h3{
    color: #fff;
    font-size: 72px;
    line-height: 66px;
    font-family: 'bamfordheadline';
    text-transform: uppercase;
}
.map img {
    width: 100%;
    margin: 0 auto;
}
.map.america img.canada,
.map.canada img.america {
    display: none;
}

.map-controls {
    display: flex;
    justify-content: center;
}
.map-controls div{
    display: flex;
    padding: 5px 6px;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.50);
}
.map-controls button{
    border-radius: 100px;
    background-color: transparent;
    border: transparent;
    color: #000;
    padding: 10px 16px;
    font-size: 13px;
    line-height: 18px; /* 138.462% */
    letter-spacing: -0.13px;
}
.america button.america,
.canada button.canada {
    background-color: #000;
    color: #fff;
}

/** 
 * History Timeline
 **/
 .history{
    background-color: #FCAF25;
    background-image: url('../images/timeline/timeline-bg.webp');
    background-repeat: no-repeat;
    background-size: 100vw auto;
    background-position: top center;
    padding: 30px 0px 0px;
    position: relative;
    min-height: 60vw;
 }

 .history .open-timeline {
    color: #000;
    background-color: #FCAF25;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 9px 31px 12px;
    font-size: 22px;
    line-height: 22px;
 }

 .history h3{
    margin-bottom: 25px;
    text-align: center;
    color: #fff;
    font-size: 32px;
 }

 .history .line{
    min-height: 50px;
    height: calc(100% - 255px);
    padding: 0;
    position: absolute;
    top: 0px;
    left: 50%;
    border-left: 5px solid #000;
    z-index: 1;
 }

 .history .line::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: -15px;
  border: solid black;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

 .history .timeline{
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 50px;
    margin-top: 40vw;
    transition: margin-top 0s ease 0s, height 0.5s ease;
    overflow: hidden; /* Hide overflow */
 }

 .history .timeline.closed{
    /* display: none; */
    height: 0; /* Set height to 0 when closed */
    padding-bottom: 0; /* Optional: adjust padding */
    margin: 0;
    transition: margin-top 0s ease 0.5s, height 0.5s ease;
 }

.history .timeline .event {
    width: 50%;
    padding: 0 20px;
}

.history .timeline .event.left {
    float: left;
    text-align: right;
    margin-right: 50%;
    padding-right: 25px;
}
.history .timeline .event.right {
    float: right;
    text-align: left;
    margin-left: 50%;
    padding-left: 30px;
}


.timeline .date {
    font-family: 'bamfordheadline';
    font-size: 72px;
    line-height: 60px;
    position: relative;
    color: #000;
}
.timeline .date::before {
    content: " ";
    height: 0px;
    width: 25px;
    border-top: 5px solid #000;
    position: absolute;
    right: -30px;
    top: 50%;
}
.timeline .date.top::before {
    top: 0%;
}
.timeline .date.bottom::before {
    top: 100%;
}
.timeline .right .date::before {
    left: -25px;
    right: auto;
}
.timeline .title {
    font-family: 'bamfordbold';
    font-size: 16px;
    line-height: 16px;
    margin: 5px 0;
}

.event img {
    max-width: 100%;
    margin-bottom: 25px;
}
.timeline .full-img {
    z-index: 2;
    position: relative;
    clear:both;
}
.timeline .full-img img{
    width: 100%;
    transform-origin: top center;
}
.timeline .full-img p {
    position: absolute;
    text-align: center;
    font-family: 'bamfordbold';
    width: 100%;
    padding-top: 0px;
    font-size: 16px;
    z-index: 3;
}

#timeline-1945 img{
    left: calc(-100% - 80px);
    top: -80px;
    position: relative;
    max-width: 100%;
}

#timeline-1953 img{
    right: -100%;
    top: -105px;
    position: relative;
    z-index: 2;
    max-width: 260px;
    margin-bottom: -75px;
}

#timeline-1977 img{
    left: calc(-100% - 110px);
    position: relative;
    max-width: 230px;
    margin-bottom: -200px;
    z-index: 3;
}

#timeline-1993 {
    margin-bottom: 50px;
}
#timeline-1993 img {
    right: calc(-100% - 85px);
    position: relative;
    top: 60px;
    margin-bottom: -50px;
}

#timeline-2026{
    margin-bottom: 95px !important;
}

.timeline-link{
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.timeline-link a{
    color: #000;
}
.timeline-link button{
    background-color: #fff;
    color: #000;
    padding: 8px 24px;
    border-radius: 50px;
    border-width: 0px;
    font-size: 18px;
}

/**
 * Video
 **/
.video-section {
 position: relative;
 padding: 0;
}
.video-section img{
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 8px;
}
.video-section h3{
    color: #000;
    font-size: 22px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'bamfordheadline';
    margin: 32px 0;
}
.video-section p{
    font-family: 'bamfordbold';
    text-transform: none;
    font-size: 19px;
    line-height: 1.2;
    margin-bottom:32px;
    margin-top: 16px;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/**
 * Footer
 **/
footer {
    background: #000;
    color: #fff;
}
footer p{
    font-size: 13px;
    line-height: 15px;
}
footer p a{
    color: #fff;
}



/**
 * Quote Page
 **/

 .quote nav {
    background-color: #F9B111;
    margin-bottom: 20px;
 }
 #quote-wrapper{
    padding: 50px 15px;
 }
.quote-copy h1{
    font-family: 'bamfordheadline';
    font-size: 72px;
    line-height: 61px;
    letter-spacing: -2%;
    text-transform: uppercase;
}
.quote-copy h3{
    font-family: 'bamfordregular';
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: none;
}
.quote-copy ul{
    display: flex;
    margin: 0;
    padding: 0;
}
.quote-copy ul li{
    list-style-type: none;
    padding: 0 25px 0 35px;
    position: relative;
}
.quote-copy ul li::before{
    content: " ";
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0px;
    top: -3px;
    background-image: url('../images/check.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

 #quote-form {
    background: #F3F3F3;
    padding: 32px;
    border-radius: 16px;
 }

 #quote-form label{
    font-family: 'bamfordregular';
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -2%;
    padding-bottom: 0;
 }
 #quote-form h4{
    font-family: 'bamfordbold';
    font-size: 15px;
    line-height: 22.5px;
    letter-spacing: 0%;
    text-align: left;
    margin: 0;
 }

 #quote-form input::placeholder{
    color: #ccc;
 }

 span.req{
    color: #D80000;
 }
 .form-group .section-heading{
    padding-left: 50px;
    position: relative;
 }
.form-group .section-heading::before{
    width: 32px;
    height: 32px;
    padding: 8px 12px;
    display: inline-block;
    font-family: 'bamfordbold';
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #fff;
    background-color: #F9B111;
    border-radius: 500px;
    content: "1";
    position: absolute;
    left: 5px;
    top: 5px;
}
.form-group .section-2::before{
    content: "2"
}

 .form-group .section-heading strong{
    font-family: 'bamfordbold';
    font-size: 15px;
    line-height: 22.5px;
    letter-spacing: 0%;
    display: block;
    text-align: left;
 }
 .form-group .section-heading small{
    font-family: 'bamfordregular';
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -2%;
    color: #787878;
    display: block;
    text-align: left;
 }



/**
 * Thank You
 **/
#thank-you {
    min-height: 80vh;
    background-image: url('../images/thanks-bg.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: right bottom;
}
 #thank-you h1{
    color: #000;
    font-family: 'bamfordbold';
    text-transform: none;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.8px;
    margin-bottom: 20px;
 }
 #thank-you p{
    color: #000;
    font-family: 'bamfordbold';
    font-size: 24px;
    line-height: 26px; /* 108.333% */
    margin-bottom: 40px;
 }
 #thank-you ul{
    width: 275px;
 }
 #thank-you ul li {
    list-style: none;
    display: flex;
 }
 #thank-you ul li a{
    border-left: 3px solid #000;
    padding: 16px;
    margin-bottom: 5px;
    color: #000;
    font-family: 'bamfordregular';
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.26px;
    text-decoration: none;
 }


/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    .teleskids h3 {
        font-size: 120px;
    }

    .features-tabs{
        transform: scale(0.8);
        width: auto;
    }

    .spec-details small{
        height: 55px;
    }
    .map h3{
        color: #fff;
        font-size: 38px;
        line-height: 36px;
    }
}

/* Small devices (tablets, 576px and up) */
@media (min-width: 576px) {

    .teleskids h3 {
        font-size: 150px;
    }

    .features-tabs{
        transform: scale(1);
        margin: 32px auto 36px;
    }

    .teleskids .teleskid-2TS::before,
    .teleskids .teleskid-3TS::before,
    .teleskids .teleskid-4TS::before {
        width: calc((100vw - 540px)/2);
        left: calc((100vw - 540px)/2 *-1);
    }

    .teleskids .teleskid-2TS::after,
    .teleskids .teleskid-3TS::after,
    .teleskids .teleskid-4TS::after {
        width: calc((100vw - 540px)/2);
        left: auto;
        right: calc((100vw - 540px)/2 *-1);
    }

    .vetsaid {
        top: 285px;
        right: 36px;
    }

    .map h3{
        color: #fff;
        font-size: 48px;
        line-height: 42px;
    }

    .video-section h3{
        font-size: 28px;
        line-height: 24px;
    }

    .history .timeline .event.left {
        padding-left: 50px;
    }
    .history .timeline .event.right{
        padding-right: 45px;
    }
    .timeline .date::before {
        width: 30px;
        right: -30px;
    }
    .timeline .right .date::before {
        left: -30px;
    }

    #timeline-1953 img {
        right: calc(-100% + 23px);
        top: -100px;
        max-width: 380px;
        margin-bottom: -75px;
    }
    #timeline-1953 .title{
        width: 230px;
        float: right;
    }
    #timeline-1977 img {
        left: calc(-100% - 100px);
        position: relative;
        max-width: 280px;
    }
}

/* Medium devices (desktops, 768px and up) */
@media (min-width: 768px) {

    #header-carousel{
        background-size: cover;
        background-position: center center;
        padding: 81px 64px 32px;
    }
    #header-carousel::before{opacity: 0}
    #header-carousel h1 {
        font-size: 72px;
        line-height: 66px;
        letter-spacing: -2%;
        margin-top: 0;
        margin-bottom: 32px;
    }
    #header-carousel ul li{
        margin: 16px auto;
    }

    .teleskids h3 {
        font-size: 190px;
    }


    .teleskids .teleskid-2TS::before,
    .teleskids .teleskid-3TS::before,
    .teleskids .teleskid-4TS::before {
        width: calc((100vw - 720px)/2);
        left: calc((100vw - 720px)/2 *-1);
    }

    .teleskids .teleskid-2TS::after,
    .teleskids .teleskid-3TS::after,
    .teleskids .teleskid-4TS::after {
        width: calc((100vw - 720px)/2);
        left: auto;
        right: calc((100vw - 720px)/2 *-1);
    }

    .vetsaid {
        top: 375px;
        right: 64px;
    }

    .spec-details small {
        font-size: 12px;
        line-height: 17px;
        height: 14px;
    }
    .spec-details strong{
        font-size: 22px;
    }
    .spec-details strong span {
        font-size: 13px;
        line-height: 17px;
    }

    .history{
        padding: 50px 50px 0;
    }
    .history h3{
        margin-bottom: 25px;
        font-size: 64px;
    }

    .history .open-timeline {
        padding: 11px 20px;
        font-size: 24px;
        line-height: 24px;
    }

    .timeline .title {
        font-size: 28px;
        line-height: 26px; 
    }

    .timeline .date{
        font-size: 118px;
        line-height: 100px;
    }

    .event img {
        max-width: 300px;
    }

    .timeline .full-img p {
        padding-top: 10px;
        font-size: 32px;
    }

    #timeline-1945 img{
        left: calc(-100% - 50px);
        top: -120px;
        position: relative;
        max-width: 90%;
    }

    #timeline-1953 img{
        right: calc(-100% + 20px);
        top: -150px;
        margin-bottom: -150px;
        max-width: none;
        width: 432px;
    }
    #timeline-1953 .title{
        width: 280px;
    }

    #timeline-1977 img{
        max-width: 100%;
        left: -100%;
        margin-bottom: -230px;
    }

    #timeline-1993 {
        margin-bottom: 50px;
    }
    #timeline-1993 .title{
        width: 330px;
        float: right;
        margin-left: calc(100% - 330px);
    }
    #timeline-1993 img {
        max-width: 100%;
        right: calc(-100% - 80px);
        position: relative;
        top: 75px;
        margin-bottom: -75px;
    }

    #timeline-2000 .title{
        width: 270px;
    }

    #timeline-2017 .title{
        width: 270px;
    }

    #timeline-2023 .title{
        width: 270px;
        float: right;
    }

    #timeline-2025 .title{
        width: 325px;
    }

    #timeline-2026 .title{
        width: 275px;
        float: right;
    }

    .map h3{
        color: #fff;
        font-size: 58px;
        line-height: 50px;
    }

    #quote-wrapper{
        padding: 50px 0;
    }
    
    .video-section h3{
        font-size: 32px;
        line-height: 28px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
    .dynamic-slide .slide-title h4{
        font-size: 62px;
        line-height: 56px;
        letter-spacing: -1.44px;
    }

    
    .teleskids h3 {
        font-size: 120px;
    }

    .vetsaid {
        top: 170px;
        right: 44px;
    }

    .spec-details small {
        font-size: 10px;
        line-height: 13px;
        height: 40px;
    }
    .spec-details strong{
        font-size: 17px;
    }
    .spec-details strong span {
        font-size: 11px;
        line-height: 11px;
    }


    .xray{
        display: flex;
        flex-direction: row;
    }
    .teleskid-expanded .controls{
        top: 100px;
    }
    .machine-image{
        margin-top: 0;
    }


    .teleskids .teleskid-2TS::before,
    .teleskids .teleskid-3TS::before,
    .teleskids .teleskid-4TS::before {
        width: 0;
    }

    .teleskids .teleskid-2TS::after,
    .teleskids .teleskid-3TS::after,
    .teleskids .teleskid-4TS::after {
        width: 0;
    }

    .teleskids::before,
    .teleskids::after{
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #B7D2CF;
        width: 50%;
        z-index: -1;
    }
    .teleskids::after {
        left: auto;
        right: 0;
        background: #95B9B4;
    }

    .map h3{
        margin-bottom: 32px;
        font-size: 37px;
        line-height: 34px;
        letter-spacing: -0.74px;
    }

    .history{
        padding: 50px 50px 0;
    }
    .history h3{
        font-size: 98px;
    }
    .history .open-timeline{
        padding: 10px 70px;
        width: auto;
    }

    #timeline-1953 img{
        width: 475px;
        right: calc(-100% + 30px);
    }

    .video-section h3{
        font-size: 38px;
        line-height: 34px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .dynamic-slide .slide-title h4{
        font-size: 72px;
        line-height: 66px;
        letter-spacing: -1.44px;
    }
    .teleskids h3 {
        font-size: 150px;
    }

    .vetsaid {
        top: 200px;
        right: 44px;
    }

    .spec-details small {
        font-size: 10px;
        line-height: 13px;
        height: 25px;
    }
    .spec-details strong{
        font-size: 22px;
    }
    .spec-details strong span {
        font-size: 13px;
        line-height: 17px;
    }

    .history{
        background-size: 1280px auto;
        padding: 150px 50px 0;
        min-height: 840px;
    }
    .history .timeline{
        margin-top: 400px;
    }

    
    #timeline-1953 img{
        width: 575px;
        right: calc(-100% + 40px);
    }


    #thank-you {
        background-size: auto 650px;
    }
    #thank-you h1{
        font-size: 110px;
        line-height: 105px; /* 95.455% */
        letter-spacing: -2.2px;
        margin-bottom: 40px;
    }

    .video-section h3{
        font-size: 48px;
        line-height: 44px;
    }
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

    .vetsaid {
        top: 230px;
        right: 64px;
    }

    .spec-details small {
        font-size: 12px;
        line-height: 17px;
        height: 35px;
    }

    #timeline-1953 img{
        width: 700px;
    }

    #thank-you {
        background-size: auto 100%;
    }

    .video-section h3{
        margin-bottom: 32px;
        font-size: 37px;
        line-height: 34px;
        letter-spacing: -0.74px;
    }
}

/* Firefox-specific styles */
@supports (-moz-appearance: none) {
    .teleskid h3 {
        top: 78px;
    }
}