.elementor-kit-19602{--e-global-color-primary:#0D2361;--e-global-color-secondary:#0D2976;--e-global-color-text:#3F3F3F;--e-global-color-accent:#00ADEF;--e-global-color-4d836e5:#FFFFFF;--e-global-color-84f2da8:#000000;--e-global-color-1184c26:#E6E6E6;--e-global-color-4653a57:#A0AEC0;--e-global-typography-primary-font-family:"Px Grotesk";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Px Grotesk";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Px Grotesk";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:25px;--e-global-typography-accent-font-family:"titling-gothic-fb-wide";--e-global-typography-accent-font-weight:700;color:var( --e-global-color-text );font-family:"Px Grotesk", Sans-serif;font-size:16px;font-weight:400;line-height:32px;letter-spacing:0.73px;}.elementor-kit-19602 e-page-transition{background-color:#FFBC7D;}.elementor-kit-19602 a{color:var( --e-global-color-84f2da8 );font-family:"Px Grotesk", Sans-serif;text-decoration:underline;}.elementor-kit-19602 a:hover{color:var( --e-global-color-84f2da8 );text-decoration:none;}.elementor-kit-19602 h1{color:var( --e-global-color-secondary );font-family:"titling-gothic-fb-wide", Sans-serif;font-size:70px;font-weight:400;text-transform:uppercase;line-height:90px;letter-spacing:0px;}.elementor-kit-19602 h2{color:var( --e-global-color-secondary );font-family:"Px Grotesk", Sans-serif;font-size:56px;font-weight:300;line-height:71px;letter-spacing:1.55px;}.elementor-kit-19602 h3{color:var( --e-global-color-secondary );font-family:"Px Grotesk", Sans-serif;font-size:38px;font-weight:300;line-height:50px;letter-spacing:2.54px;}.elementor-kit-19602 h4{color:var( --e-global-color-secondary );font-family:"Px Grotesk", Sans-serif;font-size:22px;font-weight:300;line-height:30px;letter-spacing:1px;}.elementor-kit-19602 h5{color:var( --e-global-color-secondary );font-family:"Px Grotesk", Sans-serif;font-size:16px;font-weight:400;line-height:32px;letter-spacing:0.73px;}.elementor-kit-19602 h6{color:var( --e-global-color-secondary );font-family:"Px Grotesk", Sans-serif;font-size:16px;font-weight:400;line-height:32px;letter-spacing:0.73px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-kit-19602 h1{font-size:22px;line-height:22px;letter-spacing:0px;}.elementor-kit-19602 h2{font-size:24px;line-height:38px;}.elementor-kit-19602 h3{font-size:20px;line-height:28px;}.elementor-kit-19602 h4{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================================
   ABSOLICON NEWS TICKER — Final CSS
   ============================================================
   
   Replace ALL previous ticker CSS with this.
   Keep the OLD JS snippet (the first one) — it's working.
   Remove the pure-css version and the clone JS if you added them.
   
   Add this to: Appearance > Customize > Additional CSS
   ============================================================ */

/* --- TICKER BAR SECTION --- */
.absolicon-ticker {
    overflow: hidden;
    position: relative;
}

/* --- LABEL --- */
.absolicon-ticker .ticker-label .elementor-widget-container,
.absolicon-ticker .ticker-label .elementor-heading-title,
.absolicon-ticker .ticker-label p,
.absolicon-ticker .ticker-label {
    white-space: nowrap;
}

.absolicon-ticker .ticker-label {
    flex-shrink: 0 !important;
    padding: 8px 20px;
    z-index: 2;
}

.absolicon-ticker .ticker-label .elementor-widget-container * {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.73px;
}

@media (min-width: 1024px) {
    .absolicon-ticker .ticker-label .elementor-widget-container * {
        font-size: 16px;
        line-height: 32px;
    }
}

/* --- POSTS WIDGET OUTER --- */
.absolicon-ticker .ticker-posts {
    overflow: hidden !important;
    position: relative;
    flex-grow: 1;
    min-width: 0;
}

/* Fade edges */
.absolicon-ticker .ticker-posts::before,
.absolicon-ticker .ticker-posts::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 36px;
    z-index: 2;
    pointer-events: none;
}

