/*here start de website template core*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Base Reset & Variables
 */
:root {
  --color-brand-red: #dc2626;
  --color-brand-red-light: #ef4444;
  --color-brand-dark: #1c1c1c;
  --color-brand-card: #2a2a2a;
  --color-text-main: #ffffff;
  --color-text-muted: #d1d5db;
  --color-border: rgba(220, 38, 38, 0.35);
  --color-glass-bg: rgba(42, 42, 42, 0.8);
  --font-primary: 'Lexend', sans-serif;
  --sidebar-width: 220px;
  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
}

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

html, body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

body {
  font-family: var(--font-primary);
  background-color: var(--color-brand-dark);
  color: var(--color-text-main);
  line-height: 1.5;
  padding-left: var(--sidebar-width);
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

/** 
 * Scrollbar 
 */
::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--color-brand-card);
}

::-webkit-scrollbar-thumb {
  background: var(--color-brand-red);
}

/**
 * Layout
 */
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.main-content {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}

@media (max-width: 900px) {
  :root {
    --sidebar-width: 0px;
  }
  body {
    padding-left: 0;
    padding-top: 70px;
  }
}
:root {
  --header-color: #ffffff;
  --paragraph-color: #d1d5db;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--header-color);
  margin: 0 0 15px 0;
}

body {
  font-family: "Lexend", sans-serif;
}

h1 {
  font: normal normal bold 36px/43px "Lexend", sans-serif;
  letter-spacing: -0.72px;
}
@media (min-width: 640px) {
  h1 {
    font: normal normal bold 51px/56px "Lexend", sans-serif;
    letter-spacing: -0.66px;
  }
}

h2 {
  font: normal normal 600 29px/35px "Lexend", sans-serif;
  letter-spacing: -0.58px;
}
@media (min-width: 640px) {
  h2 {
    font: normal normal bold 41px/49px "Lexend", sans-serif;
    letter-spacing: -0.82px;
  }
}

h3 {
  font: normal normal bold 24px/29px "Lexend", sans-serif;
  letter-spacing: -0.48px;
}
@media (min-width: 640px) {
  h3 {
    font: normal normal bold 27px/32px "Lexend", sans-serif;
    letter-spacing: -0.54px;
  }
}

h4 {
  font: normal normal bold 20px/28px "Lexend", sans-serif;
  letter-spacing: -0.4px;
}
@media (min-width: 640px) {
  h4 {
    font: normal normal bold 23px/28px "Lexend", sans-serif;
    letter-spacing: -0.46px;
  }
}

h5 {
  font: normal normal bold 17px/27px "Lexend", sans-serif;
  letter-spacing: -0.34px;
}
@media (min-width: 640px) {
  h5 {
    font: normal normal bold 19px/23px "Lexend", sans-serif;
    letter-spacing: -0.38px;
  }
}

h6 {
  font: normal normal 600 14px/25px "Lexend", sans-serif;
  letter-spacing: -0.28px;
}
@media (min-width: 640px) {
  h6 {
    font: normal normal 600 15px/27px "Lexend", sans-serif;
    letter-spacing: -0.3px;
  }
}

p {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 15px;
  line-height: 25px;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.6px;
  color: #d1d5db;
  letter-spacing: 0px;
  --paragraph-color:#d1d5db;
}
@media (min-width: 640px) {
  p {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 16px;
    line-height: 25px;
    font-family: "Lexend", sans-serif;
    letter-spacing: 0.6px;
    color: #d1d5db;
    letter-spacing: 0px;
  }
}

a {
  font: normal normal normal 15px/27px "Lexend", sans-serif;
  letter-spacing: 0px;
}

a {
  text-decoration: none !important;
}

/* Sidebar */
.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: var(--sidebar-width);
  background-color: rgba(24, 24, 24, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-right: 1px solid var(--color-border);
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 1.5rem;
  overflow-y: auto;
}

.sidebar__logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
}

.sidebar__logo-text {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.sidebar__logo-highlight {
  color: var(--color-brand-red);
}

.site-logo {
  max-width: 180px;
  height: auto;
  display: block;
}

.sidebar__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.sidebar__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.sidebar__nav-link {
  color: var(--color-text-main);
  -webkit-transition: color var(--transition-fast);
  transition: color var(--transition-fast);
}

.sidebar__nav-link:hover {
  color: var(--color-brand-red-light);
}

.sidebar__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: auto;
  padding-top: 2rem;
  border-top: 1px solid var(--color-border);
}

.sidebar__login {
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  -webkit-transition: color var(--transition-fast);
  transition: color var(--transition-fast);
}

.sidebar__login:hover {
  color: var(--color-brand-red-light);
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  -webkit-transition: all var(--transition-fast);
  transition: all var(--transition-fast);
  border-radius: 4px;
}

