:root {
	--max-site-width: 1920px;
	--max-content-width: 1200px;
	--site-padding: 1.5em;
	--section-radius: 18px;
	--section-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	--chunk-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.22), 0 1.5px 8px 0 rgba(0, 0, 0, 0.22);
	--section-bg: #f4f4f4;
	--section-border: #000;
	--section-border-width: 5px;
	--section-border-left-width: 10px;
	--main-bg: #f8ff83;
	--blue-section-bg: #79b6e5;
	--divider-height: 24px;
	--footer-divider-height: 64px;
	--bottom-divider-margin: 2.5em;
	--logo-max-width: 900px;
	--divider-top-x: 0px;
	--divider-bottom-x: 0px;
}

.iframe-embed-outer {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto 0em auto;
	background: none;
	border: none;
	height: 216px;
	overflow: visible;
}

.iframe-embed-inner {
	width: 100%;
	height: 100%;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.iframe-embed {
	width: 980px;
	height: 216px;
	min-width: 0;
	min-height: 0;
	border: none;
	display: block;
	transition: transform 0.2s;
}

.cu-morph {
	position: relative;
	transition: color 0.2s;
	cursor: pointer;
}

.cu-morph[data-alt]::after {
	content: attr(data-alt);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: inherit;
	background: none;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	font: inherit;
}

.cu-morph[data-alt]:hover::after,
.cu-morph[data-alt]:focus::after {
	opacity: 1;
}

.cu-morph[data-alt]:hover .cu-morph-text,
.cu-morph[data-alt]:focus .cu-morph-text {
	color: transparent !important;
	text-shadow: none !important;
}

.cu-morph[data-alt]:hover,
.cu-morph[data-alt]:focus {
	outline: none;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	box-sizing: border-box;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	font-family: "Balsamiq Sans", "Comic Sans MS", Arial, sans-serif;
	line-height: 1.5;
	color: #000;
	background-color: var(--main-bg);
	background-image: url('img/bg_diamond.png');
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: fixed;
	font-size: 18pt;
	scroll-behavior: smooth;
	overflow-x: hidden;
	width: 100%;
}

p {
	margin-bottom: 1em;
}

p .no-margin {
	margin-bottom: 0;
}

code {
	background-color: #ffffff;
	padding-left: 0.25em;
	padding-right: 0.25em;
}

.tutorial-screenshot {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 1.5em auto;
	border: var(--section-border-width) solid var(--section-border);
	border-left: var(--section-border-left-width) solid var(--section-border);
	border-radius: var(--section-radius);
	box-shadow: var(--chunk-shadow);
	background: #fff;
	transition: transform 0.3s ease, box-shadow 0.3s ease, z-index 0.3s ease;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.tutorial-screenshot:hover {
	box-shadow: var(--chunk-shadow), 0 4px 16px rgba(0, 0, 0, 0.1);
}

.tutorial-screenshot.zoomed {
	transform: scale(1.5);
	z-index: 1000;
	box-shadow: var(--chunk-shadow), 0 8px 32px rgba(0, 0, 0, 0.3);
}

.tutorial-icon-float-left {
	float: left;
	margin: 0 1em 1em 0;
	width: 128px;
	height: 128px;
	object-fit: contain;
}

.tutorial-icon-float-right {
	float: right;
	margin: 0 0 1em 1em;
	width: 33%;
	height: 50%;
	object-fit: contain;
}

.author-image {
	float: left;
	margin: 0 1em 1em 0;
	width: 178px;
	height: 177px;
	object-fit: cover;
	border-radius: 50%;
	box-shadow:
		4px 4px 0 #fff,
		8px 8px 0 rgba(0, 0, 0, 0.25);
}

.author-frame {
	position: relative;
	background: #fff;
	padding: 2px;
	padding-bottom: 12px;
	border: 2px solid #333;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.8);
	transform: rotate(-2deg);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	float: left;
	margin: 0 2em 1em 0;
	width: 178px;
	height: 190px;
}

.author-frame:hover {
	transform: rotate(0deg) scale(1.05);
	z-index: 10;
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.3),
		inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.author-frame .author-image {
	display: block;
	width: 100%;
	height: 165px;
	object-fit: cover;
	border: 1px solid #ddd;
	margin: 0;
	float: none;
	border-radius: 0;
	box-shadow: none;
}

.site-container {
	max-width: var(--max-site-width);
	margin: 0 auto;
	padding: 0 var(--site-padding);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.full-width-section {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	box-sizing: border-box;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}

.section-content {
	max-width: var(--max-site-width);
	margin: 0 auto;
	padding: 0 var(--site-padding);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-content h2 {
	font-family: 'IGEBDIN', "Balsamiq Sans", "Comic Sans MS", Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 3.5em;
	text-shadow:
		4px 4px 0 #fff,
		8px 8px 0 rgba(0, 0, 0, 0.25);
}

main {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

section {
	width: 100%;
	margin-bottom: 1.5em;
	display: flex;
	flex-direction: column;
	align-items: center;
	scroll-margin: 2em;
}

.site-header {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
}

.site-logo {
	max-width: var(--logo-max-width);
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.main-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	justify-content: center;
	width: 100%;
	align-items: flex-start;
}

.video-embed-wrapper {
	width: 100%;
	max-width: 1000px;
	aspect-ratio: 16 / 9;
	margin: 2em auto 1.5em auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	border: var(--section-border-width) solid var(--section-border);
	border-left: var(--section-border-left-width) solid var(--section-border);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: var(--chunk-shadow);
}

.video-embed-wrapper iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.shorts-embed-wrapper {
	aspect-ratio: 9 / 14;
	max-height: 675px;
	width: 45%;
	margin: 0;
	margin-top: -2.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	border: var(--section-border-width) solid var(--section-border);
	border-left: var(--section-border-left-width) solid var(--section-border);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: var(--chunk-shadow);
}

.shorts-embed-wrapper iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.content-chunk {
	background: var(--section-bg);
	border-radius: var(--section-radius);
	border: var(--section-border-width) solid var(--section-border);
	border-left: var(--section-border-left-width) solid var(--section-border);
	box-shadow: var(--chunk-shadow);
	margin: 2em auto;
	padding: 2em 2.5em;
	max-width: var(--max-content-width);
	width: 90%;
}

.two-column-layout {
	display: flex;
	gap: 2em;
	align-items: center;
	width: 100%;
	max-width: var(--max-content-width);
}

.content-chunk .two-column-layout {
	max-width: none;
	width: 100%;
}

.content-chunk .two-column-layout>div {
	flex: 1;
	width: 50%;
}

.content-chunk .two-column-layout .video-embed-wrapper {
	max-width: none;
	margin: 1em auto;
	width: 100%;
}

.two-column-layout .content-chunk {
	flex: 1;
	margin: 0;
	width: auto;
}

.iframe-column {
	flex: 1;
	min-height: 500px;
}

.iframe-column iframe {
	width: 100%;
	height: 500px;
	border-radius: var(--section-radius);
	border: var(--section-border-width) solid var(--section-border);
	border-left: var(--section-border-left-width) solid var(--section-border);
	box-shadow: var(--chunk-shadow);
}

.content-chunk h3 {
	text-align: center;
	font-family: "Patrick Hand SC", "Comic Sans MS", sans-serif;
	font-weight: 400;
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 1em;
	margin-right: -2em;
	margin-left: -2em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-radius: 8px;
	background-color: #868686;
	border: 4px solid rgba(255, 255, 255, 0.9);
	background-image: url('img/bg_diamond.png');
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	color: #fff;
	text-shadow:
		1px 1px 0 #aaaaaa,
		2.5px 2.5px 0 rgba(0, 0, 0, 0.25);
}

.badge-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	margin: -6em auto 2em auto;
	max-width: var(--max-content-width);
	padding: 0 2em;
	z-index: 10;
	position: relative;
}

.badge-item {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease;
}

.badge-item:hover {
	transform: scale(1.1);
}

.badge-icon {
	width: 155px;
	height: 155px;
	object-fit: contain;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.11));
	transition: filter 0.2s ease;
}

.badge-icon:hover {
	filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.44));
}

