@charset "UTF-8";

.ss-layout-footer-list, .ss-layout-container, .ss-jumbotron-body, .ss-jumbotron-inner, .ss-section-body, .ss-media, .ss-listButton, .ss-listButton > li {
    margin-bottom: 24px;
}

@media screen and (max-width: 1365px) {
    .ss-layout-footer-list, .ss-layout-container, .ss-jumbotron-body, .ss-jumbotron-inner, .ss-section-body, .ss-media, .ss-listButton, .ss-listButton > li {
        margin-bottom: calc(1.6rem + ((1vw - 0.969rem) * (2.0202)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-layout-footer-list, .ss-layout-container, .ss-jumbotron-body, .ss-jumbotron-inner, .ss-section-body, .ss-media, .ss-listButton, .ss-listButton > li {
        margin-bottom: 16px;
    }
}

.ss-layout-footer-content > *:last-child, .ss-layout-footer-list > *:last-child, .ss-layout-footer-list > li > *:last-child, .ss-layout-main > *:last-child, .ss-layout-container > *:last-child, .ss-jumbotron-body > *:last-child, .ss-jumbotron-inner > *:last-child, .ss-jumbotron-titleGroup > *:last-child, .ss-section-body > *:last-child, .ss-section-content > *:last-child, .ss-section:not(.of-conversion) .ss-section-header > *:last-child, .ss-media-body > *:last-child, .ss-card-body > *:last-child, .ss-listButton > *:last-child, .ss-textGroup > *:last-child, .ss-textPhone > *:last-child {
    margin-bottom: 0 !important;
}

.ss-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .ss-buttonConversion {
        font-size: 1.6rem;
    }
}

.ss-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .ss-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.ss-buttonConversion-text {
    margin-right: 16px;
}

.ss-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.ss-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.ss-buttonConversion.of-download .ss-buttonConversion-body, .ss-buttonConversion.of-anchor .ss-buttonConversion-body, .ss-buttonConversion.of-arrow .ss-buttonConversion-body, .ss-buttonConversion.of-inquiry .ss-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.ss-buttonConversion.of-download .ss-buttonConversion-body::before, .ss-buttonConversion.of-anchor .ss-buttonConversion-body::before, .ss-buttonConversion.of-arrow .ss-buttonConversion-body::before, .ss-buttonConversion.of-inquiry .ss-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.ss-buttonConversion.of-download .ss-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.ss-buttonConversion.of-anchor .ss-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.ss-buttonConversion.of-arrow .ss-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.ss-buttonConversion.of-inquiry .ss-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.ss-buttonConversion.of-priceIcon .ss-buttonConversion-body, .ss-buttonConversion.of-priceIcon-jpy .ss-buttonConversion-body, .ss-buttonConversion.of-priceIcon-gbp .ss-buttonConversion-body, .ss-buttonConversion.of-priceIcon-krw .ss-buttonConversion-body, .ss-buttonConversion.of-priceIcon-eur .ss-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.ss-buttonConversion.of-priceIcon .ss-buttonConversion-body::before, .ss-buttonConversion.of-priceIcon-jpy .ss-buttonConversion-body::before, .ss-buttonConversion.of-priceIcon-gbp .ss-buttonConversion-body::before, .ss-buttonConversion.of-priceIcon-krw .ss-buttonConversion-body::before, .ss-buttonConversion.of-priceIcon-eur .ss-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.ss-buttonConversion.of-priceIcon .ss-buttonConversion-body::before {
    background: url("../../") no-repeat center center;
}

.ss-buttonConversion.of-priceIcon-jpy .ss-buttonConversion-body::before {
    background: url("../../") no-repeat center center;
}

.ss-buttonConversion.of-priceIcon-gbp .ss-buttonConversion-body::before {
    background: url("../../") no-repeat center center;
}

.ss-buttonConversion.of-priceIcon-krw .ss-buttonConversion-body::before {
    background: url("../../") no-repeat center center;
}

.ss-buttonConversion.of-priceIcon-eur .ss-buttonConversion-body::before {
    background: url("../../") no-repeat center center;
}

.ss-buttonConversion.of-primary {
    background: #13778f;
}

.ss-buttonConversion.of-secondary {
    background: #0065bb;
}

.ss-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #999;
}

div#MainContent .ss-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .ss-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .ss-navigationSeries {
        flex-direction: column;
        align-items: center;
    }
}

.ss-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .ss-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.ss-navigationSeries-title + .ss-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .ss-navigationSeries-title + .ss-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .ss-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .ss-navigationSeries-title + .ss-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .ss-navigationSeries-seriesNameText, .ss-navigationSeries-seriesText {
        display: block;
    }
}

.ss-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .ss-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .ss-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.ss-navigationSeries-linkList > li {
    display: flex;
    position: relative;
    margin-top: 3px;
    margin-left: 10px;
    background: none;
    font-size: 1.1rem;
    line-height: 1.3;
}

div#MainContent .ss-navigationSeries-linkList > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.ss-navigationSeries-linkList > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.ss-navigationSeries-linkList > li > a::before {
    display: block;
    position: absolute;
    top: 4px;
    left: -2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
}

div#MainContent .ss-navigationSeries-linkList > li > a:link {
    color: #999;
}

div#MainContent .ss-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.ss-navigationSeries-linkList > li > a:hover, .ss-navigationSeries-linkList > li > a:focus {
    text-decoration: underline;
}

.ss-buttonConversion.of-download .ss-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