.btn--primary {
  background-color: var(--color-brand-red);
  color: var(--color-text-main);
}

.btn--primary:hover {
  background-color: var(--color-brand-red-light);
  -webkit-box-shadow: 0 4px 14px rgba(220, 38, 38, 0.4);
          box-shadow: 0 4px 14px rgba(220, 38, 38, 0.4);
}

.btn--outline {
  border: 2px solid var(--color-brand-red);
  color: var(--color-text-main);
}

.btn--outline:hover {
  background-color: var(--color-brand-red);
}

.btn--outline-white {
  border: 2px solid var(--color-text-main);
  color: var(--color-text-main);
  backdrop-filter: blur(4px);
}

.btn--outline-white:hover {
  background-color: var(--color-text-main);
  color: var(--color-brand-dark);
}

.btn--large {
  padding: 1rem 2rem;
  font-size: 1.125rem;
  border-radius: 0px;
}

.btn--white {
  background-color: white;
  color: var(--color-brand-red);
  font-weight: 900;
}

.btn--white:hover {
  background-color: #f1f5f9;
}

/* Mobile Header */
.mobile-header {
  display: none;
  background-color: rgba(24, 24, 24, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid var(--color-border);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu-toggle {
  display: none;
}

/* Media Queries Header */
@media (max-width: 1024px) {
  .site-logo {
    max-width: 140px;
  }
}
@media (max-width: 900px) {
  .site-logo {
    max-width: 120px;
  }
  .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background-color: var(--color-brand-red);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 0 50% 50% 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
            box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
    z-index: 100;
    -webkit-transition: background-color var(--transition-fast), -webkit-transform var(--transition-fast);
    transition: background-color var(--transition-fast), -webkit-transform var(--transition-fast);
    transition: background-color var(--transition-fast), transform var(--transition-fast);
    transition: background-color var(--transition-fast), transform var(--transition-fast), -webkit-transform var(--transition-fast);
  }
  .mobile-menu-toggle svg {
    width: 28px;
    height: 28px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .mobile-menu-toggle:hover {
    background-color: var(--color-brand-red-light);
    color: white;
  }
  .hide-on-mobile {
    display: none;
  }
  .sidebar {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid var(--color-border);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: 280px;
    max-width: 80vw;
    z-index: 70;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .sidebar.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* Footer Styles */
.footer {
  background-color: #111111;
  border-top: 2px solid var(--color-border);
  padding: 5rem 0 2rem;
  width: 100%;
}

.footer__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 3rem 1fr 3rem 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

.footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__logo {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  letter-spacing: -0.05em;
}

.footer__logo-highlight {
  color: var(--color-brand-red);
}

.footer__desc {
  color: var(--color-text-muted);
  max-width: 400px;
  margin-bottom: 2rem;
  font-size: 0.95rem;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.footer__social-link {
  color: var(--color-text-muted);
  -webkit-transition: color var(--transition-fast);
  transition: color var(--transition-fast);
}

.footer__social-link:hover {
  color: var(--color-brand-red-light);
}

.footer__social-icon {
  width: 1.75rem;
  height: 1.75rem;
  fill: currentColor;
}

.footer__title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  color: var(--color-text-main);
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.footer__link {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  -webkit-transition: color var(--transition-fast);
  transition: color var(--transition-fast);
}

.footer__link:hover {
  color: var(--color-brand-red-light);
}

.footer__bottom {
  border-top: 1px solid #333333;
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  color: var(--color-text-muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .footer__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .footer__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
}
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*here finish de website template core*/
/*here start de website internal components modules*/
/**
 * Hero Section
 */
.hero {
  position: relative;
  height: 85vh;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 5rem;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.4)), to(rgba(28, 28, 28, 0.98)));
  background: linear-gradient(to bottom, rgba(28, 28, 28, 0.4) 0%, rgba(28, 28, 28, 0.98) 100%);
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.hero__badge {
  display: inline-block;
  background-color: var(--color-brand-red);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.hero__title {
  font-size: 3.5rem;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 0;
  letter-spacing: -0.05em;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.7);
}

.hero__title-highlight {
  color: var(--color-brand-red-light);
}

.hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

@media (max-width: 1024px) {
  .hero__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .hero {
    height: auto;
    min-height: 50vh;
    padding-top: 8rem;
    padding-bottom: 5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .hero__title {
    font-size: 2rem;
  }
  .hero__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/**
 * Betting Widget
 */
.betting-widget {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background-color: #202020;
}

.betting-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  border: 2px solid var(--color-border);
  border-radius: 8px;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.betting-banner__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.betting-banner__icon-wrap {
  background-color: rgba(220, 38, 38, 0.15);
  padding: 1rem;
  border-radius: 50%;
}

.betting-banner__icon {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--color-brand-red-light);
}

.betting-banner__title {
  font-size: 1.75rem;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.betting-banner__subtitle {
  color: var(--color-text-muted);
  font-size: 0.875rem;
}

.betting-banner__odds-container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.odds-card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 4px;
}

.odds-card.odds-card--link {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

.odds-card.odds-card--link:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.3);
}

.odds-card__event {
  font-size: 0.625rem;
  color: var(--color-text-muted);
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  display: block;
}

.odds-card__matchup {
  font-weight: 700;
  font-size: 0.875rem;
}

.odds-card__favorite {
  color: var(--color-brand-red-light);
}

.odds-card__underdog {
  color: var(--color-text-muted);
}

/**
 * =========================================
 * ODDS COMPARISON TABLE
 * =========================================
 */
.comparison {
  background: var(--color-brand-card);
  border-radius: 16px;
  border: 1px solid var(--color-border);
  overflow: hidden;
}

.comparison__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--color-border);
}

.comparison__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.comparison__tab {
  background: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-text-muted);
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  font-family: var(--font-primary);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all var(--transition-fast);
  transition: all var(--transition-fast);
}

.comparison__tab:hover {
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
}

.comparison__tab.is-active {
  background: var(--color-brand-red);
  border-color: var(--color-brand-red);
  color: white;
}

.comparison__format {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.comparison__format-label {
  color: var(--color-text-muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-right: 0.5rem;
}

.comparison__format-btn {
  background: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-text-muted);
  padding: 0.4rem 1rem;
  border-radius: 6px;
  font-family: var(--font-primary);
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all var(--transition-fast);
  transition: all var(--transition-fast);
}

.comparison__format-btn:hover {
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
}

.comparison__format-btn.is-active {
  background: rgba(255, 255, 255, 0.08);
  border-color: white;
  color: white;
}

/* Table */
.comparison__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.comparison__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

.comparison__th {
  color: var(--color-text-muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem 0.75rem;
  border-bottom: 1px solid var(--color-border);
  white-space: nowrap;
}

.comparison__th--matchup {
  text-align: left;
  padding-left: 1.5rem;
  min-width: 200px;
}

/* Matchup row */
.comparison__row {
  border-bottom: 1px solid var(--color-border);
  -webkit-transition: background var(--transition-fast);
  transition: background var(--transition-fast);
}

.comparison__row:last-child {
  border-bottom: none;
}

.comparison__row:hover {
  background: rgba(255, 255, 255, 0.02);
}

/* Matchup cell */
.comparison__matchup {
  padding: 1.25rem 1.5rem !important;
  vertical-align: middle;
  min-width: 200px;
}

.comparison__matchup-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25rem;
  margin-bottom: 6px;
}

.comparison__fighter {
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  color: white;
  line-height: 1.4;
}

.comparison__vs {
  display: block;
  color: var(--color-brand-red);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding-left: 0.5rem;
}

.comparison__date {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Odds cell */
.comparison__odds-cell {
  text-align: center;
  vertical-align: middle;
  padding: 0.75rem 0.5rem;
}

.comparison__price {
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  color: white;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid transparent;
  margin: 0.25rem auto;
  max-width: 90px;
  -webkit-transition: all var(--transition-fast);
  transition: all var(--transition-fast);
}

.comparison__price:hover {
  background: rgba(255, 255, 255, 0.1);
}

.comparison__price--best {
  border-color: var(--color-brand-red);
  color: #4ade80;
}

.comparison__price--positive {
  color: #4ade80;
}

/* BET NOW button */
.comparison__bet-cell {
  text-align: center;
  vertical-align: middle;
  padding: 0.75rem 1rem;
}

.comparison__bet-btn {
  background: var(--color-brand-red);
  color: white;
  border: none;
  padding: 0.6rem 1.25rem;
  border-radius: 6px;
  font-family: var(--font-primary);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background var(--transition-fast);
  transition: background var(--transition-fast);
  white-space: nowrap;
}

.comparison__bet-btn:hover {
  background: var(--color-brand-red-light);
}

/* Empty state */
.comparison__empty {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--color-text-muted);
  font-size: 0.9rem;
}

/* Affiliate Dynamic Styles for Odds Links */
.comparison__price.bk-link {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: 2px solid transparent; /* default transparent border */
}

.comparison__price.bk-link:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

/* 1. DraftKings (Green #53d337) */
.comparison__price.bk-draftkings.is-fav {
  border-color: #53d337;
}

.comparison__price.bk-draftkings.is-und {
  border: 2px dotted #53d337;
}

/* 2. FanDuel (Blue #0082e6) */
.comparison__price.bk-fanduel.is-fav {
  border-color: #0082e6;
}

.comparison__price.bk-fanduel.is-und {
  border: 2px dotted #0082e6;
}

/* 3. BetMGM (Gold #d4af37) */
.comparison__price.bk-betmgm.is-fav {
  border-color: #d4af37;
}

.comparison__price.bk-betmgm.is-und {
  border: 2px dotted #d4af37;
}

/* Bookmaker Header Underlines */
.bk-name {
  padding-bottom: 4px;
  display: inline-block;
}

.bk-name.th-draftkings {
  border-bottom: 4px solid #53d337;
}

.bk-name.th-fanduel {
  border-bottom: 4px solid #0082e6;
}

.bk-name.th-betmgm {
  border-bottom: 4px solid #d4af37;
}

/* Responsive */
@media (max-width: 768px) {
  .comparison__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .comparison__format {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comparison__format-label {
    width: 100%;
    margin-bottom: 0.25rem;
  }
}
/* --- Top Sportsbooks Section --- */
.sportsbook-slider {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.sportsbook-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.sportsbook-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.sportsbook-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5rem;
}

.sportsbook-card__logo-wrap {
  position: relative;
  width: 120px;
  height: 60px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sportsbook-card__logo {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sportsbook-card__rank {
  position: absolute;
  top: -10px;
  left: -10px;
  background: var(--color-brand-red);
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 800;
  font-size: 0.8rem;
  -webkit-box-shadow: 0 4px 10px rgba(212, 48, 48, 0.4);
          box-shadow: 0 4px 10px rgba(212, 48, 48, 0.4);
  border: 2px solid var(--color-brand-dark);
}

.sportsbook-card__title {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.sportsbook-card__bonus {
  font-size: 1rem;
  color: var(--color-brand-red);
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding: 10px;
  background: rgba(212, 48, 48, 0.1);
  border-left: 3px solid var(--color-brand-red);
  border-radius: 4px;
}

.sportsbook-card__footer {
  margin-top: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

/* --- Sportsbook Ranking Page Styles --- */
.container--narrow {
  max-width: 900px;
  margin: 0 auto;
}

.sportsbook-ranking-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem;
  margin-bottom: 1rem;
  gap: 1.5rem;
}

.sportsbook-ranking-card__rank {
  font-size: 2rem;
  font-weight: 800;
  color: var(--color-brand-red);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  text-align: center;
}

.sportsbook-ranking-card__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.sportsbook-ranking-card__logo-wrap {
  width: 100px;
  height: 60px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sportsbook-ranking-card__logo-wrap img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sportsbook-ranking-card__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sportsbook-ranking-card__name {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

.sportsbook-ranking-card__bonus {
  font-size: 0.9rem;
  color: var(--color-brand-red);
  font-weight: 600;
}

.sportsbook-ranking-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

@media (max-width: 768px) {
  .sportsbook-slider {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .sportsbook-ranking-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .sportsbook-ranking-card__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sportsbook-ranking-card__actions {
    width: 100%;
  }
  .sportsbook-ranking-card__actions .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/* Single Article Title Below Hero */
.article-title--single {
  font-size: 1.75rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  font-style: italic !important;
  margin-bottom: 1.5rem !important;
  line-height: 1.2 !important;
  color: #fff !important;
}

/**
 * Category/News Page Specific Styles
 */
/* No Scrollbar utility */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* 1. Top Bar */
.news-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
  border-bottom: 1px solid var(--color-border);
  background-color: rgba(28, 28, 28, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 1rem 0;
}

.news-topbar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-topbar__title {
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: -0.05em;
}

.news-topbar__title-highlight {
  color: var(--color-brand-red);
}

.news-topbar__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.news-search {
  position: relative;
  display: none;
}

@media (min-width: 640px) {
  .news-search {
    display: block;
  }
}
.news-search__icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--color-text-muted);
}

.news-search__input {
  background-color: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 20px;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  width: 250px;
  color: white;
  font-size: 0.875rem;
  outline: none;
  -webkit-transition: -webkit-box-shadow var(--transition-fast);
  transition: -webkit-box-shadow var(--transition-fast);
  transition: box-shadow var(--transition-fast);
  transition: box-shadow var(--transition-fast), -webkit-box-shadow var(--transition-fast);
}

.news-search__input:focus {
  -webkit-box-shadow: 0 0 0 2px var(--color-brand-red);
          box-shadow: 0 0 0 2px var(--color-brand-red);
}

.news-icon-btn {
  color: var(--color-text-muted);
  -webkit-transition: color var(--transition-fast);
  transition: color var(--transition-fast);
}

.news-icon-btn:hover {
  color: white;
}

.news-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--color-brand-red);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.news-avatar__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 2. Featured Article */
.featured-article {
  position: relative;
  width: 100%;
  aspect-ratio: 21/9;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--color-border);
}

@media (max-width: 768px) {
  .featured-article {
    aspect-ratio: 16/9;
  }
}
.featured-article__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform var(--transition-slow);
  transition: -webkit-transform var(--transition-slow);
  transition: transform var(--transition-slow);
  transition: transform var(--transition-slow), -webkit-transform var(--transition-slow);
}

.featured-article:hover .featured-article__bg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.featured-article__overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color-brand-dark)), color-stop(60%, transparent));
  background: linear-gradient(to top, var(--color-brand-dark) 0%, transparent 60%);
  z-index: 10;
}

.featured-article__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem;
  z-index: 20;
  max-width: 800px;
}

