@charset "UTF-8";

.ss-layout-header-content > *:last-child, .ss-layout-container > *:last-child, .ss-section-content > *:last-child, .ss-layout-grid > .ss-layout-grid-column > *:last-child, .ss-jumbotron-body > *:last-child, .ss-jumbotron-imageGroup > *:last-child, .ss-jumbotron-titleGroup > *:last-child, .ss-jumbotron-seriesGroup > *:last-child, .ss-media-body > *:last-child, .ss-mediaPanel-body > *:last-child, .ss-mediaPanel-imageGroup > *:last-child, .ss-mediaOverview-body > *:last-child, .ss-step > *:last-child, .ss-step-outer > *:last-child, .ss-listButton > *:last-child, .ss-listButton-outer > *:last-child {
    margin-bottom: 0 !important;
}

html:not(.theme-noAdobeFont) body,
body {
    font-family: futura-pt, sans-serif;
}

.ss-buttonConversion.of-download .ss-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.ss-layout-header {
    width: 100%;
    margin-bottom: 128px;
}

@media only screen and (max-width: 1920px) {
    .ss-layout-header {
        margin-bottom: calc(3.2rem + ((1vw - 1.365rem) * (17.2973)));
    }
}

@media only screen and (max-width: 1365px) {
    .ss-layout-header {
        margin-bottom: calc(2rem + ((1vw - 0.36rem) * (1.19403)));
    }
}

.ss-layout-header-logo a > img {
    width: 148px;
    height: 26px;
}

@media only screen and (max-width: 1365px) {
    .ss-layout-header-logo a > img {
        width: 114px;
        height: 20px;
    }
}

.ss-layout-main {
    width: 100%;
}

.ss-layout-container:not(.of-secondary) {
    width: 100%;
    padding: 0 80px;
}

@media only screen and (max-width: 1365px) {
    .ss-layout-container:not(.of-secondary) {
        padding: 0 124px;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-layout-container:not(.of-secondary) {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (15.66265))) 64px;
    }
}

.ss-layout-container.of-secondary {
    background-color: #162727;
    color: #fff;
}

.ss-layout-footer {
    width: 100%;
    padding: 36px 80px 148px;
}

@media only screen and (max-width: 1024px) {
    .ss-layout-footer {
        padding: 36px calc(2rem + ((1vw - 0.36rem) * (15.66265))) calc(13rem + ((1vw - 0.768rem) * (-7.03125)));
    }
}

@media only screen and (max-width: 767px) {
    .ss-layout-footer {
        padding-bottom: calc(16rem + ((1vw - 0.36rem) * (2.45098)));
    }
}

.ss-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ss-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.ss-layout-footer-list > li {
    font-size: 1.3rem;
}

.ss-layout-footer-list > li + li {
    position: relative;
    margin-left: 16px;
    padding-left: 16px;
}

.ss-layout-footer-list > li + li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 14px;
    transform: translateY(-50%);
    background-color: #58908d;
    content: "";
}

