.cs-fly-container.custom-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.custom-container.custom-container--esi{
    max-width: 1000px;
}
.cs-fly-hero {
    padding-top: 135px;
    padding-bottom: 60px;
    background-image: linear-gradient(to bottom, rgba(238, 249, 255, 1) 0%, rgba(238, 249, 255, 0.23) 100%);
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%;
}

.cs-fly-hero-contents {
    display: grid;
    align-items: center;
    gap: 30px;
    grid-template-columns: 6fr 4fr;
}

.cs-fly-hero-contents .fly-hero-col {
    max-width: 100%
}

.fly-media-fancybox {
    position: relative;
    display: inline-block;
}

.cs-hero-media-cover {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 36%;
}

.cs-fly-hero-contents .text-side .fly-hero-heading {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.cs-fly-hero-contents .text-side .fly-hero-heading span {
    display: block;
    color: #00acdf;
}
.cs-fly-hero.warrior .cs-fly-hero-contents .text-side .fly-hero-heading span{
    color: #00627e;
}
.cs-fly-hero-contents .text-side .fly-hero-desc {
    font-size: 16px;
    line-height: 1.5;
}

.cs-fly-hero-contents .text-side .fly-hero-desc + a {
    margin-top: 20px;
}
.fly-media-contents.cs-fly-media-contents {
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
}
/* .fly-media-contents.cs-fly-media-contents.cs-aspect-ratio{
    aspect-ratio: 2.2 / 1;
} */

.fly-media-contents.cs-fly-media-contents .fly-media-fancybox {
    width: 100%;
    border-radius: inherit;
    position: relative;
}
.fly-media-contents.cs-fly-media-contents .fly-media-fancybox::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: inherit;
    pointer-events: none;
    z-index: 1;
}

.fly-media-contents.cs-fly-media-contents .fly-media-fancybox img.cs-hero-media-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.fly-media-contents.cs-fly-media-contents .fly-media-fancybox img.hero-play-btn {
    width: 100px;
    z-index: 2;
}

.cs-fly-operator {
    padding: 50px 0 0px;
    background-color: #1A2C37;
}

.cs-fly-operator .cs-section-title {
    color: #ffffff;
}

.cs-section-title {
    text-align: center;
    color: #091822;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

.cs-section-title span {
    display: block;
    color: #00A0DF;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
}

.cs-slider-item__contents .slide-media-box {
    width: 150px;
    margin: 0 auto;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 20px;
    padding: 15px;
}

.cs-slider-list .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 6px;
    padding: 0;
    margin: 0 5px;
    background-color: #909090;
    transition: 0.2s;
}

.cs-slider-list .slick-dots li.slick-active {
    background-color: #FFF;
    width: 20px;
}