@media (min-width: 1024px) {
  .featured-article__content {
    padding: 3rem;
  }
}
.featured-article__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.news-badge {
  background-color: var(--color-brand-red);
  color: white;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.news-badge--outline {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.news-badge--blue {
  background-color: #3b82f6;
}

.news-badge--green {
  background-color: #10b981;
}

.featured-article__title {
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-style: italic;
  color: white;
}

@media (min-width: 1024px) {
  .featured-article__title {
    font-size: 3.5rem;
  }
}
.featured-article__highlight {
  color: var(--color-brand-red);
}

.featured-article__desc {
  color: var(--color-text-muted);
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-article__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.featured-article:hover .arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.arrow {
  -webkit-transition: -webkit-transform var(--transition-fast);
  transition: -webkit-transform var(--transition-fast);
  transition: transform var(--transition-fast);
  transition: transform var(--transition-fast), -webkit-transform var(--transition-fast);
}

/* 3. Category Tabs */
.news-categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  gap: 2.5rem;
  padding-bottom: 1rem;
}

.news-categories__link {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-muted);
  white-space: nowrap;
  padding-bottom: 1rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: color var(--transition-fast), border-color var(--transition-fast);
  transition: color var(--transition-fast), border-color var(--transition-fast);
}

.news-categories__link:hover {
  color: white;
}

.news-categories__link.is-active {
  color: white;
  border-bottom-color: var(--color-brand-red);
}

/* 4. Newsletter Banner */
.newsletter-banner {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-brand-red)), to(#5c1a0a));
  background: linear-gradient(to right, var(--color-brand-red), #5c1a0a);
  border-radius: 16px;
  padding: 3rem 2rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .newsletter-banner {
    padding: 4rem;
  }
}
.newsletter-banner__bg-icon {
  position: absolute;
  right: -2rem;
  top: -2rem;
  font-size: 200px !important;
  opacity: 0.1;
  pointer-events: none;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}

.newsletter-banner__inner {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}

.newsletter-banner__text {
  max-width: 600px;
}

.newsletter-banner__title {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .newsletter-banner__title {
    font-size: 2.5rem;
  }
}
.newsletter-banner__desc {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.newsletter-banner__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 450px;
  gap: 0.75rem;
}

.newsletter-banner__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: white;
  padding: 0.75rem 1rem;
  outline: none;
  -webkit-transition: background-color var(--transition-fast);
  transition: background-color var(--transition-fast);
}