@media only screen and (max-width: 767px) {
    .ss-layout-footer-list > li:last-child {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .ss-layout-footer-list > li:last-child::before {
        content: none;
    }
}

.ss-layout-footer-list > li > a {
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
}

.ss-section {
    width: 100%;
}

.ss-section.of-rectangle {
    position: relative;
    overflow: hidden;
}

.ss-section.of-rectangle::before {
    position: absolute;
    top: -53vw;
    left: -20px;
    width: 300%;
    height: 800px;
    transform: rotate(334deg);
    border-radius: 32px;
    background-color: #00b969;
    content: "";
}

@media only screen and (max-width: 1920px) {
    .ss-section.of-rectangle::before {
        left: calc(4rem + ((1vw - 1.365rem) * (-10.81081)));
    }
}

@media only screen and (max-width: 1024px) {
    .ss-section.of-rectangle::before {
        content: none;
    }
}

.ss-section.of-rectangle > * {
    position: relative;
}

.ss-layout-grid {
    z-index: 10;
    max-width: 776px;
    margin: -16px 0 0 -16px;
}

.ss-layout-grid.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.ss-layout-grid.of-flex > * {
    width: 100%;
}

.ss-layout-grid > .ss-layout-grid-column {
    margin-top: 16px;
    padding-left: 16px;
}

@media only screen and (max-width: 767px) {
    .ss-layout-grid > .ss-layout-grid-column {
        text-align: center;
    }
}

.ss-layout-grid > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.ss-layout-grid > .ss-layout-grid-column.of-width-full {
    width: 100% !important;
}

.ss-layout-grid.of-column-2 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.ss-layout-grid.of-column-3 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.ss-layout-grid.of-column-4 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.ss-layout-grid.of-column-5 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.ss-layout-grid.of-column-6 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.ss-layout-grid.of-column-7 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.ss-layout-grid.of-column-8 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.ss-layout-grid.of-column-9 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.ss-layout-grid.of-column-10 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.ss-layout-grid.of-column-2 > .ss-layout-grid-column.of-column-2 {
    width: 100%;
}

.ss-layout-grid.of-column-3 > .ss-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.ss-layout-grid.of-column-3 > .ss-layout-grid-column.of-column-3 {
    width: 100%;
}

.ss-layout-grid.of-column-4 > .ss-layout-grid-column.of-column-2 {
    width: 50%;
}

.ss-layout-grid.of-column-4 > .ss-layout-grid-column.of-column-3 {
    width: 75%;
}

.ss-layout-grid.of-column-4 > .ss-layout-grid-column.of-column-4 {
    width: 100%;
}

.ss-layout-grid.of-column-5 > .ss-layout-grid-column.of-column-2 {
    width: 40%;
}

.ss-layout-grid.of-column-5 > .ss-layout-grid-column.of-column-3 {
    width: 60%;
}

.ss-layout-grid.of-column-5 > .ss-layout-grid-column.of-column-4 {
    width: 80%;
}

.ss-layout-grid.of-column-5 > .ss-layout-grid-column.of-column-5 {
    width: 100%;
}

.ss-layout-grid.of-column-6 > .ss-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.ss-layout-grid.of-column-6 > .ss-layout-grid-column.of-column-3 {
    width: 50%;
}

.ss-layout-grid.of-column-6 > .ss-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.ss-layout-grid.of-column-6 > .ss-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.ss-layout-grid.of-column-6 > .ss-layout-grid-column.of-column-6 {
    width: 100%;
}

.ss-layout-grid.of-column-7 > .ss-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.ss-layout-grid.of-column-7 > .ss-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.ss-layout-grid.of-column-7 > .ss-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.ss-layout-grid.of-column-7 > .ss-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.ss-layout-grid.of-column-7 > .ss-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.ss-layout-grid.of-column-7 > .ss-layout-grid-column.of-column-7 {
    width: 100%;
}

.ss-layout-grid.of-column-8 > .ss-layout-grid-column.of-column-2 {
    width: 25%;
}

.ss-layout-grid.of-column-8 > .ss-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.ss-layout-grid.of-column-8 > .ss-layout-grid-column.of-column-4 {
    width: 50%;
}

.ss-layout-grid.of-column-8 > .ss-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.ss-layout-grid.of-column-8 > .ss-layout-grid-column.of-column-6 {
    width: 75%;
}

.ss-layout-grid.of-column-8 > .ss-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.ss-layout-grid.of-column-8 > .ss-layout-grid-column.of-column-8 {
    width: 100%;
}

.ss-layout-grid.of-column-9 > .ss-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.ss-layout-grid.of-column-9 > .ss-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.ss-layout-grid.of-column-9 > .ss-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.ss-layout-grid.of-column-9 > .ss-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.ss-layout-grid.of-column-9 > .ss-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.ss-layout-grid.of-column-9 > .ss-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.ss-layout-grid.of-column-9 > .ss-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.ss-layout-grid.of-column-9 > .ss-layout-grid-column.of-column-9 {
    width: 100%;
}

.ss-layout-grid.of-column-10 > .ss-layout-grid-column.of-column-2 {
    width: 20%;
}

.ss-layout-grid.of-column-10 > .ss-layout-grid-column.of-column-3 {
    width: 30%;
}

.ss-layout-grid.of-column-10 > .ss-layout-grid-column.of-column-4 {
    width: 40%;
}

.ss-layout-grid.of-column-10 > .ss-layout-grid-column.of-column-5 {
    width: 50%;
}

.ss-layout-grid.of-column-10 > .ss-layout-grid-column.of-column-6 {
    width: 60%;
}

.ss-layout-grid.of-column-10 > .ss-layout-grid-column.of-column-7 {
    width: 70%;
}

.ss-layout-grid.of-column-10 > .ss-layout-grid-column.of-column-8 {
    width: 80%;
}

.ss-layout-grid.of-column-10 > .ss-layout-grid-column.of-column-9 {
    width: 90%;
}

.ss-layout-grid.of-column-10 > .ss-layout-grid-column.of-column-10 {
    width: 100%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.ss-layout-grid.of-column-11 > .ss-layout-grid-column.of-column-11 {
    width: 100%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-3 {
    width: 25%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-6 {
    width: 50%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-9 {
    width: 75%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.ss-layout-grid.of-column-12 > .ss-layout-grid-column.of-column-12 {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .ss-layout-grid[class*="of-column-"] > .ss-layout-grid-column:not([class*="of-column-"]),
    .ss-layout-grid[class*="of-column-"] > .ss-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .ss-layout-grid.ss-smallScreen-column-2 > .ss-layout-grid-column:not([class*="of-column-"]),
    .ss-layout-grid.ss-smallScreen-column-2 > .ss-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .ss-layout-grid.ss-smallScreen-column-3 > .ss-layout-grid-column:not([class*="of-column-"]),
    .ss-layout-grid.ss-smallScreen-column-3 > .ss-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

[data-script-enabled="true"] .ss-media-video.is-covered::before {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    content: "";
}

.ss-jumbotron {
    width: 100%;
    height: 100%;
    margin-bottom: 320px;
}

@media only screen and (max-width: 1365px) {
    .ss-jumbotron {
        margin-bottom: calc(16rem + ((1vw - 1.024rem) * (46.92082)));
    }
}

@media only screen and (max-width: 1024px) {
    .ss-jumbotron {
        margin-bottom: calc(8rem + ((1vw - 0.36rem) * (12.04819)));
    }
}

@media only screen and (max-width: 767px) {
    .ss-jumbotron {
        height: auto;
    }
}

.ss-jumbotron-content {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1365px) {
    .ss-jumbotron-content {
        flex-direction: column;
    }
}

.ss-jumbotron-body {
    position: relative;
    padding: 32px 80px;
}

@media only screen and (max-width: 1920px) {
    .ss-jumbotron-body {
        flex: 1 0 100%;
        max-width: calc(52rem + ((1vw - 1.365rem) * (21.62162)));
    }
}

@media only screen and (max-width: 1365px) {
    .ss-jumbotron-body {
        max-width: 100%;
        padding: 32px calc(2rem + ((1vw - 0.36rem) * (5.97015))) 40px;
        text-align: center;
        width: 100%;
    }
}

.ss-jumbotron-textScroll {
    position: absolute;
    right: 0;
    bottom: 32px;
    margin-bottom: 0;
    transform: rotate(90deg);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
}

@media only screen and (max-width: 1365px) {
    .ss-jumbotron-textScroll {
        display: none;
    }
}

.ss-jumbotron-textScroll::before {
    position: absolute;
    right: 56px;
    bottom: 2px;
    width: 100px;
    height: 2px;
    background-color: #fff;
    content: "";
}

.ss-jumbotron-textScroll::after {
    position: absolute;
    right: 55px;
    bottom: 3px;
    border-right: 20px solid transparent;
    border-bottom: 12px solid #fff;
    content: "";
}

.ss-jumbotron-imageGroup {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    background-color: #dbdbdb;
    background-image: url("../../../../../../img/ss/products/measure-sys/optical-comparator_01/optical-comparator_01_img_01.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: -16px 0 40px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 1920px) {
    .ss-jumbotron-imageGroup {
        background-position: calc(-10rem + ((1vw - 1.365rem) * (18.01802))) center;
    }
}

@media only screen and (max-width: 1365px) {
    .ss-jumbotron-imageGroup {
        max-width: 100%;
        height: auto;
        padding: 0 calc(4rem + ((1vw - 0.768rem) * (24.1206)));
        background-position: calc(6.8rem + ((1vw - 1.024rem) * (24.04692))) center;
        background-size: calc(57rem + ((1vw - 1.024rem) * (41.05572)));
    }
}

@media only screen and (max-width: 767px) {
    .ss-jumbotron-imageGroup {
        background-position: center top;
        background-size: calc(32rem + ((1vw - 0.36rem) * (61.27451)));
    }
}

.ss-jumbotron-titleGroup {
    margin-bottom: 40px;
    text-shadow: 4px 4px 8px #0a1010;
}

@media only screen and (max-width: 1365px) {
    .ss-jumbotron-titleGroup {
        margin-bottom: 24px;
    }
}

.ss-jumbotron-title {
    display: block;
    margin-bottom: 24px;
    color: #00b969;
    font-size: 8rem;
    line-height: 1.1;
}

@media only screen and (max-width: 1920px) {
    .ss-jumbotron-title {
        font-size: calc(5.6rem + ((1vw - 1.365rem) * (4.32432)));
    }
}

@media only screen and (max-width: 1365px) {
    .ss-jumbotron-title {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (1.59204)));
        font-size: calc(3.2rem + ((1vw - 0.36rem) * (2.38806)));
    }
}

.ss-jumbotron-seriesGroup {
    display: block;
    margin-bottom: 40px;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.1;
}

@media only screen and (max-width: 1920px) {
    .ss-jumbotron-seriesGroup {
        font-size: calc(2.4rem + ((1vw - 1.365rem) * (1.44144)));
        line-height: 1.2;
    }
}

@media only screen and (max-width: 1365px) {
    .ss-jumbotron-seriesGroup {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.79602)));
    }
}

.ss-jumbotron-seriesName, .ss-jumbotron-series {
    display: block;
}

@media only screen and (max-width: 1365px) {
    .ss-jumbotron-seriesName, .ss-jumbotron-series {
        display: inline-block;
    }
}

.ss-media {
    width: 100%;
    padding-top: 240px;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .ss-media {
        padding-top: calc(8rem + ((1vw - 0.36rem) * (12.04819)));
    }
}

.ss-media-content {
    max-width: 1248px;
    margin: auto;
}

.ss-media-body {
    margin-bottom: 48px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .ss-media-body {
        width: 100%;
        max-width: 900px;
        margin-bottom: 24px;
        padding: 24px 20px 24px 124px;
        border-radius: 0 16px 16px 0;
        background-color: #00b969;
        text-align: left;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-media-body {
        max-width: calc(34rem + ((1vw - 0.36rem) * (84.33735)));
        margin-bottom: 24px;
        padding: calc(1.6rem + ((1vw - 0.36rem) * (1.20482))) 20px calc(1.6rem + ((1vw - 0.36rem) * (1.20482))) calc(2rem + ((1vw - 0.36rem) * (15.66265)));
    }
}

.ss-media-image {
    margin: auto;
}

@media only screen and (max-width: 1920px) {
    .ss-media-image {
        max-width: calc(112rem + ((1vw - 1.365rem) * (23.06306)));
    }
}

@media only screen and (max-width: 1365px) {
    .ss-media-image {
        max-width: calc(76rem + ((1vw - 1.024rem) * (105.57185)));
    }
}

@media only screen and (max-width: 1024px) {
    .ss-media-image {
        max-width: calc(32rem + ((1vw - 0.36rem) * (48.19277)));
    }
}

.ss-media-image > video {
    max-width: 1248px;
}

.ss-media.of-rectangle {
    position: relative;
}

.ss-media.of-rectangle::before {
    position: absolute;
    content: "";
}

.ss-mediaPanel {
    width: 100%;
    overflow: hidden;
}

.ss-mediaPanel-body {
    display: inline-block;
    max-width: 1248px;
    margin-bottom: 40px;
    padding: 40px 80px;
    border-radius: 0 32px 32px 0;
    background-color: #00b969;
}

@media only screen and (max-width: 1920px) {
    .ss-mediaPanel-body {
        max-width: calc(87.8rem + ((1vw - 1.365rem) * (66.66667)));
    }
}

@media only screen and (max-width: 1365px) {
    .ss-mediaPanel-body {
        width: 100%;
        max-width: 900px;
        padding: 24px 20px 24px 124px;
        border-radius: 0 16px 16px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-mediaPanel-body {
        max-width: calc(34rem + ((1vw - 0.36rem) * (84.33735)));
        margin-bottom: 24px;
        padding: calc(1.6rem + ((1vw - 0.36rem) * (1.20482))) 20px calc(1.6rem + ((1vw - 0.36rem) * (1.20482))) calc(2rem + ((1vw - 0.36rem) * (15.66265)));
    }
}

.ss-mediaPanel-imageGroup {
    position: relative;
    padding: 80px;
    background-color: #efefef;
}

@media only screen and (max-width: 1024px) {
    .ss-mediaPanel-imageGroup {
        display: flex;
        justify-content: center;
        padding: 160px calc(2rem + ((1vw - 0.36rem) * (15.66265))) 24px calc(2rem + ((1vw - 0.36rem) * (15.66265)));
    }
}

.ss-mediaPanel-imageGroup::before {
    position: absolute;
    top: 0;
    right: -160px;
    width: 100%;
    height: 100%;
    background-image: url("../../../../../../img/ss/products/measure-sys/optical-comparator_01/optical-comparator_01_img_05.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 1250px;
    content: "";
}

@media only screen and (max-width: 1920px) {
    .ss-mediaPanel-imageGroup::before {
        right: calc(-23rem + ((1vw - 1.365rem) * (12.61261)));
        background-size: calc(99.5rem + ((1vw - 1.365rem) * (45.94595)));
    }
}

@media only screen and (max-width: 1024px) {
    .ss-mediaPanel-imageGroup::before {
        right: 50%;
        transform: translateX(50%);
        background-position: top center;
        background-size: calc(32rem + ((1vw - 0.36rem) * (48.79518)));
    }
}

.ss-mediaPanel-imageGroup.is-reverse .ss-layout-masonry-column.of-column-1 .ss-cardWork-content {
    animation: hoverPanel 1s ease 0s forwards;
}

.ss-mediaPanel-imageGroup.is-reverse .ss-layout-masonry-column.of-column-2 .ss-cardWork-content {
    animation: hoverPanel 1s ease 0.1s forwards;
}

.ss-mediaPanel-imageGroup.is-reverse .ss-layout-masonry-column.of-column-3 .ss-cardWork-content {
    animation: hoverPanel 1s ease 0.2s forwards;
}

.ss-mediaPanel-imageGroup.is-reverse .ss-layout-masonry-column.of-column-4 .ss-cardWork-content {
    animation: hoverPanel 1s ease 0.3s forwards;
}

.ss-mediaPanel-imageGroup.is-reverse .ss-layout-masonry-column.of-column-5 .ss-cardWork-content {
    animation: hoverPanel 1s ease 0.4s forwards;
}

.ss-mediaPanel-imageGroup.is-reverse .ss-layout-masonry-column.of-column-6 .ss-cardWork-content {
    animation: hoverPanel 1s ease 0.5s forwards;
}

.ss-mediaPanel-imageGroup.is-reverse .ss-cardWork-outer.is-currentCard .ss-cardWork {
    transform: rotateY(180deg);
}

.ss-mediaOverview {
    margin-bottom: 80px;
    background-color: #142929;
    box-shadow: 0 24px 40px #0a1010;
}

@media only screen and (max-width: 1024px) {
    .ss-mediaOverview {
        margin-bottom: 60px;
    }
}

.ss-mediaOverview-content {
    display: flex;
    align-items: center;
    padding: 64px 80px;
}

@media only screen and (max-width: 1920px) {
    .ss-mediaOverview-content {
        padding: calc(3.6rem + ((1vw - 1.365rem) * (5.04505))) 80px;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-mediaOverview-content {
        padding: 20px;
    }
}

.ss-mediaOverview-content.of-row-reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
    .ss-mediaOverview-content.of-row-reverse {
        flex-direction: column;
    }
}

.ss-mediaOverview-body > p {
    margin-bottom: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
}

@media only screen and (max-width: 1920px) {
    .ss-mediaOverview-body > p {
        margin-bottom: calc(1.6rem + ((1vw - 1.365rem) * (1.44144)));
        font-size: calc(2rem + ((1vw - 1.365rem) * (0.72072)));
    }
}

@media only screen and (max-width: 1024px) {
    .ss-mediaOverview-body > p {
        margin-bottom: 16px;
        font-size: 1.8rem;
    }
}

.ss-mediaOverview-image {
    min-width: 512px;
    min-height: 512px;
    margin: -90px 48px -90px 0;
}

@media only screen and (max-width: 1920px) {
    .ss-mediaOverview-image {
        min-width: calc(41.2rem + ((1vw - 1.365rem) * (18.01802)));
        min-height: calc(41.2rem + ((1vw - 1.365rem) * (18.01802)));
    }
}

@media only screen and (max-width: 1024px) {
    .ss-mediaOverview-image {
        width: 280px;
        min-width: 280px;
        height: 280px;
        min-height: 280px;
        margin: 48px 0 0;
    }
}

.ss-media-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.ss-media-video > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ss-media-videoOuter {
    position: relative;
    width: 100%;
}

.ss-media-videoButton {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: #000;
}

.ss-media-videoButton.is-paused::before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M15%2C1.5A13.5%2C13.5%2C0%2C0%2C0%2C5.454%2C24.546%2C13.5%2C13.5%2C0%2C1%2C0%2C24.546%2C5.454%2C13.412%2C13.412%2C0%2C0%2C0%2C15%2C1.5M15%2C0A15%2C15%2C0%2C1%2C1%2C0%2C15%2C15%2C15%2C0%2C0%2C1%2C15%2C0Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M4.875%2C0%2C9.75%2C8.25H0Z%22%20transform%3D%22translate(20.25%2010.5)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
}

.ss-media-videoButton::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M15%2C1.5A13.5%2C13.5%2C0%2C0%2C0%2C5.454%2C24.546%2C13.5%2C13.5%2C0%2C1%2C0%2C24.546%2C5.454%2C13.412%2C13.412%2C0%2C0%2C0%2C15%2C1.5M15%2C0A15%2C15%2C0%2C1%2C1%2C0%2C15%2C15%2C15%2C0%2C0%2C1%2C15%2C0Z%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20transform%3D%22translate(10.5%2010.5)%22%3E%3Crect%20width%3D%223%22%20height%3D%229.75%22%20transform%3D%22translate(6)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%223%22%20height%3D%229.75%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
    content: "";
}

.ss-media-videoButtonText {
    position: absolute;
    left: -500%;
    white-space: nowrap;
}

.ss-media-videoButtonOuter {
    z-index: 5;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
}

.ss-mediaAnimation {
    position: relative;
    width: 100%;
    min-width: 384px;
    min-height: 216px;
    padding-top: 56.25%;
}

@media only screen and (max-width: 1920px) {
    .ss-mediaAnimation {
        min-width: calc(32rem + ((1vw - 1.365rem) * (11.53153)));
        min-height: calc(18rem + ((1vw - 1.365rem) * (6.48649)));
    }
}

@media only screen and (max-width: 1365px) {
    .ss-mediaAnimation {
        min-width: 320px;
        min-height: 180px;
    }
}

.ss-mediaAnimation > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ss-mediaAnimation-outer {
    position: relative;
    width: 100%;
}

.ss-mediaAnimation-outer.is-current .ss-mediaAnimation-textOuter {
    background-color: #4e7f75;
}

.ss-mediaAnimation-text {
    position: relative;
    margin-bottom: 0;
    padding-left: 1em;
    font-weight: 600;
    line-height: 1.3;
}

.ss-mediaAnimation-text::before {
    position: absolute;
    left: 0;
    content: "" counter(number) ". ";
    counter-increment: number;
}

.ss-mediaAnimation-textOuter {
    display: flex;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding: 2px 40px 2px 16px;
    background-color: rgba(0, 0, 0, 0.6);
}

.ss-mediaAnimationButton {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: #000;
}

.ss-mediaAnimationButton.is-paused::before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M15%2C1.5A13.5%2C13.5%2C0%2C0%2C0%2C5.454%2C24.546%2C13.5%2C13.5%2C0%2C1%2C0%2C24.546%2C5.454%2C13.412%2C13.412%2C0%2C0%2C0%2C15%2C1.5M15%2C0A15%2C15%2C0%2C1%2C1%2C0%2C15%2C15%2C15%2C0%2C0%2C1%2C15%2C0Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M4.875%2C0%2C9.75%2C8.25H0Z%22%20transform%3D%22translate(20.25%2010.5)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
}

.ss-mediaAnimationButton::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M15%2C1.5A13.5%2C13.5%2C0%2C0%2C0%2C5.454%2C24.546%2C13.5%2C13.5%2C0%2C1%2C0%2C24.546%2C5.454%2C13.412%2C13.412%2C0%2C0%2C0%2C15%2C1.5M15%2C0A15%2C15%2C0%2C1%2C1%2C0%2C15%2C15%2C15%2C0%2C0%2C1%2C15%2C0Z%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20transform%3D%22translate(10.5%2010.5)%22%3E%3Crect%20width%3D%223%22%20height%3D%229.75%22%20transform%3D%22translate(6)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%223%22%20height%3D%229.75%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
    content: "";
}

.ss-mediaAnimationButtonText {
    position: absolute;
    left: -500%;
    white-space: nowrap;
}

.ss-mediaAnimationButtonOuter {
    z-index: 5;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
}

@keyframes hoverPanel {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(180deg);
    }
}

.ss-figureAnimation {
    position: relative;
    min-width: 384px;
    min-height: 216px;
}

@media only screen and (max-width: 1920px) {
    .ss-figureAnimation {
        min-width: calc(32rem + ((1vw - 1.365rem) * (11.53153)));
        min-height: calc(18rem + ((1vw - 1.365rem) * (6.48649)));
    }
}

@media only screen and (max-width: 1365px) {
    .ss-figureAnimation {
        min-width: 320px;
        min-height: 180px;
    }
}

.ss-figureAnimation-caption {
    z-index: 16;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2px 16px;
    background-color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    line-height: 1.4;
}

.ss-figureAnimation.of-primary .ss-figureAnimation-imageGroup, .ss-figureAnimation.of-secondary .ss-figureAnimation-imageGroup, .ss-figureAnimation.of-tertiary .ss-figureAnimation-imageGroup {
    position: relative;
}

.ss-figureAnimation.of-primary .ss-figureAnimation-image, .ss-figureAnimation.of-secondary .ss-figureAnimation-image, .ss-figureAnimation.of-tertiary .ss-figureAnimation-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.ss-figureAnimation.of-primary .ss-figureAnimation-image:not(:first-child), .ss-figureAnimation.of-secondary .ss-figureAnimation-image:not(:first-child), .ss-figureAnimation.of-tertiary .ss-figureAnimation-image:not(:first-child) {
    opacity: 0;
}

.ss-figureAnimation.is-current .ss-figureAnimation-caption {
    background-color: #4e7f75;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(1) {
    animation: fadeAnimation_1-1 0.69s linear 0s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(2) {
    animation: fadeAnimation_1-2 0.69s linear 0.03s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(3) {
    animation: fadeAnimation_1-3 0.69s linear 0.06s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(4) {
    animation: fadeAnimation_1-4 0.69s linear 0.09s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(5) {
    animation: fadeAnimation_1-5 0.69s linear 0.12s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(6) {
    animation: fadeAnimation_1-6 0.69s linear 0.15s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(7) {
    animation: fadeAnimation_1-7 0.69s linear 0.18s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(8) {
    animation: fadeAnimation_1-8 0.69s linear 0.21s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(9) {
    animation: fadeAnimation_1-9 0.69s linear 0.24s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(10) {
    animation: fadeAnimation_1-10 0.69s linear 0.27s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(11) {
    animation: fadeAnimation_1-11 0.69s linear 0.3s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(12) {
    animation: fadeAnimation_1-12 0.69s linear 0.33s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(13) {
    animation: fadeAnimation_1-13 0.69s linear 0.36s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(14) {
    animation: fadeAnimation_1-14 0.69s linear 0.39s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(15) {
    animation: fadeAnimation_1-15 0.69s linear 0.42s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(16) {
    animation: fadeAnimation_1-16 0.69s linear 0.45s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(17) {
    animation: fadeAnimation_1-17 0.69s linear 0.48s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(18) {
    animation: fadeAnimation_1-18 0.69s linear 0.51s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(19) {
    animation: fadeAnimation_1-19 0.69s linear 0.54s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(20) {
    animation: fadeAnimation_1-20 0.69s linear 0.57s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(21) {
    animation: fadeAnimation_1-21 0.69s linear 0.6s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(22) {
    animation: fadeAnimation_1-22 0.69s linear 0.63s forwards;
}

.ss-figureAnimation.is-current.of-primary .ss-figureAnimation-image:nth-child(23) {
    animation: fadeAnimation_1-23 0.69s linear 0.66s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(1) {
    animation: fadeAnimation_2-1 0.6s linear 0s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(2) {
    animation: fadeAnimation_2-2 0.6s linear 0.03s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(3) {
    animation: fadeAnimation_2-3 0.6s linear 0.06s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(4) {
    animation: fadeAnimation_2-4 0.6s linear 0.09s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(5) {
    animation: fadeAnimation_2-5 0.6s linear 0.12s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(6) {
    animation: fadeAnimation_2-6 0.6s linear 0.15s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(7) {
    animation: fadeAnimation_2-7 0.6s linear 0.18s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(8) {
    animation: fadeAnimation_2-8 0.6s linear 0.18s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(9) {
    animation: fadeAnimation_2-9 0.6s linear 0.21s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(10) {
    animation: fadeAnimation_2-10 0.6s linear 0.24s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(11) {
    animation: fadeAnimation_2-11 0.6s linear 0.27s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(12) {
    animation: fadeAnimation_2-12 0.6s linear 0.3s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(13) {
    animation: fadeAnimation_2-13 0.6s linear 0.33s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(14) {
    animation: fadeAnimation_2-14 0.6s linear 0.36s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(15) {
    animation: fadeAnimation_2-15 0.6s linear 0.39s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(16) {
    animation: fadeAnimation_2-16 0.6s linear 0.42s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(17) {
    animation: fadeAnimation_2-17 0.6s linear 0.45s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(18) {
    animation: fadeAnimation_2-18 0.6s linear 0.48s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(19) {
    animation: fadeAnimation_2-19 0.6s linear 0.51s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(20) {
    animation: fadeAnimation_2-20 0.6s linear 0.54s forwards;
}

.ss-figureAnimation.is-current.of-secondary .ss-figureAnimation-image:nth-child(21) {
    animation: fadeAnimation_2-21 0.6s linear 0.57s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(1) {
    animation: fadeAnimation_3-1 2s linear 0s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(2) {
    animation: fadeAnimation_3-2 2s linear 0.05s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(3) {
    animation: fadeAnimation_3-3 2s linear 0.1s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(4) {
    animation: fadeAnimation_3-4 2s linear 0.15s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(5) {
    animation: fadeAnimation_3-5 2s linear 0.2s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(6) {
    animation: fadeAnimation_3-6 2s linear 0.25s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(7) {
    animation: fadeAnimation_3-7 2s linear 0.3s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(8) {
    animation: fadeAnimation_3-8 2s linear 0.35s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(9) {
    animation: fadeAnimation_3-9 2s linear 0.4s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(10) {
    animation: fadeAnimation_3-10 2s linear 0.45s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(11) {
    animation: fadeAnimation_3-11 2s linear 0.5s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(12) {
    animation: fadeAnimation_3-12 2s linear 0.55s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(13) {
    animation: fadeAnimation_3-13 2s linear 0.6s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(14) {
    animation: fadeAnimation_3-14 2s linear 0.65s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(15) {
    animation: fadeAnimation_3-15 2s linear 0.7s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(16) {
    animation: fadeAnimation_3-16 2s linear 0.75s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(17) {
    animation: fadeAnimation_3-17 2s linear 0.8s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(18) {
    animation: fadeAnimation_3-18 2s linear 0.85s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(19) {
    animation: fadeAnimation_3-19 2s linear 0.9s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(20) {
    animation: fadeAnimation_3-20 2s linear 0.95s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(21) {
    animation: fadeAnimation_3-21 2s linear 1s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(22) {
    animation: fadeAnimation_3-22 2s linear 1.05s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(23) {
    animation: fadeAnimation_3-23 2s linear 1.1s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(24) {
    animation: fadeAnimation_3-24 2s linear 1.15s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(25) {
    animation: fadeAnimation_3-25 2s linear 1.2s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(26) {
    animation: fadeAnimation_3-26 2s linear 1.25s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(27) {
    animation: fadeAnimation_3-27 2s linear 1.3s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(28) {
    animation: fadeAnimation_3-28 2s linear 1.35s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(29) {
    animation: fadeAnimation_3-29 2s linear 1.4s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(30) {
    animation: fadeAnimation_3-30 2s linear 1.45s forwards;
}

.ss-figureAnimation.is-current.of-tertiary .ss-figureAnimation-image:nth-child(31) {
    animation: fadeAnimation_3-31 2s linear 1.5s forwards;
}

@keyframes fadeAnimation_1-1 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-2 {
    0% {
        opacity: 0;
    }
    4% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-3 {
    0% {
        opacity: 0;
    }
    4% {
        opacity: 0;
    }
    9% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-4 {
    0% {
        opacity: 0;
    }
    9% {
        opacity: 0;
    }
    13% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-5 {
    0% {
        opacity: 0;
    }
    13% {
        opacity: 0;
    }
    17% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-6 {
    0% {
        opacity: 0;
    }
    17% {
        opacity: 0;
    }
    22% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-7 {
    0% {
        opacity: 0;
    }
    22% {
        opacity: 0;
    }
    26% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-8 {
    0% {
        opacity: 0;
    }
    26% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-9 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    34% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-10 {
    0% {
        opacity: 0;
    }
    34% {
        opacity: 0;
    }
    39% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-11 {
    0% {
        opacity: 0;
    }
    39% {
        opacity: 0;
    }
    43% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-12 {
    0% {
        opacity: 0;
    }
    43% {
        opacity: 0;
    }
    47% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-13 {
    0% {
        opacity: 0;
    }
    47% {
        opacity: 0;
    }
    52% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-14 {
    0% {
        opacity: 0;
    }
    52% {
        opacity: 0;
    }
    56% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-15 {
    0% {
        opacity: 0;
    }
    56% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-16 {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    65% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-17 {
    0% {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    69% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-18 {
    0% {
        opacity: 0;
    }
    69% {
        opacity: 0;
    }
    73% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-19 {
    0% {
        opacity: 0;
    }
    73% {
        opacity: 0;
    }
    77% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-20 {
    0% {
        opacity: 0;
    }
    77% {
        opacity: 0;
    }
    82% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-21 {
    0% {
        opacity: 0;
    }
    82% {
        opacity: 0;
    }
    86% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-22 {
    0% {
        opacity: 0;
    }
    86% {
        opacity: 0;
    }
    91% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_1-23 {
    0% {
        opacity: 0;
    }
    91% {
        opacity: 0;
    }
    96% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-1 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-2 {
    0% {
        opacity: 0;
    }
    4% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-3 {
    0% {
        opacity: 0;
    }
    4% {
        opacity: 0;
    }
    9% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-4 {
    0% {
        opacity: 0;
    }
    9% {
        opacity: 0;
    }
    13% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-5 {
    0% {
        opacity: 0;
    }
    13% {
        opacity: 0;
    }
    17% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-6 {
    0% {
        opacity: 0;
    }
    17% {
        opacity: 0;
    }
    22% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-7 {
    0% {
        opacity: 0;
    }
    22% {
        opacity: 0;
    }
    27% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-8 {
    0% {
        opacity: 0;
    }
    27% {
        opacity: 0;
    }
    32% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-9 {
    0% {
        opacity: 0;
    }
    32% {
        opacity: 0;
    }
    37% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-10 {
    0% {
        opacity: 0;
    }
    37% {
        opacity: 0;
    }
    41% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-11 {
    0% {
        opacity: 0;
    }
    41% {
        opacity: 0;
    }
    46% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-12 {
    0% {
        opacity: 0;
    }
    46% {
        opacity: 0;
    }
    51% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-13 {
    0% {
        opacity: 0;
    }
    51% {
        opacity: 0;
    }
    56% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-14 {
    0% {
        opacity: 0;
    }
    56% {
        opacity: 0;
    }
    61% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-15 {
    0% {
        opacity: 0;
    }
    61% {
        opacity: 0;
    }
    65% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-16 {
    0% {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-17 {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-18 {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    79% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-19 {
    0% {
        opacity: 0;
    }
    79% {
        opacity: 0;
    }
    84% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-20 {
    0% {
        opacity: 0;
    }
    84% {
        opacity: 0;
    }
    89% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_2-21 {
    0% {
        opacity: 0;
    }
    89% {
        opacity: 0;
    }
    94% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-1 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-2 {
    0% {
        opacity: 0;
    }
    3% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-3 {
    0% {
        opacity: 0;
    }
    3% {
        opacity: 0;
    }
    6% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-4 {
    0% {
        opacity: 0;
    }
    6% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-5 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    13% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-6 {
    0% {
        opacity: 0;
    }
    13% {
        opacity: 0;
    }
    16% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-7 {
    0% {
        opacity: 0;
    }
    16% {
        opacity: 0;
    }
    19% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-8 {
    0% {
        opacity: 0;
    }
    19% {
        opacity: 0;
    }
    22% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-9 {
    0% {
        opacity: 0;
    }
    22% {
        opacity: 0;
    }
    26% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-10 {
    0% {
        opacity: 0;
    }
    26% {
        opacity: 0;
    }
    29% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-11 {
    0% {
        opacity: 0;
    }
    29% {
        opacity: 0;
    }
    32% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-12 {
    0% {
        opacity: 0;
    }
    32% {
        opacity: 0;
    }
    35% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-13 {
    0% {
        opacity: 0;
    }
    35% {
        opacity: 0;
    }
    38% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-14 {
    0% {
        opacity: 0;
    }
    38% {
        opacity: 0;
    }
    42% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-15 {
    0% {
        opacity: 0;
    }
    42% {
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-16 {
    0% {
        opacity: 0;
    }
    45% {
        opacity: 0;
    }
    48% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-17 {
    0% {
        opacity: 0;
    }
    48% {
        opacity: 0;
    }
    51% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-18 {
    0% {
        opacity: 0;
    }
    51% {
        opacity: 0;
    }
    54% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-19 {
    0% {
        opacity: 0;
    }
    54% {
        opacity: 0;
    }
    58% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-20 {
    0% {
        opacity: 0;
    }
    58% {
        opacity: 0;
    }
    61% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-21 {
    0% {
        opacity: 0;
    }
    61% {
        opacity: 0;
    }
    64% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-22 {
    0% {
        opacity: 0;
    }
    64% {
        opacity: 0;
    }
    67% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-23 {
    0% {
        opacity: 0;
    }
    67% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-24 {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    74% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-25 {
    0% {
        opacity: 0;
    }
    74% {
        opacity: 0;
    }
    77% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-26 {
    0% {
        opacity: 0;
    }
    77% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-27 {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    83% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-28 {
    0% {
        opacity: 0;
    }
    83% {
        opacity: 0;
    }
    86% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-29 {
    0% {
        opacity: 0;
    }
    86% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-30 {
    0% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    93% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeAnimation_3-31 {
    0% {
        opacity: 0;
    }
    93% {
        opacity: 0;
    }
    96% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.ss-step {
    margin-bottom: 24px;
    counter-reset: number;
}

.ss-step > li {
    position: relative;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1920px) {
    .ss-step > li {
        margin-bottom: calc(1.6rem + ((1vw - 1.365rem) * (1.44144)));
    }
}

@media only screen and (max-width: 1024px) {
    .ss-step > li {
        margin: 0 auto calc(0.8rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.ss-step-outer {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: auto;
    padding: 80px;
    background-color: rgba(242, 242, 242, 0.7);
}

@media only screen and (max-width: 1920px) {
    .ss-step-outer {
        padding: 72px calc(4rem + ((1vw - 1.365rem) * (7.20721)));
    }
}

@media only screen and (max-width: 1365px) {
    .ss-step-outer {
        padding: calc(1.6rem + ((1vw - 1.024rem) * (18.76833))) 0;
        background-color: transparent;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-step-outer {
        padding: 16px 0;
    }
}

@media only screen and (max-width: 767px) {
    .ss-step-outer {
        margin: auto;
        padding-top: calc(32.8rem + ((1vw - 0.36rem) * (66.66667)));
    }
}

.ss-headingLevel2:not(.of-primary) {
    margin-bottom: 16px;
    font-size: 5.4rem;
    line-height: 1;
    text-shadow: 4px 4px 8px #0a1010;
}

@media only screen and (max-width: 1920px) {
    .ss-headingLevel2:not(.of-primary) {
        font-size: calc(4rem + ((1vw - 1.365rem) * (2.52252)));
    }
}

@media only screen and (max-width: 1365px) {
    .ss-headingLevel2:not(.of-primary) {
        font-size: 2.4rem;
    }
}

.ss-headingLevel2.of-primary {
    margin-bottom: 48px;
    font-size: 4.8rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1920px) {
    .ss-headingLevel2.of-primary {
        margin-bottom: calc(2.4rem + ((1vw - 1.365rem) * (4.32432)));
    }
}

@media only screen and (max-width: 1024px) {
    .ss-headingLevel2.of-primary {
        margin-bottom: 24px;
        font-size: 3.2rem;
    }
}

.ss-text.of-primary {
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1.25;
}

@media only screen and (max-width: 1920px) {
    .ss-text.of-primary {
        font-size: calc(3.2rem + ((1vw - 1.365rem) * (2.88288)));
    }
}

@media only screen and (max-width: 1365px) {
    .ss-text.of-primary {
        font-size: calc(2.4rem + ((1vw - 1.024rem) * (2.34604)));
    }
}

@media only screen and (max-width: 1024px) {
    .ss-text.of-primary {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.ss-textPhoneLink {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
}

.ss-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.ss-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .ss-textPhoneLink-numberGroup {
        flex-direction: column;
        justify-content: center;
    }
}

.ss-textPhoneLink-numberGroup.of-vertical {
    flex-direction: column;
    align-items: flex-start;
}

.ss-textPhoneLink-number {
    display: flex;
    font-size: 2.4rem;
    font-weight: 600;
}

.ss-textPhoneLink-number > .AutoPhoneCall {
    position: relative;
    max-width: 100%;
    padding-left: 3.8rem;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    cursor: default;
}

.ss-textPhoneLink-number > .AutoPhoneCall::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3.8rem;
    height: 3.8rem;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8459 18.8048C24.0514 19.0103 24.0514 19.3435 23.8459 19.549L21.9896 21.4052C21.6958 21.699 21.3224 21.9075 20.9094 21.9533C17.7281 22.3057 14.2797 20.6242 11.8263 18.1708C9.37433 15.7188 7.69413 12.2717 8.04673 9.09064C8.09251 8.67763 8.30099 8.30421 8.59482 8.01038L10.4511 6.15412C10.6566 5.94863 10.9897 5.94863 11.1952 6.15412L13.7998 8.75867C14.0053 8.96416 14.0053 9.29733 13.7998 9.50282L11.1583 12.1443C11.1452 13.8391 12.0519 15.3826 13.3347 16.6653C14.6182 17.9489 16.1599 18.8556 17.8557 18.8417L20.5604 16.2479C20.767 16.0497 21.0942 16.0531 21.2967 16.2556L23.8459 18.8048Z' fill='%23fff'/%3E%3C/svg%3E");
    content: "";
}

.ss-textPhoneLink-number > .TelSlsh {
    display: none;
}

.ss-textPhoneLink-notes:not(.of-primary) {
    margin-bottom: 10px;
}

.ss-textPhoneLink-notes {
    max-width: 100%;
    font-size: 2rem;
}

@media only screen and (max-width: 767px) {
    .ss-textPhoneLink-notes {
        width: 100%;
        margin-bottom: 4px;
    }
}

.ss-layout-masonry {
    z-index: 1;
    position: relative;
}

.ss-layout-masonry-content {
    grid-gap: 12px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, 180px);
    max-width: 1020px;
}

@media only screen and (max-width: 1920px) {
    .ss-layout-masonry-content {
        grid-template-rows: repeat(3, calc(13.9rem + ((1vw - 1.024rem) * (4.57589))));
        max-width: calc(79.8rem + ((1vw - 1.024rem) * (24.77679)));
    }
}

.ss-layout-masonry-column.of-column-1 {
    grid-column: 1 / 7;
    grid-row: 1 / 3;
}

.ss-layout-masonry-column.of-column-2 {
    grid-column: 7 / 13;
    grid-row: 1 / 2;
}

.ss-layout-masonry-column.of-column-3 {
    grid-column: 7 / 10;
    grid-row: 2 / 3;
}

.ss-layout-masonry-column.of-column-4 {
    grid-column: 10 / 13;
    grid-row: 2 / 4;
}

.ss-layout-masonry-column.of-column-5 {
    grid-column: 1 / 5;
    grid-row: 3 / 4;
}

.ss-layout-masonry-column.of-column-6 {
    grid-column: 5 / 10;
    grid-row: 3 / 4;
}

.ss-listButton {
    margin-bottom: 32px;
}

@media only screen and (max-width: 1365px) {
    .ss-listButton.of-primary {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
        width: 100%;
        justify-content: center;
    }

    .ss-listButton.of-primary > li {
        margin-bottom: 0;
    }

    .ss-listButton.of-primary > li + li {
        margin-left: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .ss-listButton.of-primary {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .ss-listButton.of-primary > li {
        margin-bottom: 8px;
    }

    .ss-listButton.of-primary > li + li {
        margin-left: 0;
    }
}

.ss-listButton > li {
    width: 100%;
    max-width: 400px;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
    .ss-listButton > li {
        max-width: 320px;
    }
}

.ss-listButton.of-flex {
    display: flex;
    justify-content: center;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .ss-listButton.of-flex {
        flex-direction: column;
        align-items: center;
    }
}

.ss-listButton.of-flex > li {
    margin-bottom: 0;
}

.ss-listButton.of-flex > li + li {
    margin-left: 16px;
}

@media only screen and (max-width: 1024px) {
    .ss-listButton.of-flex > li + li {
        margin-top: 8px;
        margin-left: 0;
    }
}

.ss-listButton-outer {
    width: 100%;
    max-width: 1020px;
    z-index: 1;
    position: relative;
    margin-top: 80px;
}

@media only screen and (max-width: 1920px) {
    .ss-listButton-outer {
        max-width: calc(79.8rem + ((1vw - 1.024rem) * (24.77679)));
    }
}

@media only screen and (max-width: 1024px) {
    .ss-listButton-outer {
        margin-top: calc(2.4rem + ((1vw - 0.36rem) * (8.4337349398)));
    }
}

.ss-listButton-outer.of-primary {
    max-width: 100%;
}

.ss-listFeature > li {
    font-size: 8rem;
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 4px 4px 8px #0a1010;
}

@media only screen and (max-width: 1920px) {
    .ss-listFeature > li {
        font-size: calc(6.4rem + ((1vw - 1.365rem) * (2.88288)));
    }
}

@media only screen and (max-width: 1365px) {
    .ss-listFeature > li {
        font-size: calc(4rem + ((1vw - 1.024rem) * (7.03812)));
    }
}

@media only screen and (max-width: 1024px) {
    .ss-listFeature > li {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.40964)));
    }
}

.ss-buttonConversion {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    .ss-buttonConversion {
        border-radius: 4px;
        font-size: 1.6rem;
    }
}

.ss-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .ss-buttonConversion-body {
        padding: 10px;
    }
}

.ss-buttonConversion-text {
    display: block;
    position: relative;
    margin-right: 10px;
}

.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 {
    padding-left: 20px;
}

@media only screen and (max-width: 1024px) {
    .ss-buttonConversion.of-download .ss-buttonConversion-body, .ss-buttonConversion.of-anchor .ss-buttonConversion-body, .ss-buttonConversion.of-arrow .ss-buttonConversion-body {
        padding-left: 10px;
    }
}

.ss-buttonConversion.of-download .ss-buttonConversion-body::before,.ss-buttonConversion.of-anchor .ss-buttonConversion-body::before, .ss-buttonConversion.of-arrow .ss-buttonConversion-body::before {
    content: none;
}

.ss-buttonConversion.of-download .ss-buttonConversion-text::before,.ss-buttonConversion.of-anchor .ss-buttonConversion-text::before, .ss-buttonConversion.of-arrow .ss-buttonConversion-text::before {
    display: block;
    position: absolute;
    transform: translateY(-50%);
    content: "";
}

.ss-buttonConversion.of-download .ss-buttonConversion-text, .ss-buttonConversion.of-anchor .ss-buttonConversion-text {
    padding-left: 30px;
}

.ss-buttonConversion.of-download .ss-buttonConversion-text::before {
    top: 50%;
    left: 0;
    width: 19px;
    height: 18px;
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.ss-buttonConversion.of-anchor .ss-buttonConversion-text::before {
    top: 50%;
    left: 0;
    width: 19px;
    height: 18px;
    background: url("../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

.ss-buttonConversion.of-arrow .ss-buttonConversion-text {
    padding-left: 24px;
}

.ss-buttonConversion.of-arrow .ss-buttonConversion-text::before {
    position: absolute;
    top: 50%;
    left: 0;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.ss-buttonConversion.of-anchor .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, .ss-buttonConversion.of-anchor .ss-buttonConversion-body::before {
    content: none;
}

.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 {
    content: none;
}

.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("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.ss-buttonConversion.of-priceIcon-jpy .ss-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.ss-buttonConversion.of-priceIcon-gbp .ss-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.ss-buttonConversion.of-priceIcon-krw .ss-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.ss-buttonConversion.of-priceIcon-eur .ss-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.ss-buttonConversion.of-primary {
    background: #13778f;
}

.ss-buttonConversion.of-secondary {
    background: #0065bb;
}

.ss-utility-textColor-primary {
    color: #00b969;
}

.ss-utility-textColor-secondary {
    color: #0e1e1e;
}

.ss-utility-textColor-tertiary {
    color: #2aff76;
}

.ss-utility-textAlign-center {
    text-align: center;
}

.ss-utility-textAlign-right {
    text-align: right;
}

.ss-utility-fontSize-small {
    font-size: 1.5rem;
}

.ss-utility-fontSize-large {
    font-size: 21rem;
}

@media only screen and (max-width: 1920px) {
    .ss-utility-fontSize-large {
        font-size: calc(16rem + ((1vw - 1.365rem) * (9.00901)));
    }
}

@media only screen and (max-width: 1365px) {
    .ss-utility-fontSize-large {
        font-size: calc(9rem + ((1vw - 1.024rem) * (20.52786)));
    }
}

@media only screen and (max-width: 1024px) {
    .ss-utility-fontSize-large {
        font-size: calc(5.6rem + ((1vw - 0.36rem) * (5.12048)));
    }
}

@media only screen and (max-width: 1920px) {
    .ss-utility-fontSize-large.of-primary {
        font-size: calc(12rem + ((1vw - 1.365rem) * (10.81081)));
    }
}

@media only screen and (max-width: 1024px) {
    .ss-utility-fontSize-large.of-primary {
        font-size: calc(5.6rem + ((1vw - 0.36rem) * (5.12048)));
    }
}

.ss-utility-justifyContent-center {
    justify-content: center;
}

.ss-utility-line-break {
    display: block;
}

.ss-utility-marginBottom-primary {
    margin-bottom: 320px;
}

@media only screen and (max-width: 1365px) {
    .ss-utility-marginBottom-primary {
        margin-bottom: calc(16rem + ((1vw - 1.024rem) * (46.92082)));
    }
}

@media only screen and (max-width: 1024px) {
    .ss-utility-marginBottom-primary {
        margin-bottom: calc(8rem + ((1vw - 0.36rem) * (12.04819)));
    }
}

.ss-utility-marginBottom-secondary {
    margin-bottom: 48px;
}

@media only screen and (max-width: 1365px) {
    .ss-largeScreen-hide {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-smallScreen-hide {
        display: none;
    }
}

.ss-smallScreen-show {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .ss-smallScreen-show {
        display: block;
    }
}

.ss-smallScreen-display-flex {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .ss-smallScreen-display-flex {
        display: flex;
        flex-wrap: wrap;
    }
}

.ss-cardWork {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 1s ease;
}

.ss-cardWork-outer {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.ss-cardWork-content {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: transform 1s ease;
}

.ss-cardWork-front, .ss-cardWork-back {
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.ss-cardWork-front .ss-cardWork-inner, .ss-cardWork-back .ss-cardWork-inner {
    height: 100%;
    transform: translateZ(80px);
}

.ss-cardWork-front {
    text-decoration: none;
}

.ss-cardWork-front::after {
    -webkit-backface-visibility: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-image: linear-gradient(243deg, #565656 0%, #2a2a2a 100%);
    content: "";
}

.ss-cardWork-back {
    transform: rotateY(180deg) translateY(-50%);
    background-image: linear-gradient(243deg, #565656 0%, #2a2a2a 100%);
}

.ss-cardWork-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.ss-cardWork.of-conversion .ss-cardWork-front::after {
    background-image: linear-gradient(243deg, #dc002f 0%, #b10026 100%);
}

.ss-cardWork.of-conversion .ss-cardWork-front .ss-cardWork-inner {
    position: relative;
    justify-items: center;
}

.ss-cardWork.of-conversion .ss-buttonConversion {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 0;
    background: transparent;
    text-shadow: 0 16px 16px #6c0808;
}

.ss-cardWork.of-conversion .ss-buttonConversion.of-download .ss-buttonConversion-text::before {
    box-shadow: 0 16px 16px rgba(108, 8, 8, 0.4);
}

.ss-cardWork.of-conversion .ss-buttonConversion.of-download::after {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
