.elementor-kit-4{--e-global-color-primary:#000000;--e-global-color-secondary:#413C37;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FE3D05;--e-global-color-42262ff:#D5DAD9;--e-global-typography-primary-font-family:"Impact";--e-global-typography-primary-font-size:6em;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"United Sans Semi-Condensed";--e-global-typography-secondary-font-size:3em;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-secondary-letter-spacing:0.4em;--e-global-typography-text-font-family:"United Sans Regular";--e-global-typography-text-font-size:1.25em;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"United Sans Regular";--e-global-typography-accent-font-size:2.5em;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1.5em;--e-global-typography-63d23db-font-family:"United Sans Semi-Condensed";--e-global-typography-63d23db-font-size:1.5em;--e-global-typography-63d23db-font-weight:700;--e-global-typography-63d23db-text-transform:uppercase;--e-global-typography-63d23db-line-height:1.5em;--e-global-typography-63d23db-letter-spacing:0.6em;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:var( --e-global-color-accent );font-family:"United Sans Semi-Condensed", Sans-serif;font-size:0.85em;font-weight:700;text-transform:uppercase;line-height:1.5em;letter-spacing:0.3em;color:var( --e-global-color-text );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-accent );border-radius:0px 0px 0px 0px;padding:8px 0px 4px 0px;}.elementor-kit-4 button:hover,.elementor-kit-4 button:focus,.elementor-kit-4 input[type="button"]:hover,.elementor-kit-4 input[type="button"]:focus,.elementor-kit-4 input[type="submit"]:hover,.elementor-kit-4 input[type="submit"]:focus,.elementor-kit-4 .elementor-button:hover,.elementor-kit-4 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-text );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-text );}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 a{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-4{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Limit Content Width*/

.limit-width {
    max-width: 1800px;
    margin: 0 auto;
}



/*Text*/

.overlap-headline {
    max-width: none !important;
}

.sport-headline {
    opacity: 0.4;
}



/*Buttons*/

.elementor-button {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.elementor-button::before,
.elementor-button::after {
    content: "";
    height: 2px;
    background: white;
    position: absolute;
    transition: transform 0.4s ease-in-out;
}

.elementor-button::before {
    width: 10px;
    left: 0px;
    margin-right: 5px;
    margin-bottom: 1px;
    transform: scaleX(0); 
    transform-origin: left;
}

.elementor-button::after {
    width: 8px;
    right: 0px;
    margin-bottom: 1px;
    transform: scaleX(0); 
    transform-origin: right;
}


.elementor-button:hover::before {
    transform: scaleX(1);
}

.elementor-button:hover::after {
    transform: scaleX(1);
}

.elementor-button::after,
.elementor-button::before,
.elementor-button span {
    position: relative;
    z-index: 2;
}



/*Forms*/

.elementor-form-fields-wrapper {
    border: 1px solid #FFFFFF;
}

.elementor-field-subgroup {
    padding: 0.5rem 1rem;
}

.elementor-field-option label {
    text-transform: none;
}

.elementor-field-group label {
    padding: 1rem 1rem 0rem 1rem;
}

.elementor-field-type-submit {
    margin-top: 32px;
}



/*Sliders*/

.elementor-background-overlay {
  pointer-events: none !important;
}

.elementor-swiper .swiper-slide {
  cursor: pointer !important;
}



/*Hover Play Videos*/

.hover-video-container video {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.hover-video-container {
    position: relative;
    overflow: hidden;
}

.hover-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
}

.hover-video-container:hover video {
    filter: grayscale(0%);
}



/*Misc*/

.no-pointer-events {
    pointer-events: none;
}

.hard-light {
    mix-blend-mode: hard-light !important;
}

.aspect-ratio-square {
    aspect-ratio: 1 / 1 ;
}

.aspect-ratio-4-5 {
    aspect-ratio: 4 / 5;
}



/*Menu*/

.elementor-location-popup .elementor-nav-menu a:focus {
  outline: none;
  box-shadow: none;
}

.elementor-location-popup a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.main-menu-popup {
    z-index: 500 !important;
}

.sub-menu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  padding-left: 12px;
}

.sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 9px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: linear-gradient(
    to right,
    transparent 0,
    transparent 4px,
    #fff 4px,
    #fff 5px,
    transparent 5px,
    transparent 100%
  );
}

a.has-submenu {
    pointer-events: none;
    opacity: 0.25;
}

.menu-item a {
    transition: scale 0.5s ease-in-out;
}

.menu-item a:hover {
    transform: scale(1.025);
}






@media only screen and (max-width: 1024px) {
    
    
    
    /*Forms*/
    
    .elementor-field-type-submit {
        margin-top: 24px;
    }
    
    
    
    /*Tablet and Mobile Sports Grid*/

    .hover-video-container.active video {
        filter: grayscale(0%);
    }


    
} 





@media only screen and (max-width: 767px) {
    
    
    
    /*Forms*/
    
    .elementor-field-type-submit {
        margin-top: 16px;
    }
    
    
    
    /*Misc*/
    
    .overlap-headline {
        max-width: 100% !important;
        
    }
    
    
    
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Impact';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://unltd-academy.com/wp-content/uploads/2025/03/Impact.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'United Sans Semi-Condensed';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://unltd-academy.com/wp-content/uploads/2025/03/UnitedSansSemiCond-Thin.woff') format('woff');
}
@font-face {
	font-family: 'United Sans Semi-Condensed';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://unltd-academy.com/wp-content/uploads/2025/03/UnitedSansSemiCond-Light.woff') format('woff');
}
@font-face {
	font-family: 'United Sans Semi-Condensed';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://unltd-academy.com/wp-content/uploads/2025/03/UnitedSansSemiCond-Medium.woff') format('woff');
}
@font-face {
	font-family: 'United Sans Semi-Condensed';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://unltd-academy.com/wp-content/uploads/2025/03/UnitedSansSemiCond-Bold.woff') format('woff');
}
@font-face {
	font-family: 'United Sans Semi-Condensed';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://unltd-academy.com/wp-content/uploads/2025/03/UnitedSansSemiCond-Heavy.woff') format('woff');
}
@font-face {
	font-family: 'United Sans Semi-Condensed';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://unltd-academy.com/wp-content/uploads/2025/03/UnitedSansSemiCond-Black.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'United Sans Regular';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://unltd-academy.com/wp-content/uploads/2025/03/UnitedSansReg-Medium.woff') format('woff');
}
@font-face {
	font-family: 'United Sans Regular';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://unltd-academy.com/wp-content/uploads/2025/03/UnitedSansReg-Light.woff') format('woff');
}
@font-face {
	font-family: 'United Sans Regular';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://unltd-academy.com/wp-content/uploads/2025/03/UnitedSansReg-Thin.woff') format('woff');
}
@font-face {
	font-family: 'United Sans Regular';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://unltd-academy.com/wp-content/uploads/2025/03/UnitedSansReg-Heavy.woff') format('woff');
}
@font-face {
	font-family: 'United Sans Regular';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://unltd-academy.com/wp-content/uploads/2025/03/UnitedSansReg-Bold.woff') format('woff');
}
@font-face {
	font-family: 'United Sans Regular';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://unltd-academy.com/wp-content/uploads/2025/03/UnitedSansReg-Black.woff') format('woff');
}
/* End Custom Fonts CSS */