:root {
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

.theme-KJ {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

.theme-KJ body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    background: #fff;
    color: #333;
    font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.4;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 16px;
}

ul,
ol {
    list-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

em {
    font-style: normal;
    font-weight: bold;
}

dfn,
cite {
    font-style: normal;
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

small {
    font-size: 100%;
}

i {
    font-style: italic;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

table {
    width: 100%;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    border-radius: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    border: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.theme-KJ body {
    position: relative;
    background-color: #020224;
    color: #fff;
}

.ss-layout-header {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(#000 0%, transparent 100%);
}

.ss-layout-header-content {
    max-width: calc(1640px + 60px);
    margin: auto;
    padding: 30px;
}

@media screen and (max-width: 1023px) {
    .ss-layout-header-content {
        padding: calc(2rem + ((1vw - 0.36rem) * (1.5083)));
    }
}

.ss-layout-header-logo {
    margin: 0;
    line-height: 1;
}

@media screen and (max-width: 1023px) {
    .ss-layout-header-logo {
        text-align: center;
    }
}

.ss-layout-header-logo img {
    width: 115px;
    height: 22px;
}

@media screen and (max-width: 1023px) {
    .ss-layout-header-logo img {
        width: calc(9rem + ((1vw - 0.36rem) * (3.77074)));
        height: calc(1.6rem + ((1vw - 0.36rem) * (0.90498)));
    }
}

.ss-layout-footer {
    background-color: #020224;
}

.ss-layout-footer-content {
    display: flex;
    align-items: center;
    max-width: 1365px;
    margin: auto;
    padding: 8px 30px;
    color: #fff;
    font-size: 1.2rem;
}

@media screen and (max-width: 1023px) {
    .ss-layout-footer-content {
        flex-direction: column;
        padding: 24px 20px 16px;
    }
}

.ss-layout-footer-list {
    margin-left: auto;
}

@media screen and (max-width: 1023px) {
    .ss-layout-footer-list {
        margin-left: 0;
        text-align: center;
    }
}

.ss-layout-footer-list a {
    color: #fff;
}

.ss-layout-footer-list > li {
    margin-bottom: 4px;
}

@media screen and (max-width: 1023px) {
    .ss-layout-footer-list > li {
        margin-bottom: 8px;
    }
}

.ss-layout-footer-list > li > .ss-layout-footer-list {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1023px) {
    .ss-layout-footer-list > li > .ss-layout-footer-list {
        justify-content: center;
    }
}

.ss-layout-footer-list > li > .ss-layout-footer-list > li {
    margin-bottom: 0;
}

.ss-layout-footer-list > li > .ss-layout-footer-list > li + li {
    position: relative;
    margin-left: 24px;
}

.ss-layout-footer-list > li > .ss-layout-footer-list > li + li::after {
    position: absolute;
    top: 50%;
    left: -12px;
    width: 1px;
    height: 1em;
    transform: translateY(-50%);
    background-color: #fff;
    content: "";
}

.ss-layout-main {
    overflow: hidden;
}

.ss-layout-container {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    padding: 270px 0 0;
    background-image: url("../../../../../../img/ss/products/microscope/vr-6000/005/2082_01_img_bg.png");
    background-position: top center;
    background-repeat: repeat-y;
}

@media screen and (max-width: 1640px) {
    .ss-layout-container {
        padding-top: calc(18rem + ((1vw - 1.023rem) * (14.58671)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-layout-container {
        padding-top: calc(9rem + ((1vw - 0.36rem) * (10.55807)));
    }
}

.ss-layout-container::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 270px;
    background: linear-gradient(#020224 0, transparent 100%);
    content: "";
}

@media screen and (max-width: 1640px) {
    .ss-layout-container::after {
        height: calc(18rem + ((1vw - 1.023rem) * (14.58671)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-layout-container::after {
        height: calc(9rem + ((1vw - 0.36rem) * (10.55807)));
    }
}

.ss-jumbotron {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
    .ss-jumbotron {
        height: 100%;
        padding-top: calc(8rem + ((1vw - 0.36rem) * (4.82655)));
        overflow: visible;
    }
}

@media screen and (max-width: 1023px) and (max-height: 670px) {
    .ss-jumbotron {
        padding-top: calc(76vw * 100 / 360);
    }
}

.ss-jumbotron-content {
    height: 100%;
}

@media screen and (max-width: 1023px) {
    .ss-jumbotron-content {
        display: flex;
        position: relative;
        flex-direction: column-reverse;
        height: auto;
    }
}

.ss-jumbotron-body {
    display: flex;
    position: relative;
    width: 100%;
    max-width: calc(1640px + 60px);
    margin: auto;
    padding: 0 30px;
}

@media screen and (max-width: 1023px) {
    .ss-jumbotron-body {
        flex-direction: column;
        padding: 0;
    }
}

.ss-jumbotron-body::before {
    position: absolute;
    top: 0;
    left: 30px;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
}

@media screen and (max-width: 1023px) {
    .ss-jumbotron-body::before {
        content: none;
    }
}

.ss-jumbotron-body::after {
    position: absolute;
    top: 0;
    right: calc(-132px - -30px);
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
}

@media screen and (max-width: 1023px) {
    .ss-jumbotron-body::after {
        content: none;
    }
}

.ss-jumbotron-inner {
    display: flex;
    z-index: 20;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 1023px) {
    .ss-jumbotron-inner {
        position: static;
        margin: calc(4.5rem + ((1vw - 0.768rem) * (-3.92157))) auto 0;
    }
}

@media screen and (max-width: 768px) {
    .ss-jumbotron-inner {
        bottom: -260px;
        margin-top: calc(11.6rem + ((1vw - 0.36rem) * (-19.85294)));
    }
}

@media screen and (max-width: 1023px) and (max-height: 670px) {
    .ss-jumbotron-inner {
        margin-top: 100px;
    }
}

.ss-jumbotron-imageGroup {
    position: relative;
    bottom: -280px;
    width: 1550px;
    height: 100%;
    margin: 0;
}

@media screen and (max-width: 1920px) {
    .ss-jumbotron-imageGroup {
        bottom: -170px;
        width: calc(133rem + ((1vw - 1.64rem) * (110.71429)));
    }
}

@media screen and (max-width: 1640px) {
    .ss-jumbotron-imageGroup {
        width: calc(145rem + ((1vw - 1.023rem) * (16.20746)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-jumbotron-imageGroup {
        width: calc(103rem + ((1vw - 0.36rem) * (25.64103)));
        min-height: calc(66.4rem + ((1vw - 0.768rem) * (52.94118)));
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .ss-jumbotron-imageGroup {
        min-height: calc(42.2rem + ((1vw - 0.36rem) * (59.06863)));
    }
}

@media screen and (max-width: 1023px) and (max-height: 670px) {
    .ss-jumbotron-imageGroup {
        width: 530px;
        min-height: 400px;
    }
}

@media screen and (min-width: 1024px) and (max-height: 740px) {
    .ss-jumbotron-imageGroup {
        width: 1100px;
    }
}

@media screen and (orientation: portrait) {
    .ss-jumbotron-imageGroup {
        min-height: calc(42.2rem + ((1vw - 0.36rem) * (59.06863)));
    }
}

.ss-jumbotron-image {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    min-height: 0%;
    margin: auto;
    transform: translateX(-50%);
}

@media screen and (max-width: 1023px) {
    .ss-jumbotron-image {
        align-items: flex-start;
    }
}

@media screen and (min-width: 1024px) and (max-height: 740px) {
    .ss-jumbotron-image {
        bottom: -160px;
    }
}

@media screen and (max-width: 1023px) {
    .ss-jumbotron-image.of-primary {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 1023px) {
    .ss-jumbotron-image.of-secondary {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

.ss-jumbotron-titleGroup {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    align-items: center;
    padding: 30px 60px 30px 0;
    background-color: rgba(0, 0, 0, 0.2);
    font-weight: 500;
}

@media screen and (max-width: 1640px) {
    .ss-jumbotron-titleGroup {
        padding-right: calc(3rem + ((1vw - 1.023rem) * (4.86224)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-jumbotron-titleGroup {
        flex-direction: column-reverse;
        padding: calc(2rem + ((1vw - 0.36rem) * (1.5083))) 15px;
    }
}

.ss-jumbotron-titleGroup::after {
    position: absolute;
    top: 0;
    right: -60px;
    width: 60px;
    height: 100%;
    background: linear-gradient(to bottom right, #000 50%, transparent 50%);
    content: "";
    opacity: 0.2;
}

@media screen and (max-width: 1023px) {
    .ss-jumbotron-titleGroup::after {
        content: none;
    }
}

.ss-jumbotron-title {
    font-size: 3rem;
    font-weight: 500;
}

@media screen and (max-width: 1640px) {
    .ss-jumbotron-title {
        font-size: calc(2.4rem + ((1vw - 1.023rem) * (0.97245)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-jumbotron-title {
        margin-top: 8px;
        font-size: 1.6rem;
    }
}

.ss-jumbotron-title > em {
    font-size: 6.4rem;
    font-weight: 600;
}

@media screen and (max-width: 1640px) {
    .ss-jumbotron-title > em {
        font-size: calc(3rem + ((1vw - 1.023rem) * (5.51053)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-jumbotron-title > em {
        font-size: 2.8rem;
    }
}

.ss-jumbotron-seriesGroup {
    min-width: 280px;
    max-width: 280px;
    margin-right: 130px;
    text-align: center;
}

@media screen and (max-width: 1640px) {
    .ss-jumbotron-seriesGroup {
        min-width: calc(20rem + ((1vw - 1.023rem) * (12.96596)));
        max-width: calc(20rem + ((1vw - 1.023rem) * (12.96596)));
        margin-right: calc(6rem + ((1vw - 1.023rem) * (11.34522)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-jumbotron-seriesGroup {
        min-width: 230px;
        max-width: 230px;
        margin-right: 0;
    }
}

.ss-jumbotron-series {
    font-size: 2rem;
}

@media screen and (max-width: 1640px) {
    .ss-jumbotron-series {
        font-size: calc(1.4rem + ((1vw - 1.023rem) * (0.97245)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-jumbotron-series {
        font-size: 1.6rem;
    }
}

.ss-jumbotron-seriesName {
    line-height: 1;
}

.ss-movie {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.7777778vh;
    min-width: 100%;
    height: 56.25vw;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
    .ss-movie {
        width: 200vh;
    }
}

@media screen and (orientation: landscape) and (max-width: 1023px) {
    .ss-movie {
        min-width: 250%;
    }
}

.ss-movie-outer {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.ss-section:not(.of-conversion) {
    position: relative;
    max-width: calc(1640px + 60px);
    margin: auto;
    padding: 0 30px;
}

@media screen and (max-width: 1023px) {
    .ss-section:not(.of-conversion) {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (1.5083)));
    }
}

.ss-section:not(.of-conversion) .ss-section-content {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 83.171%;
    min-height: 800px;
    margin-left: auto;
    padding-bottom: 60px;
    background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 1640px) {
    .ss-section:not(.of-conversion) .ss-section-content {
        min-height: calc(60rem + ((1vw - 1.023rem) * (32.41491)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-section:not(.of-conversion) .ss-section-content {
        width: 100%;
        padding: calc(2rem + ((1vw - 0.36rem) * (6.03318))) 24px 30px;
    }
}

.ss-section:not(.of-conversion) .ss-section-header {
    z-index: 5;
    width: 100%;
    max-width: 675px;
    margin-bottom: 36px;
    margin-left: -138px;
    padding-top: 180px;
}

@media screen and (max-width: 1640px) {
    .ss-section:not(.of-conversion) .ss-section-header {
        max-width: calc(35rem + ((1vw - 1.023rem) * (52.67423)));
        padding-top: calc(13rem + ((1vw - 1.023rem) * (8.10373)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-section:not(.of-conversion) .ss-section-header {
        max-width: 100%;
        padding-top: 0;
    }
}

@media screen and (max-width: 1023px) {
    .ss-section:not(.of-conversion) .ss-section-header.of-primary {
        margin-bottom: 75px;
    }
}

@media screen and (max-width: 1023px) {
    .ss-section:not(.of-conversion) .ss-section-header.of-secondary {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (5.42986)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-section:not(.of-conversion) .ss-section-header.of-tertiary {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.80995)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-section:not(.of-conversion) .ss-section-header.of-quaternary {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.80995)));
    }
}

@media screen and (max-width: 1640px) {
    .ss-section:not(.of-primary) .ss-section-header {
        margin-left: calc(-9.8rem + ((1vw - 1.023rem) * (-6.48298)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-section:not(.of-primary) .ss-section-header {
        margin-left: 0;
    }
}

.ss-section:not(.of-primary) .ss-section-body {
    width: 100%;
    max-width: 675px;
    margin-left: -138px;
}

@media screen and (max-width: 1640px) {
    .ss-section:not(.of-primary) .ss-section-body {
        max-width: calc(35rem + ((1vw - 1.023rem) * (52.67423)));
        margin-left: calc(-9.8rem + ((1vw - 1.023rem) * (-6.48298)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-section:not(.of-primary) .ss-section-body {
        max-width: 100%;
        margin-left: 0;
    }
}

.ss-section.of-primary .ss-section-content {
    align-items: flex-end;
    margin-left: 0;
}

@media screen and (max-width: 1023px) {
    .ss-section.of-primary .ss-section-content {
        align-items: flex-start;
    }
}

.ss-section.of-primary .ss-section-header {
    margin-right: -279px;
    margin-left: 0;
}

@media screen and (max-width: 1640px) {
    .ss-section.of-primary .ss-section-header {
        margin-right: calc(-12rem + ((1vw - 1.023rem) * (-25.76985)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-section.of-primary .ss-section-header {
        margin-right: 0;
    }
}

.ss-section.of-primary .ss-section-body {
    width: 100%;
    max-width: 675px;
    margin-right: -279px;
}

@media screen and (max-width: 1640px) {
    .ss-section.of-primary .ss-section-body {
        max-width: calc(35rem + ((1vw - 1.023rem) * (52.67423)));
        margin-right: calc(-12rem + ((1vw - 1.023rem) * (-25.76985)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-section.of-primary .ss-section-body {
        max-width: 100%;
        margin-right: 0;
    }
}

.ss-section + .ss-section:not(.of-conversion) {
    margin-top: 200px;
}

@media screen and (max-width: 1640px) {
    .ss-section + .ss-section:not(.of-conversion) {
        margin-top: calc(13rem + ((1vw - 1.023rem) * (11.34522)));
    }
}

.ss-section.of-conversion {
    position: relative;
    margin-top: 326px;
    padding: 32px 0 64px;
    background-color: #dc002f;
}

@media screen and (max-width: 1640px) {
    .ss-section.of-conversion {
        margin-top: calc(22rem + ((1vw - 1.023rem) * (17.1799)));
        padding: calc(1.6rem + ((1vw - 1.023rem) * (2.59319))) 0 calc(3.2rem + ((1vw - 1.023rem) * (5.18639)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-section.of-conversion {
        padding: 24px 0 calc(3rem + ((1vw - 0.36rem) * (2.26244)));
    }
}

.ss-section.of-conversion::after {
    position: absolute;
    top: -246px;
    left: 0;
    width: 100%;
    height: 246px;
    background: linear-gradient(to top right, #dc002f 50%, transparent 51%);
    content: "";
}

@media screen and (max-width: 1640px) {
    .ss-section.of-conversion::after {
        top: calc(-15rem + ((1vw - 1.023rem) * (-15.55916)));
        height: calc(15rem + ((1vw - 1.023rem) * (15.55916)));
    }
}

.ss-section.of-conversion .ss-section-content {
    max-width: calc(1640px + 60px);
    margin: auto;
    padding: 0 30px;
}

@media screen and (max-width: 1023px) {
    .ss-section.of-conversion .ss-section-content {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (1.5083)));
    }
}

.ss-section.of-conversion .ss-listButton {
    margin-top: 0;
}

@media screen and (max-width: 1023px) {
    .ss-section.of-conversion .ss-listButton {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .ss-media {
        display: flex;
    }
}

.ss-media.of-primary .ss-media-imageGroup {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

@media screen and (max-width: 1640px) {
    .ss-media.of-primary .ss-media-imageGroup {
        width: calc(48rem + ((1vw - 1.023rem) * (53.80875)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-media.of-primary .ss-media-imageGroup {
        position: relative;
        top: inherit;
        left: inherit;
        width: 100%;
        margin-bottom: 75px;
        transform: none;
        text-align: center;
    }
}

.ss-media.of-primary .ss-media-image.of-primary {
    position: relative;
}

.ss-media.of-primary .ss-media-image.of-secondary {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.ss-media.of-secondary .ss-media-imageGroup {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 1640px) {
    .ss-media.of-secondary .ss-media-imageGroup {
        width: calc(53rem + ((1vw - 1.023rem) * (45.70502)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-media.of-secondary .ss-media-imageGroup {
        position: relative;
        top: inherit;
        right: inherit;
        width: 100%;
        margin-bottom: 75px;
        padding: 0 10px;
        text-align: center;
    }
}

.ss-media.of-secondary .ss-media-imageProductGroup {
    position: relative;
    overflow: hidden;
}

.ss-media.of-secondary .ss-media-imageProduct {
    margin-top: -100px;
}

@media screen and (max-width: 1023px) {
    .ss-media.of-secondary .ss-media-imageProduct {
        margin-top: 0;
    }
}

.ss-media.of-secondary .ss-media-imageProduct.of-primary {
    position: relative;
}

.ss-media.of-secondary .ss-media-imageProduct.of-secondary {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 1023px) {
    .ss-media.of-secondary .ss-media-imageProduct.of-secondary {
        width: 100%;
    }
}

.ss-media.of-secondary .ss-media-image {
    position: absolute;
    right: 32px;
    bottom: -40px;
}

@media screen and (max-width: 1640px) {
    .ss-media.of-secondary .ss-media-image {
        right: calc(2.4rem + ((1vw - 1.023rem) * (1.2966)));
        bottom: calc(-5.5rem + ((1vw - 1.023rem) * (2.43112)));
        width: calc(36rem + ((1vw - 1.023rem) * (45.54295)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-media.of-secondary .ss-media-image {
        right: 0;
        bottom: -30px;
        width: 90%;
    }
}

.ss-media.of-tertiary .ss-media-imageGroup {
    display: flex;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

@media screen and (max-width: 1640px) {
    .ss-media.of-tertiary .ss-media-imageGroup {
        left: calc(1rem + ((1vw - 1.023rem) * (3.24149)));
        width: calc(50rem + ((1vw - 1.023rem) * (45.38088)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-media.of-tertiary .ss-media-imageGroup {
        position: relative;
        top: inherit;
        left: inherit;
        justify-content: center;
        width: 100%;
        margin-bottom: calc(7.5rem + ((1vw - 0.36rem) * (15.8371)));
        transform: none;
        text-align: center;
    }
}

.ss-media.of-tertiary .ss-media-image {
    position: relative;
}

.ss-media.of-tertiary .ss-media-image.of-primary {
    position: relative;
    bottom: -170px;
}

@media screen and (max-width: 1640px) {
    .ss-media.of-tertiary .ss-media-image.of-primary {
        bottom: calc(-3rem + ((1vw - 1.023rem) * (-22.69044)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-media.of-tertiary .ss-media-image.of-primary {
        bottom: calc(-3.5rem + ((1vw - 0.36rem) * (-7.54148)));
    }
}

.ss-media.of-tertiary .ss-media-image.of-secondary {
    position: relative;
    top: -160px;
}

@media screen and (max-width: 1640px) {
    .ss-media.of-tertiary .ss-media-image.of-secondary {
        top: calc(-18rem + ((1vw - 1.023rem) * (3.24149)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-media.of-tertiary .ss-media-image.of-secondary {
        top: 0;
    }
}

.ss-media.of-tertiary .ss-media-image.of-tertiary {
    position: relative;
    bottom: -120px;
}

@media screen and (max-width: 1640px) {
    .ss-media.of-tertiary .ss-media-image.of-tertiary {
        bottom: calc(-0.5rem + ((1vw - 1.023rem) * (-18.63857)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-media.of-tertiary .ss-media-image.of-tertiary {
        bottom: calc(-8.5rem + ((1vw - 0.36rem) * (-23.37858)));
    }
}

.ss-media.of-quaternary .ss-media-imageGroup {
    display: flex;
    position: absolute;
    top: 50%;
    right: 0;
    flex-wrap: wrap;
    max-width: 812px;
    transform: translateY(-50%);
}

@media screen and (max-width: 1640px) {
    .ss-media.of-quaternary .ss-media-imageGroup {
        width: calc(47rem + ((1vw - 1.023rem) * (55.4295)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-media.of-quaternary .ss-media-imageGroup {
        position: relative;
        top: inherit;
        right: inherit;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (6.03318)));
        padding: 0 10px;
        transform: none;
        text-align: center;
    }
}

.ss-media.of-quaternary .ss-media-image {
    width: 50%;
    min-height: 300px;
}

@media screen and (max-width: 1640px) {
    .ss-media.of-quaternary .ss-media-image {
        min-height: calc(20rem + ((1vw - 1.023rem) * (16.20746)));
    }
}

.ss-media.of-quaternary .ss-media-image.of-secondary, .ss-media.of-quaternary .ss-media-image.of-quaternary {
    display: flex;
    align-items: flex-end;
}

@media screen and (max-width: 1023px) {
    .ss-media.of-quaternary .ss-media-image.of-secondary, .ss-media.of-quaternary .ss-media-image.of-quaternary {
        align-items: flex-start;
        justify-content: center;
    }
}

@media screen and (max-width: 1023px) {
    .ss-media.of-quaternary .ss-media-image.of-primary, .ss-media.of-quaternary .ss-media-image.of-tertiary {
        padding-right: 10px;
    }
}

@media screen and (max-width: 1023px) {
    .ss-media-content {
        padding: 24px 20px;
    }
}

.ss-media-body {
    max-width: 537px;
    font-size: 2rem;
    line-height: 1.8;
}

@media screen and (max-width: 1640px) {
    .ss-media-body {
        font-size: calc(1.8rem + ((1vw - 1.023rem) * (0.32415)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-media-body {
        max-width: 100%;
    }
}

.ss-headingLevel2 {
    z-index: 10;
    position: relative;
    font-size: 4.2rem;
    font-weight: 400;
}

@media screen and (max-width: 1640px) {
    .ss-headingLevel2 {
        font-size: calc(2.4rem + ((1vw - 1.023rem) * (2.91734)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-headingLevel2 {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.90498)));
        text-align: center;
    }
}

.ss-headingLevel2.of-download {
    opacity: 0.3;
}

@media screen and (max-width: 1023px) {
    .ss-headingLevel2 > span {
        margin-bottom: 5px;
    }
}

.ss-buttonKeyvisual {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding: 10px 0;
    background-color: rgba(220, 0, 47, 0.4);
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s;
}

@media screen and (max-width: 1640px) {
    .ss-buttonKeyvisual {
        justify-content: center;
    }
}

@media screen and (max-width: 1023px) {
    .ss-buttonKeyvisual {
        padding: calc(2rem + ((1vw - 0.36rem) * (1.5083))) 20px;
    }
}

.ss-buttonKeyvisual:hover {
    background-color: rgba(220, 0, 47, 0.5);
}

.ss-buttonKeyvisual:hover::before {
    opacity: 0.5;
}

.ss-buttonKeyvisual:hover::after {
    background-color: rgba(220, 0, 47, 0.5);
}

.ss-buttonKeyvisual::before {
    position: absolute;
    top: 0;
    left: -60px;
    width: 60px;
    height: 100%;
    background: linear-gradient(to bottom right, transparent 50%, #dc002f 50%);
    content: "";
    opacity: 0.4;
    transition: opacity 0.2s;
}

@media screen and (max-width: 1023px) {
    .ss-buttonKeyvisual::before {
        content: none;
    }
}

.ss-buttonKeyvisual::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 224px;
    height: 100%;
    transform: translateX(100%);
    background-color: rgba(220, 0, 47, 0.4);
    content: "";
    transition: background-color 0.2s;
}

@media screen and (max-width: 1023px) {
    .ss-buttonKeyvisual::after {
        content: none;
    }
}

.ss-buttonKeyvisual-outer {
    flex: 1 0 auto;
    max-width: 314px;
    margin-left: 60px;
}

@media screen and (max-width: 1023px) {
    .ss-buttonKeyvisual-outer {
        max-width: 100%;
        margin-left: 0;
    }
}

.ss-buttonKeyvisual-body {
    flex: 1;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .ss-buttonKeyvisual-body {
        flex: 0 1 auto;
    }
}

.ss-buttonKeyvisual-text {
    font-size: 20px;
}

@media screen and (max-width: 1640px) {
    .ss-buttonKeyvisual-text {
        font-size: calc(1.6rem + ((1vw - 1.023rem) * (0.6483)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-buttonKeyvisual-text {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.90498)));
    }
}

.ss-buttonConversion.of-download {
    display: block;
    width: 537px;
    padding: 16px;
    background-color: rgba(220, 0, 47, 0.8);
    box-shadow: 8px 8px 32px rgba(216, 12, 12, 0.6);
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s;
}

@media screen and (max-width: 1640px) {
    .ss-buttonConversion.of-download {
        width: calc(36rem + ((1vw - 1.023rem) * (28.6872)));
        padding: calc(1.2rem + ((1vw - 1.023rem) * (0.6483))) 16px;
    }
}

@media screen and (max-width: 1023px) {
    .ss-buttonConversion.of-download {
        width: 100%;
        min-width: 240px;
        padding: 16px 20px 16px 32px;
    }
}

.ss-buttonConversion.of-download:hover {
    background-color: #dc002f;
}

.ss-buttonConversion.of-download .ss-buttonConversion-body {
    justify-content: center;
    padding: 0;
}

.ss-buttonConversion.of-download .ss-buttonConversion-body::before {
    position: relative;
    left: -10px;
    min-width: 25px;
    transform: none;
}

.ss-buttonConversion.of-download .ss-buttonConversion-text {
    margin-right: 0;
    font-size: 2rem;
    font-weight: 600;
}

@media screen and (max-width: 1640px) {
    .ss-buttonConversion.of-download .ss-buttonConversion-text {
        font-size: calc(1.8rem + ((1vw - 1.023rem) * (0.32415)));
    }
}

.ss-buttonConversion.of-download.of-fullClickable::after {
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.ss-card {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    max-width: 1364px;
    margin: -80px auto 0;
    padding: 50px 60px;
    background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1640px) {
    .ss-card {
        max-width: calc(87rem + ((1vw - 1.023rem) * (80.06483)));
        margin-top: calc(-4rem + ((1vw - 1.023rem) * (-6.48298)));
        padding: calc(3rem + ((1vw - 1.023rem) * (3.24149))) calc(4rem + ((1vw - 1.023rem) * (3.24149)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-card {
        max-width: calc(100% - 40px);
        margin-top: 30px;
        padding: 30px calc(2rem + ((1vw - 0.36rem) * (3.01659))) calc(2rem + ((1vw - 0.36rem) * (1.5083)));
    }
}

.ss-card-imageGroup {
    display: flex;
    margin-bottom: 30px;
}

@media screen and (max-width: 1640px) {
    .ss-card-imageGroup {
        margin-bottom: calc(1rem + ((1vw - 1.023rem) * (3.24149)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-card-imageGroup {
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom: 20px;
    }
}

.ss-card-image:not(.of-primary) {
    z-index: 10;
    max-width: 520px;
    margin-right: -30px;
}

@media screen and (max-width: 1640px) {
    .ss-card-image:not(.of-primary) {
        max-width: calc(36rem + ((1vw - 1.023rem) * (25.93193)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-card-image:not(.of-primary) {
        width: calc(23rem + ((1vw - 0.36rem) * (43.74057)));
        max-width: 100%;
        margin-top: calc(-5.5rem + ((1vw - 0.36rem) * (-7.54148)));
        margin-right: 0;
    }
}

.ss-card-image {
    min-height: 0%;
}

.ss-card-image.of-primary {
    margin-top: -150px;
    margin-left: -60px;
    transform: rotate(12deg);
}

@media screen and (max-width: 1640px) {
    .ss-card-image.of-primary {
        margin-top: calc(-10rem + ((1vw - 1.023rem) * (-8.10373)));
        margin-left: calc(-3rem + ((1vw - 1.023rem) * (-4.86224)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-card-image.of-primary {
        width: calc(31rem + ((1vw - 0.36rem) * (31.67421)));
        margin-top: calc(-8.5rem + ((1vw - 0.36rem) * (3.77074)));
        margin-left: 0;
        text-align: center;
    }
}

@media screen and (max-width: 1640px) {
    .ss-card-image.of-primary > img {
        max-width: calc(36rem + ((1vw - 1.023rem) * (25.76985)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-card-image.of-primary > img {
        max-width: 100%;
    }
}

.ss-card-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1023px) {
    .ss-card-body {
        flex-direction: column;
        padding: 0 20px;
        text-align: center;
    }
}

.ss-figure:not(.of-primary) {
    display: inline-block;
    position: relative;
}

.ss-figure:not(.of-primary) .ss-figure-imageGroup {
    position: relative;
}

.ss-figure:not(.of-primary) .ss-figure-image.of-primary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.ss-figure:not(.of-primary) .ss-figcaption {
    font-size: 2.4rem;
}

@media screen and (max-width: 1640px) {
    .ss-figure:not(.of-primary) .ss-figcaption {
        font-size: calc(1.8rem + ((1vw - 1.023rem) * (0.97245)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-figure:not(.of-primary) .ss-figcaption {
        font-size: calc(1.3rem + ((1vw - 0.36rem) * (1.65913)));
    }
}

.ss-figure:not(.of-primary) .ss-figcaption.of-primary {
    position: absolute;
    top: 185px;
    right: 15px;
}

@media screen and (max-width: 1640px) {
    .ss-figure:not(.of-primary) .ss-figcaption.of-primary {
        top: calc(12rem + ((1vw - 1.023rem) * (10.53485)));
        right: calc(0rem + ((1vw - 1.023rem) * (2.43112)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-figure:not(.of-primary) .ss-figcaption.of-primary {
        position: static;
    }
}

.ss-figure:not(.of-primary) .ss-figcaption.of-secondary {
    position: absolute;
    top: 150px;
    right: 10px;
}

@media screen and (max-width: 1640px) {
    .ss-figure:not(.of-primary) .ss-figcaption.of-secondary {
        top: calc(10rem + ((1vw - 1.023rem) * (8.10373)));
        right: calc(0rem + ((1vw - 1.023rem) * (1.62075)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-figure:not(.of-primary) .ss-figcaption.of-secondary {
        position: static;
    }
}

.ss-figure:not(.of-primary) .ss-figcaption.of-tertiary {
    position: absolute;
    top: 145px;
    right: 10px;
}

@media screen and (max-width: 1640px) {
    .ss-figure:not(.of-primary) .ss-figcaption.of-tertiary {
        top: calc(9rem + ((1vw - 1.023rem) * (8.9141)));
        right: calc(0rem + ((1vw - 1.023rem) * (1.62075)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-figure:not(.of-primary) .ss-figcaption.of-tertiary {
        position: static;
    }
}

.ss-figure.of-primary {
    display: inline-block;
}

.ss-figure.of-primary .ss-figcaption {
    margin-bottom: 8px;
    font-size: 2.4rem;
    text-align: center;
}

@media screen and (max-width: 1640px) {
    .ss-figure.of-primary .ss-figcaption {
        font-size: calc(1.8rem + ((1vw - 1.023rem) * (0.97245)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-figure.of-primary .ss-figcaption {
        font-size: calc(1.3rem + ((1vw - 0.36rem) * (1.65913)));
    }
}

.ss-listButton {
    margin-top: 36px;
}

.ss-text {
    font-size: 2.8rem;
}

@media screen and (max-width: 1640px) {
    .ss-text {
        font-size: calc(1.6rem + ((1vw - 1.023rem) * (1.94489)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-text {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (1.20664)));
    }
}

.ss-textGroup {
    margin-right: 40px;
}

@media screen and (max-width: 1640px) {
    .ss-textGroup {
        margin-right: calc(3rem + ((1vw - 1.023rem) * (1.62075)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-textGroup {
        margin-right: 0;
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (1.20664)));
    }
}

.ss-textPhone {
    display: flex;
    align-items: center;
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .ss-textPhone {
        flex-direction: column;
        margin-bottom: 30px;
    }
}

.ss-textPhone-body {
    margin-right: 24px;
}

@media screen and (max-width: 1640px) {
    .ss-textPhone-body {
        margin-right: calc(1.6rem + ((1vw - 1.023rem) * (1.2966)));
    }
}

.ss-textPhone-number {
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
}

@media screen and (max-width: 1640px) {
    .ss-textPhone-number {
        font-size: calc(2rem + ((1vw - 1.023rem) * (0.97245)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-textPhone-number {
        font-size: 2.4rem;
    }
}

.ss-textPhone-numberGroup {
    display: flex;
    align-items: flex-start;
    margin-top: 0 !important;
}

@media screen and (max-width: 1640px) {
    .ss-textPhone-numberGroup {
        align-items: center;
    }
}

@media screen and (max-width: 1023px) {
    .ss-textPhone-numberGroup {
        margin-bottom: 8px;
    }
}

.ss-textPhone-note {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 8px;
    font-size: 1.4rem;
    line-height: 1.2;
}

@media screen and (max-width: 1023px) {
    .ss-textPhone-note {
        font-size: 1.2rem;
    }
}

.ss-textPhone-icon {
    width: 36px;
    min-width: 36px;
    height: 20px;
    min-height: 20px;
    margin-top: 3px;
    margin-right: 8px;
}

@media screen and (max-width: 1640px) {
    .ss-textPhone-icon {
        width: calc(3rem + ((1vw - 1.023rem) * (0.97245)));
        min-width: calc(3rem + ((1vw - 1.023rem) * (0.97245)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-textPhone-icon {
        width: 35px;
        min-width: 35px;
        margin-top: 0;
    }
}

.ss-textPhone-icon .of-iconColor-primary {
    fill: #00a23f;
}

.ss-textPhone-icon .of-iconColor-secondary {
    fill: #fe8800;
}

.ss-textPhone-icon .of-iconColor-tertiary {
    fill: #0086b1;
}

.ss-textPhone-icon .of-iconColor-quaternary {
    fill: #838079;
}

.ss-textPhone-icon .of-iconColor-quinary {
    fill: #1e1c1c;
}

.ss-textPhone.of-center {
    text-align: center;
}

.ss-textPhone.of-center .ss-textPhone-numberGroup {
    justify-content: center;
}

a.ss-textPhone-body,
a:hover.ss-textPhone-body {
    display: inline-block;
    color: #333;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

.ss-icon {
    width: 54px;
}

@media screen and (max-width: 1640px) {
    .ss-icon {
        width: calc(4rem + ((1vw - 1.023rem) * (2.26904)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-icon {
        display: inline-block;
        width: 45px;
        vertical-align: text-bottom;
    }
}

.ss-iconDownload {
    width: 90px;
    height: 85px;
    opacity: 0.3;
}

@media screen and (max-width: 1640px) {
    .ss-iconDownload {
        width: calc(6rem + ((1vw - 1.023rem) * (4.86224)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-iconDownload {
        width: 45px;
        min-width: 45px;
        height: 40px;
    }
}

.ss-iconDownload-outer {
    margin-left: 24px;
}

.ss-iconNumber.of-primary {
    z-index: 3;
    position: absolute;
    top: 40px;
    right: -48px;
    width: 256px;
    height: 285px;
}

@media screen and (max-width: 1640px) {
    .ss-iconNumber.of-primary {
        top: calc(2rem + ((1vw - 1.023rem) * (3.24149)));
        width: calc(18rem + ((1vw - 1.023rem) * (12.31767)));
        height: calc(19.5rem + ((1vw - 1.023rem) * (14.58671)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-iconNumber.of-primary {
        top: calc(-2.5rem + ((1vw - 0.36rem) * (-1.5083)));
        right: calc(-1rem + ((1vw - 0.36rem) * (-2.26244)));
        width: calc(8rem + ((1vw - 0.36rem) * (15.08296)));
    }
}

.ss-iconNumber.of-secondary {
    z-index: 3;
    position: absolute;
    top: 4rem;
    left: -64px;
    width: 286px;
    height: 284px;
}

@media screen and (max-width: 1640px) {
    .ss-iconNumber.of-secondary {
        top: calc(2rem + ((1vw - 1.023rem) * (3.24149)));
        left: calc(-4.3rem + ((1vw - 1.023rem) * (-3.40357)));
        width: calc(18.5rem + ((1vw - 1.023rem) * (16.36953)));
        height: calc(18.5rem + ((1vw - 1.023rem) * (16.04538)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-iconNumber.of-secondary {
        top: calc(-1rem + ((1vw - 0.36rem) * (-2.26244)));
        left: calc(-2rem + ((1vw - 0.36rem) * (0.75415)));
        width: calc(8.8rem + ((1vw - 0.36rem) * (14.63047)));
    }
}

.ss-iconNumber.of-tertiary {
    z-index: 3;
    position: absolute;
    top: 40px;
    right: -40px;
    width: 287px;
    height: 284px;
}

@media screen and (max-width: 1640px) {
    .ss-iconNumber.of-tertiary {
        top: calc(2rem + ((1vw - 1.023rem) * (3.24149)));
        width: calc(18rem + ((1vw - 1.023rem) * (12.31767)));
        height: calc(19.5rem + ((1vw - 1.023rem) * (14.58671)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-iconNumber.of-tertiary {
        top: calc(-2rem + ((1vw - 0.36rem) * (-2.26244)));
        right: calc(-0.8rem + ((1vw - 0.36rem) * (-1.05581)));
        width: calc(8.8rem + ((1vw - 0.36rem) * (13.87632)));
    }
}

.ss-iconNumber.of-quaternary {
    z-index: 3;
    position: absolute;
    top: 40px;
    left: -63px;
    width: 294px;
    height: 284px;
}

@media screen and (max-width: 1640px) {
    .ss-iconNumber.of-quaternary {
        top: calc(3rem + ((1vw - 1.023rem) * (1.62075)));
        left: calc(-3.8rem + ((1vw - 1.023rem) * (-4.05186)));
        width: calc(18.5rem + ((1vw - 1.023rem) * (17.66613)));
        height: calc(18rem + ((1vw - 1.023rem) * (16.85575)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-iconNumber.of-quaternary {
        top: calc(-1rem + ((1vw - 0.36rem) * (-3.01659)));
        left: calc(-1.5rem + ((1vw - 0.36rem) * (0.45249)));
        width: calc(9rem + ((1vw - 0.36rem) * (13.57466)));
    }
}

.ss-utility-text-emphasis {
    font-size: 7rem;
    font-weight: 600;
}

@media screen and (max-width: 1640px) {
    .ss-utility-text-emphasis {
        font-size: calc(3.6rem + ((1vw - 1.023rem) * (5.51053)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-utility-text-emphasis {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.20664)));
    }
}

@media screen and (max-width: 1023px) {
    .ss-utility-text-emphasis.of-jumbotron {
        font-size: 2.8rem;
    }
}

.ss-utility-line-break {
    display: block;
}

.ss-utility-textShadow-blue {
    text-shadow: 0 0 30px #0af;
}

@media screen and (max-width: 1023px) {
    .ss-smallScreen-column-reverse {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 1023px) {
    .ss-smallScreen-textAlign-center {
        text-align: center;
    }
}

[data-script-enabled="true"] .ss-jumbotron-inner {
    visibility: hidden;
}

[data-script-enabled="true"] .ss-jumbotron-image.of-secondary {
    visibility: hidden;
}

[data-script-enabled="true"] .ss-jumbotron.is-show .ss-jumbotron-inner {
    animation: showMainVisualAnimation 2s cubic-bezier(0.13, 0.81, 0.75, 1) 2.8s 1 forwards;
}

[data-script-enabled="true"] .ss-jumbotron.is-show .ss-jumbotron-imageGroup {
    left: 50%;
    width: 1830px;
    transform: translateX(-50%);
    animation: pullUpToImageGroup 1.5s cubic-bezier(0.11, 0.73, 0.75, 0.98) 2s 1 forwards;
}

@media screen and (max-width: 1920px) {
    [data-script-enabled="true"] .ss-jumbotron.is-show .ss-jumbotron-imageGroup {
        bottom: -280px;
        width: 1830px;
        animation: pullUpToImageGroupMaximum 1.5s cubic-bezier(0.11, 0.73, 0.75, 0.98) 2s 1 forwards;
    }
}

@media screen and (max-width: 1640px) {
    [data-script-enabled="true"] .ss-jumbotron.is-show .ss-jumbotron-imageGroup {
        bottom: -280px;
        width: calc(145rem + ((1vw - 1.023rem) * (61.58833)));
        animation: pullUpToImageGroupLarge 1.5s cubic-bezier(0.11, 0.73, 0.75, 0.98) 2s 1 forwards;
    }
}

@media screen and (max-width: 1023px) {
    [data-script-enabled="true"] .ss-jumbotron.is-show .ss-jumbotron-imageGroup {
        bottom: -360px;
        width: calc(103rem + ((1vw - 0.768rem) * (105.88235)));
        min-height: calc(48rem + ((1vw - 0.768rem) * (50.98039)));
        animation: pullUpToImageGroupMiddle 1.5s cubic-bezier(0.11, 0.73, 0.75, 0.98) 2s 1 forwards;
    }
}

@media screen and (max-width: 768px) {
    [data-script-enabled="true"] .ss-jumbotron.is-show .ss-jumbotron-imageGroup {
        bottom: calc(-32rem + ((1vw - 0.36rem) * (-24.5098)));
        width: calc(67rem + ((1vw - 0.36rem) * (129.90196)));
        min-height: calc(19rem + ((1vw - 0.36rem) * (71.07843)));
        animation: pullUpToImageGroupSmall 2s cubic-bezier(0.11, 0.73, 0.75, 0.98) 2s 1 forwards;
    }
}

@media screen and (min-width: 1024px) and (max-height: 740px) {
    [data-script-enabled="true"] .ss-jumbotron.is-show .ss-jumbotron-imageGroup {
        bottom: 40px;
        width: 1200px;
        animation: pullUpToImageGroupLapTop 2s cubic-bezier(0.11, 0.73, 0.75, 0.98) 2s 1 forwards;
    }
}

@media screen and (orientation: landscape) and (max-width: 1023px) {
    [data-script-enabled="true"] .ss-jumbotron.is-show .ss-jumbotron-imageGroup {
        bottom: calc(-32rem + ((1vw - 0.36rem) * (-24.5098)));
        width: calc(67rem + ((1vw - 0.36rem) * (129.90196)));
        min-height: calc(19rem + ((1vw - 0.36rem) * (71.07843)));
        animation: pullUpToImageGroupLandscape 2s cubic-bezier(0.11, 0.73, 0.75, 0.98) 2s 1 forwards;
    }
}

@media screen and (orientation: portrait) {
    [data-script-enabled="true"] .ss-jumbotron.is-show .ss-jumbotron-imageGroup {
        bottom: calc(-32rem + ((1vw - 0.36rem) * (-24.5098)));
        width: calc(67rem + ((1vw - 0.36rem) * (129.90196)));
        min-height: calc(19rem + ((1vw - 0.36rem) * (71.07843)));
        animation: pullUpToImageGroupSmall 2s cubic-bezier(0.11, 0.73, 0.75, 0.98) 2s 1 forwards;
    }
}

[data-script-enabled="true"] .ss-jumbotron.is-show .ss-jumbotron-image.of-secondary {
    animation: pullUpSecondary 0.6s cubic-bezier(0.33, 0.77, 0.38, 1) 0.8s 1 forwards;
}

@media screen and (max-width: 1640px) {
    [data-script-enabled="true"] .ss-jumbotron.is-show .ss-jumbotron-image.of-secondary {
        animation: pullUpLargeSecondary 0.6s cubic-bezier(0.33, 0.77, 0.38, 1) 0.8s 1 forwards;
    }
}

@media screen and (max-width: 1023px) {
    [data-script-enabled="true"] .ss-jumbotron.is-show .ss-jumbotron-image.of-secondary {
        animation: pullUpMiddleSecondary 0.6s cubic-bezier(0.33, 0.77, 0.38, 1) 0.8s 1 forwards;
    }
}

@media screen and (max-width: 768px) {
    [data-script-enabled="true"] .ss-jumbotron.is-show .ss-jumbotron-image.of-secondary {
        animation: pullUpSmallSecondary 0.6s cubic-bezier(0.33, 0.77, 0.38, 1) 0.8s 1 forwards;
    }
}

@media screen and (min-width: 1024px) and (max-height: 740px) {
    [data-script-enabled="true"] .ss-jumbotron.is-show .ss-jumbotron-image.of-secondary {
        animation: pullUpLapTopSecondary 0.6s cubic-bezier(0.33, 0.77, 0.38, 1) 0.8s 1 forwards;
    }
}

@media screen and (orientation: landscape) and (max-width: 1023px) {
    [data-script-enabled="true"] .ss-jumbotron.is-show .ss-jumbotron-image.of-secondary {
        animation: pullUpLandscapeSecondary 0.6s cubic-bezier(0.33, 0.77, 0.38, 1) 0.8s 1 forwards;
    }
}

@media screen and (orientation: portrait) {
    [data-script-enabled="true"] .ss-jumbotron.is-show .ss-jumbotron-image.of-secondary {
        animation: pullUpSmallSecondary 0.6s cubic-bezier(0.33, 0.77, 0.38, 1) 0.8s 1 forwards;
    }
}

[data-script-enabled="true"] .ss-section:not(.of-conversion) {
    opacity: 0;
}

[data-script-enabled="true"] .ss-section:not(.of-conversion).is-show {
    animation: fadeUpAnimationOfSection 1.5s cubic-bezier(0.13, 0.81, 0.75, 1) 0s 1 forwards;
}

[data-script-enabled="true"] .ss-section:not(.of-conversion).is-show .ss-media.of-primary .ss-media-image.of-primary {
    margin-top: 50px;
    animation: fadeUpAnimation-primary 0s cubic-bezier(0.13, 0.81, 0.75, 1) 0s 1 forwards;
}

@media screen and (max-width: 1023px) {
    [data-script-enabled="true"] .ss-section:not(.of-conversion).is-show .ss-media.of-primary .ss-media-image.of-primary {
        top: 0;
        margin-top: 0;
        animation: fadeUpAnimationSP 0s cubic-bezier(0.13, 0.81, 0.75, 1) 0s 1 forwards;
    }
}

[data-script-enabled="true"] .ss-section:not(.of-conversion).is-show .ss-media.of-primary .ss-media-image.of-secondary {
    animation: fadeInAnimation 1s cubic-bezier(0.13, 0.81, 0.75, 1) 1.5s 1 forwards;
    opacity: 0;
}

@media screen and (max-width: 1023px) {
    [data-script-enabled="true"] .ss-section:not(.of-conversion).is-show .ss-media.of-primary .ss-media-image.of-secondary {
        animation: fadeInAnimationSP 1s cubic-bezier(0.13, 0.81, 0.75, 1) 1.5s 1 forwards;
        opacity: 0;
    }
}

[data-script-enabled="true"] .ss-section:not(.of-conversion).is-show .ss-media.of-secondary .ss-media-imageProduct.of-primary {
    animation: fadeUpAnimation-secondary 0s cubic-bezier(0.13, 0.81, 0.75, 1) 0s 1 forwards;
}

@media screen and (max-width: 1023px) {
    [data-script-enabled="true"] .ss-section:not(.of-conversion).is-show .ss-media.of-secondary .ss-media-imageProduct.of-primary {
        top: 0;
        margin-top: 0;
        animation: fadeUpAnimationSP 0s cubic-bezier(0.13, 0.81, 0.75, 1) 0s 1 forwards;
    }
}

[data-script-enabled="true"] .ss-section:not(.of-conversion).is-show .ss-media.of-secondary .ss-media-imageProduct.of-secondary {
    animation: fadeInAnimation 1s cubic-bezier(0.13, 0.81, 0.75, 1) 1.5s 1 forwards;
    opacity: 0;
}

@media screen and (max-width: 1023px) {
    [data-script-enabled="true"] .ss-section:not(.of-conversion).is-show .ss-media.of-secondary .ss-media-imageProduct.of-secondary {
        animation: fadeInAnimationSP 1s cubic-bezier(0.13, 0.81, 0.75, 1) 1.5s 1 forwards;
        opacity: 0;
    }
}

[data-script-enabled="true"] .ss-section:not(.of-conversion).is-show .ss-media.of-secondary .ss-media-image {
    -webkit-clip-path: inset(0 100% 100% 0);
    top: auto;
    left: auto;
    transform: none;
    animation: inset-ltr 0.4s cubic-bezier(0.13, 0.81, 0.75, 1) 2.5s 1 forwards;
    clip-path: inset(0 100% 100% 0);
}

@media screen and (max-width: 1023px) {
    [data-script-enabled="true"] .ss-section:not(.of-conversion).is-show .ss-media.of-secondary .ss-media-image {
        animation: inset-ltrSP 0.4s cubic-bezier(0.13, 0.81, 0.75, 1) 2.5s 1 forwards;
    }
}

[data-script-enabled="true"] .ss-section:not(.of-conversion).is-show .ss-media.of-tertiary .ss-figure-image.of-primary {
    animation: fadeInAnimation 1s cubic-bezier(0.13, 0.81, 0.75, 1) 1.5s 1 forwards;
    opacity: 0;
}

@media screen and (max-width: 1023px) {
    [data-script-enabled="true"] .ss-section:not(.of-conversion).is-show .ss-media.of-tertiary .ss-figure-image.of-primary {
        animation: fadeInAnimationSP 1s cubic-bezier(0.13, 0.81, 0.75, 1) 1.5s 1 forwards;
        opacity: 0;
    }
}

[data-script-enabled="true"] .ss-section:not(.of-conversion).is-show .ss-media.of-quaternary .ss-media-image {
    position: relative;
    min-height: 300px;
    opacity: 0;
}

@media screen and (max-width: 1640px) {
    [data-script-enabled="true"] .ss-section:not(.of-conversion).is-show .ss-media.of-quaternary .ss-media-image {
        min-height: calc(9rem + ((1vw - 0.36rem) * (16.40625)));
    }
}

[data-script-enabled="true"] .ss-section:not(.of-conversion).is-show .ss-media.of-quaternary .ss-media-image.of-primary {
    animation: fadeUpAnimationSP 1s cubic-bezier(0.64, 1, 0.51, 1) 1s 1 forwards;
}

[data-script-enabled="true"] .ss-section:not(.of-conversion).is-show .ss-media.of-quaternary .ss-media-image.of-secondary {
    animation: fadeUpAnimationSP 1s cubic-bezier(0.64, 1, 0.51, 1) 1.2s 1 forwards;
}

[data-script-enabled="true"] .ss-section:not(.of-conversion).is-show .ss-media.of-quaternary .ss-media-image.of-tertiary {
    animation: fadeUpAnimationSP 1s cubic-bezier(0.64, 1, 0.51, 1) 1.4s 1 forwards;
}

[data-script-enabled="true"] .ss-section:not(.of-conversion).is-show .ss-media.of-quaternary .ss-media-image.of-quaternary {
    animation: fadeUpAnimationSP 1s cubic-bezier(0.64, 1, 0.51, 1) 1.6s 1 forwards;
}

[data-script-enabled="true"] .ss-section:not(.of-conversion).is-show .ss-media.of-quaternary .ss-figure {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

@keyframes pullUpToImageGroup {
    0% {
        bottom: -280px;
        width: calc(133rem + ((1vw - 1.64rem) * (110.71429)));
    }
    100% {
        bottom: -60px;
        width: calc(116rem + ((1vw - 1.64rem) * (67.85714)));
    }
}

@keyframes pullUpToImageGroupMaximum {
    0% {
        bottom: -280px;
        width: 1830px;
    }
    100% {
        bottom: -60px;
        width: 1350px;
    }
}

@keyframes pullUpToImageGroupLarge {
    0% {
        bottom: -280px;
        width: calc(145rem + ((1vw - 1.023rem) * (61.58833)));
    }
    100% {
        bottom: -90px;
        width: calc(120rem + ((1vw - 1.023rem) * (24.31118)));
    }
}

@keyframes pullUpToImageGroupMiddle {
    0% {
        bottom: -360px;
        width: calc(103rem + ((1vw - 0.768rem) * (105.88235)));
    }
    25% {
        bottom: -360px;
        width: calc(103rem + ((1vw - 0.768rem) * (105.88235)));
    }
    100% {
        bottom: -200px;
        width: calc(93rem + ((1vw - 0.768rem) * (66.66667)));
    }
}

@keyframes pullUpToImageGroupSmall {
    0% {
        bottom: calc(-32rem + ((1vw - 0.36rem) * (-24.5098)));
        width: calc(67rem + ((1vw - 0.36rem) * (129.90196)));
    }
    25% {
        bottom: calc(-32rem + ((1vw - 0.36rem) * (-24.5098)));
        width: calc(67rem + ((1vw - 0.36rem) * (129.90196)));
    }
    100% {
        bottom: calc(-21rem + ((1vw - 0.36rem) * (-2.45098)));
        width: calc(54rem + ((1vw - 0.36rem) * (100.4902)));
    }
}

@keyframes pullUpToImageGroupLandscape {
    0% {
        bottom: calc(-32rem + ((1vw - 0.36rem) * (-24.5098)));
        width: calc(67rem + ((1vw - 0.36rem) * (129.90196)));
    }
    25% {
        bottom: calc(-32rem + ((1vw - 0.36rem) * (-24.5098)));
        width: calc(67rem + ((1vw - 0.36rem) * (129.90196)));
    }
    100% {
        bottom: calc(-21rem + ((1vw - 0.36rem) * (-2.45098)));
        width: calc(54rem + ((1vw - 0.36rem) * (100.4902)));
    }
}

@keyframes pullUpToImageGroupLapTop {
    0% {
        bottom: 40px;
        width: 1200px;
    }
    25% {
        bottom: 40px;
        width: 1200px;
    }
    100% {
        bottom: 140px;
        width: 1100px;
    }
}

@keyframes showMainVisualAnimation {
    0% {
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes pullUpSecondary {
    0% {
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes pullUpLargeSecondary {
    0% {
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes pullUpMiddleSecondary {
    0% {
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes pullUpSmallSecondary {
    0% {
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes pullUpLandscapeSecondary {
    0% {
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes pullUpLapTopSecondary {
    0% {
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes fadeUpAnimation {
    0% {
        top: 55%;
        opacity: 0;
    }
    100% {
        top: 50%;
        opacity: 1;
    }
}

@keyframes fadeUpAnimation-primary {
    0% {
        margin-top: 50px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes fadeUpAnimation-secondary {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeUpAnimation-quaternary {
    0% {
        margin-top: 50px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes fadeUpAnimationSP {
    0% {
        top: 30px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes fadeUpAnimationOfSection {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInAnimationSP {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes inset-ltr {
    0% {
        -webkit-clip-path: inset(0 100% 100% 0);
        clip-path: inset(0 100% 100% 0);
    }
    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

@keyframes inset-ltrSP {
    0% {
        -webkit-clip-path: inset(0 100% 100% 0);
        clip-path: inset(0 100% 100% 0);
    }
    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}
