@keyframes livePulse {
0% {
background-color: #fff;
}
to {
background-color: #e91b1e;
}
}














:root {
--color-grey-light: #fcfcfc;
--color-grey-dark: black;
--color-yellow: #fedc04;
--color-blue: #1c56e8;
--color-red: #e91b1e;
--color-primary: var(--color-red);
--color-secondary: var(--color-blue);
--color-warning: var(--color-yellow);
--bg-color-primary: white;
--bg-color-secondary: black;
--color-font-100: white;
--color-font-150: #f2f2f2;
--color-font-200: #ddd;
--color-font-250: #c4c4c4;
--color-font-300: #aaa;
--color-font-350: #a7a7a7;
--color-font-400: #9d9d9d;
--color-font-500: #707070;
--color-font-900: black;
}
body {
padding: 0;
margin: 0;
font-family: "SemanaSerif-Regular", Serif;
font-weight: 400;
overflow-x: hidden;
}
.theme-dark {
background-color: #000;
}
.theme-dark .thumbnails-a .syndicatedItem .video-title {
color: #fff;
}
.theme-dark .sw-modal .sw-slideup {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000 60px);
}
.container-fluid,
.section,
body {
position: relative;
}
.section {
max-width: 1280px;
padding: 0 10px;
margin: 0 auto;
box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
.section {
max-width: 720px;
}
}
@media only screen and (max-width: 640px) {
.section {
max-width: 440px;
}
}
.section-head {
position: relative;
display: flex;
align-items: center;
margin-bottom: 16px;
}
.section-head.isArcadia {
max-width: 75%;
}
@media only screen and (max-width: 640px) {
.section-head.isArcadia {
max-width: none;
}
}
.section-subtitle {
margin-bottom: 0;
font-family: "SemanaSans-Bold";
font-size: 18px;
line-height: 1;
color: #e91b1e;
color: var(--color-primary);
text-transform: uppercase;
}
.section-subtitle:empty {
display: none;
}
.section-subtitle.blue {
color: #1c56e8;
color: var(--color-secondary);
}
.bg-dark .section-subtitle {
color: #fff;
}
.section-subtitle.disabled {
color: #9d9d9d;
color: var(--color-font-400);
}
@media only screen and (max-width: 960px) {
.section-subtitle::before {
display: none;
content: "";
clear: both;
vertical-align: middle;
width: 11px;
height: 11px;
margin-bottom: 2px;
margin-right: 4px;
background-color: #e91b1e;
}
}
.section-actions {
width: 60px;
margin-right: 0;
margin-left: auto;
display: flex;
justify-content: space-between;
}
@media only screen and (max-width: 960px) {
.section-actions {
display: none;
}
}
.section-actions .icon {
color: #000;
fill: #000;
cursor: pointer;
transition: all 400ms ease-in-out;
}
.section-actions .icon:hover {
color: #e91b1e;
fill: #e91b1e;
transform: scale(1.2);
}
.section-actions .icon svg {
width: 24px;
height: 24px;
}
.bg-dark .section-actions .icon {
color: #fff;
fill: #fff;
}
.bg-dark .section-actions .icon:hover {
color: #e91b1e;
fill: #e91b1e;
}
.section-head-logo {
margin-left: auto;
display: flex;
align-items: center;
gap: 20px;
align-self: flex-start;
}
.ads-collapse .ads-close svg,
.section-head-logo img {
display: block;
margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
.section-head-logo img {
width: 100px;
}
}
.section-head-logo span {
display: block;
font-family: "SemanaSerif-BoldItalic";
font-size: 21px;
line-height: 1;
}
.bg-dark .section-showmore-item,
.theme-dark .section-actions .icon-red {
color: #fff;
}
.theme-dark .section-actions .icon-red:hover {
color: #e91b1e;
}
.section-showmore {
display: none;
position: relative;
margin-top: 16px;
}
@media only screen and (max-width: 960px) {
.section-showmore {
display: block;
}
}
.section-showmore-item {
display: flex;
align-items: center;
font-family: "SemanaSans-Bold";
font-size: 12px;
color: #e91b1e;
}
.section-showmore-item.blue {
color: #1c56e8;
}
.section-showmore-item span {
display: inline-block;
vertical-align: middle;
margin-right: 4px;
text-transform: uppercase;
text-decoration: underline;
}
.section-showmore-item svg {
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
}
.section.sp-8 {
max-width: 640px;
}
@media only screen and (max-width: 960px) {
.section.sp-8 {
max-width: 600px;
}
}
.section.sp-10 {
max-width: 800px;
}
@media only screen and (max-width: 960px) {
.section.sp-10 {
max-width: 640px;
}
}
.section.sp-12 {
max-width: 960px;
}
@media only screen and (max-width: 960px) {
.section.sp-12 {
max-width: 720px;
}
}
.section.sp-14 {
max-width: 1120px;
}
@media only screen and (max-width: 960px) {
.section.sp-14 {
max-width: 720px;
}
}
.footer {
margin-top: 30px;
background: #1f1f1f;
}
.footer:empty {
margin-top: 0;
}
@media only screen and (min-width: 961px) {
.divider-x > * + * {
border-right: 0;
border-left: 1px solid #ddd;
}
.divider-y > * + * {
border-bottom: 0;
padding-top: 20px;
}
.divider-line,
.divider-y > * + * {
border-top: 1px solid #ddd;
}
}
.theme-dark hr {
background-color: #303030;
}
.mode-transparent hr {
background-color: transparent;
}
.d-inline-block {
display: inline-block;
}
.visibility-hidden {
visibility: hidden;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.img-fluid,
.img-fluid img {
display: block;
max-width: 100%;
height: auto;
margin-right: auto;
margin-left: auto;
margin-bottom: 0;
}
.img-fluid img {
width: auto;
}
.img-contain img,
.img-cover img,
.img-responsive {
display: block;
width: 100%;
height: auto;
margin-bottom: 0;
}
.img-contain a,
.img-cover a {
display: block;
height: 100%;
flex-grow: 1;
}
.img-contain img,
.img-cover img {
height: 100%;
object-fit: cover;
object-position: center;
}
.img-contain img {
object-fit: contain;
}
.word-break {
word-break: break-word;
}
.pos-relative {
position: relative;
min-height: 50px;
z-index: 1;
}
.pos-relative:empty {
min-height: 0;
}
.box-fixed-ads {
position: relative;
}
@media only screen and (min-width: 960px) {
.box-fixed-ads {
height: 300px;
}
.box-fixed-ads.expand {
height: 350px;
}
}
.mode-transparent .box-fixed-ads:empty {
height: 0 !important;
}
.cover {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
background: linear-gradient(to top, #000, transparent 60%);
pointer-events: none;
user-select: none;
}
.cover-70 {
background: linear-gradient(to top, #000, transparent 70%);
}
.cover-80 {
background: linear-gradient(to top, #000, transparent 80%);
}
.cover-90 {
background: linear-gradient(to top, #000, transparent 90%);
}
.cover-100 {
background: linear-gradient(to top, #000, transparent 100%);
}
.shadow {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.shadow-hard {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.cursor-pointer {
cursor: pointer;
}
.sticky-top.t0 {
top: 0;
}
.sticky-top.t60 {
top: 60px;
}
.outline * {
outline: 1px solid purple;
}
.bg-red {
background-color: #e91b1e;
background-color: var(--color-grey-red);
}
.bg-light {
background-color: #fcfcfc;
background-color: var(--color-grey-light);
}
.bg-light.mb-16 + .bg-light.mb-16 {
margin-top: -15px;
}
.bg-dark {
background-color: #000;
background-color: var(--color-grey-dark);
}
.br-left::before {
display: block;
content: " ";
position: absolute;
top: 0;
left: -10px;
bottom: 10px;
width: 1px;
background-color: #ddd;
}
@media only screen and (max-width: 960px) {
.br-left::before {
display: none;
}
}
.br-right::after {
display: block;
content: " ";
position: absolute;
top: 0;
right: -10px;
bottom: 10px;
width: 1px;
background-color: #ddd;
}
@media only screen and (max-width: 960px) {
.br-right::after {
display: none;
}
}
.pt-8 {
padding-top: 8px;
}
.pt-10 {
padding-top: 10px !important;
}
.pt-16 {
padding-top: 16px !important;
}
.pt-24 {
padding-top: 24px !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pb-8 {
padding-bottom: 8px;
}
.pb-10 {
padding-bottom: 10px !important;
}
.pb-16 {
padding-bottom: 16px !important;
}
.pb-24 {
padding-bottom: 24px !important;
}
.pb-50 {
padding-bottom: 50px !important;
}
.pb-60 {
padding-bottom: 60px !important;
}
.pr-16 {
padding-right: 16px !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mt-8 {
margin-top: 8px;
}
.mt-10 {
margin-top: 10px;
}
.mt-12 {
margin-top: 12px !important;
}
.mt-16 {
margin-top: 16px !important;
}
.mt-20 {
margin-top: 20px !important;
}
.mt-24 {
margin-top: 24px !important;
}
.mt-26 {
margin-top: 26px !important;
}
.mt-30 {
margin-top: 30px !important;
}
.mt-40 {
margin-top: 40px !important;
}
.mt-64 {
margin-top: 64px !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-6 {
margin-bottom: 6px;
}
.mb-8 {
margin-bottom: 8px;
}
.mb-10 {
margin-bottom: 10px !important;
}
.mb-12 {
margin-bottom: 12px !important;
}
.mb-16 {
margin-bottom: 16px !important;
}
.mb-20 {
margin-bottom: 20px !important;
}
.mb-24 {
margin-bottom: 24px !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
.mb-32 {
margin-bottom: 32px !important;
}
.mb-34 {
margin-bottom: 34px !important;
}
.mb-40 {
margin-bottom: 40px !important;
}
.mb-45 {
margin-bottom: 45px !important;
}
.mb-50 {
margin-bottom: 50px !important;
}
.mb-70 {
margin-bottom: 70px !important;
}
@media only screen and (max-width: 960px) {
.mb-20-lg {
margin-bottom: 20px !important;
}
}
.px-10 {
padding-left: 10px !important;
padding-right: 10px !important;
}
.px-20 {
padding-left: 20px !important;
padding-right: 20px !important;
}
.py-10 {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.py-16 {
padding-top: 16px !important;
padding-bottom: 16px !important;
}
.py-30 {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.py-32 {
padding-top: 32px !important;
padding-bottom: 32px !important;
}
.py-42 {
padding-top: 42px !important;
padding-bottom: 42px !important;
}
.layer-0 {
z-index: 0;
}
.layer-5 {
z-index: 5;
}
.layer-10 {
z-index: 10;
}
.semanaserif-extrabold {
font-family: "SemanaSerif-ExtraBold" !important;
}
.embed-16by9 {
position: relative;
height: 0;
padding-top: 56.25%;
}
.embed-16by9 .powa-sticky-stick:not(.powa-sticky) > .powa,
.embed-16by9 [itemscope],
.embed-16by9 div > .powa,
.embed-16by9 iframe,
.embed-16by9 img,
.embed-16by9 > .powa {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
min-width: auto;
width: 100%;
height: 100%;
z-index: 1;
}
.embed-16by9 .powa {
padding-bottom: 0 !important;
}
.embed-16by9 .powa-sticky .powa {
position: relative;
padding-bottom: 56.25% !important;
}
.embed-16by9 .powa-sticky-stuck.powa-sticky {
padding-bottom: 0;
}
.powa-sticky-close span:before {
font-family: "SemanaSans-Regular";
font-size: 14px;
content: "Cerrar";
display: inline-block;
}
.powa-sticky-close,
.powa-sticky-close span {
font-size: 0;
}
.powa-bar-pause path,
.powa-bar-play polygon {
fill: none !important;
stroke: #fff !important;
stroke-width: 4px !important;
}
.powa-bar-scrubber {
background: #fff !important;
}
.powa-bar-scrubber-progress {
background-color: rgba(234, 27, 30, 0.2) !important;
}
.powa-bar-scrubber-time,
.powa-bar-volume-level {
background-color: #e91b1e !important;
background-color: var(--color-primary) !important;
}
.powa-bar-duration,
.powa-bar-time {
font-family: "SemanaSans-Medium" !important;
font-size: 17px !important;
}
.powa-bar-time-and-scrubbers {
align-items: center !important;
}
.powa-shot-loading-icon,
.powa-shot-play-icon {
width: 114px !important;
height: 114px !important;
}
.powa-bar-subtitles {
display: none !important;
visibility: hidden !important;
}
.ultimosvideos-list .powa-shot-loading-icon,
.ultimosvideos-list .powa-shot-play-icon {
width: 60px !important;
height: 60px !important;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-left {
text-align: left;
}
.theme-dark .publish-box {
background-color: #000;
}
.publish-box {
position: relative;
width: 100%;
background-color: #fafafa;
margin: 0 auto;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
z-index: 0;
overflow: hidden;
box-sizing: border-box;
}
.publish-box.box-90 {
min-height: 90px;
}
.publish-box.box-250 {
min-height: 250px;
}
.publish-box.box-300 {
min-height: 300px;
}
.publish-box > div:not(:empty) {
margin-bottom: 16px;
}
.sticky-bottom > div:not(:empty) {
margin-bottom: 0;
}
.publish-box-section {
position: relative;
width: 100%;
background-color: #fafafa;
margin: 0 auto 20px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
z-index: 0;
overflow: hidden;
box-sizing: border-box;
}
.fixed-bottom {
position: fixed;
padding: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 5;
margin: 0 auto;
}
.fixed-bottom.left {
left: 0;
right: auto;
}
.fixed-bottom.right {
right: 0;
left: auto;
}
.sticky-bottom {
position: -webkit-sticky !important;
position: sticky !important;
padding: 0;
bottom: 0;
z-index: 5;
transition: all 400ms ease-in-out;
}
.sticky-scroll-bottom {
bottom: -100%;
}
.sticky-top {
position: -webkit-sticky;
position: sticky;
padding: 0;
top: 0;
z-index: 5;
transition: all 400ms ease-in-out;
}
.section.publicidad-Home {
padding-left: 0;
padding-right: 0;
}
.publicidad-Home {
text-align: center;
position: relative;
overflow: hidden;
}
.publicidad-Home:empty {
padding-top: 0;
padding-bottom: 0;
}
.publicidad-Home > * {
margin-top: 1rem;
margin-bottom: 1rem;
}
.publicidad-Home > :empty {
margin: 0;
}
.powa-shot-play-btn:hover {
fill: #fff !important;
opacity: 1 !important;
}
.hide-caption-picture {
display: none;
}
.ads-collapse {
display: block;
max-width: 1280px;
margin-left: auto;
margin-right: auto;
}
@media only screen and (min-width: 640px) {
.ads-collapse {
display: none;
}
}
.ads-collapse .ads-collapse-container {
transition: max-height ease-in-out 400ms;
max-height: 500px;
overflow: hidden;
}
.ads-collapse.is-collapse .ads-collapse-container {
max-height: 0;
}
.ads-collapse.sticky-top {
top: 54px;
}
.ads-collapse .ads-close {
position: absolute;
top: 100%;
right: 0;
width: 50px;
height: 24px;
background-color: #fff;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-family: "SemanaSans-Regular";
line-height: 1;
box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.ads-collapse.is-collapse .ads-close svg {
transform: rotateZ(180deg);
transform-origin: center center;
}
.ads-collapse .ads-close.ads-close-bottom {
top: auto;
bottom: -24px;
}
.grid-wrap {
position: relative;
display: block;
width: 100%;
}
.grid-box {
display: grid;
margin: 0-10px;
grid-template-columns: 1fr;
}
.grid-box.x16 {
grid-template-columns: repeat(16, 1fr);
}
.grid-box.x12 {
grid-template-columns: repeat(12, 1fr);
}
@media only screen and (min-width: 480px) {
.grid-box.x16-sm {
grid-template-columns: repeat(16, 1fr);
}
.grid-box.x12-sm {
grid-template-columns: repeat(12, 1fr);
}
}
@media only screen and (min-width: 640px) {
.grid-box.x16-md {
grid-template-columns: repeat(16, 1fr);
}
.grid-box.x12-md {
grid-template-columns: repeat(12, 1fr);
}
}
@media only screen and (min-width: 960px) {
.grid-box.x16-lg {
grid-template-columns: repeat(16, 1fr);
}
.grid-box.x12-lg {
grid-template-columns: repeat(12, 1fr);
}
}
.grid-item {
position: relative;
padding-left: 10px;
padding-right: 10px;
display: flex;
min-height: 1px;
min-width: 0;
order: 1;
box-sizing: border-box;
}
.grid-item .grid-item {
padding-bottom: 0;
}
.grid-item.br-left::before {
left: 0;
}
.grid-item.br-right::after {
right: 0;
}
.grid-2 {
grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
grid-template-columns: repeat(4, 25%);
}
.grid-6 {
grid-template-columns: repeat(6, 1fr);
}
.grid-8 {
grid-template-columns: repeat(8, 1fr);
}
@media only screen and (min-width: 480px) {
.grid-2-sm {
grid-template-columns: repeat(2, 1fr);
}
.grid-3-sm {
grid-template-columns: repeat(3, 1fr);
}
.grid-4-sm {
grid-template-columns: repeat(4, 25%);
}
.grid-6-sm {
grid-template-columns: repeat(6, 1fr);
}
.grid-8-sm {
grid-template-columns: repeat(8, 1fr);
}
}
@media only screen and (min-width: 640px) {
.grid-2-md {
grid-template-columns: repeat(2, 1fr);
}
.grid-3-md {
grid-template-columns: repeat(3, 1fr);
}
.grid-4-md {
grid-template-columns: repeat(4, 25%);
}
.grid-6-md {
grid-template-columns: repeat(6, 1fr);
}
.grid-8-md {
grid-template-columns: repeat(8, 1fr);
}
}
@media only screen and (min-width: 960px) {
.grid-2-lg {
grid-template-columns: repeat(2, 1fr);
}
.grid-3-lg {
grid-template-columns: repeat(3, 1fr);
}
.grid-4-lg {
grid-template-columns: repeat(4, 25%);
}
.grid-6-lg {
grid-template-columns: repeat(6, 1fr);
}
.grid-8-lg {
grid-template-columns: repeat(8, 1fr);
}
}
.sp,
.sp-x {
grid-column: 1/-1;
}
.sp-x2 {
grid-column: 2 span;
}
.sp-x3 {
grid-column: 3 span;
}
.sp-x4 {
grid-column: 4 span;
}
.sp-x5 {
grid-column: 5 span;
}
.sp-x6 {
grid-column: 6 span;
}
.sp-x7 {
grid-column: 7 span;
}
.sp-x8 {
grid-column: 8 span;
}
.sp-x9 {
grid-column: 9 span;
}
.sp-x10 {
grid-column: 10 span;
}
.sp-x11 {
grid-column: 11 span;
}
.sp-x12 {
grid-column: 12 span;
}
.sp-y {
grid-row: 1/-1;
}
@media only screen and (min-width: 480px) {
.sp-x-sm {
grid-column: 1/-1;
}
.sp-x2-sm {
grid-column: 2 span;
}
.sp-x3-sm {
grid-column: 3 span;
}
.sp-x4-sm {
grid-column: 4 span;
}
.sp-x5-sm {
grid-column: 5 span;
}
.sp-x6-sm {
grid-column: 6 span;
}
.sp-x7-sm {
grid-column: 7 span;
}
.sp-x8-sm {
grid-column: 8 span;
}
.sp-x9-sm {
grid-column: 9 span;
}
.sp-x10-sm {
grid-column: 10 span;
}
.sp-x11-sm {
grid-column: 11 span;
}
}
@media only screen and (min-width: 640px) {
.sp-x-md {
grid-column: 1/-1;
}
.sp-x2-md {
grid-column: 2 span;
}
.sp-x3-md {
grid-column: 3 span;
}
.sp-x4-md {
grid-column: 4 span;
}
.sp-x5-md {
grid-column: 5 span;
}
.sp-x6-md {
grid-column: 6 span;
}
.sp-x7-md {
grid-column: 7 span;
}
.sp-x8-md {
grid-column: 8 span;
}
.sp-x9-md {
grid-column: 9 span;
}
.sp-x10-md {
grid-column: 10 span;
}
.sp-x11-md {
grid-column: 11 span;
}
}
@media only screen and (min-width: 960px) {
.sp-x-lg {
grid-column: 1/-1;
}
.sp-x2-lg {
grid-column: 2 span;
}
.sp-x3-lg {
grid-column: 3 span;
}
.sp-x4-lg {
grid-column: 4 span;
}
.sp-x5-lg {
grid-column: 5 span;
}
.sp-x6-lg {
grid-column: 6 span;
}
.sp-x7-lg {
grid-column: 7 span;
}
.sp-x8-lg {
grid-column: 8 span;
}
.sp-x9-lg {
grid-column: 9 span;
}
.sp-x10-lg {
grid-column: 10 span;
}
.sp-x11-lg {
grid-column: 11 span;
}
}
.hidden {
display: none;
}
@media only screen and (max-width: 480px) {
.hidden-sm {
display: none;
}
}
@media only screen and (max-width: 640px) {
.hidden-md {
display: none;
}
}
@media only screen and (max-width: 960px) {
.hidden-lg {
display: none;
}
}
@media only screen and (max-width: 480px) {
.hidden.hidden-sm {
display: none;
}
}
@media only screen and (max-width: 640px) {
.hidden.hidden-md {
display: none;
}
}
@media only screen and (max-width: 960px) {
.hidden.hidden-lg {
display: none;
}
}
.visible {
visibility: visible !important;
display: inherit !important;
}
@media only screen and (max-width: 480px) {
.visible-sm {
visibility: visible !important;
display: inherit !important;
}
}
@media only screen and (max-width: 640px) {
.visible-md {
visibility: visible !important;
display: inherit !important;
}
}
@media only screen and (max-width: 960px) {
.visible-lg {
visibility: visible !important;
display: inherit !important;
}
}
@media only screen and (max-width: 640px) {
.hidden-mobile {
visibility: hidden !important;
display: none !important;
}
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
.hidden-tablet {
visibility: hidden !important;
display: none !important;
}
}
@media only screen and (min-width: 960px) {
.hidden-desktop {
visibility: hidden !important;
display: none !important;
}
}
.card {
position: relative;
width: 100%;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
.card {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #ddd;
}
}
.card-media {
position: relative;
margin-bottom: 16px;
}
@media only screen and (max-width: 960px) {
.card-media {
flex-grow: 1;
}
}
.card-media:empty {
margin-bottom: 0;
}
.card-media img {
display: block;
width: 100%;
height: auto;
margin-bottom: 0;
}
@media screen and (max-width: 960px) {
.card-media img {
border-radius: 0;
}
}
.card-media .lazyload-wrapper {
display: inline;
line-height: 1;
}
.card-body {
position: relative;
flex: 1 1 auto;
display: flex;
flex-direction: column;
}
.card-live {
position: absolute;
top: 10px;
right: 10px;
display: inline-flex;
height: 24px;
justify-content: center;
align-items: center;
width: 78px;
margin-bottom: 12px;
border-radius: 5px;
background-color: #e91b1e;
box-sizing: border-box;
z-index: 1;
}
.card-live .icon {
display: inline-block;
vertical-align: middle;
width: 10px;
height: 10px;
border-radius: 100%;
overflow: hidden;
background-color: #fff;
margin-right: 6px;
animation: livePulse 1200ms ease-in-out infinite;
}
.card-category span,
.card-live span {
display: inline-block;
vertical-align: middle;
font-size: 12px;
}
.card-category,
.card-live span {
font-family: "SemanaSans-Medium";
line-height: 1;
color: #fff;
text-transform: uppercase;
}
.card-category {
margin-top: 0;
margin-bottom: 8px;
font-family: "SemanaSans-Bold";
font-size: 12px;
color: #e91b1e;
}
@media only screen and (max-width: 960px) {
.card-category {
display: none;
}
}
.card-category.blue {
color: #1c56e8;
}
.card-category.red,
.card-title:hover {
color: #e91b1e;
}
.card-category span {
margin-right: 6px;
}
.card-category span.upper {
text-transform: uppercase;
font-size: 16px;
}
.card-category i.icon-box {
display: none;
vertical-align: middle;
font-size: 0;
width: 11px;
height: 11px;
margin-right: 8px;
background-color: #e91b1e;
}
.card-category.blue i.icon-box {
background-color: #1c56e8;
}
.card-category.red i.icon-box {
background-color: #e91b1e;
}
.HomeSemanaApertura .card-category i.icon-box,
.HomeSemanaApertura + .container .card-category i.icon-box {
display: none;
visibility: hidden;
}
.card-title {
font-family: "SemanaSerif-Bold";
font-size: 20px;
color: #000;
line-height: 1.27;
margin-bottom: 16px;
}
.card-title a {
text-decoration: none;
color: inherit;
}
.card-title a:active,
.card-title a:visited {
color: inherit;
}
.card-title.h1 {
font-size: 26px;
line-height: 1.15;
}
.card-title.h3 {
font-size: 18px;
line-height: 1.1;
}
.card-title.h4 {
font-size: 16px;
line-height: 1.25;
}
@media screen and (max-width: 960px) {
.card-title.h4 {
font-size: 16px;
line-height: 1.25;
}
}
.card-title.h5 {
font-size: 18px;
}
.card-title.h6 {
font-size: 26px;
}
@media screen and (max-width: 960px) {
.card-title.h1,
.card-title.h2,
.card-title.h4 {
margin-bottom: 0;
}
}
.card-description {
font-size: 14px;
line-height: 1.4;
margin-top: 8px;
margin-bottom: 16px;
color: #707070;
}
.card-description.text-grey {
color: #bcbcbc;
}
.card-description,
.card-description p,
.card-info {
font-family: "SemanaSans-Regular";
}
.card-description p {
font-size: 14px;
line-height: 1.4;
margin: 0;
}
@media screen and (max-width: 960px) {
.card-description p {
font-size: 16px;
line-height: 1.25;
}
}
.card-info {
display: inline-block;
vertical-align: middle;
text-transform: none;
font-size: 12px;
color: #989898;
}
@media screen and (max-width: 960px) {
.card-info {
font-size: 10px;
}
}
.card-info:empty {
display: none;
visibility: hidden;
margin: 0 auto;
}
.card-publish-date,
.card-showmore span {
font-family: "SemanaSans-Regular";
line-height: 1;
}
.card-publish-date {
font-size: 12px;
margin-top: auto;
color: #fff;
}
.card-cover-link {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
cursor: pointer;
z-index: 1;
}
.card-showmore {
position: relative;
width: 160px;
height: 100%;
overflow: hidden;
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.card-showmore-btn,
.card-showmore-btn > div {
display: flex;
justify-content: center;
align-items: center;
}
.card-showmore-btn {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
cursor: pointer;
z-index: 1;
line-height: 1;
color: #fff;
transition: all 0.3s ease-in-out;
}
.bg-dark .card-showmore-btn {
background: 0 0;
}
.card-showmore-btn > div {
padding: 10px 20px;
width: 100%;
background: #e91b1e;
border-radius: 12px;
box-sizing: border-box;
}
.card-showmore span {
text-align: center;
display: inline-block;
vertical-align: middle;
font-size: 16px;
}
.card-showmore .icon {
display: inline-block;
vertical-align: bottom;
font-size: 12px;
margin-left: 8px;
}
@media only screen and (max-width: 960px) {
.card-big .card-title.h2 {
font-size: 26px;
line-height: 1.15;
}
.card-big .card-title.h4 {
font-size: 22px;
line-height: 1.2;
}
}
.card-big .card-media {
flex-grow: 1;
}
.card-big .card-media img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.card-big .card-info {
margin-top: 0;
margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
.card-big .embed-16by9 {
margin-top: 0;
}
.card-big .card-media {
margin-bottom: 16px;
}
}
.card-flex {
display: flex;
flex-direction: column;
}
@media only screen and (max-width: 960px) {
.card-flex {
flex-direction: row;
}
.card-flex .card-media {
flex: none;
width: 144px;
height: 95px;
margin-right: 10px;
margin-bottom: 0;
}
.card-flex .card-media img {
height: 100%;
object-fit: cover;
object-position: center;
}
}
.card-sticky {
display: none;
}
@media only screen and (min-width: 961px) {
.card-sticky,
.card-sticky::after {
display: block;
position: absolute;
left: 0;
}
.card-sticky {
top: 0;
margin-right: 20px;
z-index: 5;
width: 260px;
}
.card-sticky::after {
content: "";
top: -20px;
right: 0;
bottom: -30px;
background: #fff;
box-sizing: border-box;
z-index: -1;
}
.card-hidden {
visibility: hidden;
}
}
@media only screen and (max-width: 960px) {
.card.card-hidden {
visibility: visible;
}
}
.card-ghost {
width: 260px;
height: 100%;
background: #fff;
overflow: hidden;
}
@media only screen and (max-width: 960px) {
.card-ghost {
margin-bottom: 0;
padding-bottom: 0;
height: 100%;
border-bottom: 0;
}
}
.card-ghost .card-body {
padding: 10px 16px;
}
.card-ghost .card-title {
min-height: 72px;
margin-bottom: 0;
}
.card-ghost .card-media {
margin-bottom: 0;
overflow: hidden;
height: 172px;
}
.card-ghost .card-media img {
border-radius: 0;
height: 100%;
object-fit: cover;
object-position: center;
}
.card-ghost .card-info {
display: none;
}
.card-blood {
width: 260px;
height: 100%;
background-color: #e91b1e;
overflow: hidden;
display: flex;
flex-direction: column;
}
@media only screen and (max-width: 960px) {
.card-blood {
margin-bottom: 0;
padding-bottom: 0;
border: 0;
}
}
.card-blood .card-media {
border-radius: 100%;
width: 80px;
height: 80px;
overflow: hidden;
margin: 12px auto 8px;
flex: none;
}
.card-blood .card-media img,
.card-dark .card-media img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.card-blood .card-body {
text-align: center;
padding: 0 20px 14px;
}
.card-blood .card-author {
font-family: "SemanaSans-Bold";
font-size: 16px;
line-height: 1;
color: #fff;
margin-bottom: 10px;
}
.card-blood .card-title {
font-family: "SemanaSerif-Bold";
font-size: 12px;
line-height: 16px;
color: #fff;
margin-bottom: 16px;
}
.card-dark {
width: 260px;
height: 100%;
}
@media only screen and (max-width: 960px) {
.card-dark {
margin-bottom: 0;
padding-bottom: 0;
border: 0;
overflow: hidden;
}
}
.card-dark .card-media {
height: 160px;
margin-bottom: 10px;
}
.card-dark .card-body {
padding: 0 10px;
}
.card-dark .card-title {
font-size: 18px;
line-height: 1.33;
min-height: 68px;
color: #fff;
margin-bottom: 10px;
}
.card-dark .card-title:hover,
.theme-dark .card-title:hover {
color: #e91b1e;
}
@media only screen and (max-width: 960px) {
.card-dark .card-title {
font-size: 16px;
line-height: 1.25;
}
}
.card-media-icon,
.pscards-ads {
display: flex;
align-items: center;
justify-content: center;
}
.card-media-icon {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
user-select: none;
pointer-events: none;
}
.theme-dark .card-description,
.theme-dark .card-title {
color: #fff;
}
.card-x .card {
display: flex;
flex-direction: row-reverse;
}
@media only screen and (min-width: 960px) {
.card-x .card-media {
flex: 0 0 220px;
margin-left: 20px;
margin-bottom: 0;
}
}
.pscards-ads {
background-color: #ddd;
text-transform: uppercase;
color: #707070;
font-family: "SemanaSans-Bold";
font-size: 24px;
line-height: 1;
height: 100%;
padding: 20px;
box-sizing: border-box;
}
.pscards .divider-line {
margin-bottom: 30px;
margin-top: 30px;
}
.pscards .pscards-box {
margin-bottom: 30px;
}
@media only screen and (max-width: 960px) {
.pscards .pscards-box {
margin-bottom: 16px;
}
.pscards .pscards-box-first {
order: 0;
}
}
.pscards .card-title.h2,
.pscards .card-title.h3 {
margin-bottom: 10px;
}
.pscards .card-title.h3:last-child {
margin-bottom: 16px;
}
.pscards .card-description {
margin-top: 0;
}
@media only screen and (max-width: 960px) {
.pscards .card {
padding-bottom: 20px;
margin-bottom: 20px;
}
.pscards .card-flex .card-media {
margin-bottom: 0;
}
.pscards .card-flex .card-description {
display: none;
}
.pscards .card-flex .card-title.h2,
.pscards .card-flex .card-title.h3 {
font-size: 16px;
line-height: 1.25;
}
.pscards .card-title.h2,
.pscards .card-title.h3 {
margin-bottom: 0;
}
}
@media only screen and (min-width: 961px) {
.pscard-desktop .card-media {
display: none;
}
.pscards .card-big .card-media {
margin-bottom: 0;
}
}
@media only screen and (max-width: 960px) {
.card.pscard-desktop .card-description,
.card.pscard-mobile-last .card-media {
display: none;
}
.pscards .card-description:last-child {
margin-top: 16px;
margin-bottom: 0;
}
.card.pscard-desktop-first .card-title {
font-size: 26px;
line-height: 1.15;
}
.card.pscard-desktop-first .card-description {
display: block;
}
}
@media only screen and (min-width: 961px) {
.card.psc-flex-reverted {
display: flex;
flex-direction: row-reverse;
}
.card.psc-flex-reverted .card-media {
max-width: 300px;
margin-left: 10px;
}
.card.psc-flex-reverted .card-media img {
height: 100%;
object-fit: cover;
}
.card.psc-promo {
background-color: #fafafa;
box-shadow: 0 3px 6px #00000029;
}
.card.psc-promo .card-media {
position: relative;
flex: none;
width: 240px;
margin-bottom: 0;
}
.card.psc-promo .card-media img {
height: 100%;
object-fit: cover;
object-position: center;
}
.card.psc-promo .card-body {
padding: 20px;
box-sizing: border-box;
}
}
@media only screen and (min-width: 1280px) {
.card.psc-promo .card-media {
width: 300px;
box-sizing: border-box;
}
}
.card.psc-promo-desktop {
padding-top: 0;
background-color: #fafafa;
box-shadow: none;
}
@media only screen and (max-width: 960px) {
.card.psc-promo-desktop {
width: auto;
border-bottom: 0;
}
}
.card.psc-promo-desktop .card-title {
margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
.card.psc-promo-desktop .card-title.h4 {
font-size: 26px;
line-height: 1.15;
}
}
.card.psc-promo-desktop .card-media {
width: auto;
padding: 10px 10px 0;
margin-bottom: 0;
}
.card.psc-promo-desktop .card-body {
padding: 10px;
}
.card.psc-promo-desktop + .card {
border-top: 0;
}
.psc-inverted {
display: flex;
flex-direction: row-reverse;
}
.psc-inverted .card-media {
flex: none;
width: 104px;
height: 88px;
margin-left: 10px;
}
.psc-inverted .card-media img {
height: 100%;
object-fit: cover;
object-position: center;
}
@media only screen and (max-width: 960px) {
.psc-inverted {
flex-direction: row;
}
.psc-inverted .card-media {
width: 144px;
height: 95px;
margin-bottom: 0;
margin-left: 0;
margin-right: 10px;
}
}
@media only screen and (min-width: 961px) {
.psc-inverted-desktop {
display: flex;
flex-direction: row-reverse;
}
.psc-inverted-desktop .card-media {
flex: none;
width: 104px;
height: 88px;
margin-left: 10px;
}
.psc-inverted-desktop .card-media img {
height: 100%;
object-fit: cover;
object-position: center;
}
}
#queryly_searchcontainer,
.queryly_search_header input,
body.full-viewport {
box-sizing: border-box;
}
.queryly_item_title {
font-family: "SemanaSerif-Bold" !important;
color: #000 !important;
}
.queryly_item_description,
.result_count {
font-family: "SemanaSans-Regular" !important;
}
body.full-viewport {
height: 100%;
height: 100vh;
}
html.full-fixed {
height: -webkit-fill-availabl;
}
body.full-fixed,
body.full-viewport {
min-height: 100%;
min-height: 100vh;
}
.slider-auto .swiper-slide {
width: auto;
height: auto;
}
:not(.article-gallery) > .swiper-horizontal > .swiper-pagination-bullets-dynamic {
display: none;
bottom: 0;
}
@media only screen and (max-width: 960px) {
:not(.article-gallery) > .swiper-horizontal > .swiper-pagination-bullets-dynamic {
display: block;
}
}
:not(.article-gallery) > .swiper-horizontal > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
margin: 0 2px;
opacity: 0.6;
width: 5px;
height: 5px;
background-color: #707070;
}
:not(.article-gallery) > .swiper-horizontal > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
opacity: 1;
}
.bg-dark :not(.article-gallery) > .swiper-horizontal > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
background-color: #fff;
}

[class*=" icon-"],
[class^="icon-"] {
font-family: "icomoon" !important;
font-style: normal;
font-weight: 700;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-light {
font-weight: 400;
}
.icon-icon01:before {
content: "";
}
.icon-icon02:before {
content: "";
}
.icon-icon03:before {
content: "";
}
.icon-icon04:before {
content: "";
}
.icon-icon05:before {
content: "";
}
.icon-icon06:before {
content: "";
}
.icon-icon07:before {
content: "";
}
.icon-icon08:before {
content: "";
}
.icon-icon09:before {
content: "";
}
.icon-icon10:before {
content: "";
}
.icon-icon11:before {
content: "";
}
.icon-icon12:before {
content: "";
}
.icon-icon13:before {
content: "";
}
.icon-icon14:before {
content: "";
}
.icon-icon15:before {
content: "";
}
.icon-icon16:before {
content: "";
}
.icon-icon17:before {
content: "";
}
.icon-icon18:before {
content: "";
}
.icon-icon19:before {
content: "";
}
.icon-icon20:before {
content: "";
}
.icon-icon21:before {
content: "";
}
.icon-icon22:before {
content: "";
}
.icon-icon23:before {
content: "";
}
.icon-icon24:before {
content: "";
}
.icon-icon25:before {
content: "";
}
.icon-icon26:before {
content: "";
}
.icon-icon27:before {
content: "";
}
.icon-icon28:before {
content: "";
}
.icon-icon29:before {
content: "";
}
.icon-icon30:before {
content: "";
}
.icon-icon31:before {
content: "";
}
.icon-icon32:before {
content: "";
}
.icon-icon33:before {
content: "";
}
.icon-icon34:before {
content: "";
}
.icon-icon35:before {
content: "";
}
.icon-icon36:before {
content: "";
}
.icon-icon37:before {
content: "";
}
.icon-icon38:before {
content: "";
}
.icon-icon39:before {
content: "";
}
.icon-icon40:before {
content: "";
}
.icon-icon41:before {
content: "";
}
.icon-icon42:before {
content: "";
}
.icon-icon43:before {
content: "";
}
.icon-icon44:before {
content: "";
}
.icon-icon45:before {
content: "";
}
.icon-icon46:before {
content: "";
}
.icon-icon47:before {
content: "";
}
.icon-icon48:before {
content: "";
}
.icon-icon49:before {
content: "";
}
.icon-icon50:before {
content: "";
}
.icon-icon51:before {
content: "";
}
.icon-icon52:before {
content: "";
}
.icon-icon53:before {
content: "";
}
.icon-icon54:before {
content: "";
}
.icon-icon55:before {
content: "";
}
.icon-icon56:before {
content: "";
}
.icon-icon57:before {
content: "";
}
.icon-icon58:before {
content: "";
}
.icon-icon59:before {
content: "";
}
.icon-icon60:before {
content: "";
}
.icon-icon61:before {
content: "";
}
.icon-icon62:before {
content: "";
}
.icon-icon63:before {
content: "";
}
.icon-icon64:before {
content: "";
}
.icon-icon65:before {
content: "";
}
.icon-icon651:before {
content: "";
}
.icon-icon66:before {
content: "";
}
.icon-icon67:before {
content: "";
}
.icon-icon68:before {
content: "";
}
.icon-icon69:before {
content: "";
}
.icon-icon70:before {
content: "";
}
.icon-icon71:before {
content: "";
}
.icon-icon72:before {
content: "";
}
.icon-icon73:before {
content: "";
}
.icon-icon74:before {
content: "";
}
.icon-icon75:before {
content: "";
}
.icon-icon76:before {
content: "";
}
.icon-icon77:before {
content: "";
}
.icon-icon78:before {
content: "";
color: #e91b1e;
}
.icon-icon:before {
content: "";
}
.icon-icon79:before {
content: "";
}
.contenedor-notice-perfil {
background-color: #ffdc041a;
padding: 10px 30px 10px 20px;
border-radius: 8px;
line-height: 14px;
width: auto;
}
.contenedor-notice-perfil-span {
font-size: 12px;
font-family: "SemanaSans-Regular";
color: #707070;
}
.contenedor-notice-perfil-blue {
color: #1c56e8;
font-family: "SemanaSans-Bold";
font-size: 12px;
}
@media only screen and (max-width: 960px) {
.contenedor-notice-perfil {
padding: 10px 20px 10px 10px;
margin: 20px 0;
width: auto;
text-align: left;
box-sizing: border-box;
}
}*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%;margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem}@media (min-width:480px){.container{max-width:480px}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:960px){.container{max-width:960px}}@media (min-width:1280px){.container{max-width:1280px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;color:#000}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:#1c56e8;text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:#e91b1e;quotes:"\201C""\201D""\2018""\2019";margin-top:.75rem;margin-bottom:.75rem;padding:0;border:none}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)) p{font-weight:700;margin-top:.75rem;margin-bottom:.75rem;font-size:.875rem;color:#e91b1e}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);font-size:.875em;border-radius:.3125rem;padding:.1875em .375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:initial;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:initial}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-left:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding:.2222222em .4444444em}.prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding:1em 1.5em}.prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4444444em}.prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4444444em}.prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(.prose-lg>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose-lg>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-left:1.5555556em}.prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-red{--tw-prose-links:#dc2626;--tw-prose-invert-links:#ef4444}.aspect-h-1{--tw-aspect-h:1}.aspect-h-16{--tw-aspect-h:16}.aspect-h-9{--tw-aspect-h:9}.aspect-w-1{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:1}.aspect-w-1>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-w-16{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:16}.aspect-w-16>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-w-9{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:9}.aspect-w-9>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-none{position:static;padding-bottom:0}.aspect-none>*{position:static;height:auto;width:auto;top:auto;right:auto;bottom:auto;left:auto}.article-gallery{--swiper-pagination-color:#989898}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.-left-1{left:-.25rem}.-left-1\.5{left:-.375rem}.-left-3{left:-.75rem}.-right-0{right:0}.-right-3{right:-.75rem}.-right-40{right:-10rem}.-top-24{top:-6rem}.-top-28{top:-7rem}.-top-3{top:-.75rem}.-top-3\.5{top:-.875rem}.bottom-0{bottom:0}.bottom-2{bottom:.5rem}.bottom-5{bottom:1.25rem}.bottom-6{bottom:1.5rem}.bottom-\[37px\]{bottom:37px}.bottom-auto{bottom:auto}.left-0{left:0}.left-2{left:.5rem}.left-5{left:1.25rem}.left-auto{left:auto}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-5{right:1.25rem}.right-auto{right:auto}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-12{top:3rem}.top-14{top:3.5rem}.top-16{top:4rem}.top-2{top:.5rem}.top-48{top:12rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-\[calc\(50\%-54\.5px\)\]{top:calc(50% - 54.5px)}.top-auto{top:auto}.top-full{top:100%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-\[11\]{z-index:11}.z-\[1\]{z-index:1}.z-\[5\]{z-index:5}.z-\[999\]{z-index:999}.z-auto{z-index:auto}.order-1{order:1}.order-2{order:2}.order-none{order:0}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-6{grid-column:span 6/span 6}.col-start-3{grid-column-start:3}.m-0{margin:0}.m-auto{margin:auto}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-7{margin-top:1.75rem;margin-bottom:1.75rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-9{margin-top:2.25rem;margin-bottom:2.25rem}.my-auto{margin-top:auto;margin-bottom:auto}.-mb-\[1px\]{margin-bottom:-1px}.-mt-5{margin-top:-1.25rem}.-mt-px{margin-top:-1px}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-3{margin-bottom:.75rem}.mb-32{margin-bottom:8rem}.mb-4{margin-bottom:1rem}.mb-40{margin-bottom:10rem}.mb-44{margin-bottom:11rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-9{margin-bottom:2.25rem}.mb-\[2px\]{margin-bottom:2px}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-10{margin-right:2.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-\[7px\]{margin-right:7px}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-11{margin-top:2.75rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-40{margin-top:10rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.mt-\[10px\]{margin-top:10px}.mt-\[12\.5px\]{margin-top:12.5px}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-square{aspect-ratio:1/1}.aspect-vertical{aspect-ratio:9/16}.aspect-video{aspect-ratio:16/9}.h-0{height:0}.h-0\.5{height:.125rem}.h-1\/2{height:50%}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-36{height:9rem}.h-4{height:1rem}.h-4\/5{height:80%}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-52{height:13rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[100px\]{height:100px}.h-\[189px\]{height:189px}.h-\[257px\]{height:257px}.h-\[280px\]{height:280px}.h-\[300px\]{height:300px}.h-\[400px\]{height:400px}.h-\[410px\]{height:410px}.h-\[48px\]{height:48px}.h-\[85px\]{height:85px}.h-\[98px\]{height:98px}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-0{max-height:0}.max-h-40{max-height:10rem}.max-h-60{max-height:15rem}.max-h-\[450px\]{max-height:450px}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-\[180px\]{min-height:180px}.min-h-\[400px\]{min-height:400px}.min-h-\[48px\]{min-height:48px}.min-h-\[80vh\]{min-height:80vh}.min-h-screen{min-height:100vh}.w-0{width:0}.w-0\.5{width:.125rem}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-6{width:1.5rem}.w-6\/12{width:50%}.w-64{width:16rem}.w-7\/12{width:58.333333%}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-\[100px\]{width:100px}.w-\[100vw\]{width:100vw}.w-\[129px\]{width:129px}.w-\[130px\]{width:130px}.w-\[140px\]{width:140px}.w-\[160px\]{width:160px}.w-\[175px\]{width:175px}.w-\[180px\]{width:180px}.w-\[185px\]{width:185px}.w-\[1oovw\]{width:1oovw}.w-\[1px\]{width:1px}.w-\[223px\]{width:223px}.w-\[230px\]{width:230px}.w-\[260px\]{width:260px}.w-\[267px\]{width:267px}.w-\[280px\]{width:280px}.w-\[300px\]{width:300px}.w-\[312px\]{width:312px}.w-\[390px\]{width:390px}.w-\[60vw\]{width:60vw}.w-\[90vw\]{width:90vw}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.w-screen{width:100vw}.min-w-0{min-width:0}.min-w-\[150px\]{min-width:150px}.min-w-\[260px\]{min-width:260px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[110px\]{max-width:110px}.max-w-\[1152px\]{max-width:1152px}.max-w-\[128px\]{max-width:128px}.max-w-\[130px\]{max-width:130px}.max-w-\[144px\]{max-width:144px}.max-w-\[280px\]{max-width:280px}.max-w-\[300px\]{max-width:300px}.max-w-\[800px\]{max-width:800px}.max-w-\[968px\]{max-width:968px}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-screen-full{max-width:1920px}.max-w-screen-lg{max-width:960px}.max-w-screen-md{max-width:640px}.max-w-screen-xl{max-width:1280px}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.-translate-x-full{--tw-translate-x:-100%}.-translate-x-full,.translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x:0px}.-rotate-180{--tw-rotate:-180deg}.-rotate-180,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-gpu{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.touch-pan-x{--tw-pan-x:pan-x;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.grid-flow-col{grid-auto-flow:column}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.grid-rows-\[repeat\(7\2c minmax\(0\2c 1fr\)\)\]{grid-template-rows:repeat(7,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.place-content-center{place-content:center}.place-items-end{place-items:end}.place-items-center{place-items:center}.content-center{align-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-stretch{justify-content:stretch}.justify-items-center{justify-items:center}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-\[10px\]{gap:10px}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.gap-x-\[3vw\]{-moz-column-gap:3vw;column-gap:3vw}.gap-y-3{row-gap:.75rem}.gap-y-3\.5{row-gap:.875rem}.gap-y-5{row-gap:1.25rem}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem*var(--tw-space-y-reverse))}.self-start{align-self:flex-start}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.scroll-smooth{scroll-behavior:smooth}.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[3px\]{border-radius:3px}.rounded-\[7px\]{border-radius:7px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-\[1px\]{border-width:1px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-b-0{border-bottom-width:0}.border-b-2{border-bottom-width:2px}.border-b-\[14px\]{border-bottom-width:14px}.border-l{border-left-width:1px}.border-l-\[14px\]{border-left-width:14px}.border-r{border-right-width:1px}.border-r-2{border-right-width:2px}.border-r-\[14px\]{border-right-width:14px}.border-t{border-top-width:1px}.border-solid{border-style:solid}.border-none{border-style:none}.border-\[\#FAFAFA\]{--tw-border-opacity:1;border-color:rgb(250 250 250/var(--tw-border-opacity))}.border-\[\#ddd\]{--tw-border-opacity:1;border-color:rgb(221 221 221/var(--tw-border-opacity))}.border-current{border-color:currentColor}.border-neutral-300{--tw-border-opacity:1;border-color:rgb(212 212 212/var(--tw-border-opacity))}.border-primary{--tw-border-opacity:1;border-color:rgb(233 27 30/var(--tw-border-opacity))}.border-smoke-100{--tw-border-opacity:1;border-color:rgb(250 250 250/var(--tw-border-opacity))}.border-smoke-200{--tw-border-opacity:1;border-color:rgb(235 235 235/var(--tw-border-opacity))}.border-smoke-300{--tw-border-opacity:1;border-color:rgb(221 221 221/var(--tw-border-opacity))}.border-smoke-400{--tw-border-opacity:1;border-color:rgb(152 152 152/var(--tw-border-opacity))}.border-smoke-500{--tw-border-opacity:1;border-color:rgb(112 112 112/var(--tw-border-opacity))}.border-social-whatsapp{--tw-border-opacity:1;border-color:rgb(37 211 102/var(--tw-border-opacity))}.border-tertiary{--tw-border-opacity:1;border-color:rgb(254 220 4/var(--tw-border-opacity))}.border-transparent{border-color:#0000}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-b-smoke-200{--tw-border-opacity:1;border-bottom-color:rgb(235 235 235/var(--tw-border-opacity))}.border-l-transparent{border-left-color:#0000}.border-r-transparent{border-right-color:#0000}.border-t-smoke-500{--tw-border-opacity:1;border-top-color:rgb(112 112 112/var(--tw-border-opacity))}.bg-\[\#0000007c\]{background-color:#0000007c}.bg-\[\#191919\]{--tw-bg-opacity:1;background-color:rgb(25 25 25/var(--tw-bg-opacity))}.bg-\[\#1B8749\]{--tw-bg-opacity:1;background-color:rgb(27 135 73/var(--tw-bg-opacity))}.bg-\[\#DDDDDD\]{--tw-bg-opacity:1;background-color:rgb(221 221 221/var(--tw-bg-opacity))}.bg-\[\#E91B1E\]{--tw-bg-opacity:1;background-color:rgb(233 27 30/var(--tw-bg-opacity))}.bg-\[\#FAFAFA\]{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-bluelish{--tw-bg-opacity:1;background-color:rgb(2 32 70/var(--tw-bg-opacity))}.bg-primary{--tw-bg-opacity:1;background-color:rgb(233 27 30/var(--tw-bg-opacity))}.bg-qatar{--tw-bg-opacity:1;background-color:rgb(138 31 65/var(--tw-bg-opacity))}.bg-slate-300{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity))}.bg-smoke-100{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity))}.bg-smoke-200{--tw-bg-opacity:1;background-color:rgb(235 235 235/var(--tw-bg-opacity))}.bg-smoke-300{--tw-bg-opacity:1;background-color:rgb(221 221 221/var(--tw-bg-opacity))}.bg-smoke-500{--tw-bg-opacity:1;background-color:rgb(112 112 112/var(--tw-bg-opacity))}.bg-smoke-600{--tw-bg-opacity:1;background-color:rgb(28 28 28/var(--tw-bg-opacity))}.bg-tertiary{--tw-bg-opacity:1;background-color:rgb(254 220 4/var(--tw-bg-opacity))}.bg-transparent{background-color:initial}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-white\/50{background-color:#ffffff80}.bg-opacity-95{--tw-bg-opacity:0.95}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-black{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black\/70{--tw-gradient-from:#000000b3 var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-black\/0,.to-transparent{--tw-gradient-to:#0000 var(--tw-gradient-to-position)}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-fill{-o-object-fit:fill;object-fit:fill}.object-center{-o-object-position:center;object-position:center}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.px-\[26px\]{padding-left:26px;padding-right:26px}.px-\[30px\]{padding-left:30px;padding-right:30px}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-1\.5{padding-left:.375rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-5{padding-left:1.25rem}.pr-16{padding-right:4rem}.pr-2{padding-right:.5rem}.pt-0{padding-top:0}.pt-10{padding-top:2.5rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-2\.5{padding-top:.625rem}.pt-24{padding-top:6rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.font-semanasans{font-family:SemanaSans,sans}.font-semanaserif{font-family:SemanaSerif,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[26px\]{font-size:26px}.text-\[36px\]{font-size:36px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.uppercase{text-transform:uppercase}.normal-case{text-transform:none}.italic{font-style:italic}.not-italic{font-style:normal}.leading-10{line-height:2.5rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-\[0\]{line-height:0}.leading-none{line-height:1}.leading-tight{line-height:1.25}.text-\[\#666\]{--tw-text-opacity:1;color:rgb(102 102 102/var(--tw-text-opacity))}.text-\[\#707070\]{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.text-\[\#FFFFFF\],.text-\[\#fff\],.text-\[white\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-current{color:currentColor}.text-neutral-500{--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity))}.text-primary{--tw-text-opacity:1;color:rgb(233 27 30/var(--tw-text-opacity))}.text-secondary{--tw-text-opacity:1;color:rgb(28 86 232/var(--tw-text-opacity))}.text-smoke-200{--tw-text-opacity:1;color:rgb(235 235 235/var(--tw-text-opacity))}.text-smoke-400{--tw-text-opacity:1;color:rgb(152 152 152/var(--tw-text-opacity))}.text-smoke-500{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.text-social-whatsapp{--tw-text-opacity:1;color:rgb(37 211 102/var(--tw-text-opacity))}.text-suscription-active{--tw-text-opacity:1;color:rgb(43 198 0/var(--tw-text-opacity))}.text-suscription-canceled{--tw-text-opacity:1;color:rgb(233 27 30/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[\#00000029\]{--tw-shadow-color:#00000029;--tw-shadow:var(--tw-shadow-colored)}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-\[max-height\2c transform\2c visibility\]{transition-property:max-height,transform,visibility;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[max-height\2c visibility\]{transition-property:max-height,visibility;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[opacity\2c visibility\]{transition-property:opacity,visibility;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.first-letter\:z-20:first-letter{z-index:20}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-right-3:after{content:var(--tw-content);right:-.75rem}.after\:bottom-0:after{content:var(--tw-content);bottom:0}.after\:left-0:after{content:var(--tw-content);left:0}.after\:right-0:after{content:var(--tw-content);right:0}.after\:top-0:after{content:var(--tw-content);top:0}.after\:top-0\.5:after{content:var(--tw-content);top:.125rem}.after\:z-\[1\]:after{content:var(--tw-content);z-index:1}.after\:block:after{content:var(--tw-content);display:block}.after\:hidden:after{content:var(--tw-content);display:none}.after\:w-\[var\(--header-sticky-scrollbar-width\2c 0\)\]:after{content:var(--tw-content);width:var(--header-sticky-scrollbar-width,0)}.after\:border-b-2:after{content:var(--tw-content);border-bottom-width:2px}.after\:border-b-\[12px\]:after{content:var(--tw-content);border-bottom-width:12px}.after\:border-l-\[12px\]:after{content:var(--tw-content);border-left-width:12px}.after\:border-r-\[12px\]:after{content:var(--tw-content);border-right-width:12px}.after\:border-primary:after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(233 27 30/var(--tw-border-opacity))}.after\:border-b-white:after{content:var(--tw-content);--tw-border-opacity:1;border-bottom-color:rgb(255 255 255/var(--tw-border-opacity))}.after\:border-l-transparent:after{content:var(--tw-content);border-left-color:#0000}.after\:border-r-transparent:after{content:var(--tw-content);border-right-color:#0000}.after\:transition-\[width\]:after{content:var(--tw-content);transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:duration-300:after{content:var(--tw-content);transition-duration:.3s}.after\:ease-linear:after{content:var(--tw-content);transition-timing-function:linear}.last\:border-0:last-child{border-width:0}.last\:pb-0:last-child{padding-bottom:0}.empty\:mb-0:empty{margin-bottom:0}.hover\:rounded-r-none:hover{border-top-right-radius:0;border-bottom-right-radius:0}.hover\:border-b:hover{border-bottom-width:1px}.hover\:border-primary:hover{--tw-border-opacity:1;border-color:rgb(233 27 30/var(--tw-border-opacity))}.hover\:bg-primary:hover{--tw-bg-opacity:1;background-color:rgb(233 27 30/var(--tw-bg-opacity))}.hover\:bg-smoke-500:hover{--tw-bg-opacity:1;background-color:rgb(112 112 112/var(--tw-bg-opacity))}.hover\:bg-social-whatsapp:hover{--tw-bg-opacity:1;background-color:rgb(37 211 102/var(--tw-bg-opacity))}.hover\:font-bold:hover{font-weight:700}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.hover\:text-primary:hover{--tw-text-opacity:1;color:rgb(233 27 30/var(--tw-text-opacity))}.hover\:text-smoke-200:hover{--tw-text-opacity:1;color:rgb(235 235 235/var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:hidden{display:none}:is(.transparent .mode-transparent\:absolute){position:absolute}:is(.transparent .mode-transparent\:left-0){left:0}:is(.transparent .mode-transparent\:top-0){top:0}:is(.transparent .mode-transparent\:hidden){display:none}:is(.transparent .mode-transparent\:w-full){width:100%}:is(.transparent .mode-transparent\:border-none){border-style:none}:is(.transparent .mode-transparent\:border-white){--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}:is(.transparent .mode-transparent\:bg-transparent){background-color:initial}:is(.transparent .mode-transparent\:bg-white){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}:is(.transparent .mode-transparent\:pb-5){padding-bottom:1.25rem}:is(.transparent .mode-transparent\:text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.transparent .mode-transparent\:shadow-none){--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}:is(.transparent .mode-transparent\:before\:absolute):before{content:var(--tw-content);position:absolute}:is(.transparent .mode-transparent\:before\:inset-0):before{content:var(--tw-content);inset:0}:is(.transparent .mode-transparent\:before\:h-36):before{content:var(--tw-content);height:9rem}:is(.transparent .mode-transparent\:before\:w-full):before{content:var(--tw-content);width:100%}:is(.transparent .mode-transparent\:before\:bg-gradient-to-b):before{content:var(--tw-content);background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}:is(.transparent .mode-transparent\:before\:from-black):before{content:var(--tw-content);--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}:is(.transparent .mode-transparent\:hover\:border-tertiary:hover){--tw-border-opacity:1;border-color:rgb(254 220 4/var(--tw-border-opacity))}:is(.transparent .mode-transparent\:hover\:bg-tertiary:hover){--tw-bg-opacity:1;background-color:rgb(254 220 4/var(--tw-bg-opacity))}:is(.transparent .mode-transparent\:hover\:text-black:hover){--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}:is(.dark .dark\:border-white){--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}:is(.dark .dark\:bg-black){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}:is(.dark .dark\:bg-smoke-800){--tw-bg-opacity:1;background-color:rgb(29 29 29/var(--tw-bg-opacity))}:is(.dark .dark\:bg-transparent){background-color:initial}:is(.dark .dark\:bg-white){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}:is(.dark .dark\:text-black){--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}:is(.dark .dark\:text-primary){--tw-text-opacity:1;color:rgb(233 27 30/var(--tw-text-opacity))}:is(.dark .dark\:text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .dark\:after\:border-b-black):after{content:var(--tw-content);--tw-border-opacity:1;border-bottom-color:rgb(0 0 0/var(--tw-border-opacity))}:is(.dark .dark\:hover\:text-social-facebook:hover){--tw-text-opacity:1;color:rgb(59 89 152/var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-social-linkedin:hover){--tw-text-opacity:1;color:rgb(0 119 181/var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-social-twitter:hover){--tw-text-opacity:1;color:rgb(29 161 242/var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-social-whatsapp:hover){--tw-text-opacity:1;color:rgb(37 211 102/var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-white:hover){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .hover\:dark\:text-primary):hover{--tw-text-opacity:1;color:rgb(233 27 30/var(--tw-text-opacity))}@media (min-width:480px){.sm\:relative{position:relative}.sm\:right-5{right:1.25rem}.sm\:right-\[68px\]{right:68px}.sm\:top-10{top:2.5rem}.sm\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.sm\:mb-0{margin-bottom:0}.sm\:mb-2{margin-bottom:.5rem}.sm\:ml-auto{margin-left:auto}.sm\:mr-3{margin-right:.75rem}.sm\:mr-\[100px\]{margin-right:100px}.sm\:block{display:block}.sm\:grid{display:grid}.sm\:aspect-video{aspect-ratio:16/9}.sm\:h-\[156px\]{height:156px}.sm\:h-\[42px\]{height:42px}.sm\:h-\[85vh\]{height:85vh}.sm\:h-\[98vh\]{height:98vh}.sm\:h-full{height:100%}.sm\:max-h-\[568px\]{max-height:568px}.sm\:max-h-\[731px\]{max-height:731px}.sm\:min-h-\[156px\]{min-height:156px}.sm\:w-\[260px\]{width:260px}.sm\:w-\[262px\]{width:262px}.sm\:w-\[320px\]{width:320px}.sm\:w-\[412px\]{width:412px}.sm\:max-w-\[260px\]{max-width:260px}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:border-\[1px\]{border-width:1px}.sm\:border-\[\#FAFAFA\]{--tw-border-opacity:1;border-color:rgb(250 250 250/var(--tw-border-opacity))}.sm\:bg-transparent{background-color:initial}.sm\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.sm\:pl-\[23px\]{padding-left:23px}.sm\:text-left{text-align:left}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:italic{font-style:italic}.sm\:shadow-\[0px_3px_6px_\#9D9D9D4D\]{--tw-shadow:0px 3px 6px #9d9d9d4d;--tw-shadow-colored:0px 3px 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}@media (min-width:640px){.md\:right-2{right:.5rem}.md\:right-2\.5{right:.625rem}.md\:right-24{right:6rem}.md\:right-6{right:1.5rem}.md\:top-60{top:15rem}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.md\:mb-0{margin-bottom:0}.md\:mb-14{margin-bottom:3.5rem}.md\:mb-24{margin-bottom:6rem}.md\:mb-3{margin-bottom:.75rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-5{margin-bottom:1.25rem}.md\:mt-0{margin-top:0}.md\:mt-1{margin-top:.25rem}.md\:mt-16{margin-top:4rem}.md\:mt-2{margin-top:.5rem}.md\:mt-5{margin-top:1.25rem}.md\:mt-6{margin-top:1.5rem}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:aspect-\[21\/8\]{aspect-ratio:21/8}.md\:h-24{height:6rem}.md\:h-32{height:8rem}.md\:h-36{height:9rem}.md\:h-48{height:12rem}.md\:h-60{height:15rem}.md\:h-64{height:16rem}.md\:h-9{height:2.25rem}.md\:h-\[525px\]{height:525px}.md\:h-\[720px\]{height:720px}.md\:h-auto{height:auto}.md\:min-h-screen{min-height:100vh}.md\:w-24{width:6rem}.md\:w-32{width:8rem}.md\:w-36{width:9rem}.md\:w-48{width:12rem}.md\:w-60{width:15rem}.md\:w-\[175px\]{width:175px}.md\:w-\[188px\]{width:188px}.md\:w-\[300px\]{width:300px}.md\:w-\[350px\]{width:350px}.md\:w-\[358px\]{width:358px}.md\:w-\[470px\]{width:470px}.md\:w-full{width:100%}.md\:max-w-2xl{max-width:42rem}.md\:max-w-5xl{max-width:64rem}.md\:max-w-7xl{max-width:80rem}.md\:max-w-none{max-width:none}.md\:max-w-screen-md{max-width:640px}.md\:grid-flow-col{grid-auto-flow:column}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:justify-start{justify-content:flex-start}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:gap-7{gap:1.75rem}.md\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.md\:rounded-md{border-radius:.375rem}.md\:border{border-width:1px}.md\:border-4{border-width:4px}.md\:border-solid{border-style:solid}.md\:border-smoke-200{--tw-border-opacity:1;border-color:rgb(235 235 235/var(--tw-border-opacity))}.md\:bg-smoke-100{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity))}.md\:bg-smoke-600{--tw-bg-opacity:1;background-color:rgb(28 28 28/var(--tw-bg-opacity))}.md\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.md\:bg-none{background-image:none}.md\:px-0{padding-left:0;padding-right:0}.md\:px-1{padding-left:.25rem;padding-right:.25rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-1{padding-top:.25rem;padding-bottom:.25rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.md\:pb-0{padding-bottom:0}.md\:pb-14{padding-bottom:3.5rem}.md\:pt-8{padding-top:2rem}.md\:text-left{text-align:left}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-7xl{font-size:4.5rem;line-height:1}.md\:text-\[41px\]{font-size:41px}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:font-bold{font-weight:700}.md\:leading-5{line-height:1.25rem}.md\:leading-6{line-height:1.5rem}.md\:text-primary{--tw-text-opacity:1;color:rgb(233 27 30/var(--tw-text-opacity))}.md\:after\:-right-3:after{content:var(--tw-content);right:-.75rem}.md\:hover\:text-primary:hover{--tw-text-opacity:1;color:rgb(233 27 30/var(--tw-text-opacity))}}@media (min-width:960px){.lg\:fixed{position:fixed}.lg\:absolute{position:absolute}.lg\:-top-96{top:-24rem}.lg\:bottom-10{bottom:2.5rem}.lg\:top-12{top:3rem}.lg\:top-full{top:100%}.lg\:z-10{z-index:10}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:order-none{order:0}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.lg\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.lg\:my-8{margin-top:2rem;margin-bottom:2rem}.lg\:mb-0{margin-bottom:0}.lg\:mb-12{margin-bottom:3rem}.lg\:mb-3{margin-bottom:.75rem}.lg\:mb-4{margin-bottom:1rem}.lg\:mb-5{margin-bottom:1.25rem}.lg\:mb-7{margin-bottom:1.75rem}.lg\:mb-8{margin-bottom:2rem}.lg\:ml-0{margin-left:0}.lg\:mr-0{margin-right:0}.lg\:mr-10{margin-right:2.5rem}.lg\:mr-20{margin-right:5rem}.lg\:mr-28{margin-right:7rem}.lg\:mt-32{margin-top:8rem}.lg\:mt-auto{margin-top:auto}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:contents{display:contents}.lg\:hidden{display:none}.lg\:h-32{height:8rem}.lg\:h-40{height:10rem}.lg\:h-56{height:14rem}.lg\:h-\[132px\]{height:132px}.lg\:max-h-0{max-height:0}.lg\:max-h-\[450px\]{max-height:450px}.lg\:max-h-fit{max-height:-moz-fit-content;max-height:fit-content}.lg\:min-h-\[132px\]{min-height:132px}.lg\:w-44{width:11rem}.lg\:w-56{width:14rem}.lg\:w-\[150px\]{width:150px}.lg\:w-\[230px\]{width:230px}.lg\:w-\[246px\]{width:246px}.lg\:w-\[300px\]{width:300px}.lg\:w-\[312px\]{width:312px}.lg\:max-w-\[148px\]{max-width:148px}.lg\:max-w-\[970px\]{max-width:970px}.lg\:max-w-none{max-width:none}.lg\:translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:cursor-default{cursor:default}.lg\:grid-flow-col{grid-auto-flow:column}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-\[repeat\(3\2c minmax\(0\2c 320px\)\)\]{grid-template-columns:repeat(3,minmax(0,320px))}.lg\:grid-rows-\[repeat\(7\2c minmax\(0\2c 1fr\)\)\]{grid-template-rows:repeat(7,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:justify-center{justify-content:center}.lg\:gap-10{gap:2.5rem}.lg\:gap-20{gap:5rem}.lg\:gap-3{gap:.75rem}.lg\:gap-y-3{row-gap:.75rem}.lg\:gap-y-3\.5{row-gap:.875rem}.lg\:space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.lg\:overflow-y-hidden{overflow-y:hidden}.lg\:border-0{border-width:0}.lg\:border-b-0{border-bottom-width:0}.lg\:border-l-2{border-left-width:2px}.lg\:border-none{border-style:none}.lg\:bg-smoke-100{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity))}.lg\:bg-transparent{background-color:initial}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:px-\[20px\]{padding-left:20px;padding-right:20px}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:py-3{padding-top:.75rem;padding-bottom:.75rem}.lg\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.lg\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.lg\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:pb-0{padding-bottom:0}.lg\:pb-5{padding-bottom:1.25rem}.lg\:pl-10{padding-left:2.5rem}.lg\:pr-3{padding-right:.75rem}.lg\:pr-3\.5{padding-right:.875rem}.lg\:pr-5{padding-right:1.25rem}.lg\:pt-3{padding-top:.75rem}.lg\:pt-8{padding-top:2rem}.lg\:text-left{text-align:left}.lg\:text-center{text-align:center}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:normal-case{text-transform:none}.lg\:text-current{color:currentColor}.lg\:text-primary{--tw-text-opacity:1;color:rgb(233 27 30/var(--tw-text-opacity))}.lg\:no-underline{text-decoration-line:none}.lg\:shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}}@media (min-width:1280px){.xl\:w-28{width:7rem}.xl\:w-52{width:13rem}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.xl\:gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.xl\:gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem}.xl\:px-\[65px\]{padding-left:65px;padding-right:65px}.xl\:pr-16{padding-right:4rem}}.\[\&\:nth-child\(n\+4\)\]\:hidden:nth-child(n+4){display:none}@media (min-width:960px){.lg\:\[\&\:nth-child\(n\+4\)\]\:block:nth-child(n+4){display:block}}:is(.transparent .mode-transparent\:\[\&\>a\>svg\]\:text-white>a>svg){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.\[\&\>a\]\:text-secondary>a{--tw-text-opacity:1;color:rgb(28 86 232/var(--tw-text-opacity))}.\[\&\>a\]\:underline>a{text-decoration-line:underline}.\[\&\>button\>svg\]\:w-5>button>svg{width:1.25rem}.hover\:\[\&\>button\>svg\]\:text-primary>button>svg:hover{--tw-text-opacity:1;color:rgb(233 27 30/var(--tw-text-opacity))}.\[\&\>button\]\:cursor-pointer>button{cursor:pointer}.\[\&\>label\>svg\]\:w-5>label>svg{width:1.25rem}.hover\:\[\&\>label\>svg\]\:text-primary>label>svg:hover{--tw-text-opacity:1;color:rgb(233 27 30/var(--tw-text-opacity))}.\[\&\>svg\]\:h-6>svg{height:1.5rem}.\[\&\>svg\]\:h-9>svg{height:2.25rem}.\[\&\>svg\]\:w-12>svg{width:3rem}.\[\&\>svg\]\:w-5>svg{width:1.25rem}.\[\&\>svg\]\:w-6>svg{width:1.5rem}.\[\&\>svg\]\:w-7>svg{width:1.75rem}.\[\&\>svg\]\:w-9>svg{width:2.25rem}.\[\&\>svg\]\:-rotate-90>svg{--tw-rotate:-90deg}.\[\&\>svg\]\:-rotate-90>svg,.\[\&\>svg\]\:rotate-180>svg{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>svg\]\:rotate-180>svg{--tw-rotate:180deg}.\[\&\>svg\]\:text-primary>svg{--tw-text-opacity:1;color:rgb(233 27 30/var(--tw-text-opacity))}.\[\&\>svg\]\:text-smoke-400>svg{--tw-text-opacity:1;color:rgb(152 152 152/var(--tw-text-opacity))}.\[\&\>svg\]\:text-smoke-500>svg{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.\[\&\>svg\]\:transition-transform>svg{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.\[\&\>svg\]\:ease-in>svg{transition-timing-function:cubic-bezier(.4,0,1,1)}.\[\&\>svg\]\:hover\:rotate-180:hover>svg{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>svg\]\:hover\:text-black:hover>svg{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}:is(.dark .dark\:\[\&\>svg\]\:text-white>svg),:is(.transparent .mode-transparent\:\[\&\>svg\]\:text-white>svg){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .dark\:\[\&\>svg\]\:hover\:text-primary:hover>svg){--tw-text-opacity:1;color:rgb(233 27 30/var(--tw-text-opacity))}@media (min-width:640px){.md\:\[\&\>svg\]\:w-5>svg{width:1.25rem}.md\:\[\&\>svg\]\:text-primary>svg{--tw-text-opacity:1;color:rgb(233 27 30/var(--tw-text-opacity))}}@media (min-width:960px){.lg\:\[\&\>svg\]\:h-5>svg{height:1.25rem}.lg\:\[\&\>svg\]\:w-5>svg{width:1.25rem}}.\[\&\>ul\>li\>a\]\:block>ul>li>a{display:block}.\[\&\>ul\>li\>a\]\:p-1>ul>li>a{padding:.25rem}.\[\&\>ul\>li\>a\]\:font-semanasans>ul>li>a{font-family:SemanaSans,sans}.\[\&\>ul\>li\>a\]\:text-xs>ul>li>a{font-size:.75rem;line-height:1rem}.\[\&\>ul\>li\>a\]\:font-medium>ul>li>a{font-weight:500}.\[\&\>ul\>li\>a\]\:text-smoke-500>ul>li>a{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.\[\&\>ul\>li\>a\]\:no-underline>ul>li>a{text-decoration-line:none}.hover\:\[\&\>ul\>li\>a\]\:border-b>ul>li>a:hover{border-bottom-width:1px}.hover\:\[\&\>ul\>li\>a\]\:border-primary>ul>li>a:hover{--tw-border-opacity:1;border-color:rgb(233 27 30/var(--tw-border-opacity))}.hover\:\[\&\>ul\>li\>a\]\:text-primary>ul>li>a:hover{--tw-text-opacity:1;color:rgb(233 27 30/var(--tw-text-opacity))}@media (min-width:640px){.md\:\[\&\>ul\>li\>a\]\:text-base>ul>li>a{font-size:1rem;line-height:1.5rem}}.\[\&\>ul\>li\]\:inline-block>ul>li{display:inline-block}.\[\&\>ul\>li\]\:px-2>ul>li{padding-left:.5rem;padding-right:.5rem}.\[\&\>ul\>li\]\:text-center>ul>li{text-align:center}.\[\&\>ul\]\:block>ul{display:block}.\[\&\>ul\]\:list-none>ul{list-style-type:none}.\[\&\>ul\]\:justify-center>ul{justify-content:center}.\[\&\>ul\]\:overflow-auto>ul{overflow:auto}.\[\&\>ul\]\:whitespace-nowrap>ul{white-space:nowrap}.\[\&\>ul\]\:p-2>ul{padding:.5rem}@media (min-width:640px){.md\:\[\&\>ul\]\:flex>ul{display:flex}}.header{position:relative;z-index:10;}.fwjdFw{background:rgb(250, 250, 250);}
.fwjdFw .container-breadcrumbs{display:flex;font-family:SemanaSans-Regular;font-size:14px;-webkit-box-align:baseline;align-items:baseline;padding:12px 10px;max-width:1280px;margin:0px auto;}
.fwjdFw .text-disable{color:rgb(112, 112, 112);padding:0px 8px;}
.fwjdFw .text-disable:hover{color:rgb(233, 27, 30);}
.fwjdFw .text-enable{color:rgb(233, 27, 30);padding:0px 8px;}
.fwjdFw svg{width:8px;height:8px;color:rgb(112, 112, 112);}
@media only screen and (max-width: 640px){
.fwjdFw .container-breadcrumbs{font-size:12px;}
}
.hRFVBW{font-family:SemanaSans-Regular;}
.gusrJc{position:relative;max-width:1280px;padding:0px 10px;margin:0px auto;box-sizing:border-box;}
.cNkShJ{padding:56px 0px 2%;z-index:999;display:flex;flex-wrap:wrap;color:rgb(255, 255, 255);font-size:12px;}
@media (min-width: 1200px){
.cNkShJ{flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;}
}
@media (max-width: 850px){
.cNkShJ{padding:2.9% 3.2% 4.5%;}
}
.iChpCo{width:100%;margin-bottom:22px;display:flex;align-items:flex-end;}
@media (max-width: 850px){
.iChpCo{flex-direction:column;margin-bottom:0px;-webkit-box-align:baseline!important;align-items:baseline!important;}
}
.lmJkHn{width:75.5%;display:grid;grid-template-columns:3.26fr 146px;}
@media (max-width: 850px){
.lmJkHn{display:inline-block;width:90%;margin-top:5%;}
}
@media (max-width: 850px){
.lmJkHn.BoxHiddenLess850px{display:none;}
}
.epXfAY{display:grid;grid-template-columns:repeat(3, 1fr) 0.66fr;}
@media (max-width: 850px){
.epXfAY{width:auto;display:flex;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;}
}
@media (max-width: 420px){
.epXfAY{display:grid;grid-template-columns:repeat(2, 1fr);}
}
.UhYnQ{display:flex;-webkit-box-align:center;align-items:center;width:inherit;}
@media (max-width: 950px){
.UhYnQ{width:auto;display:flex;flex-direction:row;}
}
@media (max-width: 850px){
.UhYnQ{width:auto;display:flex;flex-direction:row;margin-bottom:3.1%;}
}
.fLjMec{margin-left:20px;}
.fowbEy{background-color:rgb(233, 27, 30);padding:12px 15px;}
.fowbEy svg{display:block;width:119px;fill:white;}
@media only screen and (max-width: 850px){
.fowbEy{padding:0px;}
.fowbEy svg{width:50px;}
}
.jhyokH{margin:0px 15px 0px 0px;}
@media (max-width: 850px){
.jhyokH{margin:0px;text-align:initial!important;}
}
.byRCvz{display:flex;}
@media (min-width: 850px){
.byRCvz{-webkit-box-pack:end;justify-content:flex-end;-webkit-box-align:center;align-items:center;}
}
.igbJyF{font-family:icomoon;font-weight:normal;font-size:19px;cursor:pointer;color:rgb(255, 255, 255);}
.igbJyF::before{content:"";}
.gjAxjq{font-family:icomoon;font-size:19px;cursor:pointer;color:rgb(255, 255, 255);}
.gjAxjq::before{content:"";}
.gsLAkC{font-family:icomoon;font-size:19px;cursor:pointer;color:rgb(255, 255, 255);}
.gsLAkC::before{content:"";}
.kyNrQN{display:inline-flex;-webkit-box-align:center;align-items:center;height:16px;margin-bottom:13px;}
@media (max-width: 850px){
.kyNrQN{display:flex;}
}
.buuKbw{width:20px;height:20px;margin-right:4px;display:block;}
.cHyKmZ{width:100%;}
@media (min-width: 850px){
.cHyKmZ{border-top:2px solid rgb(68, 68, 68);text-align:center;}
}
.fKsLmu{display:flex;flex-direction:column;padding-bottom:10px;}
.dCejIZ{font-family:SemanaSans-Bold;margin:0px 0px 12px;line-height:1;}
.giqVck{margin-right:0px;}
.kUbYBl{display:grid;}
.bHhncx{margin-bottom:12px;text-decoration:none;color:rgb(255, 255, 255);display:flex;transition:color 300ms ease-out 0s;}
.bHhncx:hover{color:rgb(233, 27, 30);}
.hlcaBJ{display:flex;-webkit-box-align:center;align-items:center;color:rgb(255, 255, 255);text-decoration:none;}
.hexzHT{width:100%;display:grid;grid-template-columns:78.75px auto;}
@media (max-width: 1200px){
.hexzHT{grid-template-columns:0fr auto;}
}
@media (max-width: 850px){
.hexzHT{display:block;}
}
@media (min-width: 851px){
.hexzHT{border-top:2px solid rgb(68, 68, 68);padding:30px 0px 20px;}
}
.fgIWGf{display:grid;grid-template-columns:3fr 3fr 3fr 3fr 3fr;}
@media (max-width: 850px){
.fgIWGf{grid-template-columns:1fr 1fr;column-gap:20px;}
}
@media (max-width: 700px){
.fgIWGf{grid-template-columns:1fr;}
}
.bqbBrH{display:flex;flex-direction:column;}
.kXMEMR{margin-bottom:20px;}
@media (min-width: 850px){
.kXMEMR{display:grid;}
}
.fYPomx{display:flex;flex-direction:column;margin-left:2px;}
.cbUdus{font-size:10px;margin:0px 0px 19px;}
.cbUdus span{font-size:12px;}
.fKPmSc{font-size:10px;margin:0px;}
.fKPmSc span{font-size:12px;}
.hFAopE{font-size:10px;margin:19px 0px 0px;}
.WIOvt{display:flex;flex-direction:column;}
@media (max-width: 850px){
.WIOvt{border-bottom:1px solid rgb(196, 196, 196);}
}
.fGBqtU{background:none;color:rgb(255, 255, 255);cursor:pointer;display:flex;-webkit-box-align:center;align-items:center;border:none;outline:none;padding:10px 0px;}
.jIRbFR{text-align:left;font-family:SemanaSans-ExtraBold;font-size:12px;}
@media (min-width: 850px){
.jIRbFR{font-weight:600;}
}
.kJTMDi{overflow:hidden;transition:max-height 0.6s ease 0s;}
.gmhyCt{margin:10px;color:rgb(170, 170, 170);}
.iFHlOF{width:100%;}
@media (max-width: 850px){
.iFHlOF{display:grid;grid-template-columns:1fr 1fr;column-gap:20px;margin-top:5%;}
}
@media (max-width: 700px){
.iFHlOF{display:flex;flex-direction:column-reverse;margin:0px;}
}
@media (max-width: 850px){
.fYKqji{display:none;}
}
.iiFmFh{width:138px;height:27px;}
.bPQYft{display:block;}
@media (max-width: 830px){
.bPQYft{display:none;}
}
.gHisIL{display:none;}
@media (max-width: 830px){
.gHisIL{display:block;}
}
.faLjCX{display:block;}
@media (max-width: 850px){
.faLjCX{display:none;}
}
.GGIsJ{display:none;}
@media (max-width: 850px){
.GGIsJ{display:block;}
}:root{--color-grey-light:#FCFCFC;--color-grey-dark:black;--color-yellow:#FEDC04;--color-blue:#1C56E8;--color-red:#E91B1E;--color-primary:var(--color-red);--color-secondary:var(--color-blue);--color-warning:var(--color-yellow);--bg-color-primary:white;--bg-color-secondary:black;--color-font-100:white;--color-font-150:#F2F2F2;--color-font-200:#DDD;--color-font-250:#C4C4C4;--color-font-300:#AAA;--color-font-350:#A7A7A7;--color-font-400:#9D9D9D;--color-font-500:#707070;--color-font-900:black;}
body{padding:0;margin:0;font-family:"SemanaSerif-Regular",Serif;font-weight:400;overflow-x:hidden;}
.section,body{position:relative;}
.section{max-width:1280px;padding:0 10px;margin:0 auto;box-sizing:border-box;}
@media only screen and (max-width:960px){
.section{max-width:720px;}
}
@media only screen and (max-width:640px){
.section{max-width:440px;}
}
.footer{margin-top:30px;background:#1f1f1f;}
.footer:empty{margin-top:0;}
.cursor-pointer{cursor:pointer;}
.mt-0{margin-top:0!important;}
.mb-6{margin-bottom:6px;}
.mb-8{margin-bottom:8px;}
.mb-10{margin-bottom:10px!important;}
.mb-12{margin-bottom:12px!important;}
.text-center{text-align:center;}
.publish-box{position:relative;width:100%;background-color:#fafafa;margin:0 auto;text-align:center;display:flex;justify-content:center;align-items:center;z-index:0;overflow:hidden;box-sizing:border-box;}
.publish-box.box-300{min-height:300px;}
.sticky-bottom{position:-webkit-sticky!important;position:sticky!important;padding:0;bottom:0;z-index:5;transition:all 400ms ease-in-out;}
.section.publicidad-Home{padding-left:0;padding-right:0;}
.publicidad-Home{text-align:center;position:relative;overflow:hidden;}
.publicidad-Home:empty{padding-top:0;padding-bottom:0;}
.hidden{display:none;}
@media only screen and (max-width:960px){
.hidden-lg{display:none;}
}
@media only screen and (max-width:640px){
.hidden-mobile{visibility:hidden!important;display:none!important;}
}
@media only screen and (min-width:641px) and (max-width:959px){
.hidden-tablet{visibility:hidden!important;display:none!important;}
}
@media only screen and (min-width:960px){
.hidden-desktop{visibility:hidden!important;display:none!important;}
}
#queryly_searchcontainer,.queryly_search_header input{box-sizing:border-box;}
[class*=" icon-"]{font-family:"icomoon"!important;font-style:normal;font-weight:700;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.icon-light{font-weight:400;}*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;}
body{margin:0;line-height:inherit;}
h1,h2,h3,h4{font-size:inherit;font-weight:inherit;}
a{color:inherit;text-decoration:inherit;}
b{font-weight:bolder;}
button,input{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0;}
button{text-transform:none;}
button{-webkit-appearance:button;background-color:initial;background-image:none;}
figure,h1,h2,h3,h4,p{margin:0;}
ul{list-style:none;margin:0;padding:0;}
input::placeholder{opacity:1;color:#9ca3af;}
button{cursor:pointer;}
:disabled{cursor:default;}
iframe,img,svg{display:block;vertical-align:middle;}
img{max-width:100%;height:auto;}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.container{width:100%;margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem;}
@media (min-width:480px){
.container{max-width:480px;}
}
@media (min-width:640px){
.container{max-width:640px;}
}
@media (min-width:960px){
.container{max-width:960px;}
}
@media (min-width:1280px){
.container{max-width:1280px;}
}
.prose{color:var(--tw-prose-body);max-width:65ch;}
.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;color:#000;}
.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:#1c56e8;text-decoration:underline;font-weight:500;}
.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75;}
.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;}
.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;}
.prose-lg{font-size:1.125rem;line-height:1.7777778;}
.prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;}
.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;}
.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;}
.aspect-h-9{--tw-aspect-h:9;}
.aspect-w-16{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:16;}
.aspect-w-16>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0;}
.invisible{visibility:hidden;}
.fixed{position:fixed;}
.absolute{position:absolute;}
.relative{position:relative;}
.sticky{position:sticky;}
.left-0{left:0;}
.right-0{right:0;}
.top-0{top:0;}
.top-16{top:4rem;}
.top-full{top:100%;}
.z-10{z-index:10;}
.z-20{z-index:20;}
.z-\[11\]{z-index:11;}
.z-\[1\]{z-index:1;}
.m-0{margin:0;}
.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem;}
.mx-auto{margin-left:auto;margin-right:auto;}
.my-0{margin-top:0;margin-bottom:0;}
.my-2{margin-top:.5rem;margin-bottom:.5rem;}
.my-4{margin-top:1rem;margin-bottom:1rem;}
.my-6{margin-top:1.5rem;margin-bottom:1.5rem;}
.mb-1{margin-bottom:.25rem;}
.mb-10{margin-bottom:2.5rem;}
.mb-12{margin-bottom:3rem;}
.mb-2{margin-bottom:.5rem;}
.mb-2\.5{margin-bottom:.625rem;}
.mb-3{margin-bottom:.75rem;}
.mb-4{margin-bottom:1rem;}
.mb-5{margin-bottom:1.25rem;}
.mb-6{margin-bottom:1.5rem;}
.mb-8{margin-bottom:2rem;}
.ml-auto{margin-left:auto;}
.mr-0{margin-right:0;}
.mr-1{margin-right:.25rem;}
.mr-2{margin-right:.5rem;}
.mr-3{margin-right:.75rem;}
.mr-5{margin-right:1.25rem;}
.mt-0{margin-top:0;}
.mt-4{margin-top:1rem;}
.mt-7{margin-top:1.75rem;}
.mt-auto{margin-top:auto;}
.block{display:block;}
.inline-block{display:inline-block;}
.flex{display:flex;}
.inline-flex{display:inline-flex;}
.grid{display:grid;}
.hidden{display:none;}
.h-0{height:0;}
.h-16{height:4rem;}
.h-24{height:6rem;}
.h-5{height:1.25rem;}
.h-6{height:1.5rem;}
.h-full{height:100%;}
.max-h-0{max-height:0;}
.w-16{width:4rem;}
.w-28{width:7rem;}
.w-36{width:9rem;}
.w-5{width:1.25rem;}
.w-6{width:1.5rem;}
.w-9{width:2.25rem;}
.w-full{width:100%;}
.w-max{width:-moz-max-content;width:max-content;}
.w-px{width:1px;}
.w-screen{width:100vw;}
.min-w-0{min-width:0;}
.max-w-6xl{max-width:72rem;}
.max-w-7xl{max-width:80rem;}
.max-w-\[1152px\]{max-width:1152px;}
.max-w-\[128px\]{max-width:128px;}
.max-w-\[144px\]{max-width:144px;}
.max-w-\[280px\]{max-width:280px;}
.max-w-\[968px\]{max-width:968px;}
.max-w-full{max-width:100%;}
.max-w-lg{max-width:32rem;}
.max-w-none{max-width:none;}
.max-w-screen-full{max-width:1920px;}
.max-w-screen-lg{max-width:960px;}
.max-w-screen-md{max-width:640px;}
.flex-1{flex:1 1 0%;}
.flex-auto{flex:1 1 auto;}
.flex-none{flex:none;}
.-translate-x-full{--tw-translate-x:-100%;}
.-translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));}
.cursor-pointer{cursor:pointer;}
.touch-pan-x{--tw-pan-x:pan-x;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);}
.grid-flow-col{grid-auto-flow:column;}
.grid-rows-\[repeat\(7\2c minmax\(0\2c 1fr\)\)\]{grid-template-rows:repeat(7,minmax(0,1fr));}
.flex-col{flex-direction:column;}
.flex-wrap{flex-wrap:wrap;}
.flex-nowrap{flex-wrap:nowrap;}
.items-end{align-items:flex-end;}
.items-center{align-items:center;}
.justify-start{justify-content:flex-start;}
.justify-center{justify-content:center;}
.justify-between{justify-content:space-between;}
.justify-stretch{justify-content:stretch;}
.gap-2{gap:.5rem;}
.gap-2\.5{gap:.625rem;}
.gap-3{gap:.75rem;}
.gap-4{gap:1rem;}
.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem;}
.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem;}
.gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem;}
.gap-x-4{-moz-column-gap:1rem;column-gap:1rem;}
.gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem;}
.gap-x-\[3vw\]{-moz-column-gap:3vw;column-gap:3vw;}
.gap-y-3\.5{row-gap:.875rem;}
.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem*var(--tw-space-y-reverse));}
.self-start{align-self:flex-start;}
.justify-self-start{justify-self:start;}
.justify-self-end{justify-self:end;}
.justify-self-center{justify-self:center;}
.overflow-auto{overflow:auto;}
.overflow-hidden{overflow:hidden;}
.overflow-x-hidden{overflow-x:hidden;}
.overflow-y-hidden{overflow-y:hidden;}
.scroll-smooth{scroll-behavior:smooth;}
.whitespace-nowrap{white-space:nowrap;}
.rounded-3xl{border-radius:1.5rem;}
.rounded-\[3px\]{border-radius:3px;}
.rounded-lg{border-radius:.5rem;}
.rounded-md{border-radius:.375rem;}
.border{border-width:1px;}
.border-y{border-top-width:1px;}
.border-b,.border-y{border-bottom-width:1px;}
.border-l{border-left-width:1px;}
.border-t{border-top-width:1px;}
.border-solid{border-style:solid;}
.border-none{border-style:none;}
.border-current{border-color:currentColor;}
.border-primary{--tw-border-opacity:1;border-color:rgb(233 27 30/var(--tw-border-opacity));}
.border-smoke-200{--tw-border-opacity:1;border-color:rgb(235 235 235/var(--tw-border-opacity));}
.border-smoke-300{--tw-border-opacity:1;border-color:rgb(221 221 221/var(--tw-border-opacity));}
.border-smoke-500{--tw-border-opacity:1;border-color:rgb(112 112 112/var(--tw-border-opacity));}
.border-social-whatsapp{--tw-border-opacity:1;border-color:rgb(37 211 102/var(--tw-border-opacity));}
.border-tertiary{--tw-border-opacity:1;border-color:rgb(254 220 4/var(--tw-border-opacity));}
.border-transparent{border-color:#0000;}
.bg-primary{--tw-bg-opacity:1;background-color:rgb(233 27 30/var(--tw-bg-opacity));}
.bg-smoke-100{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity));}
.bg-tertiary{--tw-bg-opacity:1;background-color:rgb(254 220 4/var(--tw-bg-opacity));}
.bg-transparent{background-color:initial;}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));}
.object-cover{-o-object-fit:cover;object-fit:cover;}
.object-center{-o-object-position:center;object-position:center;}
.p-2\.5{padding:.625rem;}
.p-3{padding:.75rem;}
.px-0{padding-left:0;padding-right:0;}
.px-0\.5{padding-left:.125rem;padding-right:.125rem;}
.px-1{padding-left:.25rem;padding-right:.25rem;}
.px-2{padding-left:.5rem;padding-right:.5rem;}
.px-2\.5{padding-left:.625rem;padding-right:.625rem;}
.px-3{padding-left:.75rem;padding-right:.75rem;}
.px-3\.5{padding-left:.875rem;padding-right:.875rem;}
.px-4{padding-left:1rem;padding-right:1rem;}
.px-5{padding-left:1.25rem;padding-right:1.25rem;}
.py-0{padding-top:0;padding-bottom:0;}
.py-0\.5{padding-top:.125rem;padding-bottom:.125rem;}
.py-1{padding-top:.25rem;padding-bottom:.25rem;}
.py-1\.5{padding-top:.375rem;padding-bottom:.375rem;}
.py-2{padding-top:.5rem;padding-bottom:.5rem;}
.py-3{padding-top:.75rem;padding-bottom:.75rem;}
.py-7{padding-top:1.75rem;padding-bottom:1.75rem;}
.pb-2\.5{padding-bottom:.625rem;}
.pb-3{padding-bottom:.75rem;}
.pb-4{padding-bottom:1rem;}
.pb-5{padding-bottom:1.25rem;}
.pl-2{padding-left:.5rem;}
.pr-2{padding-right:.5rem;}
.pt-4{padding-top:1rem;}
.pt-5{padding-top:1.25rem;}
.pt-7{padding-top:1.75rem;}
.text-center{text-align:center;}
.align-middle{vertical-align:middle;}
.align-bottom{vertical-align:bottom;}
.font-semanasans{font-family:SemanaSans,sans;}
.font-semanaserif{font-family:SemanaSerif,sans-serif;}
.text-3xl{font-size:1.875rem;line-height:2.25rem;}
.text-\[10px\]{font-size:10px;}
.text-base{font-size:1rem;line-height:1.5rem;}
.text-lg{font-size:1.125rem;line-height:1.75rem;}
.text-sm{font-size:.875rem;line-height:1.25rem;}
.text-xs{font-size:.75rem;line-height:1rem;}
.font-bold{font-weight:700;}
.font-medium{font-weight:500;}
.font-normal{font-weight:400;}
.uppercase{text-transform:uppercase;}
.italic{font-style:italic;}
.leading-5{line-height:1.25rem;}
.leading-none{line-height:1;}
.text-\[\#fff\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));}
.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity));}
.text-current{color:currentColor;}
.text-primary{--tw-text-opacity:1;color:rgb(233 27 30/var(--tw-text-opacity));}
.text-smoke-500{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity));}
.text-social-whatsapp{--tw-text-opacity:1;color:rgb(37 211 102/var(--tw-text-opacity));}
.underline{text-decoration-line:underline;}
.no-underline{text-decoration-line:none;}
.opacity-0{opacity:0;}
.shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);}
.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);}
.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);}
.transition-\[max-height\2c transform\2c visibility\]{transition-property:max-height,transform,visibility;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;}
.transition-\[max-height\2c visibility\]{transition-property:max-height,visibility;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;}
.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;}
.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;}
.duration-200{transition-duration:.2s;}
.duration-300{transition-duration:.3s;}
.duration-700{transition-duration:.7s;}
.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1);}
.after\:absolute:after{content:var(--tw-content);position:absolute;}
.after\:bottom-0:after{content:var(--tw-content);bottom:0;}
.after\:left-0:after{content:var(--tw-content);left:0;}
.after\:right-0:after{content:var(--tw-content);right:0;}
.after\:block:after{content:var(--tw-content);display:block;}
.after\:w-\[var\(--header-sticky-scrollbar-width\2c 0\)\]:after{content:var(--tw-content);width:var(--header-sticky-scrollbar-width,0);}
.after\:border-b-2:after{content:var(--tw-content);border-bottom-width:2px;}
.after\:border-primary:after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(233 27 30/var(--tw-border-opacity));}
.after\:transition-\[width\]:after{content:var(--tw-content);transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;}
.after\:duration-300:after{content:var(--tw-content);transition-duration:.3s;}
.after\:ease-linear:after{content:var(--tw-content);transition-timing-function:linear;}
.last\:border-0:last-child{border-width:0;}
.hover\:border-b:hover{border-bottom-width:1px;}
.hover\:border-primary:hover{--tw-border-opacity:1;border-color:rgb(233 27 30/var(--tw-border-opacity));}
.hover\:bg-primary:hover{--tw-bg-opacity:1;background-color:rgb(233 27 30/var(--tw-bg-opacity));}
.hover\:bg-social-whatsapp:hover{--tw-bg-opacity:1;background-color:rgb(37 211 102/var(--tw-bg-opacity));}
.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity));}
.hover\:text-primary:hover{--tw-text-opacity:1;color:rgb(233 27 30/var(--tw-text-opacity));}
.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));}
.hover\:underline:hover{text-decoration-line:underline;}
.hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);}
@media (min-width:640px){
.md\:block{display:block;}
.md\:w-32{width:8rem;}
.md\:w-full{width:100%;}
.md\:max-w-none{max-width:none;}
.md\:gap-4{gap:1rem;}
.md\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem;}
.md\:rounded-md{border-radius:.375rem;}
.md\:border{border-width:1px;}
.md\:border-solid{border-style:solid;}
.md\:border-smoke-200{--tw-border-opacity:1;border-color:rgb(235 235 235/var(--tw-border-opacity));}
.md\:bg-smoke-100{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity));}
.md\:px-3{padding-left:.75rem;padding-right:.75rem;}
.md\:px-5{padding-left:1.25rem;padding-right:1.25rem;}
.md\:py-1{padding-top:.25rem;padding-bottom:.25rem;}
.md\:py-4{padding-top:1rem;padding-bottom:1rem;}
.md\:text-sm{font-size:.875rem;line-height:1.25rem;}
.md\:font-bold{font-weight:700;}
.md\:text-primary{--tw-text-opacity:1;color:rgb(233 27 30/var(--tw-text-opacity));}
}
@media (min-width:960px){
.lg\:absolute{position:absolute;}
.lg\:top-full{top:100%;}
.lg\:z-10{z-index:10;}
.lg\:mx-0{margin-left:0;margin-right:0;}
.lg\:my-8{margin-top:2rem;margin-bottom:2rem;}
.lg\:mb-3{margin-bottom:.75rem;}
.lg\:mb-5{margin-bottom:1.25rem;}
.lg\:mb-8{margin-bottom:2rem;}
.lg\:ml-0{margin-left:0;}
.lg\:block{display:block;}
.lg\:flex{display:flex;}
.lg\:grid{display:grid;}
.lg\:hidden{display:none;}
.lg\:max-h-0{max-height:0;}
.lg\:w-44{width:11rem;}
.lg\:w-\[312px\]{width:312px;}
.lg\:max-w-none{max-width:none;}
.lg\:translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));}
.lg\:cursor-default{cursor:default;}
.lg\:grid-flow-col{grid-auto-flow:column;}
.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.lg\:grid-rows-\[repeat\(7\2c minmax\(0\2c 1fr\)\)\]{grid-template-rows:repeat(7,minmax(0,1fr));}
.lg\:flex-row{flex-direction:row;}
.lg\:gap-10{gap:2.5rem;}
.lg\:gap-y-3\.5{row-gap:.875rem;}
.lg\:space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse));}
.lg\:overflow-y-hidden{overflow-y:hidden;}
.lg\:border-0{border-width:0;}
.lg\:border-l-2{border-left-width:2px;}
.lg\:border-none{border-style:none;}
.lg\:px-0{padding-left:0;padding-right:0;}
.lg\:px-2\.5{padding-left:.625rem;padding-right:.625rem;}
.lg\:px-3\.5{padding-left:.875rem;padding-right:.875rem;}
.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem;}
.lg\:py-0{padding-top:0;padding-bottom:0;}
.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem;}
.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem;}
.lg\:pb-0{padding-bottom:0;}
.lg\:pr-3\.5{padding-right:.875rem;}
.lg\:pt-3{padding-top:.75rem;}
.lg\:pt-8{padding-top:2rem;}
.lg\:text-2xl{font-size:1.5rem;line-height:2rem;}
.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem;}
.lg\:text-base{font-size:1rem;line-height:1.5rem;}
.lg\:text-lg{font-size:1.125rem;line-height:1.75rem;}
.lg\:text-sm{font-size:.875rem;line-height:1.25rem;}
.lg\:normal-case{text-transform:none;}
.lg\:text-current{color:currentColor;}
.lg\:no-underline{text-decoration-line:none;}
}
@media (min-width:1280px){
.xl\:w-28{width:7rem;}
.xl\:w-52{width:13rem;}
.xl\:gap-x-20{-moz-column-gap:5rem;column-gap:5rem;}
.xl\:gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem;}
}
.\[\&\:nth-child\(n\+4\)\]\:hidden:nth-child(n+4){display:none;}
@media (min-width:960px){
.lg\:\[\&\:nth-child\(n\+4\)\]\:block:nth-child(n+4){display:block;}
}
.\[\&\>button\>svg\]\:w-5>button>svg{width:1.25rem;}
.hover\:\[\&\>button\>svg\]\:text-primary>button>svg:hover{--tw-text-opacity:1;color:rgb(233 27 30/var(--tw-text-opacity));}
.\[\&\>button\]\:cursor-pointer>button{cursor:pointer;}
.\[\&\>label\>svg\]\:w-5>label>svg{width:1.25rem;}
.hover\:\[\&\>label\>svg\]\:text-primary>label>svg:hover{--tw-text-opacity:1;color:rgb(233 27 30/var(--tw-text-opacity));}
.\[\&\>svg\]\:h-6>svg{height:1.5rem;}
.\[\&\>svg\]\:h-9>svg{height:2.25rem;}
.\[\&\>svg\]\:w-5>svg{width:1.25rem;}
.\[\&\>svg\]\:w-6>svg{width:1.5rem;}
.\[\&\>svg\]\:w-7>svg{width:1.75rem;}
.\[\&\>svg\]\:w-9>svg{width:2.25rem;}
.\[\&\>svg\]\:-rotate-90>svg{--tw-rotate:-90deg;}
.\[\&\>svg\]\:-rotate-90>svg{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));}
.\[\&\>svg\]\:text-smoke-500>svg{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity));}
.\[\&\>svg\]\:transition-transform>svg{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;}
.\[\&\>svg\]\:ease-in>svg{transition-timing-function:cubic-bezier(.4,0,1,1);}
@media (min-width:640px){
.md\:\[\&\>svg\]\:w-5>svg{width:1.25rem;}
.md\:\[\&\>svg\]\:text-primary>svg{--tw-text-opacity:1;color:rgb(233 27 30/var(--tw-text-opacity));}
}
@media (min-width:960px){
.lg\:\[\&\>svg\]\:h-5>svg{height:1.25rem;}
.lg\:\[\&\>svg\]\:w-5>svg{width:1.25rem;}
}#onetrust-pc-sdk .ot-close-icon{background-size:contain;background-repeat:no-repeat;background-position:center;height:12px;width:12px;}
#onetrust-pc-sdk .ot-pc-footer-logo a{background-size:contain;background-repeat:no-repeat;background-position:center;height:25px;width:152px;display:block;text-decoration:none;font-size:.75em;}
#onetrust-pc-sdk .ot-pc-footer-logo a:hover{color:#565656;}
#onetrust-pc-sdk button *{font-size:inherit;font-weight:inherit;color:inherit;}
#onetrust-pc-sdk .ot-hide{display:none!important;}
#onetrust-pc-sdk button.ot-link-btn:hover{text-decoration:underline;opacity:1;}
#onetrust-pc-sdk .ot-sdk-row .ot-sdk-column{padding:0;}
#onetrust-pc-sdk .ot-sdk-row{flex-direction:initial;width:100%;}
#onetrust-pc-sdk [type=checkbox]:checked,#onetrust-pc-sdk [type=checkbox]:not(:checked){pointer-events:initial;}
#onetrust-pc-sdk [type=checkbox]:disabled+label::before,#onetrust-pc-sdk [type=checkbox]:disabled+label:after,#onetrust-pc-sdk [type=checkbox]:disabled+label{pointer-events:none;opacity:.7;}
#onetrust-pc-sdk input{margin:3px .1ex;}
#onetrust-pc-sdk .ot-pc-logo{height:60px;width:180px;background-position:center;background-size:contain;background-repeat:no-repeat;display:inline-flex;justify-content:center;align-items:center;}
#onetrust-pc-sdk .ot-pc-logo img{max-height:100%;max-width:100%;}
#onetrust-pc-sdk .ot-scrn-rdr{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}
#onetrust-pc-sdk.ot-fade-in,.onetrust-pc-dark-filter.ot-fade-in{animation-name:onetrust-fade-in;animation-duration:400ms;animation-timing-function:ease-in-out;}
#onetrust-pc-sdk.ot-hide{display:none!important;}
.onetrust-pc-dark-filter.ot-hide{display:none!important;}
.onetrust-pc-dark-filter{background:rgba(0,0,0,.5);z-index:2147483646;width:100%;height:100%;overflow:hidden;position:fixed;top:0;bottom:0;left:0;}
@media only screen and (min-width: 426px)and (max-width: 896px)and (orientation: landscape){
#onetrust-pc-sdk p{font-size:.75em;}
}
#onetrust-pc-sdk .ot-pc-footer-logo img{width:136px;height:16px;}
#onetrust-pc-sdk .ot-optout-signal{border:1px solid #32ae88;border-radius:3px;padding:5px;margin-bottom:10px;background-color:#f9fffa;font-size:.85rem;line-height:2;}
#onetrust-pc-sdk .ot-optout-signal .ot-optout-icon{display:inline;margin-right:5px;}
#onetrust-pc-sdk .ot-optout-signal svg{height:20px;width:30px;transform:scale(0.5);}
#onetrust-pc-sdk .ot-optout-signal svg path{fill:#32ae88;}
#onetrust-pc-sdk{font-size:16px;}
#onetrust-pc-sdk *,#onetrust-pc-sdk ::after,#onetrust-pc-sdk ::before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
#onetrust-pc-sdk div,#onetrust-pc-sdk span,#onetrust-pc-sdk h2,#onetrust-pc-sdk h3,#onetrust-pc-sdk h4,#onetrust-pc-sdk p,#onetrust-pc-sdk img,#onetrust-pc-sdk svg,#onetrust-pc-sdk button,#onetrust-pc-sdk section,#onetrust-pc-sdk a,#onetrust-pc-sdk label,#onetrust-pc-sdk input,#onetrust-pc-sdk #ot-pc-content{font-family:inherit;font-weight:normal;-webkit-font-smoothing:auto;letter-spacing:normal;line-height:normal;padding:0;margin:0;height:auto;min-height:0;max-height:none;width:auto;min-width:0;max-width:none;border-radius:0;border:none;clear:none;float:none;position:static;bottom:auto;left:auto;right:auto;top:auto;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;background:none;overflow:visible;vertical-align:baseline;visibility:visible;z-index:auto;box-shadow:none;}
#onetrust-pc-sdk label:before,#onetrust-pc-sdk label:after{content:"";content:none;}
#onetrust-pc-sdk .ot-sdk-column{width:100%;float:left;box-sizing:border-box;padding:0;display:initial;}
@media (min-width: 550px){
#onetrust-pc-sdk .ot-sdk-column{margin-left:4%;}
#onetrust-pc-sdk .ot-sdk-column:first-child{margin-left:0;}
}
#onetrust-pc-sdk h2,#onetrust-pc-sdk h3,#onetrust-pc-sdk h4{margin-top:0;font-weight:600;font-family:inherit;}
#onetrust-pc-sdk h2{font-size:1.5rem;line-height:1.25;}
#onetrust-pc-sdk h3{font-size:1.5rem;line-height:1.3;}
#onetrust-pc-sdk h4{font-size:1.5rem;line-height:1.35;}
@media (min-width: 550px){
#onetrust-pc-sdk h2{font-size:1.5rem;}
#onetrust-pc-sdk h3{font-size:1.5rem;}
#onetrust-pc-sdk h4{font-size:1.5rem;}
}
#onetrust-pc-sdk p{margin:0 0 1em 0;font-family:inherit;line-height:normal;}
#onetrust-pc-sdk a{color:#565656;text-decoration:underline;}
#onetrust-pc-sdk a:hover{color:#565656;text-decoration:none;}
#onetrust-pc-sdk button{margin-bottom:1rem;font-family:inherit;}
#onetrust-pc-sdk button{display:inline-block;height:38px;padding:0 30px;color:#555;text-align:center;font-size:.9em;font-weight:400;line-height:38px;letter-spacing:.01em;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border-radius:2px;border:1px solid #bbb;cursor:pointer;box-sizing:border-box;}
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus{color:#333;border-color:#888;opacity:.7;}
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus{outline:2px solid #000;}
#onetrust-pc-sdk input[type=text]{height:38px;padding:6px 10px;background-color:#fff;border:1px solid #d1d1d1;border-radius:4px;box-shadow:none;box-sizing:border-box;}
#onetrust-pc-sdk input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none;}
#onetrust-pc-sdk input[type=text]:focus{border:1px solid #000;outline:0;}
#onetrust-pc-sdk label{display:block;margin-bottom:.5rem;font-weight:600;}
#onetrust-pc-sdk input[type=checkbox]{display:inline;}
#onetrust-pc-sdk button{margin-bottom:1rem;font-family:inherit;}
#onetrust-pc-sdk .ot-sdk-row:after{content:"";display:table;clear:both;}
#onetrust-pc-sdk .ot-sdk-row{margin:0;max-width:none;display:block;}
#onetrust-pc-sdk.otPcCenter{overflow:hidden;position:fixed;margin:0 auto;top:5%;right:0;left:0;width:40%;max-width:575px;min-width:575px;border-radius:2.5px;z-index:2147483647;background-color:#fff;-webkit-box-shadow:0px 2px 10px -3px #999;-moz-box-shadow:0px 2px 10px -3px #999;box-shadow:0px 2px 10px -3px #999;}
#onetrust-pc-sdk .ot-optout-signal{margin-top:.625rem;}
#onetrust-pc-sdk .ot-pc-header{height:39px;padding:10px 0 10px 30px;border-bottom:1px solid #e9e9e9;}
#onetrust-pc-sdk #ot-pc-title,#onetrust-pc-sdk #ot-category-title,#onetrust-pc-sdk .ot-cat-header,#onetrust-pc-sdk #ot-lst-title,#onetrust-pc-sdk .ot-always-active{font-weight:bold;color:dimgray;}
#onetrust-pc-sdk .ot-always-active-group .ot-cat-header{width:55%;font-weight:700;}
#onetrust-pc-sdk .ot-cat-item p{clear:both;float:left;margin-top:10px;margin-bottom:5px;line-height:1.5;font-size:.812em;color:dimgray;}
#onetrust-pc-sdk .ot-close-icon{height:44px;width:44px;background-size:10px;}
#onetrust-pc-sdk #ot-pc-title{float:left;font-size:1em;line-height:1.5;margin-bottom:10px;margin-top:10px;width:100%;}
#onetrust-pc-sdk #accept-recommended-btn-handler{margin-right:10px;margin-bottom:25px;outline-offset:-1px;}
#onetrust-pc-sdk #ot-pc-desc{clear:both;width:100%;font-size:.812em;line-height:1.5;margin-bottom:25px;}
#onetrust-pc-sdk #ot-pc-desc a{margin-left:5px;}
#onetrust-pc-sdk #ot-pc-desc *{font-size:inherit;line-height:inherit;}
#onetrust-pc-sdk a{color:#656565;cursor:pointer;}
#onetrust-pc-sdk a:hover{color:#3860be;}
#onetrust-pc-sdk label{margin-bottom:0;}
#onetrust-pc-sdk button{max-width:394px;padding:12px 30px;line-height:1;word-break:break-word;word-wrap:break-word;white-space:normal;font-weight:bold;height:auto;}
#onetrust-pc-sdk .ot-link-btn{padding:0;margin-bottom:0;border:0;font-weight:normal;line-height:normal;width:auto;height:auto;}
#onetrust-pc-sdk #ot-pc-content{position:absolute;overflow-y:scroll;padding-left:0px;padding-right:30px;top:60px;bottom:110px;margin:1px 3px 0 30px;width:calc(100% - 63px);}
#onetrust-pc-sdk .ot-cat-grp .ot-always-active{float:right;clear:none;color:#3860be;margin:0;font-size:.813em;line-height:1.3;}
#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-track{margin-right:20px;}
#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar{width:11px;}
#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-thumb{border-radius:10px;background:#d8d8d8;}
#onetrust-pc-sdk .ot-pc-scrollbar{scrollbar-arrow-color:#d8d8d8;scrollbar-darkshadow-color:#d8d8d8;scrollbar-face-color:#d8d8d8;scrollbar-shadow-color:#d8d8d8;}
#onetrust-pc-sdk .save-preference-btn-handler{margin-right:20px;}
#onetrust-pc-sdk .ot-pc-refuse-all-handler{margin-right:10px;}
#onetrust-pc-sdk #ot-pc-desc .privacy-notice-link{margin-left:0;margin-right:8px;}
#onetrust-pc-sdk .ot-pc-logo{height:40px;width:120px;}
#onetrust-pc-sdk .ot-pc-footer{position:absolute;bottom:0px;width:100%;max-height:160px;border-top:1px solid #d8d8d8;}
#onetrust-pc-sdk .ot-pc-footer-logo{height:30px;width:100%;text-align:right;background:#f4f4f4;}
#onetrust-pc-sdk .ot-pc-footer-logo a{display:inline-block;margin-top:5px;margin-right:10px;}
#onetrust-pc-sdk .ot-tgl{float:right;position:relative;z-index:1;}
#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob{background-color:#cddcf2;border:1px solid #3860be;}
#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px);background-color:#3860be;border-color:#3860be;}
#onetrust-pc-sdk .ot-tgl input:focus+.ot-switch{outline:#000 solid 1px;}
#onetrust-pc-sdk .ot-switch{position:relative;display:inline-block;width:45px;height:25px;}
#onetrust-pc-sdk .ot-switch-nob{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#f2f1f1;border:1px solid #ddd;transition:all .2s ease-in 0s;-moz-transition:all .2s ease-in 0s;-o-transition:all .2s ease-in 0s;-webkit-transition:all .2s ease-in 0s;border-radius:20px;}
#onetrust-pc-sdk .ot-switch-nob:before{position:absolute;content:"";height:21px;width:21px;bottom:1px;background-color:#7d7d7d;-webkit-transition:.4s;transition:.4s;border-radius:20px;}
#onetrust-pc-sdk .ot-chkbox input:checked~label::before{background-color:#3860be;}
#onetrust-pc-sdk .ot-chkbox input+label::after{content:none;color:#fff;}
#onetrust-pc-sdk .ot-chkbox input:checked+label::after{content:"";}
#onetrust-pc-sdk .ot-chkbox input:focus+label::before{outline-style:solid;outline-width:2px;outline-style:auto;}
#onetrust-pc-sdk .ot-chkbox label{position:relative;display:inline-block;padding-left:30px;cursor:pointer;font-weight:500;}
#onetrust-pc-sdk .ot-chkbox label::before,#onetrust-pc-sdk .ot-chkbox label::after{position:absolute;content:"";display:inline-block;border-radius:3px;}
#onetrust-pc-sdk .ot-chkbox label::before{height:18px;width:18px;border:1px solid #3860be;left:0px;top:auto;}
#onetrust-pc-sdk .ot-chkbox label::after{height:5px;width:9px;border-left:3px solid;border-bottom:3px solid;transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);left:4px;top:5px;}
#onetrust-pc-sdk .ot-label-txt{display:none;}
#onetrust-pc-sdk .ot-chkbox input,#onetrust-pc-sdk .ot-tgl input{position:absolute;opacity:0;width:0;height:0;}
#onetrust-pc-sdk .ot-label-status{padding-left:5px;font-size:.75em;display:none;}
#onetrust-pc-sdk .back-btn-handler{font-size:1em;text-decoration:none;}
#onetrust-pc-sdk .back-btn-handler:hover{opacity:.6;}
#onetrust-pc-sdk #ot-lst-title h3{display:inline-block;word-break:break-word;word-wrap:break-word;margin-bottom:0;color:#656565;font-size:1em;font-weight:bold;margin-left:15px;}
#onetrust-pc-sdk #ot-lst-title{margin:10px 0 10px 0px;font-size:1em;text-align:left;}
#onetrust-pc-sdk #ot-pc-hdr{margin:0 0 0 30px;height:auto;width:auto;}
#onetrust-pc-sdk #ot-pc-hdr input::placeholder{color:#d4d4d4;font-style:italic;}
#onetrust-pc-sdk #vendor-search-handler{height:31px;width:100%;border-radius:50px;font-size:.8em;padding-right:35px;padding-left:15px;float:left;margin-left:15px;}
#onetrust-pc-sdk #ot-lst-cnt{overflow-y:auto;margin-left:20px;margin-right:7px;width:calc(100% - 27px);max-height:calc(100% - 80px);height:100%;transform:translate3d(0, 0, 0);}
#onetrust-pc-sdk #ot-pc-lst{width:100%;bottom:100px;position:absolute;top:60px;}
#onetrust-pc-sdk #ot-sel-blk{overflow:hidden;width:100%;position:sticky;position:-webkit-sticky;top:0;z-index:3;}
#onetrust-pc-sdk #ot-back-arw{height:12px;width:12px;}
#onetrust-pc-sdk .ot-lst-subhdr{width:100%;display:inline-block;}
#onetrust-pc-sdk .ot-search-cntr{float:left;width:78%;position:relative;}
#onetrust-pc-sdk .ot-search-cntr>svg{width:30px;height:30px;position:absolute;float:left;right:-15px;}
#onetrust-pc-sdk .ot-fltr-cntr{float:right;right:50px;position:relative;}
#onetrust-pc-sdk #filter-btn-handler{background-color:#3860be;border-radius:17px;display:inline-block;position:relative;width:32px;height:32px;-moz-transition:.1s ease;-o-transition:.1s ease;-webkit-transition:1s ease;transition:.1s ease;padding:0;margin:0;}
#onetrust-pc-sdk #filter-btn-handler:hover{background-color:#3860be;}
#onetrust-pc-sdk #filter-btn-handler svg{width:12px;height:12px;margin:3px 10px 0 10px;display:block;position:static;right:auto;top:auto;}
#onetrust-pc-sdk #ot-fltr-modal{width:100%;height:auto;display:none;-moz-transition:.2s ease;-o-transition:.2s ease;-webkit-transition:2s ease;transition:.2s ease;overflow:hidden;opacity:1;right:0;}
#onetrust-pc-sdk #ot-fltr-modal .ot-label-txt{display:inline-block;font-size:.85em;color:dimgray;}
#onetrust-pc-sdk #ot-fltr-cnt{z-index:2147483646;background-color:#fff;position:absolute;height:90%;max-height:300px;width:325px;left:210px;margin-top:10px;margin-bottom:20px;padding-right:10px;border-radius:3px;-webkit-box-shadow:0px 0px 12px 2px #c7c5c7;-moz-box-shadow:0px 0px 12px 2px #c7c5c7;box-shadow:0px 0px 12px 2px #c7c5c7;}
#onetrust-pc-sdk .ot-fltr-scrlcnt{overflow-y:auto;overflow-x:hidden;clear:both;max-height:calc(100% - 60px);}
#onetrust-pc-sdk #ot-anchor{border:12px solid rgba(0,0,0,0);display:none;position:absolute;z-index:2147483647;right:55px;top:75px;transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);background-color:#fff;-webkit-box-shadow:-3px -3px 5px -2px #c7c5c7;-moz-box-shadow:-3px -3px 5px -2px #c7c5c7;box-shadow:-3px -3px 5px -2px #c7c5c7;}
#onetrust-pc-sdk .ot-fltr-btns{margin-left:15px;}
#onetrust-pc-sdk #filter-apply-handler{margin-right:15px;}
#onetrust-pc-sdk .ot-fltr-opt{margin-bottom:25px;margin-left:15px;width:75%;position:relative;}
#onetrust-pc-sdk .ot-chkbox label span{font-size:.85em;color:dimgray;}
#onetrust-pc-sdk .ot-chkbox input[type=checkbox]+label::after{content:none;color:#fff;}
#onetrust-pc-sdk .ot-chkbox input[type=checkbox]:checked+label::after{content:"";}
#onetrust-pc-sdk .ot-chkbox input[type=checkbox]:focus+label::before{outline-style:solid;outline-width:2px;outline-style:auto;}
#onetrust-pc-sdk #ot-selall-vencntr,#onetrust-pc-sdk #ot-selall-hostcntr,#onetrust-pc-sdk #ot-selall-licntr{right:15px;position:relative;width:20px;height:20px;float:right;}
#onetrust-pc-sdk #ot-selall-vencntr label,#onetrust-pc-sdk #ot-selall-hostcntr label,#onetrust-pc-sdk #ot-selall-licntr label{float:left;padding-left:0;}
#onetrust-pc-sdk .ot-cat-item>button:focus{outline:#000 solid 2px;}
#onetrust-pc-sdk .ot-cat-item>button{position:absolute;cursor:pointer;width:100%;height:100%;margin:0;top:0;left:0;z-index:1;max-width:none;border:none;}
#onetrust-pc-sdk .ot-cat-item>button[aria-expanded=false]~.ot-acc-txt{margin-top:0;max-height:0;opacity:0;overflow:hidden;width:100%;transition:.25s ease-out;display:none;}
#onetrust-pc-sdk #ot-category-title{float:left;padding-bottom:10px;font-size:1em;width:100%;}
#onetrust-pc-sdk .ot-cat-grp{margin-top:10px;}
#onetrust-pc-sdk .ot-cat-item{line-height:1.1;margin-top:10px;display:inline-block;width:100%;}
#onetrust-pc-sdk .ot-btn-container{text-align:right;}
#onetrust-pc-sdk .ot-btn-container button{display:inline-block;font-size:.75em;letter-spacing:.08em;margin-top:19px;}
#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon{position:absolute;top:10px;right:0;z-index:1;padding:0;background-color:rgba(0,0,0,0);border:none;}
#onetrust-pc-sdk #clear-filters-handler{margin-top:20px;margin-bottom:10px;float:right;max-width:200px;text-decoration:none;color:#3860be;font-size:.9em;font-weight:bold;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);padding:1px;}
#onetrust-pc-sdk #clear-filters-handler:hover{color:#2285f7;}
#onetrust-pc-sdk #clear-filters-handler:focus{outline:#000 solid 1px;}
#onetrust-pc-sdk .ot-plus-minus{width:20px;height:20px;font-size:1.5em;position:relative;display:inline-block;margin-right:5px;top:3px;}
#onetrust-pc-sdk .ot-plus-minus span{position:absolute;background:#27455c;border-radius:1px;}
#onetrust-pc-sdk .ot-plus-minus span:first-of-type{top:25%;bottom:25%;width:10%;left:45%;}
#onetrust-pc-sdk .ot-plus-minus span:last-of-type{left:25%;right:25%;height:10%;top:45%;}
#onetrust-pc-sdk #ot-selall-vencntr label,#onetrust-pc-sdk #ot-selall-hostcntr label,#onetrust-pc-sdk #ot-selall-licntr label{position:relative;display:inline-block;width:20px;height:20px;}
#onetrust-pc-sdk .ot-cat-header{width:calc(100% - 130px);}
#onetrust-pc-sdk .ot-acc-grpcntr .ot-acc-grpdesc{margin-bottom:5px;}
#onetrust-pc-sdk .ot-sel-all-hdr,#onetrust-pc-sdk .ot-sel-all-chkbox{display:inline-block;width:100%;position:relative;}
#onetrust-pc-sdk .ot-sel-all-chkbox{z-index:1;}
#onetrust-pc-sdk .ot-sel-all{margin:0;position:relative;padding-right:23px;float:right;}
#onetrust-pc-sdk .ot-consent-hdr,#onetrust-pc-sdk .ot-li-hdr{float:right;font-size:.812em;line-height:normal;text-align:center;word-break:break-word;word-wrap:break-word;}
#onetrust-pc-sdk .ot-li-hdr{max-width:100px;padding-right:10px;}
#onetrust-pc-sdk .ot-consent-hdr{max-width:55px;}
#onetrust-pc-sdk #ot-selall-licntr{display:block;width:21px;height:auto;float:right;position:relative;right:80px;}
#onetrust-pc-sdk #ot-selall-licntr label{position:absolute;}
#onetrust-pc-sdk #ot-lst-cnt .ot-chkbox{position:relative;display:inline-block;width:20px;height:20px;}
#onetrust-pc-sdk #ot-lst-cnt .ot-chkbox label{position:absolute;padding:0;width:20px;height:20px;}
#onetrust-pc-sdk .ot-cat-header{float:left;font-weight:600;font-size:.875em;line-height:1.5;max-width:90%;vertical-align:middle;}
#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item{position:relative;border-radius:2px;margin:0;padding:0;border:1px solid #d8d8d8;border-top:none;width:calc(100% - 2px);float:left;}
#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type{margin-top:10px;border-top:1px solid #d8d8d8;}
#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc{padding-left:20px;padding-right:20px;width:calc(100% - 40px);font-size:.812em;margin-bottom:10px;margin-top:15px;}
#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{padding-top:11.5px;padding-bottom:11.5px;padding-left:20px;padding-right:20px;width:calc(100% - 40px);display:inline-block;}
#onetrust-pc-sdk .ot-accordion-layout .ot-acc-txt{width:100%;padding:0;}
#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr{z-index:1;position:relative;}
#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{float:none;color:#2e3644;margin:0;display:inline-block;height:auto;word-wrap:break-word;min-height:inherit;}
#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{position:relative;min-height:25px;}
#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active{position:absolute;top:50%;transform:translateY(-50%);right:20px;}
#onetrust-pc-sdk #ot-lst-cnt{margin-top:1rem;max-height:calc(100% - 96px);}
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr{padding:.7rem 0;margin:0;display:flex;width:100%;align-items:center;justify-content:space-between;}
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:first-child{margin-left:.5rem;}
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:last-child{margin-right:.5rem;margin-left:.5rem;}
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-always-active{position:relative;right:unset;top:unset;transform:unset;}
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-plus-minus{top:0;}
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-cat-header{flex:1;margin:0 .5rem;}
#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-tgl{position:relative;transform:none;right:0;top:0;float:none;}
@media only screen and (max-width: 600px){
#onetrust-pc-sdk.otPcCenter{left:0;min-width:100%;height:100%;top:0;border-radius:0;}
#onetrust-pc-sdk #ot-pc-content{margin:1px 3px 0 10px;padding-right:10px;width:calc(100% - 23px);}
#onetrust-pc-sdk .ot-btn-container button{max-width:none;letter-spacing:.01em;}
#onetrust-pc-sdk #close-pc-btn-handler{top:10px;right:17px;}
#onetrust-pc-sdk p{font-size:.7em;}
#onetrust-pc-sdk #ot-pc-hdr{margin:10px 10px 0 5px;width:calc(100% - 15px);}
#onetrust-pc-sdk #ot-back-arw{margin-left:12px;}
#onetrust-pc-sdk #ot-lst-cnt{margin:0;padding:0 5px 0 10px;min-width:95%;}
#onetrust-pc-sdk #ot-fltr-cnt{max-width:320px;width:90%;border-top-right-radius:0;border-bottom-right-radius:0;margin:0;margin-left:15px;left:auto;right:40px;top:85px;}
#onetrust-pc-sdk .ot-fltr-opt{margin-left:25px;margin-bottom:10px;}
#onetrust-pc-sdk .ot-pc-refuse-all-handler{margin-bottom:0;}
#onetrust-pc-sdk #ot-fltr-cnt{right:40px;}
}
@media only screen and (max-width: 476px){
#onetrust-pc-sdk .ot-fltr-cntr,#onetrust-pc-sdk #ot-fltr-cnt{right:10px;}
#onetrust-pc-sdk #ot-anchor{right:25px;}
#onetrust-pc-sdk button{width:100%;}
#onetrust-pc-sdk:not(.ot-addtl-vendors) #ot-pc-lst:not(.ot-enbl-chr) .ot-sel-all{padding-right:9px;}
}
@media only screen and (max-width: 896px)and (max-height: 425px)and (orientation: landscape){
#onetrust-pc-sdk.otPcCenter{left:0;top:0;min-width:100%;height:100%;border-radius:0;}
#onetrust-pc-sdk #ot-anchor{left:initial;right:50px;}
#onetrust-pc-sdk #ot-lst-title{margin-top:12px;}
#onetrust-pc-sdk #ot-lst-title *{font-size:inherit;}
#onetrust-pc-sdk #ot-pc-hdr input{margin-right:0;padding-right:45px;}
#onetrust-pc-sdk #ot-sel-blk{position:static;}
#onetrust-pc-sdk #ot-pc-lst{overflow:auto;}
#onetrust-pc-sdk #ot-lst-cnt{max-height:none;overflow:initial;}
#onetrust-pc-sdk input{font-size:1em!important;}
#onetrust-pc-sdk p{font-size:.6em;}
#onetrust-pc-sdk #ot-fltr-modal{width:100%;top:0;}
}
#onetrust-consent-sdk #onetrust-pc-sdk,#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title:after,#onetrust-consent-sdk #onetrust-pc-sdk #ot-sel-blk,#onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-cnt,#onetrust-consent-sdk #onetrust-pc-sdk #ot-anchor{background-color:#FFFFFF;}
#onetrust-consent-sdk #onetrust-pc-sdk h3,#onetrust-consent-sdk #onetrust-pc-sdk h4,#onetrust-consent-sdk #onetrust-pc-sdk p,#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,#onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span,#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3,#onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status,#onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span,#onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler,#onetrust-consent-sdk #onetrust-pc-sdk .ot-optout-signal{color:#696969;}
#onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link{color:#E91B1E;}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt{background-color:#F8F8F8;}
#onetrust-consent-sdk #onetrust-pc-sdk             button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn){background-color:#E91B1E;border-color:#E91B1E;color:#FFFFFF;}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus + .ot-switch,.ot-switch .ot-switch-nob,.ot-switch .ot-switch-nob:before,#onetrust-pc-sdk .ot-chkbox input[type="checkbox"]:focus + label::before{outline-color:#000000;outline-width:1px;}
#onetrust-consent-sdk #onetrust-pc-sdk *:focus{outline:1px solid #000000;}#queryly_query{opacity:0.7;z-index:9999;color:black;margin:auto;padding:8px;font-size:20px;width:calc(100% - 90px);}
#queryly_suggest{margin:auto;padding:8px;font-size:20px;width:calc(100% - 170px);position:absolute;z-index:-1;color:black;}
#advanced_searchbutton{display:none;}
.queryly_overlay{height:0px;display:none;}
.queryly_search_header{background:black;color:#FFF;box-shadow:0px 1px 10px #888;position:fixed;top:-1000px;left:0;width:100%;height:130px;padding:40px;transition:top 500ms cubic-bezier(0.17, 0.04, 0.03, 0.94);overflow:hidden;box-sizing:border-box;z-index:-1;}
#queryly_toggle{position:relative;cursor:pointer;left:-100%;top:-100%;}
#queryly_toggle:checked ~ .queryly_search_header{z-index:999999;top:0px;}
#queryly_searchcontainer{width:100%;}
#queryly_resultscontainer{width:60%;}
@media (max-width:1200px){
#queryly_searchsidebar{display:none;}
#queryly_searchcontainer{width:auto;margin-left:0px;padding:20px;}
}@keyframes onetrust-fade-in{0%{opacity:0;}100%{opacity:1;}}.chart-v {
margin-bottom: 1.5rem;
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
padding: 0.5rem !important;
}@media (min-width: 640px) {.chart-v {
margin-bottom: 0.5rem;
padding-left: 1rem !important;
padding-right: 1rem !important;
}
}.chart-v {
}.chart-v__title {
margin-bottom: 0.5rem;
margin-top: 0.5rem;
flex-grow: 1;
text-align: center;
font-size: 1.25rem;
line-height: 1.75rem;
font-weight: 600;
line-height: 1.25;
}@media (min-width: 640px) {.chart-v__title {
font-size: 1.5rem;
line-height: 2rem;
}
}.chart-v__container {
display: flex;
justify-content: space-around;
gap: 0.75rem;
}@media (min-width: 768px) {.chart-v__container {
width: 80%;
}
}.chart-v__container {
}.chart-v__candle {
display: flex;
max-width: 140px;
flex-direction: column;
align-items: center;
overflow: hidden;
border-radius: 0.5rem;
}.chart-v__bar {
position: relative;
margin-bottom: 0.25rem;
display: flex;
height: 16rem;
width: 60px;
flex-direction: column-reverse;
align-items: center;
overflow: hidden;
border-radius: 0.5rem;
--tw-bg-opacity: 1;
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}@media (min-width: 640px) {.chart-v__bar {
width: 5rem;
}
}.chart-v__bar > span {
margin-bottom: 0.25rem;
width: 100%;
text-align: center !important;
font-size: 18px;
font-weight: 700;
line-height: 1;
letter-spacing: 0.025em;
--tw-text-opacity: 1;
color: rgb(15 23 42 / var(--tw-text-opacity));
text-shadow: 0 0 2px rgb(0 0 0 / 30%);
}.chart-v__label {
flex-shrink: 0;
text-align: center;
font-size: 1rem;
line-height: 1.5rem;
font-weight: 700;
}.chart-v__value {
display: inline-block;
width: 100%;
background-color: var(--color-primary);
height: calc(var(--bar-value) * 100% / var(--bar-max));
}.chart-v__value--animation {
animation: heightGrow 2s 1 linear;
}@keyframes heightGrow {
from {
height: 0;
}
}img-comparison-slider {
--divider-width: 2px;
--divider-color: #c0c0c0;
--default-handle-opacity: 0.3;
visibility: hidden;
display: inline-block;
}img-comparison-slider [slot='second'] {
display: none;
}img-comparison-slider.rendered {
visibility: inherit;
}img-comparison-slider.rendered [slot='second'] {
display: unset;
}.custom-animated-handle {
transition: transform 0.2s;
animation: magnifyBtns 2s infinite ease-in;
}.slider-with-animated-handle:hover .custom-animated-handle {
transform: scale(1.2);
animation-play-state: paused;
}@keyframes magnifyBtns {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
}img-comparison-slider figure figcaption {
}img-comparison-slider .before figcaption,
img-comparison-slider .after figcaption {
background: #fff;
border: 1px solid #c0c0c0;
border-radius: 12px;
color: #2e3452;
opacity: 0.8;
padding: 12px !important;
position: absolute;
top: 50%;
transform: translateY(-50%);
line-height: 100%;
}img-comparison-slider .before figcaption {
left: 12px;
}img-comparison-slider .after figcaption {
right: 12px;
}#order .shadow {
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}#ribbon path {
fill: var(--ribbon-color);
}#ribbon rect {
fill: var(--ribbon-dark-color);
}#order .order {
--background-color: var(--color-primary);
--border-radius: 32px;
--form-radius: calc(var(--border-radius) / 4);
--font-size: 18px;
--ribbon-size: 150px;
--ribbon-color: rgb(175, 0, 0);
--ribbon-dark-color: rgb(125, 0, 0);
--grad-from: rgb(220, 220, 220);
--grad-to: var(--color-primary);
--grad-direction: to bottom right;
--form-gap: 18px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 40px 0;
border-radius: var(--border-radius);
padding: 24px;
background-color: #fff;
gap: 32px 64px;
box-sizing: border-box;
}#order .order__left {
position: relative;
display: flex;
flex: 1 1 min(40%, 210px);
border-radius: var(--border-radius);
padding: 8px;
background: linear-gradient(var(--grad-direction), var(--grad-from), var(--grad-to));
background-color: var(--background-color);
box-sizing: inherit;
}#order .order__inner {
position: absolute;
left: -17px;
top: -17px;
width: var(--ribbon-size);
height: var(--ribbon-size);
}#order .order__ribbon {
width: 100%;
height: 100%;
}#order .order__discount {
position: absolute;
left: 48%;
top: 48%;
margin: 0;
width: auto;
font-weight: 700;
font-size: 30px;
line-height: 1;
text-align: center;
color: #fff;
transform: translate(-50%, -50%) rotate(-45deg);
}#order .order__sale {
position: absolute;
left: 15px;
top: 15px;
width: 90px;
height: 90px;
animation: magnifyRotate 4s linear infinite;
}@keyframes magnifyRotate {
0%, 100% {
transform: scale(0.95) rotate(-5deg);
}50% {
transform: scale(1.1) rotate(25deg);}
}#order .order__sale-img {
width: 100%;
height: 100%;
fill: rgb(125, 0, 0);
}#order .order__product {
display: block;
margin-top: auto;
margin-right: auto;
margin-left: auto;
max-width: 100%;
max-height: 450px;
-o-object-fit: contain;
object-fit: contain;
}#order .order__right {
flex: 1 1 min(50%, 260px);
align-self: center;
min-width: 260px;
box-sizing: inherit;
}#order .order__prices {
margin: 0;
margin-bottom: var(--form-gap);
border-bottom: 1px solid #d5d5d5;
padding: 0;
padding-bottom: var(--form-gap);
}#order .order__form {
margin-bottom: var(--form-gap);
border-bottom: 1px solid #d5d5d5;
padding-bottom: var(--form-gap);
box-sizing: inherit;
}#order .order__prod-left {
margin: 0;
padding: 0;
}#order .prod-left {
display: flex;
align-items: baseline;
justify-content: center;
font-size: calc(var(--font-size) - 2px);
text-align: center;
}#order .prod-left__text {
margin-right: 6px;
}#order .prod-left__pad {
flex: 0 0 auto;
border-radius: 5px;
padding: 8px 8px 6px;
box-sizing: border-box;
line-height: 1;
color: #fff;
background-color: var(--background-color);
}#order .prod-left__pad b {
animation: 1s ease-in-out infinite blink;
}#order .prod-left__pad--low {
color: #fff;
background-color: #b51111;
}#order .form {
width: 100%;
font-family: inherit;
}#order .form__group {
position: relative;
margin-bottom: calc(var(--form-gap) / 2);
padding: var(--form-gap) 0 0;
box-sizing: inherit;
max-width: 320px;
margin-right: auto;
margin-left: auto;
}#order .form__group:last-of-type {
margin-bottom: calc(var(--form-gap) * 1.5);
}#order .form__field {
box-sizing: inherit;
display: block;
border: 1px solid var(--background-color);
border-radius: var(--form-radius);
padding: 8px 16px;
width: 100%;
height: auto;
font-family: inherit;
font-size: var(--font-size);
line-height: 1;
text-align: left;
outline: none;
}#order .form__field::-moz-placeholder {
color: transparent;
}#order .form__field::placeholder {
color: transparent;
}#order .form__field:-moz-placeholder-shown ~ .form__label {
top: calc(var(--form-gap) * 1.5);
left: 1rem;
font-size: var(--font-size);
color: rgba(0, 0, 0, 0.5);
cursor: text;
}#order .form__field:placeholder-shown ~ .form__label {
top: calc(var(--form-gap) * 1.5);
left: 1rem;
font-size: var(--font-size);
color: rgba(0, 0, 0, 0.5);
cursor: text;
}#order .form__field:focus ~ .form__label {
position: absolute;
top: 0;
left: 0.5rem;
display: block;
font-size: 0.8rem;
color: #333;
}#order .form__field:required, #order .form__field:invalid {
box-shadow: none;
}#order .form__label {
position: absolute;
top: 0;
left: 0.5rem;
display: block;
font-family: inherit;
transition: 0.2s;
font-weight: 700;
font-size: 0.8rem;
line-height: 1.2;
color: #333;
text-transform: none;
}#order .form__label > span {
color: var(--grad-to);
}#order .form__btn {
box-sizing: inherit;
display: block;
margin-right: auto;
margin-left: auto;
border-radius: var(--form-radius);
padding: 10px 16px;
width: 100%;
max-width: 320px;
font-weight: 700;
font-size: var(--font-size);
line-height: 1.2;
text-transform: uppercase;
color: #fff;
background-color: var(--background-color);
border: 1px solid transparent;
cursor: pointer;
transition-property: color, background-color, border-color;
transition-duration: 0.3s;
transition-timing-function: ease-in-out;
}#order .form__btn:hover, #order .form__btn:focus {
color: var(--background-color);
background-color: #fff;
border-color: currentColor;
}#order .prices {
box-sizing: inherit;
display: flex;
justify-content: center;
gap: 16px;
}#order .prices__column {
box-sizing: inherit;
display: flex;
flex-direction: column;
width: 50%;
}#order .prices__column.old {
opacity: 0.7;
}#order .prices__title {
box-sizing: inherit;
margin: 0;
margin-bottom: 4px;
padding: 0;
font-weight: 700;
font-size: 22px;
text-align: center;
}#order .prices__price {
box-sizing: inherit;
margin: 0;
margin-top: auto;
padding: 0;
line-height: 1;
white-space: nowrap;
text-align: center;
}#order .prices__price--new {
font-weight: 700;
font-size: 28px;
transform: translatey(3px);
}#order .prices__price--old {
font-size: 24px;
}#order .prices__price--old > span {
text-decoration: line-through;
text-decoration-color: #b61717;
text-decoration-thickness: 3px;
}@media screen and (min-width: 576px) {
#order .prices__price--new {
font-size: 34px;
}#order .prices__price--old {
font-size: 28px;
}
}@keyframes blink {
from {
opacity: 0;
}
to {
opacity: 1;
}
}.comment-avatar {
margin-top: 8px;
margin-right: 20px;
border-radius: 50%;
height: 35px;
}@media (max-width: 1024px) {
.comment-avatar {
margin-right: 10px;
}
}.comment-top-row {
display: flex;
margin-bottom: 10px;
}.comment-author {
padding-bottom: 5px;
font-weight: 500;
font-size: 16px;
color: rgb(36, 36, 36);
}@media (max-width: 1024px) {
.comment-author {
font-size: 15px;
}
}.comment-author-and-date {
margin-top: 7px;
margin-right: 15px;
}p.comment-content-value {
margin-top: -22px;
margin-left: 55px;
}.comments {
margin-bottom: 40px;
}.comments__title {
margin-bottom: 20px;
font-size: 2rem;
}.comment:not(:last-child) {
margin-bottom: 16px;
padding-bottom: 16px;
border-bottom: 1px solid #d6d6d6;
}.comment__top {
display: flex;
align-items: center;
margin-bottom: 10px;
}.comment__avatar {
margin-right: 15px;
width: 50px;
height: 50px;
border-radius: 50%;
}.comment__info {
margin-right: auto;
}.comment__author {
font-weight: 700;
font-size: 18px;
white-space: nowrap;
}.comment__time {
margin-top: auto;
font-weight: 500;
font-size: 16px;
line-height: 1.7;
white-space: nowrap;
color: #666;
}.comment__text {
margin: 0;
}.comment__stars {
display: flex;
}.comment__stars > .star {
margin-right: 7px;
width: 20px;
height: 20px;
flex-shrink: 0;
fill: rgb(245, 195, 16);
}.comment__stars > .star--empty {
fill: #c7c7c7;
}.comment__rating {
font-weight: 700;
font-size: 16px;
line-height: 1.2;
}.comment__content {
font-size: 17px;
color: #333;
}.comment__text ~ .comment__img {
margin-top: 10px;
}.comment__img {
max-height: 200px;
}.comment a {
position: relative;
font-weight: 700;
text-decoration: none;
color: rgb(224, 62, 82);
}.comment a::before {
content: "";
position: absolute;
left: 0;
top: calc(100% + 2px);
width: 100%;
height: 1px;
background-color: rgb(224, 62, 82);
}.comment__footer {
margin-top: 16px;
}.comment__btn {
padding: 2px 7px;
background-color: transparent;
border: 1px solid transparent;
border-radius: 9999px;
color: #2a2e2e;
cursor: pointer;
transition: border-color 0.3s ease-in-out, border 0.3s ease-in-out;
}.comment__btn:not(:last-child) {
margin-right: 5px;
}.comment__btn:hover,
.comment__btn:focus {
border: 1px solid currentColor;
}.comment__btn span {
display: flex;
align-items: center;
flex-shrink: 0;
font-weight: 700;
font-size: 13px;
color: inherit !important;
transition: color 0.3s ease-in-out;
}.comment__btn span::before {
content: '';
display: inline-block;
width: 19px;
height: 19px;
margin-right: 4px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
transition: filter 0.3s ease-in-out;
}.comment__like span::before {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='26' fill='none' viewBox='0 0 25 26'%3e%3cpath fill='black' d='M24.2 9.916a3.323 3.323 0 0 0-2.187-1.3 3.446 3.446 0 0 0-.532-.038h-5.536V5.014c0-2.443-2.016-4.43-4.495-4.43a1.02 1.02 0 0 0-.93.596L5.883 11.46a.991.991 0 0 0-.088.407V24.43a1.01 1.01 0 0 0 1.018 1.003h13.099c.792 0 1.558-.277 2.161-.782a3.275 3.275 0 0 0 1.138-2.01l1.6-10.28a3.23 3.23 0 0 0-.613-2.444Zm-1.402 2.14-1.6 10.28a1.3 1.3 0 0 1-1.285 1.089H7.833V12.079l4.243-9.408c1.053.274 1.832 1.22 1.832 2.343v4.568c0 .554.456 1.004 1.019 1.004h6.57a1.294 1.294 0 0 1 1.061.521c.207.275.291.613.24.95Z'/%3e%3cpath fill='black' d='M6.813 23.426H3.336a1.292 1.292 0 0 1-1.299-1.28V14.15c0-.706.583-1.28 1.3-1.28h3.476c.563 0 1.019-.45 1.019-1.004s-.456-1.004-1.019-1.004H3.336C1.496 10.863 0 12.338 0 14.151v7.994c0 1.813 1.497 3.288 3.336 3.288h3.477a1.01 1.01 0 0 0 1.019-1.003c0-.555-.456-1.004-1.019-1.004Z'/%3e%3c/svg%3e");
}.comment__like--plus {
color: #2faa10;
border-color: currentColor;
cursor: auto;
}.comment__dislike--minus {
color: #d94f70;
border-color: currentColor;
cursor: auto;
}.comment__like--plus span::before {
color: #2faa10;
filter: brightness(0) saturate(100%) invert(71%) sepia(84%) saturate(4960%) hue-rotate(74deg) brightness(95%) contrast(87%);
}.comment__dislike--minus span::before {
color: #d94f70;
filter: brightness(0) saturate(100%) invert(45%) sepia(47%) saturate(1658%) hue-rotate(313deg) brightness(88%) contrast(92%);
}.comment__dislike span::before {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 26 26'%3e%3cpath fill='black' d='M1.147 16.015a3.323 3.323 0 0 0 2.186 1.301c.176.027.356.039.533.037H9.4v3.565c0 2.442 2.017 4.43 4.496 4.43.402 0 .767-.234.93-.596l4.636-10.279a.991.991 0 0 0 .088-.408V1.504C19.55.95 19.094.5 18.531.5H5.433c-.79 0-1.557.277-2.16.783a3.274 3.274 0 0 0-1.138 2.01l-1.6 10.28a3.23 3.23 0 0 0 .612 2.443Zm1.402-2.14 1.6-10.28a1.3 1.3 0 0 1 1.284-1.088h12.081v11.345l-4.244 9.409c-1.053-.274-1.832-1.22-1.832-2.343V16.35a1.01 1.01 0 0 0-1.018-1.004H3.849a1.294 1.294 0 0 1-1.061-.521 1.257 1.257 0 0 1-.239-.95Z'/%3e%3cpath fill='black' d='M18.533 2.506h3.477c.717 0 1.3.574 1.3 1.28v7.995c0 .705-.583 1.28-1.3 1.28h-3.477c-.562 0-1.018.45-1.018 1.004s.456 1.003 1.018 1.003h3.477c1.84 0 3.337-1.475 3.337-3.287V3.786c0-1.813-1.497-3.288-3.337-3.288h-3.477c-.562 0-1.018.45-1.018 1.004a1.01 1.01 0 0 0 1.018 1.004Z'/%3e%3c/svg%3e");
}.comment__like:hover span::before,
.comment__like:focus span::before {
filter: brightness(0) saturate(100%) invert(71%) sepia(84%) saturate(4960%) hue-rotate(74deg) brightness(95%) contrast(87%);
transition: filter 0.3s ease-in-out;
}.comment__dislike:hover span::before,
.comment__dislike:focus span::before {
filter: brightness(0) saturate(100%) invert(45%) sepia(47%) saturate(1658%) hue-rotate(313deg) brightness(88%) contrast(92%);
transition: filter 0.3s ease-in-out;
}.comment__like:hover,
.comment__like:focus {
color: #2faa10;
}.comment__dislike:hover,
.comment__dislike:focus {
color: #d94f70;
}.deal-wheel-section {
margin-left: auto;
margin-right: auto;
margin-top: 3rem;
margin-bottom: 3rem;
display: flex;
align-items: center;
justify-content: center;
gap: 2rem;
overflow: hidden;
}@media not all and (min-width: 768px) {.deal-wheel-section {
flex-wrap: wrap;
}
}.deal-wheel-content {
align-self: center;
text-align: center;
}.deal-wheel-title {
margin-bottom: 2.25rem;
}@keyframes tw-pulse {50% {
opacity: .5;
}
}.deal-wheel-title {
animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
text-align: center;
font-size: 28px;
font-weight: 700;
text-transform: uppercase;
color: var(--color-primary);
}.deal-wheel-subtitle {
margin-bottom: 2.5rem;
text-align: center;
}.deal-wheel-btn {
border-radius: 1rem;
--tw-bg-opacity: 1;
background-color: rgb(22 163 74 / var(--tw-bg-opacity));
padding: 1rem;
font-size: 18px !important;
font-weight: 700;
text-transform: uppercase;
line-height: 1 !important;
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
border: 2px solid rgb(22 163 74);
}#dealWheel img {
margin-bottom: 0px !important;
border: 0 none;
}.deal-wheel {
--size: clamp(250px, 80vmin, 700px);
--lg-hs: 0 3%;
--lg-stop: 50%;
--lg: linear-gradient(hsl(var(--lg-hs) 0%) 0 var(--lg-stop), hsl(var(--lg-hs) 20%) var(--lg-stop) 100%);position: relative;
display: grid;
align-items: center;
grid-gap: calc(var(--size) / 20);
grid-template-areas: "spinner" "trigger";
font-size: calc(var(--size) / 21);
}.deal-wheel > * {
grid-area: spinner;
}.deal-wheel__images img,
.ticker img {
display: block;
height: auto;
max-width: 100%;
margin-bottom: 0 !important;
}.spinner {
position: relative;
display: grid;
align-items: center;
grid-template-areas: "spinner";
margin: 0 !important;
border-radius: 50%;
padding: 0;
width: var(--size);
height: var(--size);
max-width: 529px;
max-height: 529px;
background: none !important;
transform: rotate(calc(var(--rotate, 25) * 1deg));
}.spinner * {
grid-area: spinner;
}.prize {
display: flex;
align-items: center;
padding: 0 calc(var(--size) / 6) 0 calc(var(--size) / 20);
width: 50%;
height: 50%;
font-size: 0;
transform: rotate(var(--rotate));
transform-origin: center right;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}.ticker {
max-width: 528px;
transform: rotate(calc(var(--rotate, 25) * 1deg));
transition-duration: 4.5s;
pointer-events: none;
}.ticker.slow {
animation: rotate 120s linear infinite;
}.is-spinning .spinner {
transition: transform 8s cubic-bezier(0.1, -0.01, 0, 1);
}.is-spinning .ticker {
transition: transform 8s cubic-bezier(0.1, -0.01, 0, 1);
}.ticker {
transition-duration: 4.5s;
pointer-events: none;
}.deal-wheel {
max-width: 529px;
max-height: 529px;
pointer-events: none;
}@media (max-width: 1300px) {
.deal-wheel {
max-width: 484px;
max-height: 484px;
}.spinner {
max-width: 484px;
max-height: 484px;
}
}@media (max-width: 767px) {
.deal-wheel {
right: 0;
top: 100%;
max-width: 300px;
max-height: 300px;
position: static;
}.spinner {
max-width: 300px;
max-height: 300px;
}.deal-wheel__images {
max-width: 300px;
max-height: 300px;
}.ticker {
max-width: 300px;
max-height: 300px;
}
}@keyframes rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}*,
::before,
::after {
box-sizing: border-box;
border-width: 0;
border-style: solid;
border-color: #e5e7eb;
}::before,
::after {
--tw-content: '';
}html {
line-height: 1.5;
-webkit-text-size-adjust: 100%;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-feature-settings: normal;
font-variation-settings: normal;
}body {
margin: 0;
line-height: inherit;
}hr {
height: 0;
color: inherit;
border-top-width: 1px;
}abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}a {
color: inherit;
text-decoration: inherit;
}b,
strong {
font-weight: bolder;
}code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}small {
font-size: 80%;
}sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}sub {
bottom: -0.25em;
}sup {
top: -0.5em;
}table {
text-indent: 0;
border-color: inherit;
border-collapse: collapse;
}button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-feature-settings: inherit;
font-variation-settings: inherit;
font-size: 100%;
font-weight: inherit;
line-height: inherit;
color: inherit;
margin: 0;
padding: 0;
}button,
select {
text-transform: none;
}button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button;
background-color: transparent;
background-image: none;
}:-moz-focusring {
outline: auto;
}:-moz-ui-invalid {
box-shadow: none;
}progress {
vertical-align: baseline;
}::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
}[type='search'] {
-webkit-appearance: textfield;
outline-offset: -2px;
}::-webkit-search-decoration {
-webkit-appearance: none;
}::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}summary {
display: list-item;
}blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}fieldset {
margin: 0;
padding: 0;
}legend {
padding: 0;
}ol,
ul,
menu {
list-style: none;
margin: 0;
padding: 0;
}dialog {
padding: 0;
}textarea {
resize: vertical;
}input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
color: #9ca3af;
}input::placeholder,
textarea::placeholder {
opacity: 1;
color: #9ca3af;
}button,
[role="button"] {
cursor: pointer;
}:disabled {
cursor: default;
}img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block;
vertical-align: middle;
}img,
video {
max-width: 100%;
height: auto;
}[hidden] {
display: none;
}*, ::before, ::after {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x:  ;
--tw-pan-y:  ;
--tw-pinch-zoom:  ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position:  ;
--tw-gradient-via-position:  ;
--tw-gradient-to-position:  ;
--tw-ordinal:  ;
--tw-slashed-zero:  ;
--tw-numeric-figure:  ;
--tw-numeric-spacing:  ;
--tw-numeric-fraction:  ;
--tw-ring-inset:  ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur:  ;
--tw-brightness:  ;
--tw-contrast:  ;
--tw-grayscale:  ;
--tw-hue-rotate:  ;
--tw-invert:  ;
--tw-saturate:  ;
--tw-sepia:  ;
--tw-drop-shadow:  ;
--tw-backdrop-blur:  ;
--tw-backdrop-brightness:  ;
--tw-backdrop-contrast:  ;
--tw-backdrop-grayscale:  ;
--tw-backdrop-hue-rotate:  ;
--tw-backdrop-invert:  ;
--tw-backdrop-opacity:  ;
--tw-backdrop-saturate:  ;
--tw-backdrop-sepia:  ;
}::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x:  ;
--tw-pan-y:  ;
--tw-pinch-zoom:  ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position:  ;
--tw-gradient-via-position:  ;
--tw-gradient-to-position:  ;
--tw-ordinal:  ;
--tw-slashed-zero:  ;
--tw-numeric-figure:  ;
--tw-numeric-spacing:  ;
--tw-numeric-fraction:  ;
--tw-ring-inset:  ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur:  ;
--tw-brightness:  ;
--tw-contrast:  ;
--tw-grayscale:  ;
--tw-hue-rotate:  ;
--tw-invert:  ;
--tw-saturate:  ;
--tw-sepia:  ;
--tw-drop-shadow:  ;
--tw-backdrop-blur:  ;
--tw-backdrop-brightness:  ;
--tw-backdrop-contrast:  ;
--tw-backdrop-grayscale:  ;
--tw-backdrop-hue-rotate:  ;
--tw-backdrop-invert:  ;
--tw-backdrop-opacity:  ;
--tw-backdrop-saturate:  ;
--tw-backdrop-sepia:  ;
}.lotteri {
clear: both;
margin-bottom: 32px;
display: flex;
justify-content: center;
padding: 8px;
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}.lotteri__container {
position: relative;
display: flex;
gap: 16px;
border-radius: 8px;
border-width: 3px;
border-style: dashed;
--tw-border-opacity: 1;
border-color: rgb(45 3 128 / var(--tw-border-opacity));
background-image: linear-gradient(to top right, var(--tw-gradient-stops));
--tw-gradient-from: rgb(24 24 27 / 0.2) var(--tw-gradient-from-position);
--tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
--tw-gradient-to-position: 40%;
padding: 8px;
}@media (min-width: 768px) {.lotteri__container {
padding: 16px;
}
}.lotteri__container {box-shadow: 0 0 4px 0 #2d038073;
}.lotteri__bg {
position: absolute;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
background-image: url(../lotteri/gifts-bg.png);
opacity: 0.1;
--tw-grayscale: grayscale(100%);
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.lotteri__content {
position: relative;
z-index: 30;
align-self: center;
}.lotteri__heading {
font-size: 70px;
font-weight: 700;
text-transform: uppercase;
line-height: 1;
--tw-text-opacity: 1;
color: rgb(45 3 128 / var(--tw-text-opacity));
}@media not all and (min-width: 640px) {.lotteri__heading {
text-align: center;
}
}.lotteri__subheading {
margin-bottom: 16px;
font-size: 24px;
line-height: 1.25;
letter-spacing: -0.025em;
--tw-text-opacity: 1;
color: rgb(128 125 127 / var(--tw-text-opacity));
}@media not all and (min-width: 640px) {.lotteri__subheading {
text-align: center;
}
}@media (min-width: 640px) {.lotteri__subheading {
margin-bottom: 48px;
}
}.lotteri__wrap {
position: relative;
z-index: 30;
}@media not all and (min-width: 640px) {.lotteri__wrap {
display: none;
}
}.lotteri__img {
max-height: 350px;
}.lotteri__img--mob {
margin-bottom: 16px;
max-height: 300px;
}@media (min-width: 640px) {.lotteri__img--mob {
display: none;
}
}.lotteri__item {
position: relative;
display: flex;
align-items: center;
font-weight: 500;
--tw-text-opacity: 1;
color: rgb(46 45 44 / var(--tw-text-opacity));
}.lotteri__item:not(:last-child) {
margin-bottom: 12px;
}.lotteri__item::before {
margin-right: 6px;
display: inline-block;
height: 24px;
width: 24px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
--tw-content: '';
content: var(--tw-content);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='32.000244140625 59.15949630737305 455.9960632324219 401.6855163574219'%3e%3cg%3e%3cpath d='M239.987 460.841a10 10 0 0 1-7.343-3.213L34.657 243.463A10 10 0 0 1 42 226.675h95.3a10.006 10.006 0 0 1 7.548 3.439l66.168 76.124c7.151-15.286 20.994-40.738 45.286-71.752 35.912-45.85 102.71-113.281 216.994-174.153a10 10 0 0 1 10.85 16.712c-.436.341-44.5 35.041-95.212 98.6-46.672 58.49-108.714 154.13-139.243 277.6a10 10 0 0 1-9.707 7.6z' data-name='Check' fill='%2306d200' opacity='1' data-original='black'/%3e%3c/g%3e%3c/svg%3e");
}.certificates-container {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
}.certificates-container.certificates-container--absolute {
position: absolute;
left: 50%;
bottom: -50px;
--tw-translate-x: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.certificates-container.certificates-container--form {
position: absolute;
right: 8px;
bottom: 8px;
gap: 8px;
}.certificates-container > img {
pointer-events: none;
height: 100%;
max-height: 80px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}.certificates-container.certificates-container--form > img {
max-height: 80px;
}.dialog {
--dialog-bg-rgb: 173 174 176;
--dialog-bg-color: rgb(var(--dialog-bg-rgb)/ 1);
--dialog-bg-transp: rgb(var(--dialog-bg-rgb)/ 0.7);
--dialog-text-color: #242424;
position: relative;
margin-top: 32px;
margin-bottom: 32px;
gap: 16px;
}@media (min-width: 640px) {.dialog {
margin-top: 24px;
margin-bottom: 24px;
display: flex;
}
}.dialog.dialog--interviewer {
--dialog-bg-rgb: 13 164 181;
--dialog-text-color: rgb(255,255,255);
font-size: 21px;
font-weight: 700;
line-height: 1.15;
}.dialog.dialog--doctor {
--dialog-bg-rgb: 229 231 235;
}.dialog__left {
z-index: 5;
display: flex;
flex-direction: row;
align-items: center;
}@media not all and (min-width: 640px) {.dialog__left {
position: absolute;
left: -12px;
top: -24px;
gap: 16px;
}
}@media (min-width: 640px) {.dialog__left {
flex-direction: column;
}
}.dialog__avatar {
height: 48px;
width: 48px;
flex-shrink: 0;
overflow: hidden;
border-radius: 9999px;
background-color: var(--dialog-bg-color);
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}@media (min-width: 640px) {.dialog__avatar {
height: 60px;
width: 60px;
}
}.dialog__avatar.dialog__avatar--svg {
fill: #fff;
stroke: #fff;
padding: 6px;
}@media (min-width: 640px) {.dialog__avatar.dialog__avatar--svg {
padding: 12px;
}
}.dialog__avatar-inner {
margin: 0px;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}@media (min-width: 640px) {.dialog__avatar:not(:last-child) {
margin-bottom: 8px;
}
}.dialog__name {
text-align: center;
font-weight: 600;
line-height: 1.25;
color: var(--color-primary);
}@media (min-width: 640px) {.dialog__name {
font-size: 14px;
letter-spacing: -0.05em;
}
}.dialog__content {
position: relative;
margin-top: 8px;
align-self: flex-start;
border-radius: 16px;
background-image: linear-gradient(to right, var(--tw-gradient-stops));
--tw-gradient-from: var(--dialog-bg-color) var(--tw-gradient-from-position);
--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
--tw-gradient-to: var(--dialog-bg-transp) var(--tw-gradient-to-position);
padding: 16px;
color: var(--dialog-text-color);
}@media not all and (min-width: 640px) {.dialog__content {
padding-top: 26px;
}
}.dialog__content::before {
--dialog-cube-size: 12px;position: absolute;top: 12px;left: calc(var(--dialog-cube-size) / -2);height: var(--dialog-cube-size);width: var(--dialog-cube-size);transform-origin: bottom left;--tw-rotate: 45deg;transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));background-color: var(--dialog-bg-color);
}@media (min-width: 640px) {.dialog__content::before {
--tw-content: '';
content: var(--tw-content);
}
}.dialog__content > h3 {
margin-top: 0px;
margin-bottom: 0px;
font-size: 19px;
font-weight: 600;
line-height: 1.3;
}.dialog__content > p {
margin-bottom: 0px;
margin-top: 0px;
color: inherit;
}.dialog__content > p:not(:last-child) {
margin-bottom: 16px;
}.tw-absolute {
position: absolute;
}.tw-relative {
position: relative;
}.tw-right-3 {
right: 0.75rem;
}.tw-top-3 {
top: 0.75rem;
}.tw-clear-both {
clear: both;
}.\!tw-my-\[42px\] {
margin-top: 42px !important;
margin-bottom: 42px !important;
}.tw-mx-auto {
margin-left: auto;
margin-right: auto;
}.tw-mb-\[16px\] {
margin-bottom: 16px;
}.tw-mb-\[24px\] {
margin-bottom: 24px;
}.tw-mb-\[8px\] {
margin-bottom: 8px;
}.tw-block {
display: block;
}.tw-inline-block {
display: inline-block;
}.\!tw-h-20 {
height: 5rem !important;
}.tw-max-h-\[250px\] {
max-height: 250px;
}.\!tw-w-20 {
width: 5rem !important;
}.\!tw-w-full {
width: 100% !important;
}.tw-w-full {
width: 100%;
}.tw-max-w-\[768px\] {
max-width: 768px;
}.tw-basis-full {
flex-basis: 100%;
}@keyframes tw-pulse {50% {
opacity: .5;
}
}.tw-animate-pulse {
animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}.tw-rounded-\[16px\] {
border-radius: 16px;
}.tw-rounded-xl {
border-radius: 0.75rem;
}.tw-border-\[3px\] {
border-width: 3px;
}.tw-border-solid {
border-style: solid;
}.tw-border-\[\#333\] {
--tw-border-opacity: 1;
border-color: rgb(51 51 51 / var(--tw-border-opacity));
}.tw-border-primary {
border-color: var(--color-primary);
}.tw-bg-primary {
background-color: var(--color-primary);
}.tw-bg-red-400 {
--tw-bg-opacity: 1;
background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}.tw-bg-red-500 {
--tw-bg-opacity: 1;
background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}.tw-bg-red-600 {
--tw-bg-opacity: 1;
background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}.tw-bg-red-800 {
--tw-bg-opacity: 1;
background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}.tw-px-\[16px\] {
padding-left: 16px;
padding-right: 16px;
}.tw-py-\[8px\] {
padding-top: 8px;
padding-bottom: 8px;
}.tw-text-center {
text-align: center;
}.tw-text-right {
text-align: right;
}.\!tw-text-\[17px\] {
font-size: 17px !important;
}.tw-text-\[20px\] {
font-size: 20px;
}.tw-text-\[22px\] {
font-size: 22px;
}.tw-text-\[24px\] {
font-size: 24px;
}.tw-font-bold {
font-weight: 700;
}.tw-font-extrabold {
font-weight: 800;
}.tw-font-medium {
font-weight: 500;
}.tw-font-semibold {
font-weight: 600;
}.tw-uppercase {
text-transform: uppercase;
}.tw-leading-tight {
line-height: 1.25;
}.\!tw-text-primary {
color: var(--color-primary) !important;
}.\!tw-text-white {
--tw-text-opacity: 1 !important;
color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.tw-text-primary {
color: var(--color-primary);
}.tw-text-red-600 {
--tw-text-opacity: 1;
color: rgb(220 38 38 / var(--tw-text-opacity));
}.\!tw-no-underline {
text-decoration-line: none !important;
}.tw-shadow-md {
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.tw-shadow-sm {
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.tw-outline-none {
outline: 2px solid transparent;
outline-offset: 2px;
}.tw-transition-colors {
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}:root {
--color-primary: #b02721ff;
--color-primary-light: #13322b;
--color-secondary: #ed6e00;
--color-alternative: #12322bff;
--color-alert: #ff0000;
}*,
::backdrop,
:after,
:before {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: #3b82f680;
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
}*,
::before,
::after {
box-sizing: border-box;
border-width: 0;
border-style: solid;
border-color: #e5e7eb;
}::before,
::after {
--tw-content: "";
}body {
min-width: 360px;
overflow-x: hidden !important;
}main {
overflow-x: hidden;
}img {
display: block;
max-width: 100%;
}strong, b {
font-weight: 700;
}.lead-block {
margin-bottom: 16px;
font-size: 22px;
font-weight: 600;
line-height: 1.15;
}.hl-accent {
font-weight: 700;
color: var(--color-primary);
}.hl-secondary {
font-weight: 700;
color: var(--color-secondary);
}.dg-question {
margin-top: 0px !important;
margin-bottom: 0px !important;
border-radius: 0.5rem;
--tw-bg-opacity: 1;
background-color: rgb(6 78 59 / var(--tw-bg-opacity));
padding: 0.5rem;
font-weight: 700;
line-height: 1.25;
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}.dg-answer {
margin-left: 0.5rem;
border-left-width: 3px;
border-color: var(--color-alternative);
padding-left: 0.5rem;
}.dg-ava {
float: left;
margin-right: 0.5rem !important;
margin-bottom: 0.5rem !important;
height: 4rem !important;
width: 4rem !important;
border-radius: 9999px;
}.dg-ava-int {
margin-right: 0.5rem !important;
height: 4rem !important;
width: 4rem !important;
border-radius: 9999px;
}.dg-question-wrap {
margin-bottom: 1rem;
display: flex;
align-items: center;
}.signs-list {
margin-bottom: 0px !important;
list-style-type: none;
counter-reset: signs;
}.signs-list > li {
position: relative;
display: flex;
align-items: center;
line-height: 1.25;
counter-increment: signs;
}.signs-list > li:not(:last-child) {
margin-bottom: 1rem;
}.signs-list > li::before {
content: counter(signs);
margin-right: 1rem;
height: 2rem;
width: 2rem;
flex-shrink: 0;
align-self: baseline;
border-radius: 9999px;
--tw-bg-opacity: 1;
background-color: rgb(30 58 138 / var(--tw-bg-opacity));
text-align: center;
font-size: 1.25rem;
line-height: 1.75rem;
font-weight: 700;
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}.dg-table {
margin-bottom: 2.5rem;
display: flex;
flex-direction: column;
gap: 1rem;
}.dg-table__row {
display: flex;
align-items: center;
gap: 1rem;
}@media not all and (min-width: 768px) {.dg-table__row {
flex-wrap: wrap;
}
}@media (min-width: 768px) {.dg-table__row {
gap: 2rem;
}
}.dg-table__row:not(:last-child) {
border-bottom-width: 1px;
border-style: solid;
padding-bottom: 1rem;
}.dg-table__col:nth-child(1) {
width: 20%;
}@media not all and (min-width: 768px) {.dg-table__col:nth-child(1) {
width: 100%;
}
}.dg-table__col:nth-child(2), .dg-table__col:nth-child(3) {
width: 40%;
text-align: center;
}@media not all and (min-width: 768px) {.dg-table__col:nth-child(2), .dg-table__col:nth-child(3) {
width: calc(50% - 0.5rem);
}
}.dg-table__adv {
display: inline-block;
border-radius: 0.5rem;
--tw-bg-opacity: 1;
background-color: rgb(134 239 172 / var(--tw-bg-opacity));
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-top: 5px;
padding-bottom: 5px;
--tw-text-opacity: 1 !important;
color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}.dg-table__disadv {
display: inline-block;
border-radius: 0.5rem;
--tw-bg-opacity: 1;
background-color: rgb(248 113 113 / var(--tw-bg-opacity));
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-top: 5px;
padding-bottom: 5px;
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}.dg-table__subtitle {
margin: 0px !important;
}@media not all and (min-width: 768px) {.dg-table__subtitle {
text-align: center;
}
}.dg-table__content > p,
.dg-table__content > ul {
margin-bottom: 0px !important;
line-height: 1.1 !important;
}@media not all and (min-width: 640px) {.dg-table__content > p,
.dg-table__content > ul {
font-size: 1rem;
line-height: 1.5rem;
}
}.dg-table__title {
font-size: 1.875rem;
line-height: 2.25rem;
}.dg-table__subtitle {
font-weight: 700;
}.dg-table__title {
font-weight: 700;
}mark {
--color1: rgb(39 0 255 / 33%);
--bg-height: 100%;all: unset;
background-image: linear-gradient(var(--color1), var(--color1));
background-position: 0 100%;
background-repeat: no-repeat;
background-size: 0 var(--bg-height);
animation: highlight 800ms 1 ease-out;
animation-fill-mode: forwards;
animation-play-state: paused;
}@keyframes highlight {
to {
background-size: 100% var(--bg-height);
}
}@keyframes scroll {
0% {
left: 0px;
}
100% {
left: -1300px;
}
}.quotation {
position: relative;
margin-top: 24px;
margin-bottom: 24px;
transition: opacity 0.8s ease-in, transform 0.8s ease-in;
}.quotation--image {
margin-top: 32px;
margin-bottom: 32px;
gap: 16px;
}@media (min-width: 640px) {.quotation--image {
display: flex;
}
}.quotation__image {
left: 44px;
top: -24px;
z-index: 2;
height: 48px;
width: 48px;
flex-shrink: 0;
}@media not all and (min-width: 640px) {.quotation__image {
position: absolute;
}
}@media (min-width: 640px) {.quotation__image {
height: 90px;
width: 90px;
}
}.quotation__image > img {
border-radius: 9999px;
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.quotation__wrap {
position: relative;
border-radius: 16px;
--tw-bg-opacity: 1;
background-color: rgb(245 247 247 / var(--tw-bg-opacity));
padding-top: 24px;
padding-bottom: 24px;
padding-left: 24px;
padding-right: 24px;
}@media (min-width: 768px) {.quotation__wrap {
padding-left: 32px;
padding-right: 32px;
}
}.quotation__wrap > p {
margin-top: 0px;
margin-bottom: 0px;
-webkit-hyphens: auto;
hyphens: auto;
overflow-wrap: break-word;
font-weight: 500;
}.quotation__wrap > p:first-child::before {
content: ",,";
position: absolute;
left: 16px;
top: -12px;
--tw-rotate: 180deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
font-size: 72px;
font-style: normal;
line-height: 1;
letter-spacing: -6px;
}@media (min-width: 768px) {.quotation__wrap > p:first-child::before {
left: 24px;
}
}.quotation__wrap > p:not(:last-child) {
margin-bottom: 0.75rem;
}.problems-list {
margin: 0px;
margin-bottom: 24px;
display: flex;
list-style-type: none;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 16px;
padding: 0px;
}.problems-list > li {
border-radius: 9999px;
border-width: 3px;
border-color: var(--color-primary);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
padding-right: 1rem;
text-align: center;
}.problems-list > li:not(:last-child) {
}.simptoms-list {
margin-bottom: 24px;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 16px;
}.simptoms-list > li {
width: 100%;
max-width: 120px;
}@media (min-width: 640px) {.simptoms-list > li {
max-width: 140px;
}
}.simptoms-list > li:hover > div {
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.simptoms-list > li > div {
margin-bottom: 8px;
height: 100px;
width: 100px;
overflow: hidden;
border-radius: 9999px;
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
transition-property: box-shadow;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}@media (min-width: 640px) {.simptoms-list > li > div {
height: 140px;
width: 140px;
}
}.simptoms-list > li > div img {
height: 100%;
width: 100%;
-o-object-fit: contain;
object-fit: contain;
}.simptoms-list > li > span {
display: block;
text-align: center;
font-size: 15px;
font-weight: 600;
}.heart-anim {
margin-left: auto;
margin-right: auto;
margin-bottom: 16px;
width: 100%;
max-width: 90%;
}@media (min-width: 768px) {.heart-anim {
float: right;
margin-left: 16px;
width: 33.333333% !important;
}
}.heart-anim {
animation-name: anime;
animation-duration: 300ms;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-timing-function: ease-in;
}@keyframes anime {
from {
transform: scale(1);
}
to {
transform: scale(0.95);
}
}.diabets {
margin-top: 32px;
margin-bottom: 32px;
}.diabets__title {
margin-bottom: 32px !important;
text-align: center;
font-size: 24px;
font-weight: 700;
}.diabets__list {
margin: 0px;
display: flex;
list-style-type: none;
flex-wrap: wrap;
gap: 16px;
padding: 0px;
}.diabets__item {
flex-grow: 1;
flex-basis: calc(100% / 3 - 32px / 3);
}.diabets__item-inner {
margin-left: auto;
margin-right: auto;
width: 160px;
}.diabets__text {
margin-bottom: 0px !important;
text-align: center;
}.benefits-list {
list-style-type: none;
padding-left: 0px;
}.benefits-list > li {
display: flex;
align-items: center;
gap: 12px;
}.benefits-list > li::before {
content: "";
display: inline-block;
height: 24px;
width: 24px;
flex-shrink: 0;
background: url("../images/checkmark.png") no-repeat center / contain;
}.benefits-list > li p {
margin-top: 0px;
margin-bottom: 0px;
}.composition {
}.composition__title {
text-align: center;
font-size: 26px;
line-height: 1.375;
}.composition__list {
margin-top: 32px;
margin-bottom: 32px;
display: flex;
list-style-type: none;
flex-wrap: wrap;
justify-content: center;
gap: 32px;
padding-left: 0px;
}.composition__item {
border-radius: 16px;
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
--tw-gradient-from: #737373 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
--tw-gradient-to: #e5e5e5 var(--tw-gradient-to-position);
padding: 0px;
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}@media (min-width: 768px) {.composition__item {
flex-basis: calc(50% - 1rem);
}
}.composition__item-inner {
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: space-between;
gap: 16px;
border-top-left-radius: 16px;
border-top-right-radius: 16px;
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
--tw-gradient-from: #262626 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
--tw-gradient-to: #404040 var(--tw-gradient-to-position);
padding: 16px;
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.composition__img {
height: 64px;
width: 64px;
flex-shrink: 0;
overflow: hidden;
border-radius: 9999px;
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
--tw-shadow-color: rgb(255 255 255 / 0.7);
--tw-shadow: var(--tw-shadow-colored);
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
--tw-ring-opacity: 1;
--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}@media (min-width: 768px) {.composition__img {
height: 96px;
width: 96px;
}
}.composition__img-inner {
margin: 0px;
height: 100% !important;
width: 100% !important;
-o-object-fit: cover;
object-fit: cover;
}.composition__heading {
margin-top: 0px;
margin-bottom: 0px;
font-size: 24px;
line-height: 1.375;
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}.composition__text {
padding: 16px;
}.blockquote {
border-top-width: 2px;
border-bottom-width: 2px;
border-left-width: 0px;
border-right-width: 0px;
border-style: solid;
--tw-border-opacity: 1;
border-color: rgb(156 163 175 / var(--tw-border-opacity));
padding-top: 16px;
padding-bottom: 16px;
padding-left: 12px;
padding-right: 12px;
}.first-letter\:tw-uppercase::first-letter {
text-transform: uppercase;
}.hover\:\!tw-bg-white:hover {
--tw-bg-opacity: 1 !important;
background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}.hover\:\!tw-text-primary:hover {
color: var(--color-primary) !important;
}.focus\:\!tw-bg-white:focus {
--tw-bg-opacity: 1 !important;
background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}.focus\:\!tw-text-primary:focus {
color: var(--color-primary) !important;
}@media (min-width: 768px) {.md\:tw-float-right {
float: right;
}.md\:\!tw-ml-\[16px\] {
margin-left: 16px !important;
}.md\:\!tw-w-1\/3 {
width: 33.333333% !important;
}.md\:\!tw-max-w-\[70\%\] {
max-width: 70% !important;
}.md\:tw-rounded-\[16px\] {
border-radius: 16px;
}
}