.newsletter-banner__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.newsletter-banner__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.newsletter-banner__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.newsletter-banner__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.newsletter-banner__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.newsletter-banner__input:focus {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 0 2px white;
          box-shadow: 0 0 0 2px white;
}

/**
 * =========================================
 * ARTICLE TEMPLATE STYLES
 * =========================================
 */
/* 1. Article Hero */
.article-hero {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}

.article-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(20%) brightness(0.75);
          filter: grayscale(20%) brightness(0.75);
  z-index: 1;
}

.article-hero__overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color-brand-dark)), color-stop(50%, rgba(28, 28, 28, 0.4)), to(transparent));
  background: linear-gradient(to top, var(--color-brand-dark) 0%, rgba(28, 28, 28, 0.4) 50%, transparent 100%);
  z-index: 2;
}

.article-hero__content {
  position: relative;
  z-index: 10;
  padding-bottom: 3rem;
  max-width: 900px;
}

.article-hero__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.article-hero__title {
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .article-hero__title {
    font-size: 4.5rem;
  }
}
@media (min-width: 1024px) {
  .article-hero__title {
    font-size: 5rem;
  }
}
.article-hero__highlight {
  color: var(--color-brand-red);
}

.article-hero__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  border-left: 4px solid var(--color-brand-red);
  padding-left: 1rem;
}

