.main {
	overflow: initial;
}

.section-icon {
	font-size: 80px;
	margin-bottom: 0.25em;
}

.section-icon + span {
	display: block !important;
}

section.section-hero img {
	border-radius: 12px;
}

img.image-full {
	margin: 2em auto;
	border-radius: 12px;
}

.callout.callout-workflow {
	color: #f5f5f7 !important;
	background: radial-gradient(ellipse at top left, #1D1D1F 0%, #333336 100%); !important;
	border-radius: 12px;
	padding: 1.9em;
}

.callout.callout-workflow .typography-label {
	font-weight: 300;
}
	
.workflow {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.75em;
	flex-wrap: nowrap;
	margin-top: 1em;
	background: linear-gradient(to right, #6978fc, #b080fd, #dc62cf, #E45866, #e06a3a, #e9973e, #e6d93f, #71bb27, #68e3cf);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.step {
	white-space: nowrap;
	font-weight: 600;
}

.arrow {
	font-size: 20px;
	line-height: 1;
}

@media only screen and (max-width: 1068px) {
	.workflow {
		flex-wrap: wrap;
	}
	.step {
		font-size: 16px;
	}
}

/* ----- sidenav ----- */

.column-sidenav {
	height: 100%;
}

.headline-divider {
	margin-top: 1.6em;
	padding-top: 1.6em;
	border-top: 1px solid #e3e3e3;
}

.row-flex {
	display: flex;
	gap: 1.5em;
}

@media only screen and (max-width: 734px) {
	.row-flex {
		gap: 0;
	}
}

.row-flex .column-flex > .row-flex {
	margin-top: 2em;
}

.row-flex + h4 {
	margin-top: 1.6em;
}

.column-flex-center {
	align-self: center;
}

ul.links.small li > a {
	display: initial;
}

.compound-item-list li:not(:last-child) {
	margin-bottom: 0.5em;
}

.compound-item-list li > ul li {
	margin-bottom: 0;
}

@media only screen and (max-width: 734px) {
	h3 {
		margin-top: 1.6em;
	}
	.row-flex {
		display: block;
	}
	.row-flex + p {
		margin-top: 0.8em;
	}
	.row-flex .column-flex > .row-flex {
		margin-top: 0;
		margin-bottom: 0;
	}

	.Sidenav_container {
		margin-bottom: 3em !important;
	}
}

/* ========== Overrides ========== */
body[data-color-scheme="light"] .bg-light {
	background: #fafafa !important;
}

body[data-color-scheme="light"] .bg-alt {
	background: #f5f5f7 !important;
}

.bg-video {
	background-color: #2f302e;
	margin-top: 1.5em !important;
	margin-bottom: 0em !important;
	border-radius: 8px;
}

@media only screen and (max-width: 734px) {
	.bg-video {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}

body[data-color-scheme="light"] .bg-alt .tile {
	background-color: #fff !important;
}

body[data-color-scheme="dark"] .bg-light .tile {
	background-color: #000 !important;
}


/* ========== Dynamic Events ========== */

body[data-color-scheme="light"] .bg-alt .sc-gallery .sc-gallery__card.tile {
	background-color: #fff !important;
}

:root {
	--sc-gallery-card-width: 310px !important;
	/* --sk-tile-padding: 1.5em; */
	/* --tile-custom-gap: 1em; */
}

body[data-color-scheme="light"] {
	--event-icon-color: #000;
}

body[data-color-scheme="dark"] {
	--event-icon-color: #fff;
}

.section-events h5:lang(ko) {
	word-break: break-word;
}

.section-events .tile .event-icon {
	color: var(--sk-glyph-red) !important;
	font-size: 40px;
	margin-bottom: 0.5em;
	margin-left: -0.2em;
}

.section-events .tile .event-icon.event-icon-bw {
	color: var(--sk-body-text-color) !important;
}

.section-events a {
	/* Allows bg colors to show up */
	display: block !important;
}

.section-events .tile h4,
.section-events .tile h5,
.section-events .tile p:not(.link),
.section-events a.tile:hover {
	/* Allows bg colors to show up */
	text-decoration: none !important;
	color: var(--sk-body-text-color) !important;
}

.section-events .tile:hover .link {
	/* Allows bg colors to show up */
	text-decoration: underline;
}

.topic-icon {
	font-size: 28px;
	color: var(--event-icon-color) !important;
	margin-bottom: 0.5em;
}

.skeleton-card {
	pointer-events: none;
	cursor: default;
}

.skeleton-shimmer {
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.1) 0%,
		rgba(255, 255, 255, 0.2) 50%,
		rgba(255, 255, 255, 0.1) 100%
	);
	background-size: 200% 100%;
	animation: shimmer 2s infinite;
	border-radius: 4px;
	margin-bottom: 0.5em;
}

body[data-color-scheme="dark"] .skeleton-shimmer {
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.05) 0%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.05) 100%
	);
	background-size: 200% 100%;
}

