.elementor-kit-383{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFFCC;--e-global-color-accent:#F5C518;--e-global-color-0d24c1f:#F5C518;--e-global-color-6d81436:#FFD700;--e-global-color-5ed2aad:#0A0A0A;--e-global-color-76494d1:#111111;--e-global-color-a5021d8:#1A1A1A;--e-global-color-bc5dc38:#2A2A2A;--e-global-typography-primary-font-family:"Barlow Condensed";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Barlow Condensed";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;--e-global-typography-b248831-font-family:"Barlow Condensed";--e-global-typography-b248831-font-size:96px;--e-global-typography-b248831-font-weight:800;--e-global-typography-b248831-text-transform:uppercase;--e-global-typography-b248831-line-height:1em;--e-global-typography-984739c-font-family:"Barlow Condensed";--e-global-typography-984739c-font-size:48px;--e-global-typography-984739c-font-weight:800;--e-global-typography-984739c-text-transform:uppercase;--e-global-typography-ae19b0a-font-size:30px;--e-global-typography-6b389e8-font-size:24px;--e-global-typography-20fa8ad-font-size:20px;--e-global-typography-1982e81-font-size:18px;--e-global-typography-8224ee1-font-size:18px;--e-global-typography-33444da-font-family:"Inter";--e-global-typography-33444da-font-size:18px;--e-global-typography-2d589f2-font-family:"Inter";--e-global-typography-2d589f2-font-size:14px;--e-global-typography-8ef814f-font-family:"Inter";--e-global-typography-8ef814f-font-size:12px;background-color:var( --e-global-color-5ed2aad );color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:16px;}.elementor-kit-383 button,.elementor-kit-383 input[type="button"],.elementor-kit-383 input[type="submit"],.elementor-kit-383 .elementor-button{background-color:var( --e-global-color-0d24c1f );font-family:"Inter", Sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;color:var( --e-global-color-primary );border-style:none;border-radius:0px 0px 0px 0px;padding:10px 24px 10px 24px;}.elementor-kit-383 button:hover,.elementor-kit-383 button:focus,.elementor-kit-383 input[type="button"]:hover,.elementor-kit-383 input[type="button"]:focus,.elementor-kit-383 input[type="submit"]:hover,.elementor-kit-383 input[type="submit"]:focus,.elementor-kit-383 .elementor-button:hover,.elementor-kit-383 .elementor-button:focus{background-color:var( --e-global-color-6d81436 );border-style:none;border-radius:0px 0px 0px 0px;}.elementor-kit-383 e-page-transition{background-color:#FFBC7D;}.elementor-kit-383 a{color:var( --e-global-color-accent );}.elementor-kit-383 h1{font-family:"Barlow Condensed", Sans-serif;}.elementor-kit-383 h2{font-family:"Barlow Condensed", Sans-serif;}.elementor-kit-383 h3{font-family:"Barlow Condensed", Sans-serif;}.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);}@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-383{--e-global-typography-b248831-font-size:50px;--e-global-typography-b248831-line-height:1em;--e-global-typography-984739c-font-size:48px;--e-global-typography-984739c-line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.line {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: #ffd200;
    font-size: 12px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
}

.line::before {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background-color: #ffd200;
    flex-shrink: 0;
}

/* =====================================================
   RESPONSIVE ELEMENTOR CTA CARD
   Paste into: CTA Widget > Advanced > Custom CSS
   ===================================================== */

/* Widget wrapper */
.elementor-kit-383 {
    position: relative;
    height: 100%;
    overflow: visible !important;
}

/*
 * Creates room above the card for the hover movement.
 * The negative margin prevents the extra space from
 * changing the visual alignment of the section.
 */
.elementor-kit-383 > .elementor-widget-container {
    position: relative;
    height: calc(100% + 6px);
    margin-top: -6px;
    padding-top: 6px;
    box-sizing: border-box;
    overflow: visible !important;
}

/* =====================================================
   COMPLETE CARD
   ===================================================== */

.elementor-kit-383 .elementor-cta {
    position: relative;
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;
    min-width: 0;
    box-sizing: border-box;

    background-color: #1a1a1a !important;
    background-image: none !important;

    border: 1px solid #2a2a2a !important;
    border-radius: 0 !important;

    overflow: hidden;

    transform: translateY(0);
    transform-origin: center center;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;

    will-change: transform;
}