.article-hero__author-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article-hero__author-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-muted);
}

.article-hero__author-name {
  font-size: 1.125rem;
  font-weight: 900;
  font-style: italic;
  color: white;
}

.article-hero__author-divider {
  width: 1px;
  height: 2rem;
  background-color: rgba(255, 255, 255, 0.2);
}

/* 2. Article Layout & Body */
.article-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .article-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.article-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.article-sidebar {
  width: 100%;
}

@media (min-width: 1024px) {
  .article-sidebar {
    width: 380px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.article-sidebar__inner {
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

/* 3. Article Share */
.article-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--color-border);
}

.btn--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  color: white;
}

.btn--facebook {
  background-color: #1877F2;
}

.btn--twitter {
  background-color: #1DA1F2;
}

.btn--copy {
  background-color: var(--color-brand-card);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn__icon {
  font-size: 1rem;
}

/* 4. Article Prose (Typography) */
.article-prose {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--color-text-muted);
}

.article-prose p {
  margin-bottom: 1.5rem;
}

.article-prose__lead {
  font-size: 1.25rem;
  font-weight: 500;
  color: white;
}

.article-prose__dropcap {
  font-size: 4rem;
  font-weight: 900;
  color: var(--color-brand-red);
  float: left;
  line-height: 1;
  margin-right: 0.75rem;
  margin-top: 0.25rem;
}

