.subpage-masthead {
    position: relative;
    margin-bottom: 60px;
}
.subpage-masthead .row {
    margin-top: 0;
    margin-bottom: 0;
}
.subpage-masthead header {
    position: relative;
    background-color: #000;
    height: auto;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1920px;
    padding-top: 19.75%;
}
.subpage-masthead.has-cta-btn header,
.subpage-masthead.has-video header {
    padding-top: 24%;
}
.subpage-masthead header.CM-video-popup {
    cursor: pointer;
}
.subpage-masthead header h1 {
    color: #fff;
    text-shadow: 2px 3px 14px rgba(0, 0, 0, 0.5);
}
.subpage-masthead header .sub-masthead-container.alt-color h1,
.subpage-masthead header h1.alt-color {
    color: #000;
    text-shadow: none;
}
.subpage-masthead header h1,
.subpage-masthead header h1.alt-color {
    max-width: 50%;
    padding-bottom: 1em;
}
.sub-masthead-container {
    width: 100%;
}
.subpage-masthead header .sub-masthead-container h1,
.subpage-masthead header .sub-masthead-container.alt-color h1 {
    max-width: 50%;
    padding-bottom: 0;
}
.subpage-masthead header .sub-masthead-container .sub-masthead-description {
    max-width: 43%;
}
.sub-masthead-container .sub-masthead-description p,
.sub-masthead-container p {
    color: #fff;
    text-shadow: 2px 3px 14px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    letter-spacing: normal;
    margin-top: 15px;
}
.sub-masthead-container.alt-color .sub-masthead-description p,
.sub-masthead-container.alt-color p {
    color: #000;
    text-shadow: none;
    font-weight: 400;
    letter-spacing: normal;
    margin-top: 15px;
}
.sub-masthead-container .watch-video,
.subpage-masthead .button-link-wrapper {
    color: #fff;
    margin-right: 10px;
    margin-top: 35px;
}
.subpage-masthead a.btn-links {
    border: 0;
    opacity: 1;
    border-radius: 50px;
    padding: 13px 32px;
    font: bold 18px/28px Metropolis;
    letter-spacing: 0;
    text-align: center;
    color: #fff !important;
    background-color: #f4333d;
    line-height: initial;
    text-decoration: none;
}
.subpage-masthead a.btn-links:active,
.subpage-masthead a.btn-links:focus,
.subpage-masthead a.btn-links:hover {
    background-color: #d20b16;
    box-shadow: none;
}
.subpage-masthead a.btn-links:disabled {
    background-color: #b7b7b7;
}
.subpage-masthead header .sub-masthead-text {
    height: 100%;
    display: flex;
    align-items: center;
}
.subpage-masthead header .subpage-img {
    object-fit: cover;
}
.subpage-masthead .subpage-text {
    padding: 60px 0 0;
    text-align: center;
    max-width: 975px;
    margin: 0 auto;
}
.subpage-masthead .elevation-box {
    position: relative;
    width: 100%;
    margin-top: -75px;
    z-index: 10;
}
.subpage-masthead .elevation-box .container {
    background-color: #fff;
}
.subpage-masthead .elevation-box .middle-elevation-box:after,
.subpage-masthead .elevation-box .middle-elevation-box:before {
    content: "";
    height: 60%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.subpage-masthead .elevation-box .middle-elevation-box:before {
    left: 0;
}
.subpage-masthead .elevation-box .middle-elevation-box:after {
    right: 0;
}
.subpage-masthead .elevation-box .elevation-item {
    display: flex;
    padding: 20px;
    min-height: 150px;
    justify-content: center;
}
.subpage-masthead .elevation-box .elevation-item .elevation-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.subpage-masthead .elevation-box .elevation-item p:not(:first-child) {
    font-weight: 700;
}
.subpage-masthead .elevation-box .elevation-item .elevation-text {
    margin-left: 15px;
}
.subpage-masthead header video,
.subpage-masthead header .desktop-img,
.subpage-masthead header .mobile-img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: calc(100% + 2px);
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}
.subpage-masthead header .container {
    position: relative;
    z-index: 2;
}
.subpage-masthead header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.subpage-masthead header .overlay .sg-stamp {
    position: absolute;
    top: -10%;
    right: -1.1%;
    opacity: 1;
    width: auto;
    height: 40%;
}
.subpage-masthead.has-cta-btn header .overlay .sg-stamp,
.subpage-masthead.has-video header .overlay .sg-stamp {
    right: -2.1%;
}
.subpage-masthead .scroll-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    left: 50%;
    bottom: -50px;
    z-index: 999;
    cursor: pointer;
    transform: translateX(-50%);
}
.subpage-masthead .scroll-btn img {
    width: 30px;
    height: 40px;
}
.removeSpaceBottom {
    margin-bottom: 0 !important;
}
.subpage-masthead .watch-video:hover {
    text-decoration: underline;
}
.subpage-masthead div.leading-text a,
.subpage-masthead div.leading-text p:not(.source-text) {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0;
}
.subpage-masthead .modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    outline: 0;
    padding: 0 !important;
    z-index: 19999;
}
.subpage-masthead .modal-dialog {
    max-width: 100%;
    margin: 0;
}
.subpage-masthead .modal-body {
    position: absolute;
    width: 100%;
    padding: 0;
    background-color: transparent;
}
.subpage-masthead .modal-content {
    border: 0;
}
.subpage-masthead .video-yt-player {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: -1;
    padding: 0;
}
.subpage-masthead .btn-modal-close {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    float: right;
    margin-right: 10px;
}
.sub-masthead-container .sub-masthead-description h2,
.sub-masthead-container .sub-masthead-description h3,
.sub-masthead-container .sub-masthead-description h4,
.sub-masthead-container .sub-masthead-description h5,
.sub-masthead-container .sub-masthead-description h6 {
    color: #fff;
    text-shadow: 2px 3px 14px rgba(0, 0, 0, 0.5);
    letter-spacing: normal;
    margin-top: 15px;
}
.sub-masthead-container.alt-color .sub-masthead-description h2,
.sub-masthead-container.alt-color .sub-masthead-description h3,
.sub-masthead-container.alt-color .sub-masthead-description h4,
.sub-masthead-container.alt-color .sub-masthead-description h5,
.sub-masthead-container.alt-color .sub-masthead-description h6 {
    color: #000;
    text-shadow: none;
    letter-spacing: normal;
    margin-top: 15px;
}
.sub-masthead-container .video-play-wrapper .wistia_embed a {
    color: inherit;
    align-items: center;
    font-size: inherit;
}
.sub-masthead-container .video-play-wrapper .wistia_embed a:hover {
    font-size: 16px;
}
.mobile-vid,
.mobile-img {
    display: none;
}
.subpage-masthead a.btn-watch-video,
.subpage-masthead a.btn-watch-video:hover {
    border: 2px solid #fff;
    opacity: 1;
    width: 205px;
    height: 50px;
    border-radius: 50px;
    padding: 11px 1px 11px 32px;
    font: bold 18px/28px Metropolis;
    letter-spacing: 0;
    text-align: center;
}
.sub-masthead-container .video-play-wrapper i {
    color: #f4363d;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    opacity: 1;
    font-size: 42px;
    margin-left: 7px;
    margin-bottom: 6px;
    margin-right: 5px;
}
.sub-masthead-container .video-play-wrapper i::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 18px;
    margin-top: 10px;
    border-radius: 50%;
    background-color: #fff;
    z-index: -10;
    margin-left: 12px;
}
.subpage-masthead a.btn-watch-video:hover i,
.subpage-masthead header.CM-video-popup:hover a.btn-watch-video i {
    color: #fff;
}
.subpage-masthead a.btn-watch-video:hover i::before,
.subpage-masthead header.CM-video-popup:hover a.btn-watch-video i::before {
    background-color: #f4363d;
}
@media screen and (max-width: 1920px) {
    .subpage-masthead.has-cta-btn:has(.elevation-points) header,
    .subpage-masthead.has-video:has(.elevation-points) header {
        padding-top: 26%;
    }
}
@media screen and (max-width: 1720px) {
    .subpage-masthead.has-cta-btn:has(.elevation-points) header,
    .subpage-masthead.has-video:has(.elevation-points) header {
        padding-top: 28%;
    }
}
@media screen and (max-width: 1700px) {
    .subpage-masthead header {
        padding-top: 24%;
    }
    .subpage-masthead.has-cta-btn header,
    .subpage-masthead.has-video header {
        padding-top: 28%;
    }
}
@media screen and (max-width: 1620px) {
    .subpage-masthead.has-cta-btn:has(.elevation-points) header,
    .subpage-masthead.has-video:has(.elevation-points) header {
        padding-top: 30%;
    }
}
@media screen and (max-width: 1520px) {
    .subpage-masthead.has-cta-btn:has(.elevation-points) header,
    .subpage-masthead.has-video:has(.elevation-points) header {
        padding-top: 32%;
    }
}
@media screen and (max-width: 1500px) {
    .subpage-masthead.has-cta-btn header,
    .subpage-masthead.has-video header {
        padding-top: 30%;
    }
}
@media screen and (max-width: 1420px) {
    .subpage-masthead.has-cta-btn:has(.elevation-points) header,
    .subpage-masthead.has-video:has(.elevation-points) header {
        padding-top: 34%;
    }
    .subpage-masthead header {
        padding-top: 28%;
    }
}
@media screen and (max-width: 1365px) {
    .subpage-masthead {
        margin-bottom: 60px;
    }
    .subpage-masthead header {
        padding-top: 28%;
    }
    .subpage-masthead.has-cta-btn header,
    .subpage-masthead.has-video header {
        padding-top: 34%;
    }
}
@media screen and (max-width: 1320px) {
    .subpage-masthead.has-cta-btn:has(.elevation-points) header,
    .subpage-masthead.has-video:has(.elevation-points) header {
        padding-top: 36%;
    }
}
@media only screen and (max-width: 1223px) {
    .subpage-masthead .subpage-img {
        height: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 1220px) {
    .subpage-masthead.has-cta-btn:has(.elevation-points) header,
    .subpage-masthead.has-video:has(.elevation-points) header {
        padding-top: 38%;
    }
}
@media screen and (max-width: 1199px) {
    .subpage-masthead header {
        padding-top: 32%;
    }
}
@media screen and (max-width: 1120px) {
    .subpage-masthead.has-cta-btn:has(.elevation-points) header,
    .subpage-masthead.has-video:has(.elevation-points) header {
        padding-top: 42%;
    }
}
@media only screen and (max-width: 1023px) {
    .subpage-masthead div.leading-text a,
    .subpage-masthead div.leading-text p:not(.source-text) {
        font-size: 15px;
        line-height: 24px;
    }
    .subpage-masthead header video,
    .subpage-masthead header .desktop-img,
    .subpage-masthead header .mobile-img {
        min-width: 100%;
        object-fit: cover;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .subpage-masthead header {
        height: 300px;
    }
    .subpage-masthead.has-cta-btn header,
    .subpage-masthead.has-video header {
        height: 540px;
    }
    .subpage-masthead header .masthead-text {
        padding-top: 0;
        width: 380px;
    }
    .subpage-masthead header .masthead-text h1 {
        font-size: 50px;
        line-height: 58px;
    }
    .subpage-masthead header .overlay .sg-stamp {
        width: auto;
        top: -9%;
        right: -3%;
        height: 39%;
    }
    .subpage-masthead.has-cta-btn header .overlay .sg-stamp,
    .subpage-masthead.has-video header .overlay .sg-stamp {
        right: -5%;
    }
}
@media screen and (max-width: 1020px) {
    .subpage-masthead.has-cta-btn:has(.elevation-points) header,
    .subpage-masthead.has-video:has(.elevation-points) header {
        padding-top: 44%;
    }
}
@media screen and (max-width: 768px) {
    .subpage-masthead .subpage-text {
        padding: 60px 0 0;
    }
    .subpage-masthead .elevation-box .elevation-item {
        padding: 20px;
        min-height: auto;
    }
    .subpage-masthead .elevation-box .elevation-item .elevation-content .elevation-text {
        margin-left: 20px;
    }
    .subpage-masthead .elevation-box .middle-elevation-box:after,
    .subpage-masthead .elevation-box .middle-elevation-box:before {
        height: 1px;
        width: 80%;
        transform: none;
        left: 50%;
        transform: translateX(-50%);
    }
    .subpage-masthead .elevation-box .middle-elevation-box:before {
        top: 0;
    }
    .subpage-masthead .elevation-box .middle-elevation-box:after {
        top: auto;
        bottom: 0;
        right: auto;
    }
    .subpage-masthead .elevation-box .elevation-item p:not(:first-child) {
        font-weight: 700;
    }
    .subpage-masthead .elevation-box .elevation-item .ordinal-text p {
        font-size: 24px;
    }
    .subpage-masthead .elevation-box .elevation-item .ordinal-text p sup {
        font-size: 15px;
    }
    .subpage-masthead .elevation-box .elevation-item .elevation-content {
        justify-content: normal;
        width: 100%;
    }
    .subpage-masthead .elevation-box .elevation-text {
        margin-left: 15px;
    }
    .sub-masthead-container {
        width: 100%;
    }
    .subpage-masthead header .sub-masthead-container h1,
    .subpage-masthead header .sub-masthead-container.alt-color h1 {
        max-width: 70%;
    }
    .subpage-masthead header .sub-masthead-container .sub-masthead-description {
        max-width: 100%;
    }
    .w-playbar-wrapper.w-css-reset.w-css-reset-tree {
        display: none !important;
    }
}
@media screen and (max-width: 600px) {
    .subpage-masthead {
        margin-bottom: 30px;
    }
    .subpage-masthead .elevation-box {
        padding: 0 15px;
    }
    .subpage-masthead .elevation-box .elevation-item .elevation-content {
        align-items: center;
    }
    .subpage-masthead .elevation-box .elevation-item .elevation-content .elevation-text {
        margin-left: 20px;
    }
    .subpage-masthead .subpage-text {
        padding: 30px 0 0;
    }
    .subpage-masthead .subpage-text .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .subpage-masthead header {
        height: 350px;
    }
    .subpage-masthead header .masthead-text {
        padding-top: 90px;
    }
    .subpage-masthead header .masthead-text h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .subpage-masthead header .overlay .sg-stamp,
    .subpage-masthead.has-cta-btn header .overlay .sg-stamp,
    .subpage-masthead.has-video header .overlay .sg-stamp {
        width: 37%;
        top: -9.5%;
        right: -7%;
        height: auto;
    }
    .mobile-vid,
    .mobile-img {
        display: block;
    }
    .desktop-vid,
    .desktop-img {
        display: none;
    }
    .subpage-masthead.has-cta-btn header:has(+ .elevation-points),
    .subpage-masthead.has-video header:has(+ .elevation-points) {
        height: 500px;
    }
}
.subpage-masthead .sub-masthead-alt-header h1 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: metropolis, sans-serif;
    margin-bottom: 0;
    letter-spacing: normal;
}
.subpage-masthead header .sub-masthead-alt-header .sub-masthead-description {
    max-width: 50%;
}
.sub-masthead-container.alt-color.sub-masthead-alt-header .sub-masthead-description p,
.sub-masthead-container.alt-color.sub-masthead-alt-header p,
.subpage-masthead .sub-masthead-alt-header .sub-masthead-description * {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    font-family: roboto-slab, sans-serif;
    margin-top: 0;
}
.subpage-masthead .sub-masthead-alt-header .button-link-wrapper {
    margin-top: 24px;
}
@media screen and (max-width: 1023px) {
    .sub-masthead-container.alt-color.sub-masthead-alt-header .sub-masthead-description p,
    .sub-masthead-container.alt-color.sub-masthead-alt-header p,
    .subpage-masthead .sub-masthead-alt-header .sub-masthead-description * {
        font-size: 32px;
        line-height: 38px;
        text-wrap: balance;
    }
    .subpage-masthead .sub-masthead-alt-header .button-link-wrapper {
        margin-top: 16px;
    }
}
@media screen and (max-width: 768px) {
    .subpage-masthead header .sub-masthead-alt-header .sub-masthead-description {
        max-width: 100%;
    }
}

html[lang=ja] .subpage-masthead header h1,
.jp .subpage-masthead header h1,
html[lang=ja] .subpage-masthead header h1.alt-color,
.jp .subpage-masthead header h1.alt-color,
html[lang=ja] .subpage-masthead header .sub-masthead-container h1,
.jp .subpage-masthead header .sub-masthead-container h1,
html[lang=ja] .subpage-masthead header .sub-masthead-container.alt-color h1,
.jp .subpage-masthead header .sub-masthead-container.alt-color h1 {
    font-family: 'Metropolis';
    font-size: 46px;
    font-weight: 500;
    line-height: 1;
}

html[lang=ja] .subpage-masthead header .sub-masthead-container .sub-masthead-description h5,
.jp .subpage-masthead header .sub-masthead-container .sub-masthead-description h5 {
    font-size: 20px;
    line-height: 1;
}

@media only screen and (max-width: 992px) {
    html[lang=ja] .subpage-masthead header h1,
    .jp .subpage-masthead header h1,
    html[lang=ja] .subpage-masthead header h1.alt-color,
    .jp .subpage-masthead header h1.alt-color,
    html[lang=ja] .subpage-masthead header .sub-masthead-container h1,
    .jp .subpage-masthead header .sub-masthead-container h1,
    html[lang=ja] .subpage-masthead header .sub-masthead-container.alt-color h1,
    .jp .subpage-masthead header .sub-masthead-container.alt-color h1 {
        font-size: 32px;
        font-weight: 600;
        line-height: 1;
    }

    html[lang=ja] .subpage-masthead header .sub-masthead-container .sub-masthead-description h5,
    .jp .subpage-masthead header .sub-masthead-container .sub-masthead-description h5 {
        font-size: 18px;
        line-height: 1;
    }
}

html[lang=ja] .subpage-masthead header .sub-masthead-alt-header h1,
.jp .subpage-masthead header .sub-masthead-alt-header h1,
html[lang=ja] .subpage-masthead header .sub-masthead-alt-header h1.alt-color,
.jp .subpage-masthead header .sub-masthead-alt-header h1.alt-color,
html[lang=ja] .subpage-masthead header .sub-masthead-container.sub-masthead-alt-header h1,
.jp .subpage-masthead header .sub-masthead-containe.sub-masthead-alt-header h1,
html[lang=ja] .subpage-masthead header .sub-masthead-container.alt-color.sub-masthead-alt-header h1,
.jp .subpage-masthead header .sub-masthead-container.alt-color.sub-masthead-alt-header h1 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: metropolis, sans-serif;
    margin-bottom: 0;
    letter-spacing: normal;
}
html[lang=ja] .subpage-masthead header .sub-masthead-alt-header .sub-masthead-description,
.jp .subpage-masthead header .sub-masthead-alt-header .sub-masthead-description {
    max-width: 50%;
}
html[lang=ja] .sub-masthead-container.alt-color.sub-masthead-alt-header .sub-masthead-description p,
.jp .sub-masthead-container.alt-color.sub-masthead-alt-header .sub-masthead-description p,
html[lang=ja] .subpage-masthead .sub-masthead-alt-header .sub-masthead-description *,
.jp .subpage-masthead .sub-masthead-alt-header .sub-masthead-description * {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    font-family: roboto-slab, sans-serif;
    margin-top: 0;
}
html[lang=ja] .subpage-masthead .sub-masthead-alt-header .button-link-wrapper,
.jp .subpage-masthead .sub-masthead-alt-header .button-link-wrapper {
    margin-top: 24px;
}
@media screen and (max-width: 1023px) {
    html[lang=ja] .sub-masthead-container.alt-color.sub-masthead-alt-header .sub-masthead-description p,
    .jp .sub-masthead-container.alt-color.sub-masthead-alt-header .sub-masthead-description p,
    html[lang=ja] .subpage-masthead .sub-masthead-alt-header .sub-masthead-description *,
    .jp .subpage-masthead .sub-masthead-alt-header .sub-masthead-description * {
        font-size: 32px;
        line-height: 38px;
        text-wrap: balance;
    }
    html[lang=ja] .subpage-masthead .sub-masthead-alt-header .button-link-wrapper,
    .jp .subpage-masthead .sub-masthead-alt-header .button-link-wrapper {
        margin-top: 16px;
    }
}
@media screen and (max-width: 768px) {
    html[lang=ja] .subpage-masthead header .sub-masthead-alt-header .sub-masthead-description,
    .jp .subpage-masthead header .sub-masthead-alt-header .sub-masthead-description {
        max-width: 100%;
    }
}
a.btn-watch-video div.subpage-masthead,
a.btn-watch-video:hover div.subpage-masthead {
  position: relative;
  background: none;
  font-family: "Roboto", helvetica, sans-serif;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}
