.hidden-sp {
    display: none !important;
}
.hidden-pc {
    display: block !important;
}
.q-container {
    padding-left: 16px;
    padding-right: 16px;
}
.navbar .q-container {
    padding: 19px 16px;
}
.navbar-brand img {
    width: 173px;
}
.navbar-brand .text-muted {
    font-size: 8px;
}
.navbar-toggler-icon {
    background-image: url('../images/icon-sp-menu.svg');
}
#navbarNav {
    display: none;
}
#navbarNav.show {
    display: block;
    position: absolute;
    top: 100px;
    z-index: 99;
    padding-bottom: 40px;
    background: #111827;
    width: calc(100% - 40px);
}
#lpSection1 {
    background: linear-gradient(180deg, #111827 37.38%, rgba(17, 24, 39, 0) 46.32%, #111827 82.08%);
    overflow: hidden;
}
.intro-header h1 {
    font-size: 40px;
    line-height: 48px;
    padding-top: 40px;
}
.intro-header h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.intro-footer {
    margin-top: 100px;
}
.intro-video-container {
    bottom: 100px;
    width: 200%;
}
#lpSection2 {
    padding-top: 40px !important;
    margin-top: 0 !important;
}
.company-info-header {
    margin-bottom: 50px;
}
.company-info-header h2 {
    font-size: 32px;
    line-height: 41px;
}
.company-info-content {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 21px !important;
}
.company-info-content:first-child {
    margin-top: 0 !important;
}
.company-info-content > div {
    border-radius: 24px;
    padding: 35px;
    margin-right: 0 !important;
    margin-top: 21px !important;
}
.company-info-content > div:first-child {
    margin-top: 0 !important;
}
.company-info-content > div.info-bg-gray {
    background: #fff;
    border: 2px solid #F1F2F4;
}
.company-info-content div.has-image {
    width: 100%;
    margin-right: 0 !important;
    padding-bottom: 0;
}
.company-info-content > div.has-image h3,
.company-info-content > div.has-image p {
    width: 100%;
}
.company-info-content > div h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
}
.company-info-content .has-image img {
    position: relative;
    width: 120%;
}
.company-info-content .has-image:first-child img {
    width: 100%;
}
.quote-text {
    font-size: 32px;
    line-height: 48px;
}
#lpSection3 {
    padding-bottom: 85px;
}
#lpSection4 {
    padding: 0 20px;
}
.offers-section {
    padding: 20px 16px;
    border-radius: 24px;
}
.offers-section-header h2 {
    font-size: 32px;
    line-height: 44.8px;
    margin: 12px 0 40px;
}
.offers-section-content {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
}
.offers-section-content > div {
    background: linear-gradient(180deg, #006753 0%, #167462 100%);
    border-radius: 24px;
}
#lpSection5 {
    margin-top: 20px;
    padding: 0 20px;
}
.scroll-image-section {
    padding: 16px;
    border-radius: 24px;
}
.vertical-scroll-change-image {
    display: block;
}
.vertical-scroll-change-image .image-container {
    display: block;
    width: 100%;
    padding: 0;
}
.vertical-scroll-change-image .image-container h2 {
    font-size: 32px;
    line-height: 44.8px;
}
.vertical-scroll-change-image .image-container img {
    display: none;
}
.vertical-scroll-change-image .content .section {
    gap: 60px;
}
.top-q-tickers {
    grid-template-columns: repeat(1, 1fr);
}
.top-ticker-item {
    display: none;
}
.top-ticker-item:first-child {
    display: block;
}
#lpSection6 {
    padding: 48px 0;
}
.testimonials-section > h2 {
    font-size: 32px;
    line-height: 44.8px;
    margin-bottom: -160px;
}
.swiper-slide {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    border-color: #fff;
    position: relative;
    padding-bottom: 150px;
    box-shadow: 0px 24px 184px -10px #00000024;
    height: 398px;
    margin-top: 184px;
}
.swiper-slide p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #003D29;
}

.swiper-slide .profile {
    position: absolute;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.swiper-slide .profile img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.swiper-slide .profile .profile-info {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #003D29;
}
.swiper-slide .profile .profile-info span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    display: block;
}

#lpSection7 {
    padding: 35px 0 50px;
}
#lpSection7 h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 35px;
}
.top-footer-image {
    width: calc(100% - 32px);
}
footer {
    padding: 80px 0;
}
footer > div.d-flex {
    display: block !important;
}
footer .navbar-brand img {
    width: 173px;
}
footer .copyright {
    letter-spacing: -0.32px;
}
footer .social-icon {
    margin-top: 116px;
}

#newsletterModal .modal-content {
    min-width: auto;
}
#newsletterModal .modal-body {
    padding: 20px;
}
#newsletterModal .modal-body h2 {
    font-size: 32px;
    line-height: 40px;
}