.two-column-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5em 0.5em;
	list-style: none;
	padding-left: 0;
}

.two-column-list li {
	break-inside: avoid;
	margin-bottom: 0.75em;
	position: relative;
	padding-left: 1.5em;
}

.two-column-list li::before {
	content: "👁️ ";
	position: absolute;
	left: 0;
	font-weight: bold;
}

.two-column-list.vertical-flow {
	grid-auto-flow: column;
	grid-template-rows: repeat(4, auto);
}

.festival-chunk-layout {
	display: flex;
	gap: 2em;
	align-items: flex-start;
}

.festival-content {
	flex: 1;
}

.festival-gallery {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	flex-wrap: wrap;
}

.gallery-frame {
	position: relative;
	background: #fff;
	padding: 2px;
	padding-bottom: 12px;
	border: 2px solid #333;
	box-shadow:
		0 4px 8px rgba(0, 0, 0, 0.15),
		0 8px 16px rgba(0, 0, 0, 0.1),
		0 16px 32px rgba(0, 0, 0, 0.08),
		inset 0 0 0 1px rgba(255, 255, 255, 0.8);
	transform: rotate(-2deg);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-frame:nth-child(2) {
	transform: rotate(1deg);
	z-index: 2;
}

.gallery-frame:nth-child(3) {
	transform: rotate(-1.5deg);
}

.gallery-frame:hover {
	transform: rotate(0deg) scale(1.05);
	z-index: 10;
	box-shadow:
		0 8px 16px rgba(0, 0, 0, 0.2),
		0 16px 32px rgba(0, 0, 0, 0.15),
		0 32px 64px rgba(0, 0, 0, 0.1),
		inset 0 0 0 1px rgba(255, 255, 255, 0.9);
}

.gallery-image {
	display: block;
	width: 120px;
	height: 120px;
	object-fit: cover;
	border: 1px solid #ddd;
}

.button-container {
	width: 166px;
	display: flex;
	justify-content: flex-start;
}

.segredos-fade {
	opacity: 0 !important;
	transition: opacity 1.2s cubic-bezier(.4, 0, .2, 1) !important;
}

.segredos-fade.visible {
	opacity: 1 !important;
}

.casa-btn {
	width: 160px;
	height: 52px;
	padding-left: 2.75em;
	padding-right: 2.75em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(255, 255, 255);
	border: 4px solid rgb(0, 0, 0);
	border-left-width: 6px;
	border-right-width: 4px;
	border-radius: 8px;
	font-size: 28px;
	font-weight: 700;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition:
		background-color 0.2s,
		border-left-width 0.2s,
		width 0.2s,
		box-shadow 0.2s;
	transform-origin: left center;
	min-width: 166px;
	box-sizing: border-box;
}

.casa-btn-yellow {
	background-color: #ffe600 !important;
	color: #222 !important;
	box-shadow: 0 0 0 0 #fff0;
}

.casa-btn-yellow:hover,
.casa-btn-yellow:focus {
	background-color: #fff700 !important;
	color: #000 !important;
	border-left-width: 12px;
	box-shadow: 0 4px 24px 0 rgba(255, 230, 0, 0.25);
}

.casa-btn-yellow:active {
	background-color: #ffe600 !important;
	color: #222 !important;
	border-left-width: 4px;
	border-right-width: 8px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.casa-btn:hover {
	background-color: yellow;
	width: 166px;
	border-left-width: 12px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
}

.casa-btn:active {
	background-color: yellow;
	width: 160px;
	border-left-width: 4px;
	border-right-width: 8px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	transition:
		background-color 0.08s,
		border-left-width 0.04s,
		width 0.04s,
		box-shadow 0.08s,
		border-right-width 0.04s 0.04s;
}

.casa-btn-wide {
	width: 280px !important;
	min-width: 286px !important;
}

.casa-btn-wide:hover {
	width: 286px !important;
}

.casa-btn-wide:active {
	width: 280px !important;
}

.scroll-to-top-link {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	z-index: 1000;
	font-family: 'Patrick Hand SC', 'Patrick Hand', 'Comic Sans MS', cursive, sans-serif;
	font-size: 2rem;
	color: #1c1c1c;
	text-decoration: underline;
	background: none;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 0.75em 1.5em;
	border-radius: 0.5em;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s cubic-bezier(.4, 0, .2, 1), color 0.2s;
}

.scroll-to-top-link.visible {
	opacity: 1;
	pointer-events: auto;
}

.scroll-to-top-link:hover {
	color: #003c8f;
}

.bg-scroll-reverse {
	background-image: url('img/bg_diamond.png');
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: fixed;
}

.divider-top.divider-bottom-flip {
	padding-top: var(--divider-height);
	padding-bottom: var(--divider-height);
	margin-top: var(--divider-height);
	margin-bottom: var(--bottom-divider-margin);
}

.divider-top {
	position: relative;
	padding-top: var(--divider-height);
}

.divider-top::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: calc(-1 * var(--divider-height));
	width: 100vw;
	min-width: 100vw;
	min-height: var(--divider-height);
	height: var(--divider-height);
	max-width: none;
	background: url('svg/divider_blue.svg') repeat-x var(--divider-top-x) center;
	background-size: auto 100%;
	left: 0;
	transform: none;
	pointer-events: none;
	z-index: 3;
}

.bg-dark.divider-top::before {
	background-image: url('svg/divider_dark.svg');
}

.site-footer.divider-top {
	padding-top: var(--footer-divider-height);
}

.site-footer.divider-top::before {
	top: calc(-1 * var(--footer-divider-height));
	height: var(--footer-divider-height);
	min-height: var(--footer-divider-height);
}

.divider-bottom-flip {
	position: relative;
	z-index: 1;
	overflow: visible;
}

.divider-bottom-flip::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: calc(-1 * var(--divider-height));
	width: 100vw;
	min-width: 100vw;
	min-height: var(--divider-height);
	height: var(--divider-height);
	max-width: none;
	background: url('svg/divider_blue.svg') repeat-x var(--divider-bottom-x) center;
	background-size: auto 100%;
	left: 0;
	transform: scale(-1, -1);
	pointer-events: none;
	z-index: 3;
}

