#c-hero {
    padding-top: 183px;
    padding-bottom: 110px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../../images/corporate/corporate-hero.jpg);
	background-image: -webkit-image-set(url(../../images/corporate/corporate-hero.jpg) 1x, url(../../images/corporate/corporate-hero@2x.jpg) 2x);
}
#c-hero h1 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 3.125em;
    line-height: 0.8;
    margin-top: 0;
    margin-bottom: 0;
	font-family: "bebas-neue-pro", sans-serif;
}
#c-hero h1 span {
    text-transform: none;
    letter-spacing: normal;
    line-height: normal;
    font-size: 240%;
    font-weight: normal;
	font-family: "hyperwave", sans-serif;
}
#c-text {
    padding-top: 63px;
    padding-bottom: 70px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../../images/corporate/text-back.jpg);
	background-image: -webkit-image-set(url(../../images/corporate/text-back.jpg) 1x, url(../../images/corporate/text-back@2x.jpg) 2x);
}
#c-text .container {
    width: 985px;
}
#c-text h2 {
    font-weight: 500;
    color: var(--darker-blue);
    margin-top: 0;
    margin-bottom: 11px;
    font-size: 2.5em;
    line-height: 1.625;
}
#c-text p {
    font-size: 1.375em;
    line-height: 1.72727273;
    margin-bottom: 1em;
}
#c-blocks {
    padding-top: 82px;
    padding-bottom: 100px;
}
#c-blocks .container {
    width: 1476px;
}
#c-blocks p,
#c-blocks ul {
    font-size: 1.25em;
    line-height: 1.5;
    margin-bottom: 1em;
}
#c-blocks .cb-image {
    width: 50%;
    height: auto;
    aspect-ratio: 1 / 0.65096953;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 10px;
}
#c-blocks .cb-image span {
    font-size: 48px;
}
@media screen and (min-width: 1200px) {
    #c-blocks .cb-inner {
        column-gap: 52px;
    }
    #c-blocks .swiper-pagination,
    #c-blocks .swiper-button-prev,
    #c-blocks .swiper-button-next {
        display: none;
    }
    #c-blocks .swiper-wrapper {
        flex-direction: column;
        height: auto;
    }
    #c-blocks .swiper-slide {
        margin-bottom: 57px;
    }
    #c-blocks .swiper-slide:nth-child(even) .cb-inner {
        flex-direction: row-reverse;
    }
}
@media screen and (max-width: 1199px) {
    #c-blocks {
        padding-top: 48px;
        padding-bottom: 80px;
        --swiper-navigation-top-offset: 30vw;
        --swiper-navigation-size: 49px;
        --swiper-pagination-bullet-opacity: 1;
        --swiper-pagination-bullet-inactive-opacity: 1;
        --swiper-pagination-bullet-inactive-color: #D9D9D9;
        --swiper-pagination-color: var(--darker-blue);
        --swiper-pagination-bullet-horizontal-gap: 5px;
        --swiper-pagination-bullet-size: 10px;
    }
    #c-blocks .cb-inner {
        flex-direction: column;
        row-gap: 34px;
    }
    #c-blocks .cb-image,
    #c-blocks .cb-text {
        width: 100%;
    }
    #c-blocks .swiper-slide {
        height: auto;
        padding-bottom: 30px;
    }
    #c-blocks .swiper-button-next, 
    #c-blocks .swiper-button-prev {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../../images/corporate/arrow.png);
        background-image: -webkit-image-set(url(../../images/corporate/arrow.png) 1x, url(../../images/corporate/arrow@2x.png) 2x);
    }
    #c-blocks .swiper-navigation-icon {
        display: none;
    }
    #c-blocks .swiper-button-prev {
        transform: scaleX(-1);
    }
}
@media screen and (max-width: 991px) {
    #c-hero h1 {
        font-size: 3em;
    }
}
@media screen and (max-width: 767px) {
    #c-hero {
        padding-top: 119px;
        padding-bottom: 74px;
        background-image: url(../../images/corporate/corporate-hero-m.jpg);
        background-image: -webkit-image-set(url(../../images/corporate/corporate-hero-m.jpg) 1x, url(../../images/corporate/corporate-hero-m@2x.jpg) 2x);
    }
    #c-hero h1 {
        font-size: 9.74359vw;
        letter-spacing: 0;
        line-height: 1.7;
    }
    #c-hero h1 span {
        font-size: 210.526316%;
        line-height: 0.8;
        display: inline-block;
    }
    #c-text {
        padding-top: 40px;
        padding-bottom: 48px;
        background-image: url(../../images/corporate/text-back-m.jpg);
        background-image: -webkit-image-set(url(../../images/corporate/text-back-m.jpg) 1x, url(../../images/corporate/text-back-m@2x.jpg) 2x);
    }
    #c-text h2 {
        font-size: 30px;
        line-height: 1.16666667;
        margin-bottom: 15px;
    }
    #c-text p {
        font-size: 1em;
        line-height: 1.5;
    }
    #c-blocks p, 
    #c-blocks ul {
        font-size: 1em;
        line-height: 1.375;
    }
    #c-blocks .cb-image span {
        font-size: 7.692308vw;
    }
}