.cs-slider-list .slick-dots li button {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.cs-slider-list .slick-dots li button::before {
    display: none;
}

.slide-media-box img {
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: inherit;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}

.slide-title {
    font-size: 14px;
    text-align: center;
    margin: 0;
    margin-top: 10px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
}

.slide-desc {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.cs-action-block {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #091822;
    padding: 20px;
}

.cs-fly-operator .cs-action-block {
    position: sticky;
    bottom: 0;
}

.cs-fly-operator .cs-main-slider {
    margin-bottom: 70px;
}

.cs-action-block .price-box {
    display: flex;
    text-align: right;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #666;
    text-align: center;
    gap: 10px;
}

.cs-action-block .price-box label {
    font-size: 26px;
    color: #FFF;
    display: flex;
    align-items: center;
}

.cs-action-block .price-box h3 {
    margin: 0;
    font-size: 36px;
    line-height: 1;
    color: #FFF;
    letter-spacing: -1px;
    display: inline-block;
}

.cs-cover-video {
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    height: clamp(380px, 100vh, 500px);
    position: relative;
    border-radius: 20px;
}

.cs-cover-video .cs-cover-data {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-cover-video .cs-video-play-btn {
    width: 124px;
    height: 124px;
}

.cs-more-jobs {
    padding: 50px 0;
}

.more-jobs-content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.more-jobs-media {
    flex: 0 0 100%;
    max-width: 44%;
    height: 380px;
    border-radius: 20px;
}

.more-jobs-media img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: top left;
    border-radius: inherit;
}

.more-jobs-right {
    flex: 1;
}

.more-jobs-text li:not(:last-child) {
    margin-bottom: 30px;
}

.more-jobs-text h2 {
    font-size: 20px;
    color: #00A0DF;
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
}

.more-jobs-text p {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

.cs-logo-side.logo-main {
    display: flex;
    padding: 0;
    align-items: center;
    /* cursor: pointer; */
}

.cs-logo-side .cs-logo-item:nth-child(1) {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #aaa;
}

.cs-logo-side .cs-logo-item img {
    width: unset;
    max-width: 100%;
    height: auto;
    max-height: 54px;
}
.cs-logo-side.logo-main-sfp .cs-logo-item:nth-child(1) img,
.cs-logo-side.logo-main-cleartopia .cs-logo-item:nth-child(1) img,
.cs-logo-side.logo-main-lfra .cs-logo-item:nth-child(1) img,
.cs-logo-side.logo-main-warrior .cs-logo-item:nth-child(1) img,
.cs-logo-side.logo-main-auterion .cs-logo-item:nth-child(1) img{
    max-height: 90px;
}

.cs-sec-logo.cs-sec-logo--mob {
    display: none;
}

.cs-full-video {
    padding-top: 50px;
}
.fly-guys-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: calc(100vh - 66px);
}
.cs-single-product {
    display: flex;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
    gap: 25px;
}

.cs-single-product .image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-single-product .image img {
    width: 100%;
    display: block;
}

.cs-single-product .left {
    flex: 0 0 150px;
    width: 150px;
    height: 150px;
    background-color: #FFF;
    border-radius: 20px;
    padding: 20px;
}

.cs-single-product .text {
    text-align: left;
}

.cs-single-product .text .heading {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.3;
}

.cs-single-product .text .heading span {
    font-weight: 500;
}

.cs-single-product .text p {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
}
.fly-hero-col .btn-block{
    display: flex;
    padding-top: 20px;
}
.landing-price-action a.btn-primary-orange {
    font-size: 20px;
    height: 58px;
    line-height: 58px;
    padding: 0 36px;
    white-space: nowrap;
}
.cs-fly-operator.esi-box .cs-action-block{
    background-color: transparent;
    position: unset;
    padding: 0;
    margin: 0 !important;
}
.cs-fly-operator.esi-box .cs-section-title span{
    font-size: 24px;
    margin: 0;
}
.cs-fly-operator.esi-box .cs-section-title{
    margin-bottom: 0;
}
.fly-guys-wrapper ul.slick-dots li:only-child{
    display: none;
}
.esi-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 758px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}


.cs-fly-operator.box-cleartopia .cs-section-title,
.cs-fly-operator.box-cleartopia .cs-main-slider{
    display: none;
}
.cs-fly-operator.box-cleartopia .esi-heading{
    justify-content: center;
}
.cs-fly-operator.box-cleartopia .cs-action-block .btn-primary-orange{
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    white-space: nowrap;
}
.cs-fly-hero.cleartopia,
.cs-fly-hero.airspacelink,
.cs-fly-hero.lfra,
.cs-fly-hero.warrior,
.cs-fly-hero.auterion,
.cs-fly-hero.fra{
    position: relative;
    isolation: isolate;
}
.cs-fly-hero.auterion,
.cs-fly-hero.lfra,
.cs-fly-hero.warrior,
.cs-fly-hero.airspacelink{
    background-position: bottom center !important;
}
.cs-fly-hero.auterion::after,
.cs-fly-hero.cleartopia::after,
.cs-fly-hero.airspacelink::after,
.cs-fly-hero.lfra::after,
.cs-fly-hero.warrior::after,
.cs-fly-hero.fra::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgba(238, 249, 255, 0.92) 0%,rgba(238, 249, 255, 0.9) 100%);
    top: 0;
    left: 0;
    z-index: -1;
}
.cs-fly-hero.warrior::after,
.cs-fly-hero.airspacelink::after,
.cs-fly-hero.lfra::after{
    background: linear-gradient(to bottom,rgba(238, 249, 255, 0.9) 0%,rgba(238, 249, 255, 0.6) 100%);
    backdrop-filter: blur(3px);
}
.cs-fly-hero.auterion{
    background-size: cover !important;
}
.cs-fly-hero.auterion::after{
    background: linear-gradient(to bottom, rgb(186 231 255 / 87%) 0%, rgba(238, 249, 255, 0.6) 100%);
    backdrop-filter: blur(0px);
}