.divider-bottom {
	position: relative;
	padding-bottom: var(--divider-height);
}

.divider-bottom::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100vw;
	min-width: 100vw;
	min-height: var(--divider-height);
	height: var(--divider-height);
	max-width: none;
	background: url('svg/divider_blue.svg') repeat-x var(--divider-bottom-x) center;
	background-size: auto 100%;
	left: 0;
	transform: none;
	pointer-events: none;
	z-index: 2;
}

hr {
	border: none;
	width: 100vw;
	min-width: 100vw;
	min-height: var(--divider-height);
	max-width: none;
	background: url('svg/divider_blue.svg') repeat-x left center;
	background-size: auto 100%;
	margin: 2.5em 0;
	display: block;
	position: relative;
	left: 0;
	transform: none;
	padding: 0;
	height: auto;
}

hr.divider-dark {
	background-image: url('svg/divider_dark.svg');
}


@font-face {
	font-family: 'IGEBDIN';
	src: url('font/din.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.patrick-hand-regular {
	font-family: "Patrick Hand", "Comic Sans MS", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.patrick-hand-sc-regular {
	font-family: "Patrick Hand SC", "Comic Sans MS", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.balsamiq-sans-regular {
	font-family: "Balsamiq Sans", "Comic Sans MS", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.balsamiq-sans-bold {
	font-family: "Balsamiq Sans", "Comic Sans MS", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.balsamiq-sans-regular-italic {
	font-family: "Balsamiq Sans", "Comic Sans MS", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.balsamiq-sans-bold-italic {
	font-family: "Balsamiq Sans", "Comic Sans MS", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.bg-blue {
	background-color: var(--blue-section-bg) !important;
}

.bg-main {
	background-color: var(--main-bg) !important;
}

.bg-dark {
	background: #1C1C1C;
	background: linear-gradient(180deg, rgba(28, 28, 28, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
	color: #ffffff !important;
}

.text-center {
	text-align: center !important;
}

.spacer-small {
	height: 1em;
}

.site-footer {
	padding: 2em 0;
	margin-top: 5em;
	margin-bottom: 0;
}

.site-footer .section-content {
	text-align: center;
	padding: 2.5em;
}

.site-footer p {
	margin: 0;
	font-size: 1.1em;
	opacity: 0.9;
	text-align: center;
}

.site-footer nav {
	margin-top: 1em;
	text-align: center;
}

.site-footer nav a {
	color: #fff;
	text-decoration: none;
	transition: color 0.2s ease;
	padding: 0 0.5em;
}

.site-footer nav a:hover,
.site-footer nav a:focus {
	color: var(--main-bg);
	text-decoration: underline;
}

.full-width-button-container {
	width: 100% !important;
	margin: auto !important;
}

.full-width-button {
	width: 100% !important;
	margin: auto !important;
}

.section-height-675 {
	height: 675px;
}

.section-centered-content {
	margin: auto;
}

.patrick-hand-heading {
	font-family: 'Patrick Hand SC', 'Comic Sans MS', sans-serif;
	font-size: 2em;
	margin-bottom: -0.125em;
}

.patrick-hand-heading-large {
	font-family: 'Patrick Hand SC', 'Comic Sans MS', sans-serif;
	font-size: 2em;
}

.inline-gallery-container {
	width: 100vw;
	height: 803px;
	max-width: var(--max-content-width);
	margin: 2em auto;
	margin-top: 0px;
	border-radius: 12px;
	overflow: hidden;
	background: transparent !important;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.lg-image,
.lg-thumb-item {
	border-radius: 12px;
	border: var(--section-border-width) solid var(--section-border);
	border-left: var(--section-border-left-width) solid var(--section-border);
	box-shadow: var(--chunk-shadow);
}

.lg-container,
.lg-outer,
.lg-inner,
.lg-item,
.lg-toolbar,
.lg-thumb-outer,
.lg-backdrop {
	background: transparent !important;
}

.lg-container {
	width: 100% !important;
	height: 100% !important;
}

.lg-outer {
	width: 100% !important;
	height: 100% !important;
}

.lg-inner {
	width: 100% !important;
	height: 100% !important;
}

.lg-toolbar {
	background: rgba(0, 0, 0, 0.0) !important;
}

.lg-thumb-outer {
	background: rgba(0, 0, 0, 0.0) !important;
}

.lg-counter,
.lg-icon {
	font-family: "Balsamiq Sans", "Comic Sans MS", sans-serif;
	color: #000 !important;
}

body {
	transition: background-color 0.6s ease;
}

main {
	transition: opacity 0.3s ease;
}

.page-transition-out {
	opacity: 0;
}

.page-transition-in {
	opacity: 0;
	animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

.author-link {
	color: rgb(32, 33, 34);
	font-size: 14px;
	text-emphasis-position: auto;
	border-radius: 2px;
}

.author-link-bracket {
	cursor: pointer;
}

.telefonezinho-image {
	display: block;
	margin: 2em auto;
	cursor: pointer;
	transition: transform 0.3s ease, filter 0.3s ease;
	max-width: 200px;
	height: auto;
}

.telefonezinho-image:hover {
	transform: scale(1.05);
	filter: brightness(1.1);
}

.segredo-modal {
	display: none;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	cursor: pointer;
}

.segredo-modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 90%;
	border-radius: var(--section-radius);
	box-shadow: var(--chunk-shadow);
}

.segredo-modal-image {
	width: 100%;
	height: auto;
	border-radius: var(--section-radius);
}