body {
  font-family: Spartan;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 4.0625rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.984375rem;
}
.display-4 {
  font-family: 'Spartan', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.046875rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.953125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.84375rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6f6f6f !important;
}
.bg-success {
  background-color: #34b794 !important;
}
.bg-info {
  background-color: #f24d94 !important;
}
.bg-warning {
  background-color: #e53712 !important;
}
.bg-danger {
  background-color: #1a191d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #565656 !important;
  border-color: #565656 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #565656 !important;
  border-color: #565656 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ef1d77 !important;
  border-color: #ef1d77 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ef1d77 !important;
  border-color: #ef1d77 !important;
}
.btn-success,
.btn-success:active {
  background-color: #34b794 !important;
  border-color: #34b794 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #298f74 !important;
  border-color: #298f74 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #298f74 !important;
  border-color: #298f74 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e53712 !important;
  border-color: #e53712 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b62c0e !important;
  border-color: #b62c0e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b62c0e !important;
  border-color: #b62c0e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1a191d !important;
  border-color: #1a191d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #010102 !important;
  border-color: #010102 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #010102 !important;
  border-color: #010102 !important;
}
.btn-white {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6f6f6f;
  color: #6f6f6f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f24d94;
  color: #f24d94;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #34b794;
  color: #34b794;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #34b794 !important;
  border-color: #34b794 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #34b794 !important;
  border-color: #34b794 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e53712;
  color: #e53712;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #e53712 !important;
  border-color: #e53712 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e53712 !important;
  border-color: #e53712 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #1a191d;
  color: #1a191d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #1a191d !important;
  border-color: #1a191d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1a191d !important;
  border-color: #1a191d !important;
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #4d4d4d !important;
  background-color: transparent;
  border-color: #4d4d4d !important;
}
.btn-white-outline {
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #cccccc !important;
  background-color: transparent;
  border-color: #cccccc !important;
}
.text-primary {
  color: #6f6f6f !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #34b794 !important;
}
.text-info {
  color: #f24d94 !important;
}
.text-warning {
  color: #e53712 !important;
}
.text-danger {
  color: #1a191d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3c3c3c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1d6854 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ca0f5f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #86200b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #6f6f6f;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #34b794;
}
.alert-info {
  background-color: #f24d94;
}
.alert-warning {
  background-color: #e53712;
}
.alert-danger {
  background-color: #1a191d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6f6f6f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #afafaf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8cdec8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbd1c8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cccad1;
}
/* Scroll to top button*/
blockquote {
  border-color: #6f6f6f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6f6f6f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6f6f6f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6f6f6f;
  border-bottom-color: #6f6f6f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6f6f6f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236f6f6f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.4s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
#custom-html-1v {
  /* ═══════════════════════════════════════════════
   1X2NOW.pt — Custom stylesheet (Bootstrap 5 base)
   ═══════════════════════════════════════════════ */
  /* latin-ext */
  /* latin */
  /* latin-ext */
  /* latin */
  /* latin-ext */
  /* latin */
  /* latin-ext */
  /* latin */
  /* latin-ext */
  /* latin */
  /* latin-ext */
  /* latin */
  /* latin-ext */
  /* latin */
  /* ── VARIABLES ── */
  /* ── TYPOGRAPHY ── */
  /* ══════════════════════════════════════════════
   TICKER
══════════════════════════════════════════════ */
  /* ══════════════════════════════════════════════
   NAVBAR
══════════════════════════════════════════════ */
  /* ══════════════════════════════════════════════
   HERO
══════════════════════════════════════════════ */
  /* ══════════════════════════════════════════════
   SECTION HEADERS
══════════════════════════════════════════════ */
  /* ── LIVE PILL ── */
  /* ══════════════════════════════════════════════
   AD BLOCKS
══════════════════════════════════════════════ */
  /* ══════════════════════════════════════════════
   NEWS FEED
══════════════════════════════════════════════ */
  /* ══════════════════════════════════════════════
   SIDEBAR CARD
══════════════════════════════════════════════ */
  /* ══════════════════════════════════════════════
   INSTAGRAM
══════════════════════════════════════════════ */
  /* ══════════════════════════════════════════════
   JOGO RESPONSÁVEL
══════════════════════════════════════════════ */
  /* ══════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════ */
  /* ── Bootstrap badge util ── */
  /* ══════════════════════════════════════════════
   ANIMATIONS
══════════════════════════════════════════════ */
  /* ══════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════ */
}
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bebasneue/v16/JTUSjIg69CK48gW7PXoo9WdhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bebasneue/v16/JTUSjIg69CK48gW7PXoo9WlhyyTh89Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2Wp2ywxg089UriCZaSExdy3sGt9zz86D3wyKK58UfivUw4aw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2Wp2ywxg089UriCZaSExdy3sGt9zz86D3wyKy58UfivUw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2Hp2ywxg089UriCZ2IHTWEBlwu8Q.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2Hp2ywxg089UriCZ2IHTWEBlwu8Q.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2Hp2ywxg089UriCZ2IHTWEBlwu8Q.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmserifdisplay/v17/-nFhOHM81r4j6k0gjAW3mujVU2B2G_VB3vD2xWr53BJl.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmserifdisplay/v17/-nFhOHM81r4j6k0gjAW3mujVU2B2G_VB0PD2xWr53A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmserifdisplay/v17/-nFnOHM81r4j6k0gjAW3mujVU2B2G_5x0vrx52jJ3Q.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmserifdisplay/v17/-nFnOHM81r4j6k0gjAW3mujVU2B2G_Bx0vrx52g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
#custom-html-1v :root {
  --navy: #0D1B3E;
  --navy-mid: #162447;
  --navy-light: #1F3A6E;
  --navy-pale: #E8EDF7;
  --accent: #FFD600;
  --accent-dark: #F9A825;
  --gray-700: #3D3D3D;
  --gray-400: #9E9E9E;
  --gray-100: #F5F6FA;
  --border: rgba(0, 0, 0, 0.08);
  --bs-body-font-family: 'DM Sans', sans-serif;
  --bs-body-font-size: 15px;
  --bs-body-line-height: 1.6;
  --bs-border-radius: 12px;
  --bs-border-radius-sm: 6px;
}
#custom-html-1v html {
  scroll-behavior: smooth;
}
#custom-html-1v body {
  overflow-x: hidden;
  font-family: 'DM Sans', sans-serif;
}
#custom-html-1v .font-bebas {
  font-family: 'Bebas Neue', sans-serif;
}
#custom-html-1v .font-serif {
  font-family: 'DM Serif Display', serif;
}
#custom-html-1v .ticker-wrap {
  background-color: #0D1B3E !important;
  overflow: hidden;
  height: 44px;
  border-bottom: 3px solid #FFD600;
  display: flex !important;
  align-items: center;
}
#custom-html-1v .ticker-label {
  background-color: #FFD600 !important;
  color: #0D1B3E !important;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0 20px;
  height: 44px;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