.cs-fly-hero.fra::after{
    background: linear-gradient(to right,rgba(238, 249, 255, 1) 0%,rgba(238, 249, 255, 0.7) 100%);
}
@media screen and (min-width: 1800px) {
    .cs-action-block .price-box h3 {
        font-size: 44px;
    }

    .more-jobs-text p {
        font-size: 18px;
        line-height: 1.5;
    }

    .more-jobs-text h2 {
        font-size: 32px;
    }
    .cs-single-product {
        max-width: 800px;
    }
    .cs-single-product .left {
        flex: 0 0 200px;
        width: 200px;
        height: 200px;
    }
    .cs-single-product .text .heading {
        font-size: 24px;
    }
    .cs-single-product .text p {
        font-size: 17px;
    }
}


@media screen and (max-width: 1100px) {
    .cs-fly-hero-contents .text-side .fly-hero-heading {
        font-size: 30px;
    }

    .cs-fly-hero-contents .text-side .fly-hero-desc {
        font-size: 16px;
    }

    .more-jobs-text h2 {
        font-size: 22px;
    }

    .more-jobs-content {
        gap: 30px;
    }

    .more-jobs-text li:not(:last-child) {
        margin-bottom: 20px;
    }

    .cs-section-title {
        font-size: 30px;
    }
    .cs-logo-side .cs-logo-item img{
        max-height: 46px;
    }
    .cs-logo-side.logo-main-auterion .cs-logo-item:nth-child(1) img,
    .cs-logo-side.logo-main-sfp .cs-logo-item:nth-child(1) img,
    .cs-logo-side.logo-main-cleartopia .cs-logo-item:nth-child(1) img,
    .cs-logo-side.logo-main-warrior .cs-logo-item:nth-child(1) img,
    .cs-logo-side.logo-main-lfra .cs-logo-item:nth-child(1) img{
        max-height: 75px;
    }
    .cs-section-title span{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .cs-action-block .price-box h3{
        font-size: 32px;
    }
    .cs-action-block .price-box label{
        font-size: 22px;
    }
}

@media screen and (max-width: 991px) {
    .cs-fly-hero-contents .text-side .fly-hero-heading {
        font-size: 28px;
    }

    .cs-fly-hero-contents .text-side .fly-hero-desc {
        font-size: 16px;
    }

    .cs-section-title {
        font-size: 32px;
    }
    .cs-fly-hero-contents{
        grid-template-columns: 5fr 4fr;
        gap: 20px;
    }
    .cs-slider-item__contents .slide-media-box{
        width: 130px;
        height: 130px;
    }
    .cs-section-title{
        font-size: 28px;
    }
    .cs-section-title span{
        font-size: 16px;
    }
    .cs-fly-hero{
        padding-top: 110px;
        padding-bottom: 50px;
    }
    .cs-cover-video{
        height: clamp(380px, 100vh, 400px)
    }
    .topmenu-pre-text{
        display: none;
    }
    .navigation-main.navigation-main--sfp,
    .navigation-main.navigation-main--auterion,
    .navigation-main.navigation-main--cleartopia,
    .navigation-main.navigation-main--warrior,
    .navigation-main.navigation-main--lfra{
        padding-top: 90px;
    }
}

@media screen and (max-width: 767px) {
    .cs-fly-hero-contents{
        display: flex;
    }
    .cs-fly-hero-contents {
        flex-direction: column-reverse;
    }

    .cs-fly-hero-contents .fly-hero-col {
        flex: 1;
        max-width: 100%;
    }
    .cs-logo-side .cs-logo-item img{
        max-height: 30px;
    }
    .cs-logo-side.logo-main-sfp .cs-logo-item:nth-child(1) img,
    .cs-logo-side.logo-main-auterion .cs-logo-item:nth-child(1) img,
    .cs-logo-side.logo-main-cleartopia .cs-logo-item:nth-child(1) img,
    .cs-logo-side.logo-main-warrior .cs-logo-item:nth-child(1) img,
    .cs-logo-side.logo-main-lfra .cs-logo-item:nth-child(1) img {
        max-height: 60px;
    }

    .fly-media-contents {
        max-height: 360px;
    }

    .hero-play-btn {
        max-width: 100px;
    }

    .cs-fly-hero-contents .text-side .fly-hero-heading {
        text-align: center;
        font-size: 28px;
        margin-bottom: 15px;
    }

    .cs-fly-hero-contents .text-side .fly-hero-desc {
        text-align: center;
        font-size: 16px;
    }

    .cs-section-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    *+.cs-action-block {
        margin-top: 30px;
    }

    .cs-slider-item__contents .slide-media-box {
        max-width: 130px;
        height: 130px;
    }
    .cs-slider-list .slick-dots li{
        width: 8px;
        height: 8px;
    }
    .cs-slider-list .slick-dots li.slick-active{
        width: 16px;
    }

    .cs-cover-video {
        height: 300px;
    }

    .more-jobs-content {
        flex-direction: column;
    }

    .more-jobs-media {
        width: 100%;
        height: 300px;
        flex: unset;
        max-width: 100%;
    }

    .more-jobs-text {
        text-align: center;
    }

    .more-jobs-text h2 {
        font-size: 20px;
    }

    .more-jobs-text p {
        line-height: 1.5em;
    }

    .cs-more-jobs {
        padding: 50px 0;
    }
    .cs-action-block .price-box label{
        font-size: 18px;
    }
    .cs-action-block .price-box{
        gap: 5px;
    }
    .cs-action-block .price-box h3{
        font-size: 26px;
    }
    .cs-fly-operator.box-cleartopia .cs-action-block .btn-primary-orange,
    .cs-fly-operator a.btn-primary-orange {
        padding: 0 20px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .fly-hero-col .btn-block{
        justify-content: center;
    }
}

@media screen and (max-width: 575px) {
    .fly-media-contents {
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
        max-height: 260px;
    }

    .cs-hero-media-cover {
        object-fit: cover;
    }

    .cs-fly-hero-contents .text-side .fly-hero-heading {
        font-size: 24px;
    }

    .cs-section-title {
        font-size: 28px;
    }

    .cs-cover-video {
        height: 300px;
    }

    .cs-fly-hero {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .cs-action-block .price-box {
        margin-right: 10px;
        padding-right: 10px;
    }

    .cs-action-block .price-box h3 {
        font-size: 30px;
    }
    .cs-fly-operator.box-cleartopia .cs-action-block .btn-primary-orange,
    .cs-fly-operator a.btn-primary-orange{
        font-size: 14px;
        padding: 0 12px;
        height: 42px;
        line-height: 42px;
    }
    .cs-single-product {
        flex-direction: column;
        gap: 15px;
    }
    .cs-single-product .left {
        flex: 0 0 120px;
        width: 120px;
        height: 120px;
    }
    .esi-heading{
        flex-direction: column-reverse;
    }
    .cs-fly-operator.esi-box .cs-section-title{
        margin-top: 20px;
    }
}
@media screen and (max-width: 475px){
    .cs-action-block .price-box{
        display: block;
        text-align: right;
    }
    .cs-action-block .price-box label{
        font-size: 12px;
        display: block;
    }
    .cs-action-block{
        padding: 15px;
    }
    .cs-logo-side .cs-logo-item:nth-child(1){
        padding-right: 10px;
        margin-right: 10px;
    }
    .cs-logo-side .cs-logo-item img{
        max-height: 26px;
    }
    .cs-logo-side.logo-main-sfp .cs-logo-item:nth-child(1) img,
    .cs-logo-side.logo-main-cleartopia .cs-logo-item:nth-child(1) img,
    .cs-logo-side.logo-main-auterion .cs-logo-item:nth-child(1) img,
    .cs-logo-side.logo-main-warrior .cs-logo-item:nth-child(1) img,
    .cs-logo-side.logo-main-lfra .cs-logo-item:nth-child(1) img {
        max-height: 55px;
    }
}
@media screen and (max-width: 359px) {
    .cs-action-block .price-box h3 {
        font-size: 24px;
    }
}