/* Canonical tablet/mobile header controls. */
@media (max-width:980px) {
  .et-l--header .et_pb_group_1_tb_header { display:none !important; }
  .et-l--header .et_pb_group_0_tb_header { justify-content:flex-start !important; }
  .et-l--header .et_pb_group_0_tb_header .ths-mobile-search { order:20; margin-left:auto !important; }
  .et-l--header .et_pb_group_0_tb_header .et_pb_menu { order:30; margin-left:0 !important; }
  .et-l--header .mobile_menu_bar { display:grid !important; place-items:center; }
}

/* The tint belongs to the full cinematic canvas, never the inset copy row. */
.home .et_pb_section_0 { isolation:isolate; }
.home .et_pb_section_0::before {
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(100deg,rgba(11,10,16,.96) 0%,rgba(24,12,35,.84) 35%,rgba(67,25,91,.58) 67%,rgba(11,10,16,.24) 100%);
}
.home .et_pb_section_0 > .et-pb-background-video { z-index:0 !important; }
.home .et_pb_section_0 > .et_pb_row_0 { z-index:2 !important; background:none !important; }
