.elementor-kit-6{--e-global-color-primary:#1A2B4C;--e-global-color-secondary:#CEAB5D;--e-global-color-text:#004070;--e-global-color-accent:#E30613;--e-global-color-kadence1:#2B6CB0;--e-global-color-kadence2:#215387;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#2D3748;--e-global-color-kadence5:#4A5568;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#EDF2F7;--e-global-color-kadence8:#F7FAFC;--e-global-color-kadence9:#ffffff;--e-global-color-6f6001f:#CEAB5D;--e-global-color-ea4bda1:#10569F;--e-global-color-aa3b845:#004070;--e-global-color-cb7cd31:#1A2B4C;--e-global-color-bf83fbb:#141428;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.76em;--e-global-typography-text-letter-spacing:0.26px;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.76em;--e-global-typography-accent-letter-spacing:0.26px;font-family:"Poppins", Sans-serif;font-weight:400;line-height:1.76em;letter-spacing:0.26px;}.elementor-kit-6.el-is-editing{--global-palette1:#2B6CB0;--global-palette2:#215387;--global-palette3:#1A202C;--global-palette4:#2D3748;--global-palette5:#4A5568;--global-palette6:#718096;--global-palette7:#EDF2F7;--global-palette8:#F7FAFC;--global-palette9:#ffffff;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Poppins", Sans-serif;font-size:1rem;font-weight:400;font-style:normal;line-height:1.76em;letter-spacing:0.26px;}.elementor-kit-6 h1{font-family:"Bebas Neue", Sans-serif;font-size:4.286em;font-weight:700;letter-spacing:2.1px;}.elementor-kit-6 h2{font-family:"Bebas Neue", Sans-serif;font-size:3.429em;font-weight:700;font-style:normal;line-height:0.96em;letter-spacing:1.75px;}.elementor-kit-6 h3{font-family:"Bebas Neue", Sans-serif;font-size:2.571em;font-weight:700;font-style:normal;line-height:0.91em;letter-spacing:1.3px;}.elementor-kit-6 h4{font-family:"Bebas Neue", Sans-serif;font-size:2.143em;font-weight:700;font-style:normal;line-height:1.06em;letter-spacing:1.1px;}.elementor-kit-6 h5{font-family:"Bebas Neue", Sans-serif;font-size:1.714em;font-weight:700;font-style:normal;line-height:1.06em;letter-spacing:0.85px;}.elementor-kit-6 h6{font-family:"Bebas Neue", Sans-serif;font-size:1.286em;font-weight:500;font-style:normal;line-height:1.23em;letter-spacing:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.hero-video{
  position: relative;
  overflow: hidden;
  background: #000;
  min-height: 700px;
}
@media (max-width: 1024px){ .hero-video{ min-height: 600px; } }
@media (max-width: 767px){ .hero-video{ min-height: 500px; } }

.hero-video .hero-video__media{
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* show/hide embeds */
.bili-embed--mobile{ display: none; }
@media (max-width: 767px){
  .bili-embed--desktop{ display: none; }
  .bili-embed--mobile{ display: block; }
}

/* aggressive "cover" - fill entire container and crop edges */
.hero-video .hero-video__media iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  /* Even larger to eliminate all black borders */
  width: 200vw;
  height: 200vh;
  transform: translate(-50%, -50%);
  border: 0;
  object-fit: cover;
}

/* More aggressive scaling for mobile to remove borders */
@media (max-width: 767px){
  .hero-video .hero-video__media iframe{
    width: 250vw;
    height: 250vh;
  }
}

/* Subtle PSG blue overlay instead of black */
.hero-video::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background: rgba(0, 64, 112, 0.20);
  pointer-events:none;
}

/* centered text/buttons */
.hero-video .hero-video__content{
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
}

/* Target the OUTER Elementor container that currently has class hero-video */
.elementor-element.hero-video.e-con,
.elementor-element.hero-video.e-con > .e-con-inner {
  padding: 0 !important;
  max-width: none !important;
}

/* If Elementor adds "boxed" width constraints via CSS variables */
.elementor-element.hero-video.e-con {
  --content-width: 100% !important;
}

/* Safety: remove any background/shadow that might look like a frame */
.elementor-element.hero-video.e-con {
  background: transparent !important;
  box-shadow: none !important;
}/* End custom CSS */