/* Prevent Elementor hover settings from changing the card color */
.elementor-kit-383 .elementor-cta:hover,
.elementor-kit-383 .elementor-cta:focus-within {
    background-color: #1a1a1a !important;
    background-image: none !important;
}

/* =====================================================
   IMAGE AREA
   ===================================================== */

.elementor-kit-383 .elementor-cta__bg-wrapper {
    position: relative;
    flex: 0 0 auto;

    width: 100%;
    min-width: 0;
    min-height: 0 !important;

    aspect-ratio: 1 / 1;

    background-color: #1a1a1a !important;
    overflow: hidden;
}

/* Background image */
.elementor-kit-383 .elementor-cta__bg {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

    transform: scale(1);
    transition: transform 0.5s ease;
}

/* Dark overlay */
.elementor-kit-383 .elementor-cta__bg-overlay {
    position: absolute;
    inset: 0;

    background-color: rgba(0, 0, 0, 0.12) !important;
    background-image: none !important;

    transition: background-color 0.3s ease;
}

/* =====================================================
   CONTENT AREA
   ===================================================== */

.elementor-kit-383 .elementor-cta__content {
    position: relative;
    z-index: 2;

    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

    width: 100%;
    min-width: 0;
    box-sizing: border-box;

    padding:
        clamp(20px, 2.2vw, 28px)
        clamp(18px, 2vw, 24px)
        clamp(22px, 2.2vw, 28px) !important;

    background-color: #1a1a1a !important;
    background-image: none !important;

    color: #a8a8a8 !important;
    text-align: left !important;
}

/* Keep the content dark during hover */
.elementor-kit-383 .elementor-cta:hover .elementor-cta__content,
.elementor-kit-383 .elementor-cta:focus-within .elementor-cta__content {
    background-color: #1a1a1a !important;
    background-image: none !important;
}

/* =====================================================
   TITLE
   ===================================================== */

.elementor-kit-383 .elementor-cta__title {
    width: 100%;
    margin: 0 0 clamp(8px, 1vw, 12px) !important;

    color: #ffffff !important;

    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 800;
    line-height: 1.15;

    overflow-wrap: break-word;
    word-break: normal;
    text-align: left !important;
}

/* Title links */
.elementor-kit-383 .elementor-cta__title,
.elementor-kit-383 .elementor-cta__title a {
    color: #ffffff !important;
}

/* =====================================================
   DESCRIPTION
   ===================================================== */

.elementor-kit-383 .elementor-cta__description {
    width: 100%;
    margin: 0 !important;

    color: #a8a8a8 !important;

    font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 400;
    line-height: 1.6;

    overflow-wrap: break-word;
    text-align: left !important;
}

/* Description links */
.elementor-kit-383 .elementor-cta__description a {
    color: #a8a8a8 !important;
}

/* =====================================================
   BUTTON
   ===================================================== */

.elementor-kit-383 .elementor-cta__button-wrapper {
    width: 100%;
    margin-top: clamp(16px, 1.5vw, 20px) !important;
}

/*
 * Pushes the button toward the bottom when several
 * cards are placed in equal-height columns.
 */
.elementor-kit-383 .elementor-cta__description + .elementor-cta__button-wrapper {
    margin-top: auto !important;
    padding-top: clamp(16px, 1.5vw, 20px);
}

.elementor-kit-383 .elementor-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;

    max-width: 100%;
    padding: 0 !important;

    color: #ffd700 !important;
    background-color: transparent !important;
    background-image: none !important;

    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    font-size: clamp(11px, 1vw, 13px);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.4px;
    text-align: left;
    text-transform: uppercase;
    white-space: normal;

    transition:
        color 0.3s ease,
        background-color 0.3s ease;
}

/* Preserve the gold button color */
.elementor-kit-383 .elementor-cta__button:hover,
.elementor-kit-383 .elementor-cta__button:focus,
.elementor-kit-383 .elementor-cta__button:active {
    color: #ffd700 !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
}

/* Button icon */
.elementor-kit-383 .elementor-cta__button .elementor-button-icon {
    display: inline-flex;
    flex: 0 0 auto;

    margin-left: 9px;

    color: #ffd700 !important;

    transition: transform 0.3s ease;
}