.absolicon-ticker .ticker-posts::before {
    left: 0;
    background: linear-gradient(90deg, #0d2361, rgba(13, 35, 97, 0));
}

.absolicon-ticker .ticker-posts::after {
    right: 0;
    background: linear-gradient(270deg, #0d2361, rgba(13, 35, 97, 0));
}

/* --- THE POSTS CONTAINER (elementor-posts-container) --- */
.absolicon-ticker .ticker-posts .elementor-posts-container.elementor-posts {
    display: block !important;
    position: relative;
    height: 42px;
    overflow: hidden;
    /* Kill the grid */
    grid-template-columns: none !important;
}

/* --- TICKER TRACKS (created by JS) --- */
.absolicon-ticker .ticker-track {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    height: 42px;
}

.absolicon-ticker .ticker-track-1 {
    animation: absolicon-marquee 55s linear infinite;
}

.absolicon-ticker .ticker-track-2 {
    animation: absolicon-marquee2 55s linear infinite;
}

.absolicon-ticker:hover .ticker-track-1,
.absolicon-ticker:hover .ticker-track-2 {
    animation-play-state: paused;
}

@keyframes absolicon-marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

@keyframes absolicon-marquee2 {
    0%   { transform: translateX(100%); }
    100% { transform: translateX(0); }
}

/* --- POST ITEMS INSIDE TRACKS --- */
.absolicon-ticker .ticker-track .elementor-post {
    flex: 0 0 auto;
    width: auto !important;
    max-width: none !important;
    padding: 0 8px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 42px;
}

/* --- POST TITLE STYLING --- */
.absolicon-ticker .ticker-track .elementor-post__title {
    margin: 0;
    padding: 0;
}

.absolicon-ticker .ticker-track .elementor-post__title a {
    color: #ffffff !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.73px;
    text-decoration: underline;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

@media (min-width: 1024px) {
    .absolicon-ticker .ticker-track .elementor-post__title a {
        font-size: 16px;
        line-height: 32px;
    }
}

.absolicon-ticker .ticker-track .elementor-post__title a:hover {
    opacity: 0.7;
}

/* --- HIDE EVERYTHING EXCEPT TITLES --- */
.absolicon-ticker .elementor-post__excerpt,
.absolicon-ticker .elementor-post__meta-data,
.absolicon-ticker .elementor-post__thumbnail,
.absolicon-ticker .elementor-post__badge,
.absolicon-ticker .elementor-post__read-more,
.absolicon-ticker .elementor-post__avatar {
    display: none !important;
}
.absolicon-ticker .ticker-posts .elementor-widget-container {
    position: relative;
    overflow: hidden;
}

.absolicon-ticker .ticker-posts .elementor-widget-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 36px;
    background: linear-gradient(270deg, #0d2361, rgba(13, 35, 97, 0));
    z-index: 3;
    pointer-events: none;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Px Grotesk';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.agma.com/wp-content/uploads/2026/04/PxGroteskRegular.eot');
	src: url('https://www.agma.com/wp-content/uploads/2026/04/PxGroteskRegular.eot?#iefix') format('embedded-opentype'),
		url('https://www.agma.com/wp-content/uploads/2026/04/PxGroteskRegular.woff2') format('woff2'),
		url('https://www.agma.com/wp-content/uploads/2026/04/PxGroteskRegular.woff') format('woff'),
		url('https://www.agma.com/wp-content/uploads/2026/04/PxGroteskRegular.ttf') format('truetype'),
		url('https://www.agma.com/wp-content/uploads/2026/04/PxGroteskRegular.svg#PxGrotesk') format('svg');
}
@font-face {
	font-family: 'Px Grotesk';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.agma.com/wp-content/uploads/2026/04/PxGrotesk-Light.eot');
	src: url('https://www.agma.com/wp-content/uploads/2026/04/PxGrotesk-Light.eot?#iefix') format('embedded-opentype'),
		url('https://www.agma.com/wp-content/uploads/2026/04/PxGrotesk-Light.woff2') format('woff2'),
		url('https://www.agma.com/wp-content/uploads/2026/04/PxGrotesk-Light.woff') format('woff'),
		url('https://www.agma.com/wp-content/uploads/2026/04/PxGrotesk-Light.ttf') format('truetype'),
		url('https://www.agma.com/wp-content/uploads/2026/04/PxGrotesk-Light.svg#PxGrotesk') format('svg');
}
@font-face {
	font-family: 'Px Grotesk';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://www.agma.com/wp-content/uploads/2026/04/PxGrotesk-Bold.eot');
	src: url('https://www.agma.com/wp-content/uploads/2026/04/PxGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://www.agma.com/wp-content/uploads/2026/04/PxGrotesk-Bold.woff2') format('woff2'),
		url('https://www.agma.com/wp-content/uploads/2026/04/PxGrotesk-Bold.woff') format('woff'),
		url('https://www.agma.com/wp-content/uploads/2026/04/PxGrotesk-Bold.ttf') format('truetype'),
		url('https://www.agma.com/wp-content/uploads/2026/04/PxGrotesk-Bold.svg#PxGrotesk') format('svg');
}
/* End Custom Fonts CSS */