:root {
	--article-body-tablet-offset: rem(32px);
	--grid-6-1-column-content: calc(
		1 * ((100% - var(--grid-column-gap) * 5) / 6 + var(--grid-column-gap)) - var(--grid-column-gap)
	);
	--grid-6-1-column-content-gap: calc(
		1 * ((100% - var(--grid-column-gap) * 5) / 6 + var(--grid-column-gap))
	);
	--grid-8-1-column-content: calc(
		1 * ((100% - var(--grid-column-gap) * 7) / 8 + var(--grid-column-gap)) - var(--grid-column-gap)
	);
	--grid-8-1-column-content-gap: calc(
		1 * ((100% - var(--grid-column-gap) * 7) / 8 + var(--grid-column-gap))
	);
	--grid-8-2-column-content: calc(
		2 * ((100% - var(--grid-column-gap) * 7) / 8 + var(--grid-column-gap)) - var(--grid-column-gap)
	);
	--grid-8-3-column-content: calc(
		3 * ((100% - var(--grid-column-gap) * 7) / 8 + var(--grid-column-gap)) - var(--grid-column-gap)
	);
	--grid-8-4-column-content: calc(
		4 * ((100% - var(--grid-column-gap) * 7) / 8 + var(--grid-column-gap)) - var(--grid-column-gap)
	);
	--grid-10-1-column-content: calc(
		1 * ((100% - var(--grid-column-gap) * 9) / 10 + var(--grid-column-gap)) - var(--grid-column-gap)
	);
	--grid-10-2-column-content: calc(
		2 * ((100% - var(--grid-column-gap) * 9) / 10 + var(--grid-column-gap)) - var(--grid-column-gap)
	);
	--grid-10-3-column-content: calc(
		3 * ((100% - var(--grid-column-gap) * 9) / 10 + var(--grid-column-gap)) - var(--grid-column-gap)
	);
	--grid-10-4-column-content: calc(
		4 * ((100% - var(--grid-column-gap) * 9) / 10 + var(--grid-column-gap)) - var(--grid-column-gap)
	);
	--grid-10-1-column-content-gap: calc(
		1 * ((100% - var(--grid-column-gap) * 9) / 10 + var(--grid-column-gap))
	);
	--grid-12-1-column-content-gap: calc(
		1 * ((100% - var(--grid-column-gap) * 11) / 12 + var(--grid-column-gap))
	);
}
@font-face {
	font-family: MarcinAntB;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/marcinantb-medium-webfont.woff2) format('woff2'),
		url(../fonts/marcinantb-medium-webfont.woff) format('woff');
}
@font-face {
	font-family: MarcinAntB;
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(../fonts/marcinantb-heavy-webfont.woff2) format('woff2'),
		url(../fonts/marcinantb-heavy-webfont.woff) format('woff');
}
@font-face {
	font-family: MajritTxRoman;
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/Majrit-Text-Italic.woff2) format('woff2'),
		url(../fonts/Majrit-Text-Italic.woff) format('woff');
}
@font-face {
	font-family: MajritTx;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/Majrit-Text-Medium.woff2) format('woff2'),
		url(../fonts/Majrit-Text-Medium.woff) format('woff');
}
@font-face {
	font-family: MajritTx;
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/Majrit-Text-Medium-Italic.woff2) format('woff2'),
		url(../fonts/Majrit-Text-Medium-Italic.woff) format('woff');
}
@font-face {
	font-family: MajritTx;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/Majrit-Text-Semibold.woff2) format('woff2'),
		url(../fonts/Majrit-Text-Semibold.woff) format('woff');
}
@font-face {
	font-family: MajritTx;
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/Majrit-Text-Semibold-Italic.woff2) format('woff2'),
		url(../fonts/Majrit-Text-Semibold-Italic.woff) format('woff');
}
@font-face {
	font-family: MajritTx;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/Majrit-Text-Bold.woff2) format('woff2'),
		url(../fonts/Majrit-Text-Bold.woff) format('woff');
}
@font-face {
	font-family: MajritTx;
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/Majrit-Text-Bold-Italic.woff2) format('woff2'),
		url(../fonts/Majrit-Text-Bold-Italic.woff) format('woff');
}
@font-face {
	font-family: MajritTx;
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(../fonts/Majrit-Text-Extrabold.woff2) format('woff2'),
		url(../fonts/Majrit-Text-Extrabold.woff) format('woff');
}
@font-face {
	font-family: MajritTx;
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url(../fonts/Majrit-Text-Extrabold-Italic.woff2) format('woff2'),
		url(../fonts/Majrit-Text-Extrabold-Italic.woff) format('woff');
}
@font-face {
	font-family: MajritTx;
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(../fonts/Majrit-Text-Black-Italic.woff2) format('woff2'),
		url(../fonts/Majrit-Text-Black-Italic.woff) format('woff');
}
@font-face {
	font-family: MajritBn;
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/Majrit-Banner-Light.woff2) format('woff2'),
		url(../fonts/Majrit-Banner-Light.woff) format('woff');
}
@font-face {
	font-family: MajritBn;
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/Majrit-Banner-Light-Italic.woff2) format('woff2'),
		url(../fonts/Majrit-Banner-Light-Italic.woff) format('woff');
}
.w_t {
	font-family: MajritTx, serif;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: -0.015rem;
	text-transform: uppercase;
	border-bottom: 1px solid #4a4a4a;
	padding-bottom: 0.5rem;
	color: #000;
	position: relative;
	margin: 0;
	line-height: 0.9375rem;
}
.w_t:after {
	content: '';
	height: 0.125rem;
	width: 8.25rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
}
.w_if {
	width: 100%;
}
.w.w-widget_tv_series,
.w.w-widget_tv_programming {
	margin: 2.5rem 0;
}
.a_c > h1,
.a_c > h2,
.a_c > h3,
.a_c > h4,
.a_c > h5,
.a_c > h6 {
	font-family: MajritTx, serif;
	font-weight: 900;
	margin: 3.125rem 0 0.8125rem;
	padding: 0 0 0.625rem;
	position: relative;
}
.a_c > h1 a:after,
.a_c > h2 a:after,
.a_c > h3 a:after,
.a_c > h4 a:after,
.a_c > h5 a:after,
.a_c > h6 a:after {
	content: '>';
	display: inline-block;
	position: relative;
	bottom: -0.125rem;
	margin-left: 0.3125rem;
}
.a_c > h1:after,
.a_c > h2:after,
.a_c > h3:after,
.a_c > h4:after,
.a_c > h5:after,
.a_c > h6:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 4.375rem;
	height: 0.0625rem;
	background-color: #000;
}
.a_c > h1 {
	font-size: 1.625rem;
	line-height: 1.75rem;
}
.a_c > h2 {
	font-size: 1.5rem;
	line-height: 1.625rem;
}
.a_c > h3 {
	font-size: 1.375rem;
	line-height: 1.5rem;
}
.a_c > h4 {
	font-size: 1.3125rem;
	line-height: 1.4375rem;
}
.a_c > h5 {
	font-size: 1.25rem;
	line-height: 1.375rem;
}
.a_c > h6 {
	font-size: 1.1875rem;
	line-height: 1.3125rem;
}
.a_c > ul,
.a_c > ol {
	font-family: MajritTxRoman, serif;
	padding-left: 1.3125rem;
	font-size: 1.1875rem;
	line-height: 1.5625rem;
	margin-bottom: 2.5rem;
	margin: 0 0 2rem;
}
.a_c > ul li:not(:last-child),
.a_c > ol li:not(:last-child) {
	margin-bottom: 1.25rem;
}
.a_c ol {
	counter-reset: item;
	list-style: none;
}
.a_c ol li {
	counter-increment: item;
}
.a_c ol li::marker {
	content: counter(item) '. ';
	font-weight: 700;
	margin-right: 0.625rem;
	font-family: MajritTx, serif;
}
.a_c ul a,
.a_c ol a {
	color: #016ca2;
	text-decoration: underline;
}
.a_c ul a:hover,
.a_c ol a:hover {
	text-decoration: none;
}
.a_c hr {
	background: #4a4a4a;
	height: 0.125rem;
	border: none;
	clear: both;
	margin: 2rem auto;
}
.a_fts {
	margin: 3.125rem 0;
	clear: both;
}
.a_ft {
	padding: 1.25rem 0;
	border-top: 1px solid #4a4a4a;
}
.a_ft:last-child {
	border-bottom: 1px solid #4a4a4a;
}
.a_ft_m {
	margin-bottom: 1.4375rem;
}
.a_ft_t {
	margin: 0.5625rem 0;
	font-family: MajritTx, serif;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.5625rem;
	color: #000;
}
.a_ft_t a:after {
	content: '>';
	display: inline-block;
	position: relative;
	bottom: -0.0625rem;
	margin-left: 0.3125rem;
}
.a_ft_txt {
	font-family: MajritTxRoman, serif;
	letter-spacing: -0.005rem;
	font-size: 1.1875rem;
}
.a_ft_txt p,
.a_ft_txt ul,
.a_ft_txt ol {
	margin: 0.625rem 0 0;
}
.a_de {
	border-left: 1px solid #4a4a4a;
	border-right: 1px solid #4a4a4a;
	font-size: 0.875rem;
	padding: 0.9375rem;
	font-family: inherit;
	clear: both;
}
.a_de_t {
	font-size: 1.25rem;
	margin: 0;
	font-family: MajritTx, serif;
	position: relative;
	padding-bottom: 0.8125rem;
	font-weight: 900;
}
.a_de_t:after {
	content: '';
	height: 0.125rem;
	width: 9.25rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
}
.a_de_t a:after {
	content: '>';
	display: inline-block;
	position: relative;
	bottom: -0.0625rem;
}
.a_de_m {
	margin-bottom: 0.375rem;
}
.a_de_m_p {
	text-align: right;
	font-size: 0.75rem;
	line-height: 1rem;
	margin-top: 0.375rem;
	letter-spacing: normal;
}
.a_de_m_m {
	display: block;
	font-weight: 700;
	line-height: 1rem;
}
.a_de_txt {
	font-size: 1.125rem;
	line-height: 1.5625rem;
}
.a_de_txt p,
.a_de_txt ol,
.a_de_txt ul {
	margin: 0.75rem 0 0;
}
.a_de_a {
	font-family: MajritTx, serif;
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.125rem;
	margin: 1.9375rem 0 0.9375rem;
}
.a_mi {
	float: left;
	margin: 0 0.875rem 2rem 0;
	width: 7.375rem;
}
.a_mi > div:not(:last-child) {
	padding-bottom: 1.125rem;
	border-bottom: 0.0625rem solid #efefef;
	margin-bottom: 0.75rem;
}
.a_mi_t {
	border-top: 0.0625rem solid #000;
	font-family: MarcinAntB, sans-serif;
	font-weight: 900;
	font-size: 0.625rem;
	text-transform: uppercase;
	line-height: 1.1875rem;
	color: #111;
}
.a_mi_e {
	font-family: MajritTx, serif;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1rem;
	padding: 0.8125rem 0 0;
}
.a_com {
	margin: 0 0 2rem;
	border-bottom: 1px solid #4a4a4a;
	justify-content: space-between;
}
.a_com .w_t {
	border: none;
	background: transparent;
	padding: 0 0 0.5rem;
	cursor: pointer;
}
.a_com ._btn {
	align-items: center;
}
.a_com_c {
	font-family: MarcinAntB, sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
}
.a_com_c:not(:empty):before {
	content: '-';
	display: inline-block;
	padding: 0 0.3125rem;
}
.a_com svg {
	width: 0.875rem;
	height: 0.875rem;
	stroke: #fff;
	fill: #000;
	margin-left: 0.3125rem;
}
.a_com_l {
	font-family: MarcinAntB, sans-serif;
	font-size: 0.875rem;
	line-height: 1rem;
	color: #016ca2;
}
.a_com_l svg {
	width: 0.25rem;
	height: 0.5rem;
}
.a_fe {
	padding: 1.5625rem 1.5625rem 2.125rem;
	margin: 3.125rem 0;
	background: #f7f2e8;
	font-family: MajritTx, serif;
	font-size: 0.875rem;
	line-height: 1.125rem;
	font-weight: 500;
	color: #000;
}
.a_fe_t {
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: -0.015rem;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0.4375rem;
}
.a_tc {
	font-family: MarcinAntB, sans-serif;
	line-height: 1rem;
	width: 100%;
	margin: 3.125rem 0;
	border-collapse: collapse;
}
.a_tc caption {
	text-align: left;
	font-family: MajritTx, serif;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: -0.03125rem;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #4a4a4a;
	padding-bottom: 0.5625rem;
	position: relative;
	margin: 0 0 0.9375rem;
}
.a_tc caption:after {
	content: '';
	height: 0.125rem;
	width: 8.25rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
}
.a_tc th,
.a_tc td {
	border-bottom: 1px solid #4a4a4a;
	text-align: left;
	padding: 0.3125rem 0.625rem;
}
.a_tc th {
	color: #000;
	font-weight: 900;
}
.a_tc thead th {
	text-transform: uppercase;
	font-family: MarcinAntB, sans-serif;
	font-size: 0.75rem;
	font-weight: 900;
}
.a_tc tbody td,
.a_tc tbody th {
	font-family: MarcinAntB, sans-serif;
	font-size: 0.8125rem;
}
.a_tc tfoot td {
	padding: 0.625rem 0.8125rem 0.875rem;
	color: #000;
	font-size: 0.8125rem;
}
.a_gl {
	position: relative;
	margin: 3.125rem -1.25rem;
	padding-bottom: 1.25rem;
}
.a_gl .a_m {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.6s linear;
	position: absolute;
}
.a_gl .a_m._dn {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 0.6s, opacity 0.6s linear;
	display: block;
}
.a_gl .a_m_w {
	background: #000;
}
.a_gl .a_m_p {
	padding-bottom: 0;
	padding-right: 0.625rem;
	min-height: 3.125rem;
	overflow: hidden;
}
.a_gl .a_m_p .a_m_m {
	font-size: 0.625rem;
}
.a_gl .a_gl_nav {
	position: absolute;
	width: 100%;
	top: 0;
	cursor: default;
}
.a_gl .a_gl_nav .btn-lg {
	width: 13%;
	height: 100%;
	position: absolute;
	min-width: 13%;
}
.a_gl .a_gl_nav .btn-lg svg {
	width: 2.5rem;
}
.a_gl .a_gl_nav .btn-lg svg.icon_photogallery_previous_simple,
.a_gl .a_gl_nav .btn-lg svg.icon_photogallery_next_simple {
	display: none;
}
.a_gl .a_gl_nav button:disabled {
	opacity: 0;
	cursor: default;
}
.a_gl .a_gl_nav #gallery-summary-play-btn {
	display: none;
}
.a_gl .a_gl_nav .gallery-summary-prev-btn {
	left: 0;
}
.a_gl .a_gl_nav .gallery-summary-next-btn {
	right: 0;
}
.a_gl_pl {
	opacity: 0;
	position: absolute;
	top: 2rem;
	right: 2rem;
	width: 5.5rem;
	height: 5.5rem;
	display: none;
	transition: all 0.2s ease-out;
	cursor: pointer;
}
.a_gl:hover .a_gl_pl {
	opacity: 1;
}
.a_gl_n {
	position: absolute;
	margin-top: 0.9375rem;
	justify-content: center;
	align-items: center;
	width: 100%;
	bottom: 0;
}
.a_gl_n span {
	display: inline-block;
	margin-right: 0.5625rem;
	margin-bottom: 0;
	display: block;
	border-radius: 50%;
	background-color: #4a4a4a;
	width: 0.1875rem;
	height: 0.1875rem;
	border: 0;
	padding: 0.0625rem;
	cursor: pointer;
}
.a_gl_n span.active {
	background-color: #016ca2;
	width: 0.4375rem;
	height: 0.4375rem;
}
.a_gl figure.a_m.first {
	position: static;
	visibility: visible;
	opacity: 1;
}
@keyframes fadein {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.amp-carousel-button {
	border-radius: 50%;
	border: 0.0625rem solid #ffffff;
}
.a_q {
	margin: 3.125rem 0 2.4375rem;
	font-family: MajritTxRoman, serif;
	font-size: 1.5rem;
	color: #000;
	line-height: 1.9375rem;
	letter-spacing: -0.03625rem;
	padding-top: 3.875rem;
	background-image: url('data:image/svg+xml,%3Csvg width=%2767px%27 height=%2750px%27 viewBox=%270 0 67 50%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Ctitle%3E%E2%80%9D%3C/title%3E%3Cg id=%27Noticia%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27 opacity=%270.9%27%3E%3Cg id=%27Noticia-desktop-foto-grande%27 transform=%27translate%28-377.000000, -10924.000000%29%27 fill=%27%23000000%27 fill-rule=%27nonzero%27%3E%3Cpath d=%27M383.285714,10974 C400.440476,10969.3608 410,10957.8918 410,10943.201 C410,10932.2474 403.452381,10924 392.583333,10924 C383.547619,10924 377,10931.3454 377,10939.9794 C377,10947.8402 382.761905,10953.3814 390.357143,10953.3814 C393.5,10953.3814 396.380952,10952.3505 398.869048,10950.4175 L399.654762,10950.8041 C399.130952,10960.4691 392.059524,10966.3969 381.452381,10970.2629 L383.285714,10974 Z M417.285714,10974 C434.440476,10969.3608 444,10957.8918 444,10943.201 C444,10932.2474 437.452381,10924 426.583333,10924 C417.547619,10924 411,10931.3454 411,10939.9794 C411,10947.8402 416.761905,10953.3814 424.357143,10953.3814 C427.5,10953.3814 430.380952,10952.3505 432.869048,10950.4175 L433.654762,10950.8041 C433.130952,10960.4691 426.059524,10966.3969 415.452381,10970.2629 L417.285714,10974 Z%27 id=%27%E2%80%9D%27 transform=%27translate%28410.500000, 10949.000000%29 scale%28-1, 1%29 translate%28-410.500000, -10949.000000%29 %27%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto 3.125rem;
	min-height: 2.5rem;
}
.a_q cite {
	font-family: MajritTx, serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1rem;
	letter-spacing: -0.03125rem;
	font-style: normal;
}
.a_q cite:before {
	content: '';
	display: block;
	width: calc(25% - 1rem);
	height: 0;
	margin: 1.8125rem 0 0.5rem;
	border-top: solid 1px #4a4a4a;
}
.a_btn {
	clear: both;
	margin: 3.75rem 0;
	text-align: center;
}
.a_btn_l {
	background-color: #41d6ff;
	min-width: 17.5rem;
	white-space: inherit;
}
.a_tp {
	font-family: MarcinAntB, sans-serif;
	font-size: 0.75rem;
	line-height: 1.25rem;
	padding-top: 0.625rem;
	border-top: 1px solid #4a4a4a;
	justify-content: space-between;
	margin: 0 0 2rem;
}
.a_tp_i {
	padding: 0.1875rem 0;
}
.a_tp_txt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.a_tp_txt img {
	width: 7.3125rem;
	height: 1.25rem;
}
.a_tp_mi {
	align-items: center;
	padding-bottom: 0.8125rem;
	margin-top: -0.625rem;
	flex: 0 0 100%;
}
.a_tp_mi svg {
	width: 0.4375rem;
	height: auto;
	margin-left: 0.125rem;
	stroke: #000;
}
.a_tp_si {
	box-sizing: border-box;
	border-top: solid 0.0625rem #979797;
	line-height: 1rem;
	padding-top: 0.6875rem;
}
.a_tp_si_l {
	color: #016ca2;
	font-weight: 700;
	text-decoration: underline;
}
.a_np {
	font-size: 0.875rem;
	line-height: 1.125rem;
	margin: 3.125rem 0;
	border-top: 2px solid #4a4a4a;
	clear: both;
}
.a_np p {
	margin: 1rem 0 0;
}
.w-fid {
	margin: 0 0 2rem;
}
.w-fid .w_t {
	padding-bottom: 0;
}
.w-fid .w_b {
	display: flex;
	flex-direction: column;
}
.w-fid_t {
	font-family: MarcinAntB, sans-serif;
	font-size: 0.875rem;
	line-height: 1.125rem;
	color: #000;
	font-weight: 400;
	margin-top: 0.625rem;
	padding-bottom: 0.5rem;
}
.w-fid_t a {
	background: url(../images/ico-newsletter.svg) no-repeat center left;
	background-size: 1.375rem auto;
	padding-left: 1.75rem;
}
.w-fid_s {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.w-fid .w_rs {
	margin-top: 0.3125rem;
	border-top: 0;
	padding-top: 0;
	padding-bottom: 0.25rem;
}
.w-fid .w_rs ._btn {
	background-color: transparent;
	padding: 0;
}
.w-fid .w-fid_s:has(.w_rs:empty) {
	display: none;
}
.w-sea {
	margin: 0 0 2rem;
}
.w-sea .w_b {
	padding-top: 1.3125rem;
}
.w-sea .btn-6 svg {
	margin-left: 2.25rem;
	width: 0.625rem;
	height: auto;
}
.w-sea ._g {
	grid-template-columns: 4.25rem 1fr;
	grid-column-gap: 0.875rem;
}
.w-sea_f {
	grid-column: 1/2;
}
.w-sea_f img {
	border-radius: 50%;
}
.w-sea_txt {
	grid-column: 2/5;
}
.w-sea_txt ._df {
	margin-bottom: 0.5rem;
	align-items: end;
}
.w-sea_txt_na {
	font-family: MajritTx, serif;
	font-weight: 900;
	font-size: 1.125rem;
	line-height: 1.25rem;
}
.w-sea_txt_i {
	width: auto;
	height: 1.125rem;
	margin: 0.1875rem 0 0 0.625rem;
	padding-left: 0.625rem;
	border-left: 1px solid #d3d3d3;
}
.w-sea_txt_da {
	font-family: MarcinAntB, sans-serif;
	font-size: 0.875rem;
	line-height: 1rem;
	color: #000;
	margin: 0;
}
.w-rel {
	margin: 0 0 0.75rem;
}
.w-rel .a_m_i {
	width: 21%;
	height: auto;
	bottom: 0.6875rem;
	left: 0.6875rem;
}
.w-rel_n {
	display: grid;
	border-bottom: 0.0625rem solid #e2e2e2;
	padding: 1.25rem 0;
	grid-template-columns: 6.25rem 1fr;
	grid-column-gap: 0.875rem;
}
.w-rel_n:last-child {
	border-bottom: unset;
}
.w-rel .nt.l {
	grid-column: 1/3;
}
.w-rel .nt.l .nt_t {
	margin-top: 0;
}
.w-rel .nt_t {
	font-family: MajritTx, serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.125rem;
	margin: 0.3125rem 0 0.625rem;
}
.w-rel .nt_a {
	font-family: MarcinAntB, sans-serif;
	color: #0009;
	text-transform: uppercase;
	font-size: 0.6875rem;
	line-height: 0.9375rem;
}
.a_ei {
	border-top: 1px solid #4a4a4a;
	margin: 3.125rem 0 3.75rem;
	clear: both;
}
.a_ei_h {
	font-family: MarcinAntB, sans-serif;
	font-size: 0.625rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #016ca2;
	margin: 0;
}
.a_ei_t {
	grid-column: span 4;
	font-family: MajritTx, serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.375rem;
}
.a_ei_m {
	grid-column: 1/2;
}
.a_ei_arr {
	background-image: url(../images/flecha-link.svg);
	background-size: 1.875rem 0.5625rem;
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 1.875rem;
	height: 0.5625rem;
	display: inline-block;
	margin-left: 1rem;
}
.a_ei_r:nth-of-type(n + 2) {
	margin-top: 1.25rem;
	border-top: 0.0625rem solid #ebebeb;
	padding-top: 0.9375rem;
}
.a_ei_r-i .a_ei_t {
	grid-column: span 3;
}
.a_mf {
	top: 0;
	left: 0;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #111;
	z-index: 1050;
	text-align: center;
}
.a_mf:not(._dn) {
	display: flex;
	align-items: center;
}
.a_mf_c {
	right: 1.875rem;
	top: 1.875rem;
	width: 1.875rem;
	height: 1.875rem;
	display: none;
}
.a_mf_c svg {
	stroke: transparent;
	fill: #fff;
}
.a_mf_i {
	display: flex;
	justify-content: center;
	width: 100%;
}
.a_mf_i img {
	max-width: 100%;
	height: auto;
}
.tpl-modal .a_mf_c {
	display: block;
}
#fullscreen-slider {
	top: 0;
	left: 0;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #111;
	z-index: 1050;
	overflow: hidden;
}
#fullscreen-slider .f-btn {
	display: block;
	z-index: 5;
	position: absolute;
	width: 17%;
	height: 100%;
	text-indent: -9999px;
	top: 0;
	background: transparent;
	border: 0;
}
#fullscreen-slider .f-btn.prev {
	left: 0;
	cursor: url(../images/modal-fotogaleria-flotante-prev.png),
		url(../modal-fotogaleria-flotante-prev.cur), e-resize;
}
#fullscreen-slider .f-btn.next {
	right: 0;
	cursor: url(../images/modal-fotogaleria-flotante-next.png),
		url(../modal-fotogaleria-flotante-next.cur), e-resize;
}
#fullscreen-slider .f-btn.disabled {
	cursor: default;
	pointer-events: none;
}
#fullscreen-slider .pb {
	position: fixed;
	height: 0.25rem;
	width: 100%;
	background: #000;
	top: 0;
	z-index: 6;
}
#fullscreen-slider .pb_p {
	background: #00b1ff;
	height: 0.25rem;
	width: 0;
	transition: all 0.9s;
}
#fullscreen-slider.nc .a_m_p,
#fullscreen-slider.nc .a_gl_nav .btn-i {
	opacity: 0;
	transition: all 0.5s;
}
#fullscreen-slider figure {
	margin: 0 7.375rem;
	cursor: default;
	visibility: visible;
	opacity: 1;
	transition: opacity 0.6s linear;
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
}
#fullscreen-slider figure._dn {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 0.6s, opacity 0.6s linear;
	display: block;
}
#fullscreen-slider figure img {
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%);
	width: 100%;
	height: auto;
}
#fullscreen-slider figure img.a_m-v {
	width: auto;
	height: 100%;
}
#fullscreen-slider figure .a_m_p {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 63.125rem;
	z-index: 1051;
	border-bottom: 0;
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-family: MajritTxRoman, serif;
	letter-spacing: -0.12px;
	padding: 1.5625rem 1.375rem 5.625rem;
	text-align: left;
	background: #121111b3;
	min-height: 10.3125rem;
	opacity: 1;
}
#fullscreen-slider figure .a_m_p:before {
	display: none;
}
#fullscreen-slider figure .a_m_p span {
	width: 100%;
	display: block;
}
#fullscreen-slider figure .a_m_p .a_m_t {
	overflow-y: auto;
	word-break: break-word;
	max-height: 5.3125rem;
	min-height: 5.3125rem;
	top: 10px;
	position: relative;
	color: #ffffffe6;
	font-size: 1.25rem;
	line-height: 1.5rem;
	box-sizing: border-box;
	padding-right: 0.625rem;
}
#fullscreen-slider figure .a_m_p .a_m_t::-webkit-scrollbar {
	width: 8px;
}
#fullscreen-slider figure .a_m_p .a_m_t::-webkit-scrollbar-thumb {
	background: #ffffffd9;
	border-radius: 10px;
}
#fullscreen-slider figure .a_m_p .a_m_t::-webkit-scrollbar-track {
	background: #0009;
	border-radius: 10px;
}
#fullscreen-slider figure .a_m_p .a_m_t b {
	margin-right: 5px;
}
#fullscreen-slider figure .a_m_p .a_m_m {
	margin-top: 3.125rem;
	font-size: 0.75rem;
	line-height: 0.875rem;
	font-weight: 600;
	color: #fff;
	position: relative;
}
#fullscreen-slider figure .a_m_p .a_m_m:before {
	content: '';
	background: #fff;
	width: 1.25rem;
	height: 0.125rem;
	position: absolute;
	left: 0;
	top: -15px;
}
#fullscreen-slider figure .a_m_p .a_m_n {
	font-family: MarcinAntB, sans-serif;
	color: #fff;
	font-size: 1.5625rem;
	letter-spacing: -0.17px;
	width: auto;
	left: 1.375rem;
	bottom: 1.5625rem;
	margin-top: 0;
}
#fullscreen-slider figure .a_m_p .a_m_n b {
	color: #fff;
	font-weight: 400;
	display: inline-block;
}
#fullscreen-slider .a_gl_nav {
	position: absolute;
	top: auto;
	bottom: 1.5625rem;
	right: 0;
	left: 0;
	width: 1010px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	z-index: 1051;
	padding-right: 0;
	cursor: default;
}
#fullscreen-slider .a_gl_nav button:disabled {
	opacity: 0.5;
	cursor: default;
}
#fullscreen-slider .a_gl_nav .a_mf_c {
	z-index: 6;
	background: transparent;
	width: 2.8125rem;
	height: 2.8125rem;
	display: block;
}
#fullscreen-slider .a_gl_nav .a_mf_c svg {
	width: 1.875rem;
	height: 1.875rem;
}
#fullscreen-slider .a_gl_nav #gallery-summary-modal-play-btn {
	position: relative;
}
#fullscreen-slider .a_gl_nav .btn-i {
	margin-left: 0.9375rem;
}
#fullscreen-slider .a_gl_nav .btn-lg {
	padding: 0;
	min-width: unset;
	position: relative;
}
#fullscreen-slider .a_gl_nav .btn-lg svg.icon_photogallery_previous_simple,
#fullscreen-slider .a_gl_nav .btn-lg svg.icon_photogallery_next_simple {
	display: block;
}
#fullscreen-slider .a_gl_nav .btn-lg svg.icon_photogallery_previous_simple_fondo,
#fullscreen-slider .a_gl_nav .btn-lg svg.icon_photogallery_next_simple_fondo {
	display: none;
}
#fullscreen-slider .a_gl_nav .btn-xl {
	width: 3.25rem;
	height: 3.25rem;
	position: relative;
}
#fullscreen-slider .a_gl_nav .btn-xl svg {
	width: 3.25rem;
}
#fullscreen-slider .a_gl_nav .btn-xl .icon_photogallery_pause {
	display: none;
}
#fullscreen-slider .a_gl_nav .btn-xl.btn-active .icon_photogallery_pause {
	display: block;
}
#fullscreen-slider .a_gl_nav .btn-xl.btn-active .icon_photogallery_play {
	display: none;
}
#fullscreen-slider .a_gl_nav .loading {
	border-top: 0.1875rem solid #016ca2;
	border-right: 0.1875rem solid #016ca2;
	border-bottom: 0.1875rem solid rgba(100, 100, 100, 0.1);
	border-left: 0.1875rem solid rgba(100, 100, 100, 0.1);
	transform: translateZ(0);
	animation: boton_cargando 10s infinite linear;
	text-indent: -9999px;
	border-radius: 50%;
	background: none;
	overflow: hidden;
	height: 2.875rem;
	width: 2.875rem;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