/* Elementor SVG icons */
.elementor-kit-383 .elementor-cta__button svg {
    width: 0.85em;
    height: 0.85em;

    fill: #ffd700 !important;
    color: #ffd700 !important;

    transition: transform 0.3s ease;
}

/* =====================================================
   DESKTOP HOVER EFFECTS
   ===================================================== */

/*
 * Hover effects only run on devices with an actual
 * mouse or precise pointing device.
 */
@media (hover: hover) and (pointer: fine) {

    .elementor-kit-383:hover {
        z-index: 20;
    }

    .elementor-kit-383 .elementor-cta:hover {
        background-color: #1a1a1a !important;
        border-color: #ffd700 !important;

        transform: translateY(-5px);

        box-shadow:
            0 14px 30px rgba(0, 0, 0, 0.38),
            0 0 0 1px rgba(255, 215, 0, 0.04);
    }

    .elementor-kit-383 .elementor-cta:hover .elementor-cta__bg {
        transform: scale(1.035);
    }

    .elementor-kit-383 .elementor-cta:hover .elementor-cta__button .elementor-button-icon,
    .elementor-kit-383 .elementor-cta:hover .elementor-cta__button svg {
        transform: translateX(4px);
    }
}

/* =====================================================
   KEYBOARD FOCUS
   ===================================================== */

.elementor-kit-383 .elementor-cta:focus-within {
    border-color: #ffd700 !important;

    box-shadow:
        0 0 0 2px rgba(255, 215, 0, 0.25),
        0 12px 28px rgba(0, 0, 0, 0.32);
}

/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1024px) {

    .elementor-kit-383 .elementor-cta__content {
        padding: 22px 20px 24px !important;
    }

    .elementor-kit-383 .elementor-cta__title {
        font-size: clamp(20px, 2.8vw, 23px);
    }

    .elementor-kit-383 .elementor-cta__description {
        font-size: 15px;
    }
}

/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 767px) {

    .elementor-kit-383 > .elementor-widget-container {
        height: calc(100% + 4px);
        margin-top: -4px;
        padding-top: 4px;
    }

    .elementor-kit-383 .elementor-cta__content {
        padding: 20px 18px 22px !important;
    }

    .elementor-kit-383 .elementor-cta__title {
        margin-bottom: 8px !important;
        font-size: clamp(20px, 6vw, 23px);
    }

    .elementor-kit-383 .elementor-cta__description {
        font-size: 14px;
        line-height: 1.55;
    }

    .elementor-kit-383 .elementor-cta__button-wrapper {
        margin-top: 16px !important;
    }

    .elementor-kit-383 .elementor-cta__description + .elementor-cta__button-wrapper {
        margin-top: auto !important;
        padding-top: 16px;
    }

    .elementor-kit-383 .elementor-cta__button {
        font-size: 12px;
    }
}

/* =====================================================
   VERY SMALL PHONES
   ===================================================== */

@media (max-width: 420px) {

    .elementor-kit-383 .elementor-cta__content {
        padding: 18px 16px 20px !important;
    }

    .elementor-kit-383 .elementor-cta__title {
        font-size: 20px;
    }

    .elementor-kit-383 .elementor-cta__description {
        font-size: 14px;
    }
}

/* =====================================================
   REDUCED MOTION
   ===================================================== */

@media (prefers-reduced-motion: reduce) {

    .elementor-kit-383 .elementor-cta,
    .elementor-kit-383 .elementor-cta__bg,
    .elementor-kit-383 .elementor-cta__button,
    .elementor-kit-383 .elementor-cta__button .elementor-button-icon,
    .elementor-kit-383 .elementor-cta__button svg {
        transition: none !important;
    }

    .elementor-kit-383 .elementor-cta:hover {
        transform: none !important;
    }

    .elementor-kit-383 .elementor-cta:hover .elementor-cta__bg {
        transform: none !important;
    }
}

/* Complete Elementor Icon Box */
.elementor-kit-383 .elementor-icon-box-wrapper {
    width: 100%;
    height: 100%;
    padding: 16px;
    box-sizing: border-box;

    background-color: #1a1a1a !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 0;
}

/* Background square directly behind the icon */
.elementor-kit-383 .elementor-icon-box-icon .elementor-icon {
    padding: 12px;

    background-color: rgba(255, 215, 0, 0.08) !important;
    border: 0 !important;
    border-radius: 0 !important;

    box-sizing: border-box;
}/* End custom CSS */