.elementor-kit-7{--e-global-color-primary:#3595FF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#EEEEEE;--e-global-color-accent:#3595FF;--e-global-color-3089491:#050505EB;--e-global-color-e332e6e:#000000B0;--e-global-typography-primary-font-family:"Tele Marines";--e-global-typography-primary-font-size:28px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Saira";--e-global-typography-secondary-font-size:19px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Saira";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Saira";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;background-color:#000000;overscroll-behavior:contain;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#00000000;color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-radius:20px 20px 20px 20px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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 *//* Glass Header */

.glass-header {
    --glow-color: rgba(0, 255, 255, 0.7);
    position: relative;
    backdrop-filter: blur(12px) saturate(180%) brightness(0.8);
    -webkit-backdrop-filter: blur(12px) saturate(180%) brightness(0.8);
    border-radius: 50px;
    padding: 0.5em 0.75em;
    transition: box-shadow 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.glass-header::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: radial-gradient(
    circle at var(--x, 50%) var(--y, 50%),
    var(--glow-color),
    rgba(255, 255, 255, 0.1)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease, background 0.1s ease;
}

.glass-header.glow-active::before {
  opacity: 1;
}

/* Dropdown Container */

.dropdown-container {
    --glow-color: rgba(0, 255, 255, 0.7);
    position: relative;
    backdrop-filter: blur(12px) saturate(180%) brightness(0.8);
    -webkit-backdrop-filter: blur(12px) saturate(180%) brightness(0.8);
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 40px;
    padding: 1.75em;
    transition: box-shadow 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-container::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: radial-gradient(
    circle at var(--x, 50%) var(--y, 50%),
    var(--glow-color),
    rgba(255, 255, 255, 0.1)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease, background 0.1s ease;
}

.dropdown-container.glow-active::before {
  opacity: 1;
}

/* Content Container */

.content-container {
    --glow-color: rgba(0, 255, 255, 0.7);
    position: relative;
    backdrop-filter: blur(12px) saturate(180%) brightness(0.8);
    -webkit-backdrop-filter: blur(12px) saturate(180%) brightness(0.8);
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 40px;
    padding: 1.75em;
    transition: box-shadow 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.content-container::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: radial-gradient(
    circle at var(--x, 50%) var(--y, 50%),
    var(--glow-color),
    rgba(255, 255, 255, 0.1)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease, background 0.1s ease;
}

.content-container.glow-active::before {
  opacity: 1;
}


/* Chrome-only Workaround */

@supports (-webkit-appearance:none) and (not (-moz-appearance:none)) {
  .dropdown-container {
    background-color: rgba(20, 20, 20, 0.75) !important;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Tele Marines';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://dev.vdxsystems.com/wp-content/uploads/2025/06/telemarines1.eot');
	src: url('https://dev.vdxsystems.com/wp-content/uploads/2025/06/telemarines1.eot?#iefix') format('embedded-opentype'),
		url('https://dev.vdxsystems.com/wp-content/uploads/2025/06/telemarines1.woff2') format('woff2'),
		url('https://dev.vdxsystems.com/wp-content/uploads/2025/06/telemarines1.woff') format('woff'),
		url('https://dev.vdxsystems.com/wp-content/uploads/2025/06/telemarines1.ttf') format('truetype');
}
/* End Custom Fonts CSS */