@keyframes boton_cargando {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}
.w-ae {
	margin-bottom: 2rem;
}
.w-ae .w_ul {
	flex-wrap: wrap;
}
.w-ae .w_ul--mh {
	height: 2rem;
	overflow: hidden;
	padding-right: 2.125rem;
}
.w-ae .w_b {
	padding-top: 0.6875rem;
	position: relative;
}
.w-ae .btn {
	position: absolute;
	top: 0.6875rem;
	right: 0;
	border-radius: 100%;
	background: #d8d8d8;
	color: #666;
	width: 1.6875rem;
	height: 1.6875rem;
}
.w-ae .btn svg {
	width: 0.4375rem;
	height: auto;
}
.w-ae li {
	display: inline-block;
	font-family: MarcinAntB, sans-serif;
	font-size: 0.875rem;
	color: #111;
	line-height: 1.43;
	position: relative;
	margin-bottom: 0.0625rem;
}
.w-ae li:not(:last-child) {
	padding-right: 0.5625rem;
	margin-right: 0.4375rem;
}
.w-ae li:not(:last-child):after {
	content: '\b7';
	position: absolute;
	right: 0;
	top: 0.4375rem;
	color: #707076;
}
.w-ae a {
	color: #707076;
	display: inline-block;
	padding: 0.375rem 0;
}
.posicionador {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}
.videoTop {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.ph-v_b {
	width: 100%;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	pointer-events: none;
	padding: var(--grid-offset);
	text-align: left;
	box-sizing: border-box;
	max-width: 74.9375rem;
	z-index: 1010;
	display: flex;
}
.ph-v_p {
	flex: 0 0 10%;
	max-width: 6rem;
	height: auto;
	flex-direction: column;
	justify-content: center;
}
.ph-v_c {
	font-family: MarcinAntB, sans-serif;
	color: #fff;
	flex-direction: column;
	justify-content: center;
	padding-left: 0.9375rem;
	box-sizing: border-box;
	flex: 1;
}
.ph-v_d {
	background: #000;
	font-size: 0.6875rem;
	line-height: 0.6875rem;
	padding: 0.125rem 0.25rem;
	letter-spacing: -0.01875rem;
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
}
.ph-v_t {
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 0.895rem;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
._rt-9x16.c_m_c-v,
._rt-9x16.a_m_c-v {
	border-radius: 4px;
	overflow: hidden;
}
.videoTop:has(div.c_vr) {
	height: 100%;
}
.c_vr {
	display: flex;
	background: #222;
	box-sizing: border-box;
	padding: 0 0.9375rem 0.9375rem;
	align-items: flex-end;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.c_vr_t {
	display: flex;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 24px #0000001a;
	font-family: MarcinAntB, sans-serif;
	padding: 0.75rem;
	justify-content: center;
	align-items: center;
}
.c_vr_t p {
	font-size: 0.75rem;
	line-height: 0.8125rem;
	margin: 0;
	font-weight: 400;
	flex-basis: auto;
	margin-right: 0.9375rem;
	text-transform: uppercase;
}
.c_vr_t .btn {
	font-size: 0.625rem;
	font-weight: 800;
	border-radius: 4px;
	align-self: center;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	display: inline-table;
	text-transform: uppercase;
}
.c_vr_t .btn.btn-2 {
	background: #f0d05a;
	color: #000;
}
.a .c_vr_t {
	width: 100%;
}
.a ._rt-9x16 .c_vr_t {
	padding: 0.75rem;
}
.w-cta .w_b {
	font-family: MarcinAntB, sans-serif;
	padding-top: 0.625rem;
}
.w-cta .w_tx {
	font-size: 0.8125rem;
	line-height: 0.9375rem;
}
.w-cta .btn {
	margin-top: 0.625rem;
}
.w-cta-nw .w_t {
	background-image: url(../images/ico-newsletter.svg);
	background-size: 1.3125rem 0.8125rem;
	background-position: top right;
	background-repeat: no-repeat;
}
.w-cta-nw .w_t:after {
	background: #016ca2;
}
.a_c .w-cta {
	clear: both;
}
#disqus_thread {
	overflow-y: auto;
}
#disqus_thread a {
	color: #016ca2;
}
#disqus_thread iframe {
	margin-bottom: 40px;
}
.me {
	font-family: MarcinAntB, sans-serif;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background: #0003;
	font-size: 0.75rem;
	line-height: 0.75rem;
}
.me .btn-2,
.me .btn-3 {
	width: 100%;
}
.me svg {
	stroke: none;
}
.me .btn-fl {
	width: 0.75rem;
	height: 1.5rem;
	padding: 0;
	justify-content: flex-end;
	align-items: center;
}
.me .btn-fl svg {
	height: 6px;
	width: auto;
	transform: rotate(90deg);
	stroke: #000;
	transition: all 0.5s ease;
}
.me .btn-fl-on svg {
	transform: rotate(270deg);
}
.me .btn-c svg {
	width: 1rem;
	height: auto;
}
.me-n {
	width: 20.875rem;
	z-index: 0;
	padding: 4.25rem 2.5rem;
	background: #fff;
	color: #000;
	box-shadow: 0 0.0625rem 0.25rem #0000004d, 0 0.125rem 1.5rem #00000017;
	box-sizing: border-box;
}
.me-n:after {
	content: '';
	width: 20.875rem;
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	background: #fff;
	z-index: -1;
	box-shadow: 0 -0.3125rem 0.25rem #00000003, 0 -0.3125rem 1.5rem #00000003;
}
.me-n .me_f a {
	margin: 0;
	font-weight: 400;
	font-size: inherit;
}
.me-n .me_f > ul > li > a {
	display: block;
	line-height: 24px;
}
.me-n form {
	background: #efefef;
}
.me-n form .f_i {
	font-size: 0.8125rem;
	background: transparent;
	font-weight: 400;
	line-height: 1rem;
	letter-spacing: 0.0075rem;
	padding: 0.5rem 0.75rem;
	width: 100%;
	border: 0;
	border-radius: 0.125rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.me-n form .f_i::-moz-placeholder {
	color: #00000080;
}
.me-n form .f_i::placeholder {
	color: #00000080;
}
.me-n form .btn-bu svg {
	width: 0.9375rem;
	height: 0.9375rem;
}
.me-n .ed > ul > li:first-child {
	display: none;
}
.me-n .ed ul {
	flex-direction: column;
}
.me-n .ed ul .ed_c a {
	font-weight: 700;
}
.me-n .me_deg {
	left: 0;
}
.me-n .-te {
	margin: 0 0 1rem;
	line-height: 130%;
}
.me-n .svg-nl {
	width: 1rem;
	height: auto;
	float: left;
	margin: 0 0.375rem 0 0;
}
.me_sm {
	padding: 1.125rem;
	background: #efefef;
	margin-top: 0.75rem;
	line-height: 100%;
	display: none;
	font-size: 0.875rem;
	line-height: 1.375rem;
	border-radius: 0.125rem;
	width: 100%;
}
.me_sm a {
	line-height: 0.75rem;
	display: inline-flex;
	padding: 0.375rem 0;
}
.me_rs {
	padding-bottom: 3.125rem;
}
.me_rs a {
	width: 1.625rem;
	height: 1.625rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #efefef;
	border-radius: 50%;
	margin: -0.25rem 0.375rem 0;
}
.me_rs a svg {
	width: auto;
	height: 0.9375rem;
}
.me_rs a svg :last-child {
	height: auto;
	margin: 0.4375rem -0.25rem 0 0.375rem;
}
.me_rs a:last-child svg {
	margin: 0.5rem -0.1875rem 0 0.375rem;
	width: 1.625rem;
	height: auto;
}
.me_f {
	padding-bottom: 1.5625rem;
	margin-bottom: 1.5625rem;
	border-bottom: 0.0625rem solid #efefef;
}
.me_f-ns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	padding: 0.9375rem;
	margin-top: -1.5rem;
	background: #efefef;
}
.me_f-ns .me_f_txt {
	margin-bottom: 0.5rem;
}
.me_f.epe ul li a {
	border-radius: 57px;
	font-weight: 700;
	font-size: 0.6875rem;
	display: flex;
	min-width: 112px;
	height: 25px;
	color: #fff;
	background: #1eb0fc;
	justify-content: center;
	align-items: center;
}
.me_f.lena b {
	margin-bottom: 0.3125rem;
}
.me_f.sw_ai {
	display: none;
}
.me_bg-o {
	width: 110vw;
	height: 100vh;
	overflow: auto;
	z-index: 5;
}
.me-u {
	right: 0;
	width: 100vw;
	height: 100%;
	flex-direction: column;
	padding: 4.25rem 2.5rem 2.5rem;
	background: #fff;
	color: #000;
	box-shadow: 0 0.0625rem 0.25rem #0000004d, 0 0.125rem 1.5rem #00000017;
	box-sizing: border-box;
}
.me-u .me_f > li > a {
	display: inline-block;
	line-height: 24px;
}
.me-u_fa {
	background: #efefef80;
	padding: 1.25rem;
	margin: -0.3125rem 0 1.25rem;
}
.me-u_fa_t {
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 700;
	color: #000;
	padding-left: 1.875rem;
	position: relative;
	background-image: url(../images/ico-leer-mas-tarde-menu-usuario.svg);
	background-repeat: no-repeat;
	background-size: 0.9375rem 0.875rem;
}
.me-u_fa_t:before {
	content: '|';
	color: #d3d3d3;
	position: absolute;
	left: 1.25rem;
	top: 0.0625rem;
}
.me-u_fa_i {
	font-family: MajritTx, serif;
	font-size: 0.8125rem;
	line-height: 0.9375rem;
	margin-bottom: 0;
}
.me-u_fa_i:not(:last-child) {
	border-bottom: 0.0625rem solid #efefef;
	padding-bottom: 0.9375rem;
	margin-bottom: 0.9375rem;
}
.me-u [role='switch'] {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	display: flex;
	align-items: center;
}
.me-u [role='switch'] .sw_l {
	font-size: 0.75rem;
	text-transform: uppercase;
	font-family: MarcinAntB, sans-serif;
}
.me-u [role='switch'] .sw {
	position: relative;
	display: inline-block;
	background: #e3e3e3;
	border-radius: 40px;
	height: 30px;
	width: 51px;
	margin-left: auto;
}
.me-u [role='switch'] .sw span {
	position: absolute;
	top: 3px;
	left: 4px;
	display: inline-block;
	border-radius: 50%;
	height: 24px;
	width: 24px;
	background: #fff;
}
.me-u [role='switch'][aria-checked='true'] .sw {
	background: #f7d02e;
}
.me-u [role='switch'][aria-checked='true'] .sw span {
	left: inherit;
	right: 4px;
}
.me-c {
	right: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	padding: 4.25rem 2.5rem;
	background: #fff;
	color: #000;
	box-shadow: 0 0.0625rem 0.25rem #0000004d, 0 0.125rem 1.5rem #00000017;
	box-sizing: border-box;
	padding: 4.25rem 2rem 0;
}
.me-c .me_f .btn {
	margin: 0 0.5625rem 0 0;
	max-width: 15.8125rem;
}
.me-c .me_f .btn-2 {
	margin-bottom: 0.375rem;
}
.me-c .me_f .btn:last-child {
	margin: 0;
}
.me_cc {
	display: flex;
	justify-content: flex-end;
}
.me_cc ._u {
	text-transform: uppercase;
	font-size: 0.625rem;
	font-family: MarcinAntB, sans-serif;
	font-weight: 400;
	color: #707076;
	background: url(../images/icono-info-comentarios.svg) no-repeat left center;
	padding-left: 2.0625rem;
	line-height: 0.75rem;
	background-size: 1.5rem 1.5rem;
	max-width: 65%;
}
.me_cc a {
	font-family: MarcinAntB, sans-serif;
	font-weight: 400;
	color: #016ca2;
	text-transform: none;
	margin-left: 0.9375rem;
}
.me_cc a svg {
	width: 0.5rem;
	margin: 0 0 0 0.125rem;
	height: auto;
	float: none;
	color: #016ca2;
	stroke: #016ca2;
	position: relative;
	top: 1px;
}
.me_ifr {
	flex-grow: 3;
	padding-bottom: 1.25rem;
	display: flex;
	flex-direction: column;
}
.me_ifr .me_iframe {
	height: 100%;
	width: 100%;
	flex: 1;
}
.me_se {
	font-size: 0.6875rem;
	line-height: 0.8125rem;
	text-transform: uppercase;
}
.me_nu {
	font-size: 1.1875rem;
	line-height: 1.1875rem;
}
.me li {
	text-transform: uppercase;
	font-size: 0.75rem;
	line-height: 0.75rem;
	position: relative;
}
.me_f-o li {
	text-transform: none;
}
.me .me_f > ul > li {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: 100%;
}
.me .w_rs_t {
	top: 0.3125rem;
}
.me .me_deg {
	position: fixed;
	top: calc(100vh - 78px);
	bottom: 0;
	width: inherit;
	background: linear-gradient(to bottom, #fff0, #fff 38% 100%);
	height: 4.875rem;
	pointer-events: none;
}
.me_ct {
	align-items: center;
	margin-bottom: 0.9375rem;
	padding-bottom: 0.9375rem;
}
.me_ct b {
	text-transform: uppercase;
	font-family: MarcinAntB, sans-serif;
	font-size: 0.6875rem;
	line-height: 0.8125rem;
	margin-right: 0.4375rem;
}
.me_ct .tg {
	border: 0;
	background: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.me_ct .tg_t {
	border-radius: 0.4375rem;
	background: #f2f2f2;
	width: 2.3125rem;
	height: 0.875rem;
	align-items: center;
	justify-content: flex-start;
	padding: 0 0.125rem;
}
.me_ct .tg_h {
	width: 0.625rem;
	height: 0.625rem;
	background: #9b9b9b;
	border-radius: 50%;
}
.me_ct .tg[aria-checked='true'] .tg_t {
	justify-content: flex-end;
	background: #ccc;
}
.me-dis {
	background: #fff;
	width: 300px;
	height: 460px;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-top: 9px solid #f7cf3c;
	box-shadow: 0 2px 0 2px #0000000d, 0 2px 64px #b6bbbd;
	padding-bottom: 0.3125rem;
}
.me-dis_c {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	flex-direction: column;
	box-sizing: border-box;
	padding: 0 1.875rem;
}
.me-dis_c.on {
	overflow-y: scroll;
	overflow-x: clip;
}
.me-dis_c.on .arrow {
	transform: rotate(0);
}
.me-dis_c.on .me-dis_d {
	display: block;
}
.me-dis_i {
	display: block;
	width: 80px;
	height: 80px;
	background: url(../images/ico-alert-users.svg) no-repeat;
	background-size: contain;
	top: -3.125rem;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 1;
}
.me-dis_t {
	font-weight: 800;
	font-size: 1.4375rem;
	line-height: 1.75rem;
	letter-spacing: -0.59px;
	color: #000;
	text-align: center;
	margin: 2.625rem auto 1.25rem;
	width: auto;
}
.me-dis_l {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-bottom: 1.875rem;
}
.me-dis_l .btn {
	font-size: 0.8125rem;
	background: #f7cf3c;
	min-width: 250px;
	height: 45px;
	border-radius: 2px;
	border: 2px solid #f7cf3c;
}
.me-dis_l .btn.btn-b {
	background: transparent;
}
.me-dis p {
	font-size: 0.9375rem;
	line-height: 1.1875rem;
	letter-spacing: -0.018125rem;
	color: #000;
	margin: 0 0 1.25rem;
	text-align: center;
}
.me-dis p a {
	font-weight: 800;
	text-decoration: underline;
}
.me-dis p.lk {
	margin-bottom: 0.3125rem;
}
.me-dis .arrow {
	display: flex;
	justify-content: center;
	width: 19px;
	height: 10px;
	background: url(../images/piquito.svg) no-repeat;
	background-size: contain;
	margin: 0.625rem auto 0.9375rem;
	transform: rotate(180deg);
	text-indent: -99999999px;
}
.me-dis_d {
	width: auto;
	display: none;
}
.me-dis_d_t {
	display: flex;
	flex-direction: column;
}
.me-dis_d_t .enc {
	margin: 0 0 1.25rem;
	font-weight: 800;
	font-size: 1.0625rem;
	line-height: 1.375rem;
}
.me-dis_d_t .tx p {
	font-size: 0.9375rem;
	line-height: 1.1875rem;
	text-align: left;
}
.a_e .w-ap {
	min-height: 14.375rem;
}
.a_c .w-ap {
	min-height: 15rem;
}
.w-aph {
	border-bottom: 0.0625rem solid #4a4a4a;
}
.w-aph .w_t {
	line-height: 0;
	display: block;
	padding-bottom: 0.125rem;
}
.w-aph .w_b {
	padding: 1.25rem 0;
}
.w-aph_i {
	float: left;
	width: 7.375rem;
	height: 7.375rem;
	background-color: #efefef;
	background-image: url(../images/audio-player-placeholder-e.svg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	background-size: 2.875rem 2.9375rem;
	margin-bottom: 1.4375rem;
}
.w-aph_tx_a {
	display: flow-root;
	width: calc(100% - 135px);
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
	margin-left: 8.4375rem;
}
.w-aph_tx_a span {
	background-color: #efefef;
	height: 0.625rem;
	margin: 0 0 0.625rem;
}
.w-aph_tx_a span:last-child {
	width: calc(100% - 40px);
	margin: 0;
}
.w-aph_tx_b {
	display: flow-root;
	width: calc(100% - 135px);
	margin-bottom: 1.75rem;
	margin-left: 8.4375rem;
}
.w-aph_tx_b span {
	background-color: #efefef;
	height: 0.625rem;
	margin: 0 0 0.5rem;
}
.w-aph_tx_b span:last-child {
	width: calc(100% - 40px);
	margin: 0;
}
.w-aph_tx_m {
	margin-bottom: 1.75rem;
	margin-top: 1.4375rem;
	width: 100%;
	display: flow-root;
}
.w-aph_tx_m span {
	background-color: #efefef;
	height: 0.5rem;
	margin: 0 0 0.5rem;
}
.w-aph_tx_m span:last-child {
	width: calc(100% - 180px);
	margin: 0;
}
.w-aph_tx_p {
	display: flex;
	align-items: center;
	width: 100%;
}
.w-aph_tx_p .icon {
	width: 4rem;
	height: 4rem;
	background-color: #efefef;
	border-radius: 50%;
}
.w-aph_tx_p span {
	width: 14.0625rem;
	height: 0.125rem;
	background-color: #efefef;
	margin-left: 0.9375rem;
}
.a_r {
	position: relative;
	background-color: #fff;
	height: auto;
	box-shadow: 0 1px 4px #0000004d;
	transform: translateZ(0);
	border-radius: 0.25rem;
	font-family: MarcinAntB, sans-serif;
	text-align: center;
	padding: 3.75rem 0;
	border-top: 10px solid #016ca2;
}
.a_r:before {
	content: '';
	position: absolute;
	top: -13.3125rem;
	left: 0;
	height: 12.5rem;
	width: 100%;
	background: linear-gradient(to bottom, #fff0 23%, #fff 74%);
	pointer-events: none;
}
.a_r_e {
	font-size: 1.25rem;
	line-height: 1.4375rem;
	letter-spacing: -0.1px;
	color: #000;
	width: 200px;
	margin: 0 auto 2.5rem;
	font-weight: 700;
	font-family: MajritTx, serif;
}
.a_r_ts {
	font-size: 1.0625rem;
	line-height: 1.25rem;
	color: #4a4a4a;
	margin: 0 auto 1.5625rem;
	width: 85%;
	font-family: MajritTxRoman, serif;
}
.a_r_b .btn {
	margin: 0 0.25rem;
	padding: 0.5rem;
	min-width: 7.625rem;
	font-size: 0.75rem;
}
.a_r_l {
	margin: 1.6875rem auto 0;
	width: 22.6875rem;
	border-bottom: 0.0625rem solid #efefef;
}
.a_r_ti {
	font-size: 0.875rem;
	line-height: 1.4375rem;
	color: #000;
	margin-top: 2.8125rem;
}
.a_r_ti p {
	width: 22.6875rem;
	margin-top: 0;
}
.a_r_ti p a {
	color: #000;
	text-decoration: underline;
	font-size: 0.9375rem;
	letter-spacing: -0.005rem;
	font-family: MarcinAntB, sans-serif;
	font-weight: 700;
}
.a_s {
	position: relative;
	background-color: #fefaeb;
	height: auto;
	box-shadow: 0 1px 4px #0000004d;
	transform: translateZ(0);
	border-radius: 0.25rem;
	font-family: MarcinAntB, sans-serif;
	text-align: center;
	padding: 2.5rem 0;
	border-top: 0.625rem solid #f7cf3c;
}
.a_s-c {
	padding-top: 0;
}
.a_s:before {
	content: '';
	position: absolute;
	top: -13.3125rem;
	left: 0;
	height: 12.5rem;
	width: 100%;
	background: linear-gradient(to bottom, #fff0 23%, #fff 74%);
	pointer-events: none;
}
.a_s_c {
	line-height: 2.25rem;
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: -0.7px;
	text-align: center;
	color: #000;
	padding: 0.25rem 0 0.75rem;
	background-image: linear-gradient(to top, #fce970, #f7cf3d);
	margin-bottom: 2.1875rem;
}
.a_s_e {
	font-size: 1.25rem;
	line-height: 1.4375rem;
	letter-spacing: -0.00625rem;
	color: #000;
	margin: 0 0 1.5625rem;
	font-weight: 700;
	font-family: MajritTx, serif;
	padding: 0 3.125rem;
}
.a_s_b {
	margin-bottom: 1.875rem;
}
.a_s_b .btn {
	padding: 0.5rem;
	font-size: 0.75rem;
	min-width: 10rem;
}
.a_s_ti {
	font-family: MajritTxRoman, serif;
	font-size: 1.0625rem;
	color: #000;
	line-height: 1.4375rem;
	letter-spacing: -0.018125rem;
	padding: 0 3.125rem;
	margin-bottom: 1.5rem;
}
.a_s_ti span {
	background-color: #f7cf3c;
	font-weight: 700;
	padding: 0.125rem 0.3125rem;
	border-radius: 0.125rem;
}
.a_s_lo {
	font-size: 0.875rem;
	color: #000;
	line-height: 1.4375rem;
	letter-spacing: -0.29px;
	margin-top: 2.9375rem;
}
.a_s_lo a {
	color: #000;
	text-decoration: underline;
	font-size: 0.9375rem;
	letter-spacing: -0.005rem;
	font-family: MarcinAntB, sans-serif;
	font-weight: 700;
}
.a_s--sm {
	background: #f9f9f9;
}
.a_s--google .a_s_l {
	display: flex;
	justify-content: center;
	margin-bottom: 1.875rem;
	padding-top: 1.875rem;
	position: relative;
}
.a_s--google .a_s_l:before {
	content: 'Patrocinado por';
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	font-family: MarcinAntB, sans-serif;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	font-size: 0.6875rem;
}
.a_s--google .a_s_e {
	margin-bottom: 1.5625rem;
}
.a_s--google .a_s_ti,
.a_s--google .a_s_b {
	margin-bottom: 2.1875rem;
}
.a_s--google .a_s_b .btn {
	border-radius: 4px;
	padding: 0.5rem 0.9375rem;
}
.a_s--google .a_s_lo {
	margin-top: 0;
}
.w-cr {
	margin: 0 0 1.875rem;
	border-bottom: 0.0625rem solid #4a4a4a;
}
.w-cr .w_t {
	font-size: 1rem;
}
.w-cr .w_t:after {
	width: 10.375rem;
}
.w-cr .w_b {
	padding: 1.5rem 0;
}
.w-cr_a {
	font-family: MarcinAntB, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
}
.w-cr_a span {
	font-weight: 700;
}
.w-cr_a a {
	color: #016ca2;
	text-decoration: underline;
}
.a_c dl {
	font-size: 1.125rem;
	font-family: MajritTxRoman, serif;
}
.a_c dl abbr[title] {
	text-decoration: none;
	font-weight: 600;
	font-family: MajritTx, serif;
}
.a_c dl a {
	color: #016ca2;
	text-decoration: underline;
}
.a_qa_q {
	margin-bottom: 1.25rem;
	position: relative;
	padding-left: 1.6875rem;
	font-weight: 600;
	font-family: MajritTx, serif;
}
.a_qa_q:before {
	content: '';
	display: block;
	width: 4.3125rem;
	border-top: 0.0625rem solid #4a4a4a;
	margin: 2.5rem 0 0.625rem;
}
.a_qa_q abbr {
	top: 0.75rem;
}
.a_qa_a {
	margin: 0 0 1.25rem;
	position: relative;
	padding-left: 1.6875rem;
}
.a_qa_l {
	color: #016ca2;
	font-family: MajritTx, serif;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
}
.a_c .ficha {
	font-size: 1.125rem;
	font-family: MajritTxRoman, serif;
	border-bottom: 0.0625rem solid #000;
}
.a_c .ficha h4 {
	font-family: MajritTx, serif;
	line-height: 1.375rem;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: -0.00625rem;
	position: relative;
	padding-bottom: 0.5rem;
	border-bottom: 0.0625rem solid #000;
}
.a_c .ficha h4:after {
	content: '';
	height: 0.125rem;
	width: 8.25rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
}
.a_em {
	justify-content: center;
	margin: 3.125rem 0;
	clear: both;
}
.a_c .raw_html {
	margin: 3.125rem 0;
}
.a_c .raw_html iframe {
	max-width: 100%;
}
.w-cot .w_t {
	font-size: 1.25rem;
	line-height: 1.5625rem;
	text-transform: unset;
}
.w-cot .w_t:after {
	height: 0.1875rem;
}
.w-cot .w_b {
	font-family: MarcinAntB, sans-serif;
	font-size: 1rem;
	padding-top: 0.3125rem;
	border-top: 1px solid #000000;
	position: relative;
}
.w-cot .w_b:before {
	content: '';
	height: 0.1875rem;
	width: 8.25rem;
	position: absolute;
	top: -0.25rem;
	left: 0;
	background: #000;
}
.w-cot .w_t + .w_b {
	border-top: 0;
}
.w-cot .w_t + .w_b:before {
	display: none;
}
.w-cot_c {
	display: flex;
	border-bottom: 1px solid #e2d7ce;
	padding: 0.3125rem 0 0.625rem;
}
.w-cot_n {
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.w-cot_v {
	margin-left: auto;
}
.w-cot_v span:last-child {
	font-weight: 700;
	margin-left: 0.9375rem;
}
.w-cot_v .up {
	color: #1e7a3b;
}
.w-cot_v .down {
	color: #d41703;
}
.w-cot_v .stable {
	color: #000;
}
.compareImage-container {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.compareImage-container img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.compareImage-background {
	clip: rect(auto, auto, auto, 330px);
}
.compareImage-image {
	clip: rect(auto, 556px, auto, auto);
}
.ctn_slider {
	box-sizing: border-box;
	flex: 1 0 auto;
	justify-content: center;
	width: 2.5rem;
	height: 100%;
}
.ctn_circle {
	box-shadow: #0003 0 3px 1px -2px, #00000024 0 2px 2px, #0000001f 0 1px 5px;
	transform: translateZ(0);
	border: 0.125rem solid rgb(255, 255, 255);
	height: 2.5rem;
	width: 2.5rem;
	align-items: center;
	border-radius: 100%;
	top: 44%;
	justify-content: center;
}
.ctn_slider_ {
	border-width: 0.375rem;
	-o-border-image: initial;
	border-image: initial;
	height: 0;
	width: 0;
}
.ctn_slider_1 {
	border-style: inset solid inset inset;
	border-color: rgba(0, 0, 0, 0) rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	margin-left: -0.625rem;
	margin-right: 0.625rem;
}
.ctn_slider_2 {
	border-style: inset inset inset solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(255, 255, 255);
	margin-right: -0.625rem;
}
.ctn_line_1 {
	background: #fff;
	box-shadow: #0003 0 3px 1px -2px, #00000024 0 2px 2px, #0000001f 0 1px 5px;
	transform: translateZ(0);
	flex: 0 1 auto;
	height: 100%;
	width: 0.125rem;
}
.mc_bg {
	z-index: 1040;
	height: 100%;
	width: 100%;
	background-color: #fffc;
	top: 0;
	left: 0;
	right: 0;
}
.mc_bg._df {
	justify-content: center;
	align-items: center;
}
.mc_bg .a_r {
	width: 90%;
	margin: 0 auto;
	border-top: 0.625rem solid #016ca2;
}
.mc_bg .a_r:before {
	display: none;
}
.mc_bg .a_r .mc_c {
	padding: 1rem;
	top: 0;
	right: 0;
}
.mc_bg .a_r .mc_c svg {
	width: 1rem;
	height: 1rem;
}
.mc_bg .a_r p a {
	color: #000;
	text-decoration: underline;
	font-size: 0.9375rem;
	letter-spacing: -0.005rem;
	font-family: MarcinAntB, sans-serif;
	font-weight: 700;
}
.mci_bg {
	z-index: 1040;
	height: 100vh;
	width: 100%;
	background-color: #0003;
	top: 0;
	left: 0;
	right: 0;
}
.mci_bg .mci {
	background-color: #fff;
	width: 90%;
	height: 25.0625rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1030;
	box-shadow: 0 0.0625rem 0.25rem #0000004d;
	transform: translate3d(0);
	border-radius: 0.25rem;
	text-align: center;
	font-family: MarcinAntB, sans-serif;
	border-top: 0.375rem solid #00b1ff;
}
.mci_bg .mci_b {
	margin: 0 auto 2.5rem;
	width: 12.3125rem;
	display: flex;
	justify-content: center;
	flex-flow: column;
}
.mci_bg .mci_b .btn {
	padding: 0.5rem 0;
	color: #fff;
	font-size: 0.75rem;
	margin: 0;
	min-width: 8.4375rem;
	border-radius: 0.125rem;
}
.mci_bg .mci_e {
	font-family: MajritTx, serif;
	font-size: 1.25rem;
	line-height: 1.4375rem;
	color: #000;
	margin: 2.5rem auto 1.875rem;
	font-weight: 600;
	width: 16.25rem;
}
.mci_bg .mci_su {
	background: #fefaeb;
	text-align: center;
	margin: 0 auto;
	width: 15.75rem;
	padding: 0.75rem 0 0.9375rem;
}
.mci_bg .mci_su p {
	font-family: MarcinAntB, sans-serif;
	font-size: 0.875rem;
	line-height: 1.4375rem;
	letter-spacing: -0.018125rem;
	color: #111;
	margin: 0 0 0.625rem;
}
.mci_bg .mci_su .btn-3 {
	min-width: 11.25rem;
	padding: 0.4375rem 0.5rem;
}
.bfl {
	padding-right: 1.875rem;
	text-transform: uppercase;
	position: fixed;
	backface-visibility: hidden;
	z-index: 1000;
	transform: translateZ(0);
	bottom: 3.125rem;
	left: calc(50vw - 755px);
}
.bfl a {
	color: #fff;
	text-decoration: none;
	font-family: MarcinAntB, sans-serif;
}
.bfl-c {
	position: absolute;
	top: -0.8125rem;
	right: 0;
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 100%;
	background: #016ca2;
	text-indent: -9999px;
	border: none;
	padding: 0;
	cursor: pointer;
}
.bfl-c:before {
	content: '';
	display: block;
	width: 0.0625rem;
	height: 0.9375rem;
	background-color: #fff;
	position: absolute;
	left: 0.9375rem;
	top: 0.4375rem;
	transform: rotate(45deg);
}
.bfl-c:after {
	content: '';
	display: block;
	width: 0.0625rem;
	height: 0.9375rem;
	background-color: #fff;
	position: absolute;
	left: 0.9375rem;
	top: 0.4375rem;
	transform: rotate(-45deg);
}
.bfl-t {
	width: 8.4375rem;
	position: absolute;
	top: 0;
	z-index: -1;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 0.625rem;
	line-height: 1.5rem;
	transition: all 0.2s ease;
	font-weight: 700;
}
.bfl-b {
	width: 8.5rem;
	font-size: 0.75rem;
	line-height: 0.8125rem;
	color: #fff;
	box-sizing: border-box;
	height: 3.125rem;
	padding: 0.75rem 1.25rem 0 2.8125rem;
	font-weight: 700;
	display: block;
	border-radius: 25px;
	text-align: left;
	background: #016ca2;
}
.bfl-b:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 3.3125rem;
	height: 3.125rem;
	background-image: url(../images/bombo_blanco.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px auto;
}
.bfl:hover .bfl-t {
	top: -1.5rem;
	color: #000;
}
.bfl-epe {
	right: 1.25rem;
	left: inherit;
	bottom: 1.25rem;
	padding: 0;
}
.bfl-epe .bfl-c,
.bfl-epe .bfl-t {
	display: none;
}
.bfl-epe .bfl-b {
	background: #1eb0fc;
	padding: 0;
	width: 9.6875rem;
	height: 2.875rem;
	display: flex;
	align-items: center;
	padding-left: 0.9375rem;
	box-shadow: 0 4px #dedede;
}
.bfl-epe .bfl-b span {
	max-width: 100px;
}
.bfl-epe .bfl-b:after {
	position: absolute;
	top: 0;
	right: 0;
	left: inherit;
	display: block;
	content: '';
	width: 3.3125rem;
	height: 2.6875rem;
	background-image: url(../images/icono-reloj-boton-flotante.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.375rem auto;
}
#credential_picker_iframe {
	z-index: 2147483647 !important;
}
.spinnerCheckout-overlay {
	width: 100%;
	height: 100%;
	padding: 20% 0 0;
	overflow: auto;
	position: fixed;
	inset: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	display: block;
	text-align: center;
	background-color: #212529cc;
	max-width: none;
	max-height: none;
}
.spinnerCheckout-overlay div {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 20px 40px;
	background-color: #fff;
}
.spinnerCheckout-overlay div img {
	width: 48px;
	display: block;
	margin: 0 auto;
	background-image: url(../images/ellipsis.gif);
}
.spinnerCheckout-overlay div p {
	color: #212529;
	font-family: MarcinAntB-Medium, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
.btn_ai {
	position: fixed;
	z-index: 1060;
	right: 0;
	bottom: 1.5625rem;
	display: flex;
	align-items: center;
	height: 40px;
	border: 1px solid #dce9ff;
	border-right: 0;
	font-family: MarcinAntB, sans-serif;
	font-size: 0.75rem;
	line-height: 0.9375rem;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	padding: 0 0.625rem;
	backdrop-filter: blur(4px);
	background-color: #e0ebfba6;
}
.btn_ai.oculto {
	display: none;
}
.btn_ai_a {
	display: flex;
}
.btn_ai_t {
	margin-left: 0.625rem;
}
.btn_ai_t span {
	font-weight: 800;
	color: #0064ff;
	margin-left: 0.1875rem;
}
.btn_ai_e {
	display: flex;
	align-items: center;
	height: 40px;
	white-space: nowrap;
}
.btn_ai .btn_ai-ripple {
	background-color: #0164ff;
	border: none;
	border-radius: 50%;
	height: 14px;
	width: 14px;
	cursor: pointer;
	box-shadow: 0 0 8px 5px #b2d6fa;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}
.btn_ai-ripple:before {
	animation: btn_ai-ripple 2s ease-out infinite;
	border: solid 1px #0164ff;
	border-radius: 50%;
	box-sizing: border-box;
	content: '';
	inset: 0;
	position: absolute;
}
.btn_ai-ripple:after {
	animation: btn_ai-ripple 2s 1s ease-out infinite;
	border: solid 1px #0164ff;
	border-radius: 50%;
	box-sizing: border-box;
	content: '';
	inset: 0;
	position: absolute;
}
.btn_ai.scrolled-down {
	animation: moveAndDisappearMobile 0.4s forwards;
}
.btn_ai.scrolled-up {
	animation: moveAndAppearMobile 0.4s forwards;
}
@keyframes btn_ai-ripple {
	0% {
		opacity: 0.25;
	}
	to {
		border-radius: 2em;
		opacity: 0;
		transform: scale(2);
	}
}
@keyframes moveAndDisappear {
	0% {
		transform: translate(0);
	}
	to {
		transform: translate(calc(100% - 70px));
	}
}
@keyframes moveAndDisappearMobile {
	0% {
		transform: translate(0);
	}
	to {
		transform: translate(calc(100% - 35px));
	}
}
@keyframes moveAndAppear {
	0% {
		transform: translate(calc(100% - 70px));
	}
	to {
		transform: translate(0);
	}
}
@keyframes moveAndAppearMobile {
	0% {
		transform: translate(calc(100% - 35px));
	}
	to {
		transform: translate(0);
	}
}
@media (min-width: 36em) {
	.a_tp .a_m {
		display: inline-flex;
		margin-left: 0;
	}
	.a_tp_i {
		padding: 0;
	}
	.a_tp_mi {
		margin-top: 0.0625rem;
	}
}
@media (min-width: 48em) {
	.a_c > h1,
	.a_c > h2,
	.a_c > h3,
	.a_c > h4,
	.a_c > h5,
	.a_c > h6 {
		margin: 0 2rem 2rem;
	}
	.a_c > h1 {
		font-size: 2rem;
		line-height: 2.125rem;
	}
	.a_c > h2 {
		font-size: 1.875rem;
		line-height: 2rem;
	}
	.a_c > h3 {
		font-size: 1.75rem;
		line-height: 1.875rem;
	}
	.a_c > h4 {
		font-size: 1.5rem;
		line-height: 1.625rem;
	}
	.a_c > h5 {
		font-size: 1.25rem;
		line-height: 1.375rem;
	}
	.a_c > h6 {
		font-size: 1rem;
		line-height: 1.125rem;
	}
	.a_c > ul,
	.a_c > ol {
		margin: 0 0 2rem;
	}
	.a_c > ul,
	.a_c > ol {
		font-size: 1.1875rem;
		line-height: 1.5625rem;
	}
	.a_c hr {
		margin: 0 0 2rem;
	}
	.a_fts {
		margin: 3.75rem 0;
	}
	.a_ft {
		grid-template-columns: repeat(7, 1fr);
	}
	.a_ft_m {
		margin-bottom: 0;
		grid-column: 1/3;
	}
	.a_ft_txt {
		grid-column: 3/8;
		line-height: 2rem;
		font-size: 1.375rem;
	}
	.a_de {
		margin: 3.75rem 2rem;
		padding: 1.75rem 1.9375rem 1.8125rem;
	}
	.a_de_t {
		font-size: 1.5rem;
	}
	.a_de_txt {
		font-size: 1.25rem;
		line-height: 1.6875rem;
	}
	.a_de_a {
		margin: 1.375rem 0 0.75rem;
	}
	.a_mi {
		width: var(--grid-8-2-column-content);
		margin: 0 var(--grid-column-gap) 2rem 0;
	}
	.a_mi_t {
		padding: 0.3125rem 0 0.625rem;
	}
	.a_mi_e {
		padding: 0.8125rem 1.875rem 0 0;
		background-image: url(../images/flecha-link.svg);
		background-size: 1.875rem 0.5625rem;
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	.a_com {
		margin: 0 2rem 2rem;
	}
	.a_tc {
		margin: 3.75rem 2rem;
		width: calc(100% - 4rem);
	}
	.a_gl {
		margin: 3.75rem -1.625rem;
		padding-bottom: 0.9375rem;
	}
	.a_gl .a_m_p .a_m_m {
		font-size: 0.75rem;
	}
	.a_gl .a_gl_nav .btn-lg {
		width: 13%;
		height: 100%;
		position: absolute;
		min-width: 13%;
	}
	.a_gl .a_gl_nav .gallery-summary-prev-btn {
		left: 0;
	}
	.a_gl .a_gl_nav .gallery-summary-next-btn {
		right: 0;
	}
	.a_gl_n {
		margin-top: 1.25rem;
	}
	.a_q {
		margin: 3.75rem 0;
		background-size: 10%;
		padding-top: 10%;
		font-size: 1.75rem;
	}
	.a_q cite:before {
		width: var(--grid-8-1-column-content);
	}
	.a_tp {
		font-size: 0.875rem;
		margin: 0 2rem 2rem;
		align-items: center;
		padding-top: 0.5625rem;
		align-items: flex-start;
	}
	.a_tp_txt {
		padding-right: 1.875rem;
		line-height: 1.3125rem;
	}
	.a_tp_mi {
		padding-bottom: 0;
	}
	.a_tp_si {
		box-sizing: border-box;
		flex: 0 0 50%;
		border: 0;
		border-left: solid 0.0625rem #979797;
		padding-left: 1.875rem;
		line-height: 1.125rem;
		padding-top: 0;
	}
	.a_np {
		margin: 3.75rem 2rem;
	}
	.w-fid {
		margin: 0 2rem 2rem;
	}
	.w-fid .w_b {
		flex-direction: row;
	}
	.w-fid_t {
		padding-bottom: 0;
	}
	.w-fid_s {
		border-left: 1px solid #000000;
		border-top: 0;
		border-bottom: 0;
		margin-left: auto;
		padding: 0 0 0 0.9375rem;
	}
	.w-fid .w_rs {
		padding-bottom: 0;
	}
	.w-sea {
		margin: 0 2rem 2rem;
	}
	.w-sea ._g {
		grid-column-gap: 1.25rem;
	}
	.w-sea_txt {
		grid-column: 2/8;
	}
	.w-sea_txt_na {
		font-size: 1.3125rem;
		line-height: 1.4375rem;
	}
	.w-rel {
		margin: 0 2rem 2rem 0.75rem;
	}
	.w-rel_n {
		grid-template-columns: 8.125rem 1fr;
		grid-column-gap: 1.25rem;
	}
	.w-rel_n:last-child {
		border-bottom: unset;
	}
	.w-rel .nt.l {
		grid-column: 1/3;
	}
	.w-rel .nt_t {
		font-size: 1.125rem;
		line-height: 1.375rem;
	}
	.a_ei_t {
		grid-column: span 8;
	}
	.a_ei_m {
		grid-column: 1/3;
	}
	.a_ei_r-i .a_ei_t {
		grid-column: span 5;
	}
	.w-ae {
		margin: 0 2rem 2rem;
	}
	.ph-v_t {
		font-size: 1.125rem;
		line-height: 1.1875rem;
		letter-spacing: -0.0125rem;
	}
	.a .c_vr_t {
		padding: 2.5rem;
	}
	.a_c .w-cta .w_b {
		display: flex;
		padding-top: 0.3125rem;
		align-items: flex-start;
		grid-column-gap: 0.625rem;
	}
	.a_c .w-cta .w_tx {
		padding-top: 0.3125rem;
		flex-grow: 2;
	}
	.a_c .w-cta .btn {
		flex: 0 0 auto;
		margin-top: 0;
	}
	.me_f-ns {
		flex-direction: row;
	}
	.me_f-ns .me_f_txt {
		margin-bottom: 0;
	}
	.me_f-ns .btn {
		width: auto;
	}
	.me-u {
		height: auto;
		width: 20.875rem;
	}
	.me-c .me_f .btn-2 {
		margin-bottom: 0;
	}
	.me_cc {
		align-items: center;
	}
	.me_cc ._u {
		font-size: 0.875rem;
		line-height: 1.5rem;
		max-width: auto;
	}
	.me-dis {
		width: 615px;
		height: 522px;
		top: 50%;
		padding-bottom: 0;
	}
	.me-dis_c {
		padding: 0;
	}
	.me-dis_i {
		width: 130px;
		height: 130px;
		top: -4.0625rem;
	}
	.me-dis_t {
		font-size: 1.5625rem;
		line-height: 1.875rem;
		width: 450px;
		margin: 5.9375rem auto 2.1875rem;
	}
	.me-dis p {
		margin: 0 0 1.875rem;
		line-height: 1.5rem;
	}
	.me-dis .arrow {
		margin: 0.625rem auto 1.875rem;
	}
	.me-dis_d {
		width: 450px;
	}
	.me-dis_d_t .enc {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
	.a_e .w-ap,
	.a_c .w-ap {
		min-height: 12.5rem;
	}
	.w-aph_i {
		width: 10.3125rem;
		height: 10.3125rem;
		margin-right: 1.875rem;
	}
	.w-aph_tx_a {
		margin-bottom: 1.4375rem;
		width: calc(100% - 200px);
	}
	.w-aph_tx_a span {
		margin: 0 0 0.75rem;
	}
	.w-aph_tx_a span:last-child {
		width: calc(100% - 97px);
	}
	.w-aph_tx_b {
		width: calc(100% - 200px);
	}
	.w-aph_tx_b span {
		height: 0.5rem;
		margin: 0 0 0.625rem;
	}
	.w-aph_tx_b span:last-child {
		width: calc(100% - 97px);
	}
	.w-aph_tx_m {
		display: none;
	}
	.w-aph_tx_m span:last-child {
		width: calc(100% - 97px);
	}
	.w-aph_tx_p {
		width: calc(90% - 200px);
	}
	.w-aph_tx_p .icon {
		width: 4.1875rem;
		height: 4.1875rem;
	}
	.w-aph_tx_p span {
		width: 19.0625rem;
	}
	.a_r {
		padding: 4.0625rem 0;
	}
	.a_r_b .btn {
		min-width: 12.3125rem;
	}
	.a_s {
		padding: 4.375rem 0;
	}
	.a_s-c {
		padding-top: 0;
	}
	.a_s_c {
		font-size: 2.125rem;
	}
	.a_s_e {
		margin: 0 0 0.625rem;
		padding: 0 6.25rem;
		font-size: 1.25rem;
		line-height: 1.4375rem;
	}
	.a_s_ti {
		margin-bottom: 2.8125rem;
	}
	.a_s--google {
		padding: 2.8125rem 0;
	}
	.a_s--google-nl {
		padding: 4.0625rem 0;
	}
	.w-cr {
		margin: 1.875rem 2rem;
	}
	.a_c dl,
	.a_c .ficha {
		margin: 1.875rem 2rem;
		font-size: 1.125rem;
	}
	.a_em,
	.a_c .raw_html {
		margin: 3.75rem 0;
	}
	.w-cot {
		margin: 0 2rem;
	}
	.w-cot_v span:last-child {
		margin-left: 1.875rem;
	}
	.mc_bg .a_r {
		width: 36.5625rem;
		padding: 5.375rem 0;
		border-top: 0.375rem solid #016ca2;
	}
	.mci_bg .mci {
		width: 36.6875rem;
		height: 21.5rem;
	}
	.mci_bg .mci_b {
		margin: 0 auto 2.8125rem;
		width: 25rem;
		display: flex;
		justify-content: space-between;
		flex-flow: row;
	}
	.mci_bg .mci_b .btn {
		min-width: 12.1875rem;
		padding: 0.4375rem 0;
	}
	.mci_bg .mci_e {
		margin: 2.8125rem auto 1.5625rem;
		width: 20.3125rem;
	}
	.mci_bg .mci_su {
		width: 25rem;
	}
	.btn_ai {
		height: 65px;
		bottom: 1.875rem;
		border: 2px solid #dce9ff;
		border-right: 0;
		font-size: 0.875rem;
		line-height: 1.125rem;
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;
		padding: 0 1.25rem;
	}
	.btn_ai_t {
		margin-left: 1.25rem;
	}
	.btn_ai_e {
		height: 80px;
	}
	.btn_ai .btn_ai-ripple {
		height: 30px;
		width: 30px;
	}
	.btn_ai.scrolled-down {
		animation: moveAndDisappear 0.4s forwards;
	}
	.btn_ai.scrolled-up {
		animation: moveAndAppear 0.4s forwards;
	}
}
@media (min-width: 62.5625em) {
	.w.w-widget_tv_series,
	.w.w-widget_tv_programming {
		margin: 4.375rem 0;
	}
	.a_c > h1,
	.a_c > h2,
	.a_c > h3,
	.a_c > h4,
	.a_c > h5,
	.a_c > h6 {
		margin: 3.75rem var(--grid-10-2-column-content) 1.6875rem;
	}
	.a_c > h1 {
		font-size: 2rem;
		line-height: 2.125rem;
	}
	.a_c > h2 {
		font-size: 1.875rem;
		line-height: 2rem;
	}
	.a_c > h3 {
		font-size: 1.75rem;
		line-height: 1.875rem;
	}
	.a_c > h4 {
		font-size: 1.5rem;
		line-height: 1.625rem;
	}
	.a_c > h5 {
		font-size: 1.25rem;
		line-height: 1.375rem;
	}
	.a_c > h6 {
		font-size: 1rem;
		line-height: 1.125rem;
	}
	.a_c > ul,
	.a_c > ol {
		margin: 0 var(--grid-10-2-column-content) 2rem var(--grid-10-2-column-content);
	}
	.a_c hr {
		margin: 0 var(--grid-10-2-column-content) 2rem var(--grid-10-2-column-content);
	}
	.a_fts {
		margin: 3.75rem var(--grid-10-2-column-content);
	}
	.a_ft {
		grid-column: 2/13;
		grid-template-columns: repeat(6, 1fr);
	}
	.a_ft_m {
		grid-column: 1/3;
	}
	.a_ft_t {
		line-height: 1.5625rem;
	}
	.a_ft_txt {
		letter-spacing: -0.005625rem;
		grid-column: 3/7;
	}
	.a_de {
		margin: 3.75rem var(--grid-10-2-column-content) 3.75rem;
	}
	.a_de_a {
		margin: 1.25rem 0 0.9375rem;
	}
	.a_mi {
		width: var(--grid-10-2-column-content);
		margin: 0 var(--grid-column-gap) 2.5rem var(--grid-10-1-column-content-gap);
	}
	.a_com {
		margin: 0 var(--grid-column-gap-justify) 2rem var(--grid-column-gap-justify);
	}
	.a_fe {
		margin: 3.75rem var(--grid-10-1-column-content) 3.75rem var(--grid-10-1-column-content);
		padding: 1.9375rem 2.1875rem 2.5625rem;
	}
	.a_tc {
		margin: 3.75rem var(--grid-10-2-column-content) 3.75rem;
		width: calc(100% - var(--grid-10-4-column-content));
	}
	.a_gl {
		margin: 3.75rem 0;
	}
	.a_gl .a_m_p {
		padding-right: 0;
	}
	.a_gl_pl {
		display: block;
	}
	.a_q {
		letter-spacing: -0.03625rem;
		padding-top: 0;
		padding-left: var(--grid-10-2-column-content);
		background-position: var(--grid-10-1-column-content-gap) 1.75rem;
		background-size: var(--grid-10-1-column-content) auto;
		margin: 3.75rem var(--grid-10-2-column-content) 3.75rem 0;
		min-height: 5.625rem;
	}
	.a_q div {
		border-top: 0.0625rem solid #4a4a4a;
		padding-top: 1.75rem;
	}
	.a_q div {
		position: relative;
	}
	.a_q div:before {
		position: absolute;
		display: block;
		content: '';
		top: -0.25rem;
		height: 0.25rem;
		width: var(--grid-6-1-column-content);
		background: #000;
	}
	.a_q cite:before {
		margin: 2.4375rem 0 0.5625rem;
		width: var(--grid-6-1-column-content);
	}
	.a_tp {
		margin: 0 var(--grid-column-gap-justify) 3.125rem;
	}
	.a_np {
		margin: 3.75rem var(--grid-10-2-column-content) 1.6875rem;
	}
	.w-fid,
	.w-sea {
		margin: 0 var(--grid-column-gap-justify) 2rem var(--grid-column-gap-justify);
	}
	.w-sea_txt {
		grid-column: 2/7;
	}
	.w-rel {
		margin: 0 var(--grid-column-gap-justify) 2rem var(--grid-column-gap-justify);
	}
	.w-rel_n {
		grid-template-columns: 8.125rem 1fr;
	}
	.w-rel_n:last-child {
		border-bottom: unset;
	}
	.w-rel .nt.l {
		grid-column: 1/3;
	}
	.w-rel .nt_t {
		font-size: 1.125rem;
		line-height: 1.375rem;
	}
	.a_ei {
		margin: 3.75rem var(--grid-10-1-column-content-gap) 3.125rem;
	}
	.a_ei_t {
		grid-column: span 8;
	}
	.a_ei_r._g {
		grid-template-columns: repeat(8, 1fr);
	}
	.a_ei_r-i .a_ei_t {
		grid-column: span 5;
	}
	.w-ae {
		margin: 0 var(--grid-column-gap-justify) 2rem;
	}
	.w-ae li {
		margin-bottom: 0.25rem;
	}
	.w-cta .w_tx {
		font-size: 0.8125rem;
		line-height: 0.9375rem;
	}
	.a_c .w-cta:last-child {
		margin-left: var(--grid-10-2-column-content);
		margin-right: var(--grid-10-2-column-content);
	}
	.me .btn-fl svg {
		transform: none;
	}
	.me .btn-fl-on svg {
		transform: none;
	}
	.me_sm {
		position: absolute;
		left: 15.3125rem;
		top: 0;
		z-index: 10;
		box-shadow: 0 0.0625rem 0.25rem #0000004d, 0 0.125rem 1.5rem #00000017;
		transform: translateZ(0);
		padding: 1.875rem;
		width: 15.3125rem;
		box-sizing: border-box;
		background: #fff;
		transform: translateY(-50%);
	}
	.me_sm:before {
		background-color: #fff;
		content: '\a0';
		display: block;
		height: 0.9375rem;
		position: absolute;
		top: calc(50% - 15px);
		transform: rotate(40deg) skew(-15deg);
		width: 0.9375rem;
		box-shadow: -0.125rem 0.125rem 0.125rem #00000017;
		border-radius: 0.1875rem;
		left: -0.4375rem;
	}
	.me-c {
		padding: 4.25rem 2.5rem;
		width: 59.3125rem;
	}
	.me li:hover .me_sm {
		display: block;
	}
	.me li:hover > a,
	.me li:hover ul > li {
		font-weight: 700;
	}
	.a_e .w-ap {
		min-height: 13.4375rem;
	}
	.a_r {
		margin: 0 var(--grid-10-2-column-content) 0;
		padding: 4.0625rem 0;
	}
	.a_r:before {
		top: -16.4375rem;
		height: 15.625rem;
	}
	.a_r_e {
		width: 200px;
		margin: 0 auto 2.5rem;
	}
	.a_r_ts {
		width: auto;
	}
	.a_s {
		margin: 0 var(--grid-10-2-column-content) 0;
		padding: 4.0625rem 0;
	}
	.a_s-c {
		padding-top: 0;
	}
	.a_s:before {
		top: -16.4375rem;
		height: 15.625rem;
	}
	.a_s_e {
		padding: 0 4.5rem;
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
	.w-cr {
		margin: 0 var(--grid-10-2-column-content) 2rem;
	}
	.a_c dl {
		margin: 0 var(--grid-10-2-column-content) 1.6875rem;
		font-size: 1.1875rem;
	}
	.a_c .ficha {
		font-size: 1.1875rem;
	}
	[data-oembed-type='twitter'] {
		margin-left: var(--grid-8-1-column-content-gap);
	}
	.a_c .a_gph {
		margin: 0 0 2rem var(--grid-8-1-column-content-gap);
	}
	.a_c .a_gph--fw {
		margin: 0 0 2rem;
		width: 100%;
	}
	.tpl-a-especial .a_c .a_gph {
		margin: 0 var(--grid-10-2-column-content) 2rem var(--grid-10-2-column-content);
	}
	.tpl-a-especial .a_c .a_gph--fw {
		margin: 0 0 2rem;
		width: 100%;
	}
	.w-cot {
		margin: 0 0 0 var(--grid-8-1-column-content-gap);
	}
	.mc_bg .a_r {
		width: 47rem;
		margin: 0 auto;
	}
	.mci_bg .mci {
		width: 46.875rem;
		height: 26.5625rem;
	}
	.mci_bg .mci_e {
		margin: 5.625rem auto 1.5625rem;
		width: 20.3125rem;
	}
	.btn_ai {
		bottom: 3.125rem;
	}
}
@media (min-width: 74.9375em) {
	.a_c > h1,
	.a_c > h2,
	.a_c > h3,
	.a_c > h4,
	.a_c > h5,
	.a_c > h6 {
		margin: 3.75rem var(--grid-10-2-column-content) 1.6875rem;
	}
	.a_c > ul,
	.a_c > ol {
		margin: 0 var(--grid-10-2-column-content) 2rem var(--grid-10-2-column-content);
	}
	.a_fts {
		margin: 3.75rem var(--grid-10-2-column-content);
	}
	.a_de {
		margin: 3.75rem var(--grid-10-2-column-content) 3.75rem;
	}
	.a_tc {
		margin: 3.75rem 0 3.75rem var(--grid-8-1-column-content-gap);
		width: calc(100% - var(--grid-8-1-column-content-gap));
	}
	.a_np {
		margin: 3.75rem 0 3.75rem var(--grid-8-1-column-content-gap);
	}
	#fullscreen-slider .a_gl_nav .btn-lg {
		width: 1.875rem;
		height: 1.875rem;
	}
	#fullscreen-slider .a_gl_nav .btn-lg svg {
		width: 1.875rem;
	}
	#fullscreen-slider .a_gl_nav .btn-xl {
		width: 3.25rem;
		height: 3.25rem;
	}
	#fullscreen-slider .a_gl_nav .btn-xl svg {
		width: 3.25rem;
	}
	.a_r,
	.a_s {
		margin: 0 var(--grid-10-2-column-content) 0;
		padding: 4.0625rem 0;
	}
	.a_s-c {
		padding-top: 0;
	}
	.a_s--google {
		padding: 2.8125rem 0;
	}
	.a_s--google-nl {
		padding: 4.0625rem 0;
	}
	.w-cr {
		margin: 3.75rem 0 3.75rem var(--grid-8-1-column-content-gap);
	}
	.a_c dl {
		margin: 4.625rem 0 4.625rem var(--grid-8-1-column-content-gap);
	}
}
@media (max-width: 47.98em) {
	.a_tp {
		flex-direction: column;
	}
	.w-cot_n {
		max-width: 60%;
	}
}
@media (max-width: 35.98em) {
	.mci_bg .mci_b .btn.btn-5 {
		margin-bottom: 0.5rem;
	}
}
@media (max-width: 500px) {
	.spinnerCheckout-overlay div {
		margin-left: 5%;
		margin-right: 5%;
		text-align: center;
		word-wrap: break-word;
		width: auto;
	}
}
@media (max-width: 400px) {
	.spinnerCheckout-overlay div {
		max-width: 250px;
		margin-top: 50% auto 0;
	}
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999;
}

/* модалка */
.modal {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	max-width: 400px;
	width: 90%;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
	position: relative;
}

.modal h2 {
	margin-top: 0;
	text-align: center;
}

.modal form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.modal input {
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 16px;
}

.modal button {
	padding: 12px;
	background: #0077ff;
	color: white;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
	transition: background 0.3s;
}

.modal button:hover {
	background: #005fd1;
}

/* крестик */
.close {
	position: absolute;
	right: 12px;
	top: 10px;
	font-size: 22px;
	cursor: pointer;
	color: #666;
}

@media (max-width: 480px) {
	.modal {
		max-width: 95%;
		padding: 15px;
	}
	.modal input,
	.modal button {
		font-size: 14px;
		padding: 10px;
	}
}

.z-he {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9;
}