.article-prose__h2, .article-prose h2 {
  font-size: 1.875rem;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: white;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid var(--color-brand-red);
  display: inline-block;
  padding-bottom: 0.25rem;
}

.article-prose__h3, .article-prose h3 {
  font-size: 1.5rem;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: white;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.article-prose__quote, .article-prose blockquote {
  border-left: 4px solid var(--color-brand-red);
  background-color: var(--color-brand-card);
  padding: 2rem;
  font-style: italic;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin: 2.5rem 0;
  border-radius: 0 8px 8px 0;
}

.article-prose__figure, .article-prose figure {
  margin: 2.5rem 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.article-prose__img, .article-prose img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
}

.article-prose__caption, .article-prose figcaption {
  background-color: var(--color-brand-card);
  padding: 0.75rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}

/* 5. Sidebar Widgets */
.widget {
  background-color: var(--color-brand-card);
  border-radius: 8px;
  padding: 1.5rem;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.widget__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}

.widget__title {
  font-size: 1.125rem;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: white;
  letter-spacing: -0.05em;
}

.widget__live {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--color-brand-red);
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.widget__live-dot {
  width: 6px;
  height: 6px;
  background-color: var(--color-brand-red);
  border-radius: 50%;
}

@-webkit-keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.widget__odds-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-brand-dark);
  padding: 0.75rem 1rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 0.5rem;
}

.widget__odds-name {
  font-weight: 700;
  color: var(--color-text-muted);
}

.widget__odds-val {
  font-weight: 900;
  color: white;
}

.widget__odds-val--fav {
  color: var(--color-brand-red-light);
}