.skeleton-title {
	height: 20px;
	width: 90%;
	margin-bottom: 0.75em;
}

.skeleton-date {
	height: 14px;
	width: 50%;
	margin-bottom: 0.75em;
}

.skeleton-detail {
	height: 12px;
	width: 100%;
	margin-bottom: 0.3em;
}

@keyframes shimmer {
	0% {
		background-position: -200% 0;
	}
	100% {
		background-position: 200% 0;
	}
}

/* Hide skeleton when loading is complete */
[data-loading="false"] .skeleton-card {
	display: none;
}


/* ----- video grid ----- */
.resource-grid {
	display: grid;
	grid-template-columns: repeat(2, 2fr);
	/* grid-gap: 20px; */
	column-gap: 3em;
	row-gap: 2em;
	width: 100%;
	box-sizing: border-box;
	margin-top: 1.5em;
}

.resource-grid-item {
	height: auto;
	cursor: pointer !important;
	text-decoration: none !important;
}

/* .resource-grid-item-full {
	grid-column: 1/3;
} */

.resource-grid + h2,
.resource-grid + h3,
.resource-grid + p {
	margin-top: 2em;
}

.resource-grid + .divider-bottom {
	padding-top: 0;
}

@media only screen and (max-width: 1068px) {
	.resource-grid {
		grid-template-columns: repeat(2, 2fr);
		column-gap: 1.5em;
		row-gap: 1em;
	}

	.resource-grid-item {
		grid-column: unset;
	}
}

@media only screen and (max-width: 734px) {
	.resource-grid {
		grid-template-columns: repeat(3, 3fr);
		row-gap: 2em;
	}

	.resource-grid-item {
		grid-column: 1/3;
	}
}
/* Prevents content jumping */
.image-wrapper {
	width: 341px;
	height: 192px;
	border-radius: 8px;
}

@media only screen and (max-width: 1068px) {
	.image-wrapper {
		width: 250px;
		height: 141px;
	}
}

.resource-grid-item img {
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
}

a.resource-grid-item {
	color: unset;
}

a.resource-grid-item:hover {
	text-decoration: none !important;
}

.resource-grid-item h4 {
	color: #86868b;
	font-size: 15px;
	margin-top: 1em;
	cursor: pointer !important;
}
body[data-color-scheme="dark"] .resource-grid-item h4 {
	color: #6e6e73;
}

@media only screen and (max-width: 734px) {
	.resource-grid-item h4 {
		margin-top: 0.5em;
	}
}

.resource-grid-item h4:hover {
	text-decoration: none;
}

/* ========== Grid ========== */
@media only screen and (max-width: 734px) {
	.grid-hide {
		display: none;
	}
}

#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}

#main section.section.section-xyz {
	padding-top: 2em;
	padding-bottom: 2em;
}

#main section.section.section-xyz .thumbnail {
	margin: 0;
}

.thumbnail-scrim,
.thumbnail-scrim-top,
.thumbnail-scrim-bottom {
	transition: opacity 0.35s ease;
}

a:hover .thumbnail-scrim,
a:hover .thumbnail-scrim-top,
a:hover .thumbnail-scrim-bottom {
	opacity: 0.6 !important;
}

#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}

#main section .section-content .row > .column {
	padding: 0;
}

@media only screen and (max-width: 1068px) {
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

@media only screen and (max-width: 734px) {
	#main section.section {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 1em 0;
	}
}

/* ========== Section Grid Layouts ========== */
#main section:not(.section-automate-testing) .grid {
	align-items: center;
}

#main section .grid-item picture {
	display: block;
}
