body.mobile-apps-page header:not(.fixed-menu).page-header {
    height: auto;
}
body.mobile-apps-page header.fixed-menu section.intro {
    display: none;
}
body.mobile-apps-page header.page-header {
    background-image: url('../img/apps/bg.webp');
}
.squeeze-box {
    background: #FFEDDD;
    padding: 48px;
    clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%, 0 4%);
}
.intro {
    padding: 65px 0 80px;
    z-index: 1;
}
.intro h1 {
    font-size: 36px;
}
.intro p {
    color: white;
    font-size: 20px;
    margin: 40px 0;
}
a.light {
    color: #90bfff;
}
.devices-apps,
.feature-device {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    transition: all 0.3s ease;
    max-width: 100%;
}
.feature-device:hover {
    margin-top: -90px;
}
.mt-10 {
    margin-top: 6rem !important;
}
.pb-10 {
    padding-bottom: 6rem !important;
}
.color-bg-feature,
.feature-clip > div.clip-cont > div.point1 > div:after,
.feature-clip > div.clip-cont > div.through {
    background: #F2F2F2;
}
.flutter-logo {
    max-width: 360px;
    min-width: 280px;
}
.cross-line {
    margin: auto;
    height: 12px;
    background: linear-gradient(to right, #5f97ac 0%,#20b180 50%,#4498d9 100%);
    clip-path: polygon(0 10px, 100% 0, 100% 2px, 0 100%, 0 2px);
}
.connection-scheme {
    max-width: 511px;
    width: 100%;
}
.gallery-slider-wrapper {
    padding: 90px 0;
}
.app-screenshot {
    padding: 0 4px;
    padding-top: 2px !important;
    text-align: center;
}
.app-screenshot img {
    width: 180px;
    object-fit: contain;
    border-radius: 20px;
    border: 2px black solid;
    box-shadow: 0 0 0 2px #bbbdb5;
}
@media (min-width: 768px) {
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .cross-line {
    width: 50%;
  }
}
@media (max-width: 767px) {
    .intro h1 {
        font-size: 32px !important;
    }
    .intro p {
        margin: 25px 0;
    }
    .feature-device-wrapper {
        min-height: 400px;
    }
    .feature-device:hover {
        margin: 0;
    }
}
@media (max-width: 400px) {
    .feature-device-wrapper {
        min-height: 350px;
    }
    .feature-device {
        max-width: 300px;
    }
}
#screenshots-gallery {
    --f-carousel-slide-width: auto;
    --f-carousel-spacing: 8px;
}
.phone-showcase {
    margin-bottom: -50px;
}
.demos img {
    vertical-align: top;
}
.demos .device img {
    width: 280px;
    box-shadow: 0 5px 5px -6px rgba(0,0,0,.5);
}
.device-wrapper {
    padding: 0 20px;
}

div.pl-bar {
    font-size: 0;
    top: 208px;
    white-space: nowrap;
    overflow: hidden;
}
div.pl-bar > div {
    display: inline-block;
    font-size: 17px;
    color: #0f1b1e;
    width: 190px;
    padding: 0 10px;
    vertical-align: top;
    white-space: normal;
}
div.pl-bar > div > img {
    width: 131px;
    height: 131px;
    background: url('../img/apps/privately-labeled-features.png') 0 0 no-repeat;
    margin: 0 0 10px;
}
div.pl-bar img.brand-name {
    background-position: right 0;
}
div.pl-bar img.color-by-request {
    background-position: 0 -136px;
}
div.pl-bar img.direct-connect {
    background-position: right -136px;
}
div.pl-bar img.google-play {
    background-position: 0 -270px;
}
div.pl-bar > div > h3 {
    font-weight: 300;
    font-size: 1.000em;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    div.pl-bar {
        margin: 0 -10px;
    }
    div.pl-bar > div {
        width: 147px;
    }
    div.pl-bar > div > img {
        width: 112px;
        height: 112px;
        background: url('../img/apps/privately-labeled-features-tablet.png') 0 0 no-repeat;
    }
    div.pl-bar img.color-by-request {
        background-position: 0 -114px;
    }
    div.pl-bar img.direct-connect {
        background-position: right -114px;
    }
    div.pl-bar img.google-play {
        background-position: 0 -230px;
    }
}
@media screen and (max-width: 767px) {
    div.pl-bar {
        white-space: normal;
    }
    div.pl-bar > div:not(:last-child) {
        margin-bottom: 30px;
    }
}