.widget--parlay {
  background: -webkit-gradient(linear, left top, right bottom, from(var(--color-brand-card)), to(#0a0a0a));
  background: linear-gradient(to bottom right, var(--color-brand-card), #0a0a0a);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.widget__pick-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: var(--color-text-muted);
  margin-bottom: 0.75rem;
}

.widget__pick-icon {
  color: #10b981;
  font-size: 1.25rem;
}

.widget__pick-footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget__pick-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.widget__pick-return {
  font-size: 1.125rem;
  font-weight: 900;
  color: white;
}

.widget--affiliate {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(255, 255, 255, 0.2);
  text-align: center;
}

.widget__affiliate-label {
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem;
}

.widget__affiliate-img-wrapper {
  background-color: var(--color-brand-dark);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 1rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.widget__affiliate-img {
  width: 100%;
  -webkit-filter: drop-shadow(0 20px 20px rgba(220, 38, 38, 0.3));
          filter: drop-shadow(0 20px 20px rgba(220, 38, 38, 0.3));
}

.widget__affiliate-title {
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 0.25rem;
}

.widget__affiliate-price {
  color: var(--color-brand-red);
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

/**
 * Shared Section Styles
 */
.section {
  padding: 5rem 0;
  width: 100%;
}

.section--dark {
  background-color: #222222;
}

.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.section--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.section__title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section__title {
  font-size: 2.25rem;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 0.5rem;
}

.section__title-deco {
  height: 4px;
  width: 60px;
  background-color: var(--color-brand-red);
}

.section__link {
  color: var(--color-brand-red-light);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.section__link:hover {
  text-decoration: underline;
}

/**
 * Glass Effect Card
 */
.glass-card {
  background: var(--color-glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--color-border);
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

/**
 * News Section
 */
.news-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

@media (min-width: 768px) {
  .news-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .news-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: -webkit-transform var(--transition-normal);
  transition: -webkit-transform var(--transition-normal);
  transition: transform var(--transition-normal);
  transition: transform var(--transition-normal), -webkit-transform var(--transition-normal);
  cursor: pointer;
}

.news-card:hover .news-card__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-card:hover .news-card__title {
  color: var(--color-brand-red-light);
}

.news-card__img-wrapper {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.news-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform var(--transition-slow);
  transition: -webkit-transform var(--transition-slow);
  transition: transform var(--transition-slow);
  transition: transform var(--transition-slow), -webkit-transform var(--transition-slow);
}

.news-card__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--color-brand-red);
}

.news-card__badge--blue {
  background-color: #2563eb;
}

.news-card__badge--green {
  background-color: #16a34a;
}

.news-card__content {
  padding: 1.5rem;
  border-left: 4px solid var(--color-brand-red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.news-card__meta {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.news-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  -webkit-transition: color var(--transition-fast);
  transition: color var(--transition-fast);
}

.news-card__excerpt {
  color: var(--color-text-muted);
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: auto;
}

/**
 * News Page Modules
 */
/* Search bar and avatar */
.border-accent {
  border: 1px solid rgba(220, 38, 38, 0.35);
}

.border-b {
  border-bottom: 1px solid rgba(220, 38, 38, 0.35);
}

.news-topbar {
  padding: 1.5rem 0;
}
.news-topbar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-topbar__title {
  font-size: 1.5rem;
  margin: 0;
}
.news-topbar__title-highlight {
  color: var(--color-brand-red-light);
}
.news-topbar__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-search {
  position: relative;
}
.news-search__icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--color-text-muted);
}
.news-search__input {
  background: var(--color-brand-card);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 0.8rem 1rem 0.8rem 3rem;
  color: white;
  width: 300px;
}
.news-search__input:focus {
  outline: none;
  border-color: var(--color-brand-red);
}

.news-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.news-avatar__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Featured Article */
.featured-article {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 3rem;
}
.featured-article__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.featured-article__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
}
.featured-article__content {
  position: relative;
  max-width: 800px;
  z-index: 2;
}
.featured-article__title {
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.featured-article__desc {
  font-size: 1.2rem;
  color: var(--color-text-muted);
  margin-bottom: 2rem;
}
.featured-article:hover .featured-article__bg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* Categories */
.news-categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 1.5rem 0;
  overflow-x: auto;
}
.news-categories__link {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: var(--color-text-muted);
  white-space: nowrap;
}
.news-categories__link.is-active {
  color: var(--color-brand-red-light);
}

/* Newsletter Banner */
.newsletter-banner {
  background: var(--color-brand-red);
  border-radius: 20px;
  padding: 4rem;
  position: relative;
  overflow: hidden;
}
.newsletter-banner__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
.newsletter-banner__bg-icon {
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  font-size: 20rem;
  opacity: 0.1;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.newsletter-banner__title {
  font-size: 2.5rem;
  color: white;
  margin-bottom: 0.5rem;
}
.newsletter-banner__desc {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 500px;
}
.newsletter-banner__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 500px;
}
.newsletter-banner__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 1rem 1.5rem;
  color: white;
}
.newsletter-banner__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter-banner__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter-banner__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter-banner__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter-banner__input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter-banner__input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1024px) {
  .newsletter-banner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
  .featured-article__title {
    font-size: 2rem;
  }
  .news-search__input {
    width: 100%;
  }
}
/* Premium Responsive Tables */
.table-responsive-wrapper {
  width: 100%;
  max-height: 550px;
  overflow-x: auto;
  overflow-y: auto;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  margin: 2.5rem 0;
  border-radius: 8px;
  background-color: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  scrollbar-width: thin;
  scrollbar-color: var(--color-brand-red) transparent;
}
.table-responsive-wrapper::-webkit-scrollbar {
  height: 6px;
}
.table-responsive-wrapper::-webkit-scrollbar-thumb {
  background: var(--color-brand-red);
  border-radius: 10px;
}
.table-responsive-wrapper:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.results-table, .article-prose table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  font-family: inherit;
  color: #eee;
  background-color: #0a0a0a;
}
.results-table thead tr, .article-prose table thead tr {
  background-color: #1a1a1a !important;
  border-bottom: 2px solid var(--color-brand-red);
  text-transform: uppercase;
}
.results-table th, .article-prose table th {
  padding: 15px !important;
  text-align: left;
  font-weight: 800 !important;
  color: #fff !important;
  letter-spacing: 0.05em;
  position: sticky;
  top: 0;
  z-index: 10;
  border-right: 1px dotted #333 !important;
}
.results-table th:last-child, .article-prose table th:last-child {
  border-right: none !important;
}
.results-table tbody tr, .article-prose table tbody tr {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.results-table tbody tr:nth-child(odd), .article-prose table tbody tr:nth-child(odd) {
  background-color: #0a0a0a !important;
}
.results-table tbody tr:nth-child(odd) td, .article-prose table tbody tr:nth-child(odd) td {
  background-color: #0a0a0a !important;
}
.results-table tbody tr:nth-child(even), .article-prose table tbody tr:nth-child(even) {
  background-color: #141414 !important;
}
.results-table tbody tr:nth-child(even) td, .article-prose table tbody tr:nth-child(even) td {
  background-color: #141414 !important;
}
.results-table tbody tr:hover, .article-prose table tbody tr:hover {
  background-color: #1f1f1f !important;
}
.results-table tbody tr:hover td, .article-prose table tbody tr:hover td {
  background-color: #1f1f1f !important;
}
.results-table td, .article-prose table td {
  padding: 15px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px dotted #333 !important;
}
.results-table td:last-child, .article-prose table td:last-child {
  border-right: none !important;
}

/*here finish de website internal components modules*/
/*here start the hacks section*/
/* Bookmaker Header Underlines */
.bk-name {
  padding-bottom: 4px;
  display: inline-block;
}

.bk-name.th-draftkings {
  border-bottom: 4px solid #53d337;
}

.bk-name.th-fanduel {
  border-bottom: 4px solid #0082e6;
}

.bk-name.th-betmgm {
  border-bottom: 4px solid #d4af37;
}

/* Odds Card Link Hover */
.odds-card.odds-card--link {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.odds-card.odds-card--link:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.3);
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-draftkings {
  color: #53d337 !important;
  font-weight: bold;
}

.text-fanduel {
  color: #0082e6 !important;
  font-weight: bold;
}

.text-betmgm {
  color: #d4af37 !important;
  font-weight: bold;
}

.text-white {
  color: #fff !important;
}

.animated-arrow-red {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  color: #ff4d4d;
  vertical-align: middle;
  -webkit-animation: arrow-slide 1.5s infinite;
          animation: arrow-slide 1.5s infinite;
}

@-webkit-keyframes arrow-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes arrow-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.section__link.text-white:hover {
  color: #fff !important;
  opacity: 0.8;
}

/* Sportsbook Card Brand Buttons */
.sportsbook-card--draftkings .btn--primary {
  background-color: #53d337 !important;
  border-color: #53d337 !important;
  color: #fff !important;
}

.sportsbook-card--fanduel .btn--primary {
  background-color: #0082e6 !important;
  border-color: #0082e6 !important;
  color: #fff !important;
}

.sportsbook-card--betmgm .btn--primary {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
  color: #fff !important;
}

/* Odds Comparison Hacks */
.animated-arrow-down {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  color: #ff4d4d;
  vertical-align: middle;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation: arrow-slide-down 1.5s infinite;
          animation: arrow-slide-down 1.5s infinite;
}

@-webkit-keyframes arrow-slide-down {
  0% {
    -webkit-transform: rotate(90deg) translateX(0);
            transform: rotate(90deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(90deg) translateX(6px);
            transform: rotate(90deg) translateX(6px);
  }
  100% {
    -webkit-transform: rotate(90deg) translateX(0);
            transform: rotate(90deg) translateX(0);
  }
}

@keyframes arrow-slide-down {
  0% {
    -webkit-transform: rotate(90deg) translateX(0);
            transform: rotate(90deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(90deg) translateX(6px);
            transform: rotate(90deg) translateX(6px);
  }
  100% {
    -webkit-transform: rotate(90deg) translateX(0);
            transform: rotate(90deg) translateX(0);
  }
}
.comparison__row--fade-in {
  -webkit-animation: fadeInMatchup 0.4s ease-out forwards;
          animation: fadeInMatchup 0.4s ease-out forwards;
}

@-webkit-keyframes fadeInMatchup {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInMatchup {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Social Share Button Colors */
.btn--facebook {
  background-color: #1877F2 !important;
  border-color: #1877F2 !important;
  color: #fff !important;
}

.btn--twitter {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
}

.btn--reddit {
  background-color: #FF4500 !important;
  border-color: #FF4500 !important;
  color: #fff !important;
}

.btn--whatsapp {
  background-color: #25D366 !important;
  border-color: #25D366 !important;
  color: #fff !important;
}

.btn--telegram {
  background-color: #0088CC !important;
  border-color: #0088CC !important;
  color: #fff !important;
}

.btn--instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
  border: none !important;
  color: #fff !important;
}

/* Social Share Refinements */
.btn--social {
  padding: 0.5rem 0.8rem !important;
  font-size: 0.8rem !important;
  min-height: auto !important;
  gap: 6px !important;
}
.btn--social svg {
  width: 14px !important;
  height: 14px !important;
  margin-right: 0 !important;
}

/*here finish the hacks section*/