#custom-html-1v .ticker-wrap iframe {
  height: 44px;
  border: none;
  flex: 1;
  min-width: 0;
  background: transparent;
  filter: invert(1) brightness(2);
}
#custom-html-1v .navbar {
  background-color: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 20px rgba(13, 27, 62, 0.07);
  min-height: 68px;
}
#custom-html-1v .navbar-brand {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 28px;
  letter-spacing: 3px;
  color: #0D1B3E !important;
  text-decoration: none;
}
#custom-html-1v .navbar-brand .x {
  color: #F9A825 !important;
}
#custom-html-1v .navbar-brand .pt {
  font-size: 14px;
  color: #9E9E9E !important;
}
#custom-html-1v .nav-link {
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #3D3D3D !important;
  border-radius: 6px;
  padding: 8px 16px !important;
  transition: background 0.2s, color 0.2s;
}
#custom-html-1v .nav-link:hover,
#custom-html-1v .nav-link:focus {
  background-color: #E8EDF7 !important;
  color: #0D1B3E !important;
}
#custom-html-1v .nav-link.btn-nav-cta {
  background-color: #0D1B3E !important;
  color: #ffffff !important;
}
#custom-html-1v .nav-link.btn-nav-cta:hover {
  background-color: #1F3A6E !important;
  color: #ffffff !important;
}
#custom-html-1v .navbar-toggler {
  border: none !important;
}
#custom-html-1v .navbar-toggler:focus {
  box-shadow: none !important;
}
#custom-html-1v .hero-band {
  background-color: #0D1B3E !important;
  background-image: linear-gradient(135deg, #0d1b3e 0%, #162447 55%, #1f3a6e 100%) !important;
  padding: 60px 0 56px;
  position: relative;
  overflow: hidden;
}
#custom-html-1v .hero-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(255, 214, 0, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.04) 0%, transparent 50%);
  pointer-events: none;
}
#custom-html-1v .hero-band::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: repeating-linear-gradient(90deg, #ffd600 0px, #ffd600 30px, transparent 30px, transparent 40px);
}
#custom-html-1v .hero-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #FFD600 !important;
  position: relative;
  z-index: 1;
  animation: fadeUp 0.5s ease both;
}
#custom-html-1v .hero-title {
  font-family: 'DM Serif Display', serif !important;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 400;
  font-style: italic;
  color: #ffffff !important;
  line-height: 1.05;
  position: relative;
  z-index: 1;
  animation: fadeUp 0.5s ease 0.1s both;
}
#custom-html-1v .hero-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65) !important;
  font-weight: 300;
  position: relative;
  z-index: 1;
  animation: fadeUp 0.5s ease 0.2s both;
}
#custom-html-1v .section-bar {
  width: 4px;
  height: 36px;
  background-color: #0D1B3E;
  border-radius: 2px;
  flex-shrink: 0;
}
#custom-html-1v .section-bar.accent {
  background-color: #F9A825;
}
#custom-html-1v .section-sup {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #9E9E9E;
  margin-bottom: 2px;
}
#custom-html-1v .section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  letter-spacing: 2px;
  color: #0d0d0d;
  line-height: 1;
  margin: 0;
}
#custom-html-1v .pill-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #E8EDF7;
  color: #0D1B3E;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 40px;
}
#custom-html-1v .pill-live::before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #1F3A6E;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}
#custom-html-1v .ad-block {
  background-color: #F5F6FA;
  border: 1px dashed rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  overflow: hidden;
}
#custom-html-1v .ad-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9E9E9E;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#custom-html-1v .ad-label::before,
#custom-html-1v .ad-label::after {
  content: '';
  height: 1px;
  width: 40px;
  background: rgba(0, 0, 0, 0.08);
}
#custom-html-1v .ad-block iframe {
  max-width: 100%;
  border: none;
  display: block;
  margin: 0 auto;
}
#custom-html-1v .news-feed-wrap {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
#custom-html-1v .news-feed-wrap iframe {
  width: 100%;
  border: none;
  display: block;
  min-height: 1450px;
}
#custom-html-1v .sidebar-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
#custom-html-1v .sidebar-card-header {
  background-color: #0D1B3E !important;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#custom-html-1v .sidebar-card-header .label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff !important;
}
#custom-html-1v .sidebar-card-header .dot {
  width: 6px;
  height: 6px;
  background-color: #FFD600;
  border-radius: 50%;
}
#custom-html-1v .sidebar-card-body {
  padding: 16px;
}
#custom-html-1v .text-muted-custom {
  color: #9E9E9E !important;
}
#custom-html-1v .instagram-section {
  background-color: #F5F6FA !important;
  border-top: 4px solid #E8EDF7;
}
#custom-html-1v .insta-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
  transition: box-shadow 0.2s;
}
#custom-html-1v .insta-card:hover {
  box-shadow: 0 8px 32px rgba(13, 27, 62, 0.1);
}
#custom-html-1v .insta-card-header {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 10px;
}
#custom-html-1v .insta-handle {
  font-size: 13px;
  font-weight: 600;
  color: #0d0d0d;
}
#custom-html-1v .insta-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#custom-html-1v .insta-badge svg {
  width: 16px;
  height: 16px;
  fill: white;
}
#custom-html-1v .insta-card iframe {
  width: 100%;
  border: none;
  display: block;
  min-height: 360px;
}
#custom-html-1v .responsible-section {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
#custom-html-1v .responsible-text {
  font-size: 13px;
  color: #9E9E9E;
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto;
}
#custom-html-1v .badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #F5F6FA;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 40px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #3D3D3D;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
#custom-html-1v .badge-pill:hover {
  background-color: #E8EDF7;
  border-color: #1F3A6E;
  color: #0D1B3E;
}
#custom-html-1v .badge-pill img {
  height: 22px;
  width: auto;
  object-fit: contain;
}
#custom-html-1v footer {
  background-color: #0D1B3E !important;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  letter-spacing: 0.5px;
}
#custom-html-1v footer .accent-text {
  color: #FFD600;
  font-weight: 600;
}
#custom-html-1v .bg-navy {
  background-color: #0D1B3E !important;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@media (max-width: 768px) {
  #custom-html-1v .hero-band {
    padding: 40px 0;
  }
  #custom-html-1v .news-feed-wrap iframe {
    min-height: 500px;
  }
}
.cid-twIoD9ZToB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-twIoD9ZToB .mbr-fallback-image.disabled {
  display: none;
}
.cid-twIoD9ZToB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twIoD9ZToB .section-border-item {
  background-color: #fcdb42;
}
.cid-twIoD9ZToB .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-twIoD9ZToB .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-twIoD9ZToB .main-container {
    padding: 3rem 0;
  }
}
.cid-twIoD9ZToB .title-wrap {
  width: 100%;
}
.cid-twIoD9ZToB .title-box {
  width: 100%;
}
.cid-twIoD9ZToB .mbr-title {
  color: #FFF;
}
.cid-twIoD9ZToB .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-twIoD9ZToB .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-twIoD9ZToB .card-row {
  display: flex;
  align-items: stretch;
  margin: -1px 0;
}
@media (max-width: 991px) {
  .cid-twIoD9ZToB .card-row {
    flex-wrap: wrap;
  }
}
.cid-twIoD9ZToB .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-twIoD9ZToB .card {
    width: 100%;
  }
}
.cid-twIoD9ZToB .card-wrap {
  position: relative;
  display: flex;
  align-items: start;
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
}
@media (max-width: 991px) {
  .cid-twIoD9ZToB .card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
  }
}
.cid-twIoD9ZToB .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .cid-twIoD9ZToB .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-twIoD9ZToB .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 48px;
  color: #0597ff;
  margin-right: 0;
}
.cid-twIoD9ZToB .card-text-wrap {
  width: 100%;
  flex-grow: 1;
}
.cid-twIoD9ZToB .card-title {
  color: #FFF;
}
.cid-twIoD9ZToB .card-text {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-twIoD9ZToB .card-text {
    margin-top: 0.75rem;
  }
}
