.swiper-wrapper {
    width: 100vw;
    height: 50vh;
    max-width: 100%;
    max-height: 100%;
}

.swiper-slide {
    overflow: hidden;
}

footer {
    display: none;
}

.header_bottom {
    background-color: transparent;
}

header.centered_logo .q_logo {
    top: calc(50% - 45px);
    position: fixed;
    transform: translateX(-50%);
    left: 50%;
}

.swiper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content.content_top_margin_none {
    min-height: 0!important;
}

.q_logo img {
    height: 70px !important;
}
.dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100vh;
    opacity: 0;
}
.np::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 1px;
    height: 22px;
    background-color: #000;
}
.np {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0;
}
.swiper-slide {
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    opacity: 0;
}
.swiper-slide .sc {
    padding: 20px;
    height: fit-content;
}
.sc .d1, .sc .d2 {
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
    height: 100%;
    word-break: keep-all;
}

.s0 .sc .d1 {
    line-height: 0.8;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.s0 .sc span {
    display: block;
    text-align: right;
    font-family: 'Cormorant Garamond', sans-serif;
    word-break: keep-all;
    font-size: 7vw;
}
.s0 .sc span:nth-child(1) {
    margin-right: 25%;
}
.s0 .sc span:nth-child(2) {
    margin-right: 30%;
}
.s0 .sc span:nth-child(3) {
    margin-right: 15%;
}
.s0 .sc .d2 {
    text-align: right;
}

.s1 h2 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 3px;
    margin-bottom: 0px;
}
.s1 p.subtitle {
    font-size: 46px;
    font-family: 'Cormorant Garamond', sans-serif;
    line-height: 1.2;
    margin-top: 0;
}
.s1 .sc {
    display: grid;
    grid-template-rows: 2fr 4fr;
    grid-template-columns: repeat(12, 1fr);
    height: 100%;
    max-width: 1360px;
    margin: 0 auto;
    column-gap: 12px;
}
.s1 .d1 {
    align-content: end;
    grid-column: 4 / span 4;
    grid-row: 1;
}
.s1 .d2 {
    text-align: right;
    grid-row: 2;
    grid-column: 3 / span 8;
    max-width: unset;
    padding-top: 32px;
}


.s2 .sc {
    text-align: center;
}


.s3 h2 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 3px;
    margin-bottom: 0px;
}
.s3 p.subtitle {
    font-size: 46px;
    font-family: 'Cormorant Garamond', sans-serif;
    line-height: 1.2;
    margin-top: 0;
}
.s3 .sc {
    display: grid;
    grid-template-rows: 2fr 4fr;
    grid-template-columns: repeat(12, 1fr);
    height: 100%;
    max-width: 1360px;
    margin: 0 auto;
    column-gap: 12px;
}
.s3 .d1 {
    align-content: end;
    grid-column: 4 / span 5;
    grid-row: 1;
}
.s3 .d2 {
    text-align: right;
    grid-row: 2;
    grid-column: 3 / span 8;
    max-width: unset;
    padding-top: 32px;
}
.s3 .d2 p {
    max-width: 720px;
    margin: 0 auto;
}
.s3 .d2 a {
    display: block;
    text-align: center;
    margin-top: 32px;
    color: #000;
    text-decoration: underline;
}


.s4 h2 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 3px;
    margin-bottom: 0px;
}
.s4 p.subtitle {
    font-size: 46px;
    font-family: 'Cormorant Garamond', sans-serif;
    line-height: 1.2;
    margin-top: 0;
}
.s4 .sc {
    display: grid;
    grid-template-rows: 2fr 4fr;
    grid-template-columns: repeat(12, 1fr);
    height: 100%;
    max-width: 1360px;
    margin: 0 auto;
    column-gap: 12px;
}
.s4 .d1 {
    align-content: end;
    grid-column: 4 / span 6;
    grid-row: 1;
}
.s4 .d2 {
    text-align: right;
    grid-row: 2;
    grid-column: 2 / span 10;
    max-width: unset;
    padding-top: 32px;
}
.s4 .d2-1 p {
    max-width: 830px;
    margin: 0 auto;
}
.s4 .d2-2 {
    display: grid;
    grid-template-columns: 5fr 4fr 4fr;
    gap: 24px;
    font-size: 16px;
    text-align: left;
}
.s4 .d2-2 p {
    font-size: 14px;
    display: inline-block;
    margin: 0;
}