a.btn-watch-video div.subpage-masthead .watch-video,
a.btn-watch-video:hover div.subpage-masthead .watch-video {
  text-decoration: underline;
}
@media (max-width: 991px) {
  a.btn-watch-video div.subpage-masthead .watch-video,
  a.btn-watch-video:hover div.subpage-masthead .watch-video {
    font-size: 1.6rem;
  }
}
a.btn-watch-video div.subpage-masthead .watch-video i,
a.btn-watch-video:hover div.subpage-masthead .watch-video i {
  background-size: 2rem;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  color: #b2083b;
  font-size: 3rem;
  transform: translate(0, 0.5rem);
}
a.btn-watch-video div.subpage-masthead .watch-video i.fa-play-circle:before,
a.btn-watch-video:hover div.subpage-masthead .watch-video i.fa-play-circle:before {
  border-radius: 50%;
  background-image: radial-gradient(#ffffff, #ffffff 40%, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0));
}
a.btn-watch-video .masthead-play-center,
a.btn-watch-video:hover .masthead-play-center {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  display: none;
}
a.btn-watch-video .masthead-play-center div,
a.btn-watch-video:hover .masthead-play-center div {
  position: absolute;
  transform: translate(-50%, -50%);
}
a.btn-watch-video .masthead-play-center div a,
a.btn-watch-video:hover .masthead-play-center div a {
  padding: 0;
}
a.btn-watch-video .container,
a.btn-watch-video:hover .container {
  position: relative;
}
a.btn-watch-video .container:hover .masthead-play-center,
a.btn-watch-video:hover .container:hover .masthead-play-center {
  display: block;
  font-stretch: extra-expanded;
}
a.btn-watch-video .container:hover .masthead-play-center img,
a.btn-watch-video:hover .container:hover .masthead-play-center img {
  opacity: 0.7;
}
a.btn-watch-video .container:hover .masthead-play-center h1,
a.btn-watch-video:hover .container:hover .masthead-play-center h1 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10rem;
  text-align: center;
}

