1085 lines
25 KiB
CSS
1085 lines
25 KiB
CSS
@charset "utf-8";
|
|
|
|
.responsivegrid {
|
|
padding-top: 4em;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.page-transition--from-right .rad-article-hero__eyebrow {
|
|
-webkit-animation-delay: 100ms;
|
|
animation-delay: 100ms;
|
|
-webkit-animation-duration: 1s;
|
|
animation-duration: 1s;
|
|
-webkit-animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards;
|
|
-webkit-animation-name: from-right;
|
|
animation-name: from-right;
|
|
-webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
|
|
animation-timing-function: cubic-bezier(0.77, 0, 0.18, 1)
|
|
}
|
|
|
|
.page-transition--from-right .rad-article-hero__headline {
|
|
-webkit-animation-delay: 150ms;
|
|
animation-delay: 150ms;
|
|
-webkit-animation-duration: 1s;
|
|
animation-duration: 1s;
|
|
-webkit-animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards;
|
|
-webkit-animation-name: from-right;
|
|
animation-name: from-right;
|
|
-webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
|
|
animation-timing-function: cubic-bezier(0.77, 0, 0.18, 1)
|
|
}
|
|
|
|
.page-transition--from-right .rad-article-hero__subheader {
|
|
-webkit-animation-delay: 150ms;
|
|
animation-delay: 150ms;
|
|
-webkit-animation-duration: 1s;
|
|
animation-duration: 1s;
|
|
-webkit-animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards;
|
|
-webkit-animation-name: from-right;
|
|
animation-name: from-right;
|
|
-webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
|
|
animation-timing-function: cubic-bezier(0.77, 0, 0.18, 1)
|
|
}
|
|
|
|
.page-transition--from-right .rad-article-hero__time-and-date {
|
|
-webkit-animation-delay: 200ms;
|
|
animation-delay: 200ms;
|
|
-webkit-animation-duration: 1s;
|
|
animation-duration: 1s;
|
|
-webkit-animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards;
|
|
-webkit-animation-name: from-right;
|
|
animation-name: from-right;
|
|
-webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
|
|
animation-timing-function: cubic-bezier(0.77, 0, 0.18, 1)
|
|
}
|
|
|
|
.page-transition--from-right .rad-article-hero__graphic {
|
|
-webkit-animation-delay: 250ms;
|
|
animation-delay: 250ms;
|
|
-webkit-animation-duration: 1s;
|
|
animation-duration: 1s;
|
|
-webkit-animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards;
|
|
-webkit-animation-name: from-right;
|
|
animation-name: from-right;
|
|
-webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
|
|
animation-timing-function: cubic-bezier(0.77, 0, 0.18, 1)
|
|
}
|
|
|
|
.rad-card-grid__cards-viewport {
|
|
-ms-overflow-style: none;
|
|
margin-top: -10px;
|
|
overflow-y: scroll;
|
|
padding-top: 10px;
|
|
scrollbar-width: none
|
|
}
|
|
|
|
.rad-card-grid__cards-viewport::-webkit-scrollbar {
|
|
display: none
|
|
}
|
|
|
|
@media(min-width:600px) {
|
|
.rad-card-grid__cards-viewport {
|
|
margin-top: 0;
|
|
overflow-y: unset;
|
|
padding-top: 0
|
|
}
|
|
}
|
|
|
|
.rad-card-grid__cards-container {
|
|
-webkit-box-align: flex-start;
|
|
-ms-flex-align: flex-start;
|
|
-webkit-box-pack: start;
|
|
-ms-flex-pack: start;
|
|
-ms-overflow-style: none;
|
|
align-items: flex-start;
|
|
-webkit-column-gap: 1rem;
|
|
-moz-column-gap: 1rem;
|
|
column-gap: 1rem;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
margin-bottom: 1.5rem;
|
|
padding-left: 1rem;
|
|
padding-right: 1rem;
|
|
scrollbar-width: none;
|
|
width: -webkit-fit-content;
|
|
width: -moz-fit-content;
|
|
width: fit-content
|
|
}
|
|
|
|
.rad-card-grid__cards-container::-webkit-scrollbar {
|
|
display: none
|
|
}
|
|
|
|
@media(min-width:600px) {
|
|
.rad-card-grid__cards-container {
|
|
-webkit-column-gap: 3rem;
|
|
-moz-column-gap: 3rem;
|
|
column-gap: 3rem;
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
margin: 0 auto 3rem;
|
|
padding: 0;
|
|
row-gap: 3rem
|
|
}
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-card-grid__cards-container {
|
|
-webkit-column-gap: calc(3rem + 3.34029vw - 48.13361px);
|
|
-moz-column-gap: calc(3rem + 3.34029vw - 48.13361px);
|
|
column-gap: calc(3rem + 3.34029vw - 48.13361px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-card-grid__cards-container {
|
|
-webkit-column-gap: 4rem;
|
|
-moz-column-gap: 4rem;
|
|
column-gap: 4rem
|
|
}
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-card-grid__cards-container {
|
|
row-gap: calc(3rem + 3.34029vw - 48.13361px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-card-grid__cards-container {
|
|
row-gap: 4rem
|
|
}
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-card-grid__cards-container {
|
|
margin-bottom: calc(3rem + 3.34029vw - 48.13361px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-card-grid__cards-container {
|
|
margin-bottom: 4rem
|
|
}
|
|
}
|
|
|
|
@media(min-width:924px) {
|
|
.rad-card-grid__cards-container {
|
|
grid-template-columns: repeat(3, 1fr)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1248px) {
|
|
.rad-card-grid__cards-container {
|
|
grid-template-columns: repeat(4, 1fr)
|
|
}
|
|
}
|
|
|
|
.rad-card-grid__slider-container {
|
|
margin: 0 auto 1.5rem;
|
|
width: -webkit-fit-content;
|
|
width: -moz-fit-content;
|
|
width: fit-content
|
|
}
|
|
|
|
@media(min-width:1024px) {
|
|
.rad-card-grid__slider-container {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
.rad-card-grid__slider-container .rad__range-input-slider-label {
|
|
clip: rect(0 0 0 0);
|
|
-webkit-clip-path: inset(50%);
|
|
clip-path: inset(50%);
|
|
height: 1px;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
white-space: nowrap;
|
|
width: 1px
|
|
}
|
|
|
|
.rad-card-grid__slider-container .rad__range-input-slider-for-carousel {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
background: transparent;
|
|
display: block;
|
|
margin: 0;
|
|
padding: .5rem 0;
|
|
width: 17.25rem
|
|
}
|
|
|
|
@media(min-width:600px) {
|
|
.rad-card-grid__slider-container .rad__range-input-slider-for-carousel {
|
|
padding: 1.25rem 0
|
|
}
|
|
}
|
|
|
|
.rad-card-grid__slider-container ::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
background: #fff;
|
|
border: none;
|
|
border-radius: 0;
|
|
-webkit-box-shadow: .5rem 0 0 #000, -0.5rem 0 0 #000;
|
|
box-shadow: .5rem 0 0 #000, -0.5rem 0 0 #000;
|
|
cursor: -webkit-grab;
|
|
cursor: grab;
|
|
height: .5rem;
|
|
width: .5rem
|
|
}
|
|
|
|
.rad-card-grid__slider-container ::-moz-range-thumb {
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
background: #fff;
|
|
border: none;
|
|
border-radius: 0;
|
|
box-shadow: .5rem 0 0 #000, -0.5rem 0 0 #000;
|
|
cursor: grab;
|
|
height: .5rem;
|
|
width: .5rem
|
|
}
|
|
|
|
.rad-card-grid__slider-container ::-ms-thumb {
|
|
appearance: none;
|
|
background: #fff;
|
|
border: none;
|
|
border-radius: 0;
|
|
box-shadow: .5rem 0 0 #000, -0.5rem 0 0 #000;
|
|
cursor: grab;
|
|
height: .5rem;
|
|
width: .5rem
|
|
}
|
|
|
|
.rad-card-grid__slider-container ::-webkit-slider-runnable-track {
|
|
background: #616160;
|
|
cursor: pointer;
|
|
height: .5rem;
|
|
width: 100%
|
|
}
|
|
|
|
.rad-card-grid__slider-container ::-moz-range-track {
|
|
background: #616160;
|
|
cursor: pointer;
|
|
height: .5rem;
|
|
width: 100%
|
|
}
|
|
|
|
.rad-card-grid__slider-container ::-ms-track {
|
|
background: #616160;
|
|
cursor: pointer;
|
|
height: .5rem;
|
|
width: 100%
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-card-grid__slider-container {
|
|
margin-bottom: calc(1.5rem + 1.67015vw - 24.06681px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-card-grid__slider-container {
|
|
margin-bottom: 2rem
|
|
}
|
|
}
|
|
|
|
@media(min-width:600px) {
|
|
.rad-card-grid__slider-container {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
.rad-card-grid__explore-more {
|
|
margin: 0 auto
|
|
}
|
|
|
|
@media(min-width:600px)and (max-width:1023px) {
|
|
.banners:not(.rad-component-spacing-top-none, .rad-component-spacing-top-small, .rad-component-spacing-top-medium, .rad-component-spacing-top-large) .rad-banner.rad-spacing-vertical-md {
|
|
padding-top: 2.5rem
|
|
}
|
|
|
|
.banners:not(.rad-component-spacing-bottom-none, .rad-component-spacing-bottom-small, .rad-component-spacing-bottom-medium, .rad-component-spacing-bottom-large) .rad-banner.rad-spacing-vertical-md {
|
|
padding-bottom: 2.5rem
|
|
}
|
|
}
|
|
|
|
@media(max-width:599px) {
|
|
.rad-locations.rad-spacing-vertical-md {
|
|
padding-bottom: 1rem
|
|
}
|
|
}
|
|
|
|
.rad-content-grid-card {
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
height: 424px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
-webkit-transition-duration: 550ms;
|
|
transition-duration: 550ms;
|
|
-webkit-transition-property: scale;
|
|
transition-property: scale;
|
|
-webkit-transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
|
|
transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
|
|
width: 300px
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card {
|
|
height: calc(-1.18024px + 29.50592vw)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card {
|
|
height: 565.3333333333px
|
|
}
|
|
}
|
|
|
|
@media(min-width:600px) {
|
|
.rad-content-grid-card {
|
|
width: 276px
|
|
}
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card {
|
|
width: calc(-0.76827px + 19.20668vw)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card {
|
|
width: 368px
|
|
}
|
|
}
|
|
|
|
.rad-content-grid-card:focus-within {
|
|
outline: 2px solid #a100ff;
|
|
outline-offset: 8px
|
|
}
|
|
|
|
.rad-content-grid-card .cmp-image__image {
|
|
display: block
|
|
}
|
|
|
|
.rad-content-grid-card__cta-cover,
|
|
.rad-content-grid-card__front-toggle {
|
|
cursor: pointer;
|
|
left: 0;
|
|
outline: none;
|
|
position: absolute;
|
|
width: 100%;
|
|
z-index: 1;
|
|
background: transparent;
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
|
|
.rad-content-grid-card__front-toggle {
|
|
height: 100%;
|
|
top: 0
|
|
}
|
|
|
|
.rad-content-grid-card__cta-cover {
|
|
bottom: 0;
|
|
height: 72px;
|
|
visibility: hidden
|
|
}
|
|
|
|
@media(min-width:1024px) {
|
|
.rad-content-grid-card__cta-cover {
|
|
height: 100%
|
|
}
|
|
}
|
|
|
|
.rad-content-grid-card__cta-cover:focus-visible~* .rad-button {
|
|
outline: 2px solid #a100ff;
|
|
outline-offset: 8px
|
|
}
|
|
|
|
.rad-content-grid-card__close-button {
|
|
height: 24px;
|
|
position: absolute;
|
|
right: 24px;
|
|
top: 28px;
|
|
-webkit-transition-duration: 550ms;
|
|
transition-duration: 550ms;
|
|
-webkit-transition-property: translate;
|
|
transition-property: translate;
|
|
-webkit-transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
|
|
transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
|
|
translate: calc(100% + 24px);
|
|
width: 24px
|
|
}
|
|
|
|
@media(min-width:600px) {
|
|
.rad-content-grid-card__close-button {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
.rad-content-grid-card__label {
|
|
font-size: .75rem;
|
|
font-weight: 500;
|
|
letter-spacing: .02em;
|
|
line-height: 1.2;
|
|
margin-bottom: 1.5rem;
|
|
margin-left: 1.5rem;
|
|
padding-top: 1.75rem;
|
|
position: relative;
|
|
text-transform: uppercase;
|
|
color: var(--bs-body-bg);
|
|
}
|
|
|
|
.rad-content-grid-card__label:lang(ja-JP),
|
|
.rad-content-grid-card__label:lang(zh-CN) {
|
|
font-weight: 700
|
|
}
|
|
|
|
@media(min-width:1024px) {
|
|
.rad-content-grid-card__label {
|
|
font-size: 0.875rem
|
|
}
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card__label {
|
|
font-size: calc(0.875rem + 0.97425vw - 14.03897px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card__label {
|
|
font-size: 1.1666666667rem
|
|
}
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card__label {
|
|
margin-bottom: calc(1.5rem + 1.67015vw - 24.06681px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card__label {
|
|
margin-bottom: 2rem
|
|
}
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card__label {
|
|
margin-left: calc(1.5rem + 1.67015vw - 24.06681px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card__label {
|
|
margin-left: 2rem
|
|
}
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card__label {
|
|
padding-top: calc(1.75rem + 1.9485vw - 28.07794px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card__label {
|
|
padding-top: 2.3333333333rem
|
|
}
|
|
}
|
|
|
|
.rad-content-grid-card__title {
|
|
font-size: 1.25rem;
|
|
font-weight: 500;
|
|
letter-spacing: -0.02em;
|
|
line-height: 1.2;
|
|
margin-left: 1.5rem;
|
|
margin-right: 1.5rem;
|
|
position: relative;
|
|
color: var(--bs-body-bg);
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card__title {
|
|
font-size: calc(1.25rem + 1.39179vw - 20.05567px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card__title {
|
|
font-size: 1.6666666667rem
|
|
}
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card__title {
|
|
margin-left: calc(1.5rem + 1.67015vw - 24.06681px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card__title {
|
|
margin-left: 2rem
|
|
}
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card__title {
|
|
margin-right: calc(1.5rem + 1.67015vw - 24.06681px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card__title {
|
|
margin-right: 2rem
|
|
}
|
|
}
|
|
|
|
.rad-content-grid-card__sliding-content {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex-positive: 1;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
flex-grow: 1;
|
|
left: 0;
|
|
position: relative;
|
|
-webkit-transition-duration: 550ms;
|
|
transition-duration: 550ms;
|
|
-webkit-transition-property: left;
|
|
transition-property: left;
|
|
-webkit-transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
|
|
transition-timing-function: cubic-bezier(0.85, 0, 0, 1)
|
|
}
|
|
|
|
.rad-content-grid-card__sliding-content>* {
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0;
|
|
width: 100%
|
|
}
|
|
|
|
.rad-content-grid-card__front-content {
|
|
-webkit-box-align: end;
|
|
-ms-flex-align: end;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: reverse;
|
|
align-items: flex-end;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: row-reverse;
|
|
flex-direction: row-reverse
|
|
}
|
|
|
|
.rad-content-grid-card__half-image .cmp-image__image,
|
|
.rad-content-grid-card__quarter-image .cmp-image__image {
|
|
height: 212px;
|
|
width: auto
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
|
|
.rad-content-grid-card__half-image .cmp-image__image,
|
|
.rad-content-grid-card__quarter-image .cmp-image__image {
|
|
height: calc(-0.59012px + 14.75296vw)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
|
|
.rad-content-grid-card__half-image .cmp-image__image,
|
|
.rad-content-grid-card__quarter-image .cmp-image__image {
|
|
height: 282.6666666667px
|
|
}
|
|
}
|
|
|
|
.rad-content-grid-card__half-image {
|
|
width: 100%
|
|
}
|
|
|
|
.rad-content-grid-card__half-image .cmp-image__image {
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
width: 100%
|
|
}
|
|
|
|
.rad-content-grid-card__full-image {
|
|
aspect-ratio: .7075471698;
|
|
pointer-events: none;
|
|
position: absolute;
|
|
-webkit-transition-duration: 550ms;
|
|
transition-duration: 550ms;
|
|
-webkit-transition-property: opacity, width, -webkit-filter;
|
|
transition-property: opacity, width, -webkit-filter;
|
|
transition-property: filter, opacity, width;
|
|
transition-property: filter, opacity, width, -webkit-filter;
|
|
-webkit-transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
|
|
transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
width: 100%
|
|
}
|
|
|
|
.rad-content-grid-card__full-image .cmp-image,
|
|
.rad-content-grid-card__full-image .image.radimage {
|
|
height: 100%
|
|
}
|
|
|
|
.rad-content-grid-card__full-image .cmp-image__image {
|
|
height: 100%;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
width: 100%
|
|
}
|
|
|
|
@media(min-width:600px) {
|
|
.rad-content-grid-card__full-image {
|
|
aspect-ratio: .6509433962
|
|
}
|
|
}
|
|
|
|
.rad-content-grid-card__logo {
|
|
font-size: 1.25rem;
|
|
font-weight: 500;
|
|
letter-spacing: -0.05em;
|
|
line-height: 1.4;
|
|
margin-bottom: 1.5rem;
|
|
margin-left: 1.5rem;
|
|
margin-right: auto;
|
|
text-transform: uppercase
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card__logo {
|
|
font-size: calc(1.25rem + 1.39179vw - 20.05567px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card__logo {
|
|
font-size: 1.6666666667rem
|
|
}
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card__logo {
|
|
margin-bottom: calc(1.5rem + 1.67015vw - 24.06681px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card__logo {
|
|
margin-bottom: 2rem
|
|
}
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card__logo {
|
|
margin-left: calc(1.5rem + 1.67015vw - 24.06681px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card__logo {
|
|
margin-left: 2rem
|
|
}
|
|
}
|
|
|
|
.rad-content-grid-card__back-content {
|
|
-webkit-box-align: end;
|
|
-ms-flex-align: end;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
align-items: flex-end;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
justify-content: space-between
|
|
}
|
|
|
|
.rad-content-grid-card__content {
|
|
font-size: .75rem;
|
|
font-weight: 500;
|
|
font-weight: 400;
|
|
letter-spacing: -0.005em;
|
|
line-height: 1.5;
|
|
margin-left: 1.5rem;
|
|
margin-right: 1.5rem;
|
|
margin-top: 1.5rem;
|
|
text-underline-offset: .25rem;
|
|
}
|
|
|
|
.rad-content-grid-card__content p {
|
|
color: #dfdfdf;
|
|
}
|
|
|
|
.rad-content-grid-card__content:lang(ja-JP),
|
|
.rad-content-grid-card__content:lang(zh-CN) {
|
|
font-weight: 700
|
|
}
|
|
|
|
@media(min-width:600px) {
|
|
.rad-content-grid-card__content {
|
|
font-size: 0.875rem
|
|
}
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card__content {
|
|
font-size: calc(0.875rem + 0.97425vw - 14.03897px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card__content {
|
|
font-size: 1.1666666667rem
|
|
}
|
|
}
|
|
|
|
.rad-content-grid-card__content:lang(ja-JP),
|
|
.rad-content-grid-card__content:lang(zh-CN) {
|
|
font-weight: 400
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card__content {
|
|
margin-top: calc(1.5rem + 1.67015vw - 24.06681px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card__content {
|
|
margin-top: 2rem
|
|
}
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card__content {
|
|
margin-left: calc(1.5rem + 1.67015vw - 24.06681px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card__content {
|
|
margin-left: 2rem
|
|
}
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card__content {
|
|
margin-right: calc(1.5rem + 1.67015vw - 24.06681px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card__content {
|
|
margin-right: 2rem
|
|
}
|
|
}
|
|
|
|
.rad-content-grid-card__content-event {
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
font-weight: 500;
|
|
margin-bottom: 1rem;
|
|
row-gap: 0.5rem
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card__content-event {
|
|
row-gap: calc(0.5rem + 0.55672vw - 8.02227px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card__content-event {
|
|
row-gap: 0.6666666667rem
|
|
}
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card__content-event {
|
|
margin-bottom: calc(1rem + 1.11343vw - 16.04454px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card__content-event {
|
|
margin-bottom: 1.3333333333rem
|
|
}
|
|
}
|
|
|
|
.rad-content-grid-card__content-event svg {
|
|
min-height: 1.25rem;
|
|
min-width: 1.25rem
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card__content-event svg {
|
|
min-height: calc(1.25rem + 1.39179vw - 20.05567px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card__content-event svg {
|
|
min-height: 1.6666666667rem
|
|
}
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card__content-event svg {
|
|
min-width: calc(1.25rem + 1.39179vw - 20.05567px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card__content-event svg {
|
|
min-width: 1.6666666667rem
|
|
}
|
|
}
|
|
|
|
.rad-content-grid-card__content-event-line {
|
|
-webkit-box-align: start;
|
|
-ms-flex-align: start;
|
|
align-items: flex-start;
|
|
-webkit-column-gap: 0.5rem;
|
|
-moz-column-gap: 0.5rem;
|
|
column-gap: 0.5rem;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card__content-event-line {
|
|
-webkit-column-gap: calc(0.5rem + 0.55672vw - 8.02227px);
|
|
-moz-column-gap: calc(0.5rem + 0.55672vw - 8.02227px);
|
|
column-gap: calc(0.5rem + 0.55672vw - 8.02227px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card__content-event-line {
|
|
-webkit-column-gap: 0.6666666667rem;
|
|
-moz-column-gap: 0.6666666667rem;
|
|
column-gap: 0.6666666667rem
|
|
}
|
|
}
|
|
|
|
.rad-content-grid-card .rad-button {
|
|
bottom: 0;
|
|
margin-right: 1.5rem;
|
|
position: absolute;
|
|
right: 0;
|
|
-webkit-transition-duration: 550ms;
|
|
transition-duration: 550ms;
|
|
-webkit-transition-property: bottom, right, translate;
|
|
transition-property: bottom, right, translate;
|
|
-webkit-transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
|
|
transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
|
|
translate: 0 100%;
|
|
z-index: 2;
|
|
font-size: 16px;
|
|
color: #dfdfdf;
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card .rad-button {
|
|
margin-right: calc(1.5rem + 1.67015vw - 24.06681px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card .rad-button {
|
|
margin-right: 2rem
|
|
}
|
|
}
|
|
|
|
@media(min-width:600px) {
|
|
.rad-content-grid-card--open {
|
|
scale: 1.04;
|
|
width: 600px;
|
|
transition: 0.5s;
|
|
/* height: 455px; */
|
|
}
|
|
}
|
|
|
|
.rad-content-grid-card--open {
|
|
scale: 1.04;
|
|
width: 600px;
|
|
transition: 0.5s;
|
|
/* height: 455px; */
|
|
}
|
|
|
|
.rad-content-grid-card--research-report-dark:first-child {
|
|
position: relative;
|
|
left: 0px;
|
|
transition: 0.5s;
|
|
}
|
|
|
|
.rad-content-grid-card--research-report-dark:first-child.rad-content-grid-card--open {
|
|
position: relative;
|
|
left: 100px;
|
|
transition: 0.5s;
|
|
}
|
|
|
|
.rad-content-grid-card--research-report-dark:first-child.rad-content-grid-card--open~.rad-content-grid-card--research-report-dark:nth-child(2),
|
|
.rad-content-grid-card--research-report-dark:first-child.rad-content-grid-card--open~.rad-content-grid-card--research-report-dark:nth-child(3),
|
|
.rad-content-grid-card--research-report-dark:first-child.rad-content-grid-card--open~.rad-content-grid-card--research-report-dark:nth-child(4) {
|
|
left: 100px;
|
|
}
|
|
|
|
.fourthChildOpen .rad-content-grid-card--research-report-dark:nth-child(1),
|
|
.fourthChildOpen .rad-content-grid-card--research-report-dark:nth-child(2),
|
|
.fourthChildOpen .rad-content-grid-card--research-report-dark:nth-child(3) {
|
|
transform: translateX(-220px);
|
|
}
|
|
|
|
.eightChildOpen .rad-content-grid-card--research-report-dark:nth-child(5),
|
|
.eightChildOpen .rad-content-grid-card--research-report-dark:nth-child(6),
|
|
.eightChildOpen .rad-content-grid-card--research-report-dark:nth-child(7) {
|
|
transform: translateX(-220px);
|
|
}
|
|
|
|
.rad-content-grid-card--research-report-dark:nth-child(4).rad-content-grid-card--open,
|
|
.rad-content-grid-card--research-report-dark:nth-child(8).rad-content-grid-card--open {
|
|
transform: translateX(-220px);
|
|
}
|
|
|
|
.rad-content-grid-card--open .rad-content-grid-card__front-toggle {
|
|
height: 352px
|
|
}
|
|
|
|
@media(min-width:1024px) {
|
|
.rad-content-grid-card--open .rad-content-grid-card__front-toggle {
|
|
height: 0
|
|
}
|
|
}
|
|
|
|
.rad-content-grid-card--open .rad-content-grid-card__cta-cover {
|
|
visibility: visible
|
|
}
|
|
|
|
.rad-content-grid-card--open .rad-content-grid-card__close-button {
|
|
translate: 0
|
|
}
|
|
|
|
.rad-content-grid-card--open .rad-content-grid-card__sliding-content {
|
|
left: -100%
|
|
}
|
|
|
|
.rad-content-grid-card--open .rad-content-grid-card__full-image {
|
|
-webkit-filter: blur(75px);
|
|
filter: blur(75px);
|
|
opacity: .5;
|
|
width: 800px
|
|
}
|
|
|
|
.rad-content-grid-card--open .rad-button {
|
|
bottom: 0.75rem;
|
|
right: -100%;
|
|
translate: 0
|
|
}
|
|
|
|
@media(min-width:1441px) {
|
|
.rad-content-grid-card--open .rad-button {
|
|
bottom: calc(0.75rem + 0.83507vw - 12.0334px)
|
|
}
|
|
}
|
|
|
|
@media(min-width:1920px) {
|
|
.rad-content-grid-card--open .rad-button {
|
|
bottom: 1rem
|
|
}
|
|
}
|
|
|
|
.rad-content-grid-card--announcement {
|
|
background-color: #39005e
|
|
}
|
|
|
|
.rad-content-grid-card--announcement .rad-content-grid-card__quarter-image {
|
|
mix-blend-mode: screen
|
|
}
|
|
|
|
.rad-content-grid-card--announcement .cmp-image__image {
|
|
-webkit-filter: grayscale(1);
|
|
filter: grayscale(1)
|
|
}
|
|
|
|
.rad-content-grid-card--live-interview-landscape,
|
|
.rad-content-grid-card--live-interview-portrait {
|
|
background-color: #202020
|
|
}
|
|
|
|
.rad-content-grid-card--live-interview-landscape .cmp-image__image,
|
|
.rad-content-grid-card--live-interview-portrait .cmp-image__image {
|
|
-webkit-filter: grayscale(1);
|
|
filter: grayscale(1)
|
|
}
|
|
|
|
.rad-content-grid-card--video {
|
|
background-color: #202020
|
|
}
|
|
|
|
.rad-content-grid-card--podcast-landscape,
|
|
.rad-content-grid-card--podcast-portrait {
|
|
background-color: #f1f1ef;
|
|
color: #000
|
|
}
|
|
|
|
.rad-content-grid-card--podcast-landscape .cmp-image__image,
|
|
.rad-content-grid-card--podcast-portrait .cmp-image__image {
|
|
-webkit-filter: grayscale(1);
|
|
filter: grayscale(1)
|
|
}
|
|
|
|
.rad-content-grid-card--case-study,
|
|
.rad-content-grid-card--event,
|
|
.rad-content-grid-card--perspective {
|
|
background-color: #f1f1ef;
|
|
color: #000
|
|
}
|
|
|
|
.rad-content-grid-card--research-report-dark {
|
|
background-color: #000;
|
|
transition: 0.5s;
|
|
}
|
|
|
|
.rad-content-grid-card--research-report-light {
|
|
background-color: #fff;
|
|
color: #000
|
|
}
|
|
|
|
.rad-grid-card-carousel .rad-content-grid-card {
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0
|
|
} |