.page[name='home'] > .content > .heroSection {
    position: relative;
}
.page[name='home'] > .content > .heroSection > .background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.page[name='home'] > .content > .heroSection > .background > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: 1fr 0.95fr;
    align-items: center;
    position: relative;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .heroCopy > .title {
    font-weight: 700;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .heroCopy > .subTitle {
    font-weight: 700;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .heroCopy > .description {
    font-weight: 500;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .heroCopy > .heroActions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .heroCopy > .heroActions > .button:hover {
    transform: translateY(-1px);
}
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .heroCopy > .heroActions > .button {
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 700;
    transition: transform 0.3s ease;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .heroCopy > .heroMeta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 24px;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .heroCopy > .heroMeta > .metaItem {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .heroCopy > .heroMeta > .metaItem > img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .heroCopy > .heroMeta > .metaItem > span {
    font-weight: 500;
    vertical-align: middle;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .imageWrapper {
    border-radius: 20px;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .imageWrapper > img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .slick-dots {
    text-align: center;
    margin-bottom: 29.5px;
    width: calc(100% - 24px);
    bottom: -20px;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .slick-dots > li {
    position: relative;
    display: inline-block;
    height: 6px;
    margin-right: 2px;
    margin-left: 2px;
    cursor: pointer;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .slick-dots > li > button {
    height: 6px;
    cursor: pointer;
    padding: 0;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .slick-dots > li.slick-active,
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .slick-dots > li.slick-active > button {
    width: 20px;
    border-radius: 100px;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .slick-dots > li:not(.slick-active),
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .slick-dots > li:not(.slick-active) > button {
    width: 6px;
    border-radius: 50%;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .slick-dots > li > button:before {
    display: none;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .slick-dots > li > button:hover,
.page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .slick-dots > li > button:focus {
    outline: none;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-dots {
    text-align: center;
    margin-bottom: 29.5px;
    width: calc(100% - 24px);
}
.page[name='home'] > .content > .heroSection > .slides > .slick-dots > li {
    position: relative;
    display: inline-block;
    height: 6px;
    margin-right: 4px;
    margin-left: 4px;
    cursor: pointer;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-dots > li > button {
    height: 8px;
    cursor: pointer;
    padding: 0;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-dots > li.slick-active,
.page[name='home'] > .content > .heroSection > .slides > .slick-dots > li.slick-active > button {
    width: 20px;
    border-radius: 100px;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-dots > li:not(.slick-active),
.page[name='home'] > .content > .heroSection > .slides > .slick-dots > li:not(.slick-active) > button {
    width: 8px;
    border-radius: 50%;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-dots > li > button:before {
    display: none;
}
.page[name='home'] > .content > .heroSection > .slides > .slick-dots > li > button:hover,
.page[name='home'] > .content > .heroSection > .slides > .slick-dots > li > button:focus {
    outline: none;
}
.page[name='home'] > .content > .controlSection > .sectionInner > .controlTabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 34px;
    padding: 5px;
    border-radius: 14px;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .tabList > .button {
    padding: 16px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sectionHeader {
    text-align: center;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets.active {
    display: block;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets:not(.active) {
    display: none;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets {
    margin-top: 48px;
    overflow-x: auto;
    white-space: nowrap;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set:hover {
    transform: translateY(-4px);
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set {
    border-radius: 28px;
    transition: transform 0.3s ease;
    display: inline-block;
    vertical-align: top;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set > .imageWrapper {
    border-top-right-radius: 28px;
    border-top-left-radius: 28px;
    height: 150px;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set > .imageWrapper > img {
    width: 100%;
    height: 100%;
    display: block;
    border-top-right-radius: 28px;
    border-top-left-radius: 28px;
    object-fit: cover;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set > .title {
    margin-top: 28px;
    font-size: 22px;
    font-weight: 600;
    padding-right: 24px;
    padding-left: 24px;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set > .options {
    display: grid;
    gap: 13px;
    min-height: 170px;
    margin-top: 28px;
    padding-right: 24px;
    padding-left: 24px;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set > .options > .option > .tick {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 4px;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set > .options > .option > .tick > img {
    width: 100%;
    height: 100%;
    display: block;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set > .options > .option > .text {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    width: 268px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set > .price {
    overflow: hidden;
    margin-top: 28px;
    padding-right: 24px;
    padding-left: 24px;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set > .price > .side:first-child {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    font-weight: 800;
    margin-top: 8px;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set > .price > .side:first-child > .currency,
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set > .price > .side:first-child > .value {
    font-size: 30px;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set > .price > .side:first-child > .period {
    font-size: 16px;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set > .price > .side:last-child > .total {
    font-size: 16px;
    margin-bottom: 12px;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set > .price > .side:last-child > .total > span {
    font-weight: 700;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set > .price > .side:last-child > .installment > img {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set > .price > .side:last-child > .installment > .value {
    margin-right: 4px;
    margin-left: 4px;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set > .price > .side:last-child > .installment > span {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set > .cardActions {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    gap: 10px;
    margin: 28px 24px 24px;
}
.page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set > .cardActions > .button {
    padding: 12px 18px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 14px;
}
.page[name='home'] > .content > .journeySection > .sectionInner > .sectionButton,
.page[name='home'] > .content > .setsSection > .sectionInner > .sectionButton {
    width: 250px;
    text-align: center;
    border-radius: 16px;
    padding: 14px;;
    margin-right: auto;
    margin-left: auto;
}
.page[name='home'] > .content > .journeySection > .sectionInner > .sectionButton > span,
.page[name='home'] > .content > .storiesSection > .sectionInner > .sectionButton > span,
.page[name='home'] > .content > .setsSection > .sectionInner > .sectionButton > span {
    font-size: 16px;
    font-weight: 600;
}
.page[name='home'] > .content > .journeySection > .sectionInner > .sectionButton > img,
.page[name='home'] > .content > .storiesSection > .sectionInner > .sectionButton > img,
.page[name='home'] > .content > .setsSection > .sectionInner > .sectionButton > img {
    width: 20px;
    height: 20px;
    display: inline-block;
    transform: rotate(180deg);
}
.page[name='home'] > .content > .journeySection > .sectionInner > .sectionButton > span,
.page[name='home'] > .content > .storiesSection > .sectionInner > .sectionButton > span,
.page[name='home'] > .content > .journeySection > .sectionInner > .sectionButton > img,
.page[name='home'] > .content > .storiesSection > .sectionInner > .sectionButton > img,
.page[name='home'] > .content > .setsSection > .sectionInner > .sectionButton > span,
.page[name='home'] > .content > .setsSection > .sectionInner > .sectionButton > img {
    vertical-align: middle;
}
.page[name='home'] > .content > .journeySection > .sectionInner {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
}
.page[name='home'] > .content > .journeySection > .sectionInner > .sectionHeader {
    text-align: center;
}
.page[name='home'] > .content > .journeySection > .sectionInner > .sectionHeader > .description {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.page[name='home'] > .content > .journeySection > .sectionInner > .journeyGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 44px;
    margin-bottom: 48px;
}
.page[name='home'] > .content > .journeySection > .sectionInner > .journeyGrid > .journeyCard:hover {
    transform: translateY(-4px);
}
.page[name='home'] > .content > .journeySection > .sectionInner > .journeyGrid > .journeyCard {
    min-height: 190px;
    padding: 24px;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}
.page[name='home'] > .content > .journeySection > .sectionInner > .journeyGrid > .journeyCard > .imageWrapper {
    width: 54px;
    height: 54px;
    margin: auto;
    border-radius: 16px;
    padding: 12px;
}
.page[name='home'] > .content > .journeySection > .sectionInner > .journeyGrid > .journeyCard > .imageWrapper > img {
    width: 100%;
    height: 100%;
    display: block;
}
.page[name='home'] > .content > .journeySection > .sectionInner > .journeyGrid > .journeyCard > .title {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 700;
}
.page[name='home'] > .content > .journeySection > .sectionInner > .journeyGrid > .journeyCard > .description {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.7;
}
.page[name='home'] > .content > .atmosphereSection > .title,
.page[name='home'] > .content > .atmosphereSection > .description {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
}
.page[name='home'] > .content > .atmosphereSection > .description {
    margin-bottom: 32px;
}
.page[name='home'] > .content > .atmosphereSection > .splitLayout {
    overflow: hidden;
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
}
.page[name='home'] > .content > .atmosphereSection > .title,
.page[name='home'] > .content > .controlSection > .sectionInner > .controlLayout > .controlCopy > .title {
    font-size: 38px;
    font-weight: 700;
}
.page[name='home'] > .content > .atmosphereSection > .description,
.page[name='home'] > .content > .controlSection > .sectionInner > .controlLayout > .controlCopy > .description {
    margin-top: 14px;
    font-size: 18px;
    font-weight: 500;
}
.page[name='home'] > .content > .atmosphereSection > .splitLayout > .atmosphereCopy > .videoList {
    display: grid;
    gap: 8px;
}
.page[name='home'] > .content > .atmosphereSection > .splitLayout > .atmosphereCopy > .videoList > .button:hover {
    transform: translateY(-2px);
}
.page[name='home'] > .content > .atmosphereSection > .splitLayout > .atmosphereCopy > .videoList > .button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    border-width: 1px;
    border-style: solid;
    border-radius: 16px;
    transition: transform 0.3s ease;
}
.page[name='home'] > .content > .atmosphereSection > .splitLayout > .atmosphereCopy > .videoList > .button > span {
    font-weight: 500;
}
.page[name='home'] > .content > .atmosphereSection > .splitLayout > .info {
    overflow: hidden;
}
.page[name='home'] > .content > .atmosphereSection > .splitLayout > .info[key='two'] {
    display: none;
}
.page[name='home'] > .content > .atmosphereSection > .splitLayout > .info > .atmosphereMedia,
.page[name='home'] > .content > .storiesSection > .sectionInner > .storyList > .storyTrack > .storyCard {
    position: relative;
    overflow: hidden;
}
.page[name='home'] > .content > .atmosphereSection > .splitLayout > .info > .atmosphereMedia {
    border-radius: 24px;
}
.page[name='home'] > .content > .atmosphereSection > .splitLayout > .info > .atmosphereMedia > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.page[name='home'] > .content > .atmosphereSection > .splitLayout > .info > .statList > .statCard {
    padding: 24px;
    border-width: 1px;
    border-style: solid;
    border-radius: 18px;
    text-align: center;
    margin-bottom: 24px;
}
.page[name='home'] > .content > .atmosphereSection > .splitLayout > .info > .statList > .statCard > .imageWrapper {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
}
.page[name='home'] > .content > .atmosphereSection > .splitLayout > .info > .statList > .statCard > .imageWrapper > img:not([src='/images/profileBlack.svg']) {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.page[name='home'] > .content > .atmosphereSection > .splitLayout > .info > .statList > .statCard > .imageWrapper > img[src='/images/profileBlack.svg'] {
    width: 35px;
    height: 35px;
    margin-top: 27.5px;
}
.page[name='home'] > .content > .atmosphereSection > .splitLayout > .info > .statList > .statCard > .value {
    font-size: 22px;
    font-weight: 600;
}
.page[name='home'] > .content > .atmosphereSection > .splitLayout > .info > .statList > .statCard > .label {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 500;
}
.page[name='home'] > .content > .storiesSection {
    position: relative;
}
.page[name='home'] > .content > .storiesSection > .background {
    position: absolute;
    top: 400px;
    right: 0;
    left: 0;
    bottom: 0;
}
.page[name='home'] > .content > .storiesSection > .background > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page[name='home'] > .content > .storiesSection > .sectionInner {
    text-align: center;
}
.page[name='home'] > .content > .storiesSection > .sectionInner > .sectionHeader {
    text-align: center;
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.page[name='home'] > .content > .storiesSection > .sectionInner > .sectionHeader > .description {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.page[name='home'] > .content > .storiesSection > .sectionInner > .storyList {
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 34px;
}
.page[name='home'] > .content > .storiesSection > .sectionInner > .storyList > .storyTrack > .storyCard {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    height: 480px;
    border-radius: 18px;
}
.page[name='home'] > .content > .storiesSection > .sectionInner > .storyList > .storyTrack > .storyCard > .user {
    position: absolute;
    top: 18px;
    border-radius: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.page[name='home'] > .content > .storiesSection > .sectionInner > .storyList > .storyTrack > .storyCard > .user > .imageWrapper {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}
.page[name='home'] > .content > .storiesSection > .sectionInner > .storyList > .storyTrack > .storyCard > .user > .imageWrapper > img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.page[name='home'] > .content > .storiesSection > .sectionInner > .storyList > .storyTrack > .storyCard > .user > .info {
    display: inline-block;
    vertical-align: middle;
}
.page[name='home'] > .content > .storiesSection > .sectionInner > .storyList > .storyTrack > .storyCard > .user > .info > .name {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2px;
}
.page[name='home'] > .content > .storiesSection > .sectionInner > .storyList > .storyTrack > .storyCard > .user > .info > .grade {
    font-size: 10px;
    font-weight: 500;
}
.page[name='home'] > .content > .storiesSection > .sectionInner > .storyList > .storyTrack > .storyCard > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page[name='home'] > .content > .storiesSection > .sectionInner > .storyList > .storyTrack > .storyCard > .caption {
    position: absolute;
    bottom: 18px;
    font-size: 16px;
    font-weight: 700;
}
.page[name='home'] > .content > .storiesSection > .sectionInner > img {
    width: 48px;
    height: 48px;
    margin-top: 32px;
    position: relative;
}
.page[name='home'] > .content > .storiesSection > .sectionInner > .title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 16px;
}
.page[name='home'] > .content > .storiesSection > .sectionInner > .description {
    font-size: 18px;
    font-weight: 500;
}
.page[name='home'] > .content > .storiesSection > .sectionInner > .sectionButton {
    width: 250px;
    text-align: center;
    border-radius: 16px;
    padding: 14px;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
}
.page[name='home'] > .content > .storiesSection > .sectionInner > .title,
.page[name='home'] > .content > .storiesSection > .sectionInner > .description {
    text-align: center;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.page[name='home'] > .content > .yumiSection > .sectionInner > .yumiLayout {
    display: grid;
    align-items: center;
    gap: 34px;
}
.page[name='home'] > .content > .controlSection > .sectionInner > .controlTabs {
    grid-template-columns: repeat(2, 1fr);
    width: min(440px, 100%);
    margin: 28px auto 0;
}
.page[name='home'] > .content > .controlSection > .sectionInner > .controlLayout {
    grid-template-columns: 1fr 1fr;
    margin-top: 48px;
}
.page[name='home'] > .content > .controlSection > .sectionInner > .controlLayout > .controlCopy > .benefitList,
.page[name='home'] > .content > .yumiSection > .sectionInner > .yumiLayout > .yumiCopy > .featureList {
    display: grid;
    gap: 32px;
    margin-top: 24px;
}
.page[name='home'] > .content > .controlSection > .sectionInner > .controlLayout > .controlCopy > .benefitList > .benefit,
.page[name='home'] > .content > .yumiSection > .sectionInner > .yumiLayout > .yumiCopy > .featureList > .feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
}
.page[name='home'] > .content > .yumiSection > .sectionInner > .yumiLayout > .yumiCopy > .featureList > .feature > span {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 42px;
    height: 41px;
    border-radius: 14px;
    font-size: 23px;
    font-weight: 700;
}
.page[name='home'] > .content > .controlSection > .sectionInner > .controlLayout > .controlCopy > .benefitList > .benefit > div > b,
.page[name='home'] > .content > .yumiSection > .sectionInner > .yumiLayout > .yumiCopy > .featureList > .feature > div > b {
    display: block;
    margin-bottom: 2px;
}
.page[name='home'] > .content > .controlSection > .sectionInner {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
}
.page[name='home'] > .content > .controlSection > .sectionInner > .controlTabs > .button {
    padding: 14px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.page[name='home'] > .content > .controlSection > .sectionInner > .sectionHeader {
    text-align: center;
}
.page[name='home'] > .content > .controlSection > .sectionInner > .controlLayout {
    overflow: hidden;
}
.page[name='home'] > .content > .controlSection > .sectionInner > .controlLayout[key='parent'] {
    display: none;
}
.page[name='home'] > .content > .controlSection > .sectionInner > .controlLayout > .controlMedia > img {
    display: block;
    width: 100%;
    border-radius: 24px;
}
.page[name='home'] > .content > .controlSection > .sectionInner > .controlLayout > .controlCopy > .benefitList > .benefit > .imageWrapper {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    padding: 12px;
}
.page[name='home'] > .content > .controlSection > .sectionInner > .controlLayout > .controlCopy > .benefitList > .benefit > .imageWrapper > img {
    width: 100%;
    height: 100%;
    display: block;
}
.page[name='home'] > .content > .yumiSection > .sectionInner {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
}
.page[name='home'] > .content > .yumiSection > .sectionInner > .sectionHeader {
    text-align: center;
}
.page[name='home'] > .content > .yumiSection > .sectionInner > .sectionHeader > .description {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.page[name='home'] > .content > .yumiSection > .sectionInner > .yumiLayout {
    grid-template-columns: 0.8fr 1.2fr;
    margin-top: 48px;
}
.page[name='home'] > .content > .yumiSection > .sectionInner > .yumiLayout > .yumiMedia > .wrapper {
    width: 300px;
    height: 300px;
    padding: 25px;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
}
.page[name='home'] > .content > .yumiSection > .sectionInner > .yumiLayout > .yumiMedia > .wrapper > .bot {
    width: 250px;
    height: 250px;
    text-align: center;
    border-radius: 50%;
    padding: 25px;
}
.page[name='home'] > .content > .yumiSection > .sectionInner > .yumiLayout > .yumiMedia > .wrapper > .bot > img {
    width: 100px;
    display: block;
    margin: auto;
}
.page[name='home'] > .content > .yumiSection > .sectionInner > .yumiLayout > .yumiCopy > .button {
    width: 100%;
    margin-top: 48px;
    padding: 16px;
    border-radius: 16px;
    text-align: center;
}
.page[name='home'] > .content > .yumiSection > .sectionInner > .yumiLayout > .yumiCopy > .button > span {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
}
.page[name='home'] > .content > .yumiSection > .sectionInner > .yumiLayout > .yumiCopy > .button > img {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.page[name='home'] > .content > .mobileSection {
    position: relative;
}
.page[name='home'] > .content > .mobileSection > .sectionInner {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.page[name='home'] > .content > .mobileSection > .sectionInner > img {
    width: 86px;
    height: 86px;
    margin-right: auto;
    margin-left: auto;
}
.page[name='home'] > .content > .mobileSection > .sectionInner > .title {
    margin-top: 20px;
    font-size: 42px;
    font-weight: 800;
}
.page[name='home'] > .content > .mobileSection > .sectionInner > .description {
    max-width: 620px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
}
.page[name='home'] > .content > .mobileSection > .sectionInner > .storeList {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}
.page[name='home'] > .content > .mobileSection > .sectionInner > .storeList > .button {
    min-width: 180px;
    border-radius: 12px;
    padding: 4px;
    margin-bottom: 48px;
}
.page[name='home'] > .content > .mobileSection > .sectionInner > .storeList > .button > img {
    width: 100%;
    height: 100%;
}
.page[name='home'] > .content > .mobileSection > .sectionInner > .info > .item,
.page[name='home'] > .content > .mobileSection > .sectionInner > .info > .item > img {
    display: inline-block;
    vertical-align: middle;
}
.page[name='home'] > .content > .mobileSection > .sectionInner > .info > .item > img {
    width: 18px;
    height: 18px;
}
.page[name='home'] > .content > .mobileSection > .sectionInner > .info > .item > span {
    vertical-align: middle;
}
.page[name='home'] > .content > .reference {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
    opacity: 0.7;
}
.page[name='home'] > .content > .reference > .item {
    display: inline-block;
    vertical-align: middle;
}
.page[name='home'] > .content > .reference > .item > img {
    width: 24px;
    height: 24px;
    display: inline-block;
}
.page[name='home'] > .content > .reference > .item > img,
.page[name='home'] > .content > .reference > .item > span {
    vertical-align: middle;
}

@media (max-width: 960px) {
    .page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide {
        grid-template-columns: 1fr;
    }
    .page[name='home'] > .content > .setsSection > .sectionInner > .sets,
    .page[name='home'] > .content > .journeySection > .sectionInner > .journeyGrid {
        grid-template-columns: repeat(2, 1fr);
    }
    .page[name='home'] > .content > .journeySection > .sectionInner > .journeyGrid > .journeyCard:nth-child(n+5) {
        transform: none;
    }
    .page[name='home'] > .content > .atmosphereSection > .splitLayout {
        grid-template-columns: 1fr 1fr;
    }
    .page[name='home'] > .content > .atmosphereSection > .splitLayout > .info > .statList {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, 1fr);
    }
    .page[name='home'] > .content > .storiesSection > .sectionInner > .storyList {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 680px) {
    .page[name='home'] > .content > .setsSection > .sectionInner > .tabList {
        grid-template-columns: repeat(2, 1fr);
    }
    .page[name='home'] > .content > .setsSection > .sectionInner > .sets,
    .page[name='home'] > .content > .journeySection > .sectionInner > .journeyGrid,
    .page[name='home'] > .content > .atmosphereSection > .splitLayout,
    .page[name='home'] > .content > .controlSection > .sectionInner > .controlLayout,
    .page[name='home'] > .content > .yumiSection > .sectionInner > .yumiLayout {
        grid-template-columns: 1fr;
    }
    .page[name='home'] > .content > .atmosphereSection > .splitLayout > .info > .statList {
        grid-column: auto;
    }
    .page[name='home'] > .content > .storiesSection > .sectionInner > .storyList {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }
    .page[name='home'] > .content > .storiesSection > .sectionInner > .storyList > .storyTrack > .storyCard {
        flex: 0 0 74%;
        scroll-snap-align: center;
    }
}
@media (max-width: 1200px) {
    .page[name='home'] > .content > .heroSection {
        height: 780px;
        padding-top: 32px;
        padding-bottom: 110px;
    }
    .page[name='home'] > .content > .setsSection,
    .page[name='home'] > .content > .journeySection,
    .page[name='home'] > .content > .atmosphereSection,
    .page[name='home'] > .content > .controlSection,
    .page[name='home'] > .content > .yumiSection,
    .page[name='home'] > .content > .mobileSection {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .page[name='home'] > .content > .heroSection > .slides {
        height: 585px;
    }
    .page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide {
        gap: 24px;
    }
    .page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .imageWrapper {
        height: 180px;
    }
    .page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .heroCopy > .title {
        font-size: 32px;
    }
    .page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .heroCopy > .subTitle {
        font-size: 32px;
    }
    .page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .heroCopy > .description {
        margin-top: 18px;
        font-size: 16px;
    }
    .page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .heroCopy > .heroActions {
        margin-top: 16px;
    }
    .page[name='home'] > .content > .heroSection > .slides > .slick-dots {
        bottom: -50px;
    }
    .page[name='home'] > .content > .setsSection > .sectionInner > .sectionHeader > .title,
    .page[name='home'] > .content > .journeySection > .sectionInner > .sectionHeader > .title,
    .page[name='home'] > .content > .storiesSection > .sectionInner > .sectionHeader > .title,
    .page[name='home'] > .content > .controlSection > .sectionInner > .sectionHeader > .title,
    .page[name='home'] > .content > .yumiSection > .sectionInner > .sectionHeader > .title {
        font-size: 24px;
        font-weight: 700;
    }
    .page[name='home'] > .content > .journeySection > .sectionInner > .sectionHeader > .description,
    .page[name='home'] > .content > .storiesSection > .sectionInner > .sectionHeader > .description,
    .page[name='home'] > .content > .controlSection > .sectionInner > .sectionHeader > .description,
    .page[name='home'] > .content > .yumiSection > .sectionInner > .sectionHeader > .description,
    .page[name='home'] > .content > .mobileSection > .sectionInner > .description {
        margin-top: 18px;
    }
    .page[name='home'] > .content > .setsSection > .sectionInner > .sectionHeader,
    .page[name='home'] > .content > .setsSection > .sectionInner > .sets {
        max-width: calc(100% - 64px);
        margin-right: auto;
        margin-left: auto;
    }
    .page[name='home'] > .content > .setsSection > .sectionInner > .tabList {
        margin-top: 24px;
        padding: 5px 32px;
        overflow-x: auto;
        white-space: nowrap;
    }
    .page[name='home'] > .content > .setsSection > .sectionInner > .tabList > .button {
        display: inline-block;
        vertical-align: middle;
    }
    .page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set {
        margin-bottom: 24px;
    }
    .page[name='home'] > .content > .atmosphereSection > .splitLayout > .atmosphereCopy {
        margin-bottom: 24px;
    }
    .page[name='home'] > .content > .atmosphereSection > .splitLayout > .info > .atmosphereMedia {
        margin-bottom: 24px;
    }
    .page[name='home'] > .content > .controlSection > .sectionInner > .controlLayout > .controlCopy {
        margin-bottom: 24px;
    }
    .page[name='home'] > .content > .mobileSection > .sectionInner > .title {
        padding-right: 32px;
        padding-left: 32px;
    }
    .page[name='home'] > .content > .mobileSection > .sectionInner > .description {
        padding-right: 32px;
        padding-left: 32px;
    }
    .page[name='home'] > .content > .reference {
        overflow-x: auto;
        white-space: nowrap;
    }
    .page[name='home'] > .content > .reference > .item:first-child {
        margin-left: 32px;
    }
}
@media (min-width: 1201px) {
    .page[name='home'] > .content > .heroSection {
        height: 740px;
        padding-top: 84px;
        padding-bottom: 84px;
    }
    .page[name='home'] > .content > .setsSection,
    .page[name='home'] > .content > .journeySection,
    .page[name='home'] > .content > .atmosphereSection,
    .page[name='home'] > .content > .controlSection,
    .page[name='home'] > .content > .yumiSection {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .page[name='home'] > .content > .setsSection > .sectionInner > .title,
    .page[name='home'] > .content > .journeySection > .sectionInner > .sectionHeader > .title,
    .page[name='home'] > .content > .storiesSection > .sectionInner > .sectionHeader > .title,
    .page[name='home'] > .content > .controlSection > .sectionInner > .sectionHeader > .title,
    .page[name='home'] > .content > .yumiSection > .sectionInner > .sectionHeader > .title {
        font-size: 38px;
        font-weight: 700;
    }
    .page[name='home'] > .content > .journeySection > .sectionInner > .sectionHeader > .description,
    .page[name='home'] > .content > .storiesSection > .sectionInner > .sectionHeader > .description,
    .page[name='home'] > .content > .controlSection > .sectionInner > .sectionHeader > .description,
    .page[name='home'] > .content > .yumiSection > .sectionInner > .sectionHeader > .description,
    .page[name='home'] > .content > .mobileSection > .sectionInner > .description {
        margin-top: 24px;
        font-size: 18px;
        font-weight: 500;
    }
    .page[name='home'] > .content > .heroSection > .slides {
        height: 460px;
    }
    .page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide {
        gap: 54px;
    }
    .page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .heroCopy > .title {
        max-width: 550px;
        font-size: 48px;
    }
    .page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .heroCopy > .subTitle {
        max-width: 620px;
        font-size: 48px;
    }
    .page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .heroCopy > .description {
        max-width: 500px;
        margin-top: 22px;
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
    }
    .page[name='home'] > .content > .heroSection > .slides > .slick-list > .slick-track > .slick-slide > div > .slide > .heroCopy > .heroActions {
        margin-top: 28px;
    }
    .page[name='home'] > .content > .heroSection > .slides > .slick-dots {
        bottom: -86px;
    }
    .page[name='home'] > .content > .setsSection > .sectionInner > .tabList {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin-top: 34px;
        padding: 5px;
        border-radius: 14px;
    }
    .page[name='home'] > .content > .setsSection > .sectionInner {
        width: 1200px;
        max-width: calc(100% - 64px);
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }
    .page[name='home'] > .content > .setsSection > .sectionInner > .sets {
        height: 584px;
        max-width: calc(100% - 64px);
        margin-right: auto;
        margin-bottom: 48px;
        margin-left: auto;
    }
    .page[name='home'] > .content > .setsSection > .sectionInner > .sets > .set {
        width: calc(33.3% - 16px);
    }
    .page[name='home'] > .content > .setsSection > .sectionInner > .button[key='previous'] {
        transform: rotate(180deg);
    }
    .page[name='home'] > .content > .setsSection > .sectionInner > .button[key='previous'],
    .page[name='home'] > .content > .setsSection > .sectionInner > .button[key='next'] {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        padding: 12px;
        position: absolute;
        top: 450px;
    }
    .page[name='home'] > .content > .setsSection > .sectionInner > .button[key='previous'] > img,
    .page[name='home'] > .content > .setsSection > .sectionInner > .button[key='next'] > img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .page[name='home'] > .content > .atmosphereSection > .splitLayout > .atmosphereCopy {
        width: calc(30% - 32px);
    }
    .page[name='home'] > .content > .storiesSection {
        padding-top: 48px;
        padding-bottom: 140px;
    }
    .page[name='home'] > .content > .atmosphereSection > .splitLayout > .info {
        width: 70%;
        height: 750px;
    }
    .page[name='home'] > .content > .atmosphereSection > .splitLayout > .info > .atmosphereMedia {
        width: 65%;
        height: 750px;
    }
    .page[name='home'] > .content > .atmosphereSection > .splitLayout > .info > .statList {
        width: calc(35% - 32px);
    }
    .page[name='home'] > .content > .controlSection > .sectionInner > .controlLayout > .controlCopy,
    .page[name='home'] > .content > .controlSection > .sectionInner > .controlLayout > .controlMedia {
        width: calc(50% - 32px);
    }
    .page[name='home'] > .content > .mobileSection {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .page[name='home'] > .content > .reference {
        width: 1200px;
        max-width: calc(100% - 64px);
        margin-right: auto;
        margin-left: auto;
    }
}