.elementor-296712 .elementor-element.elementor-element-20b5f87{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-296712 .elementor-element.elementor-element-9243891{--spacer-size:20px;}.elementor-296712 .elementor-element.elementor-element-5295797{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-296712 .elementor-element.elementor-element-601b9cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:0em;--padding-bottom:0em;--padding-left:01em;--padding-right:01em;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );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 );}.elementor-296712 .elementor-element.elementor-element-a7d3655{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-296712 .elementor-element.elementor-element-e06ec3c{--display:flex;}body.elementor-page-296712:not(.elementor-motion-effects-element-type-background), body.elementor-page-296712 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-296712 .elementor-element.elementor-element-601b9cc{--width:50%;}.elementor-296712 .elementor-element.elementor-element-a7d3655{--width:50%;}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{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 );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{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 );}}/* Start custom CSS for html, class: .elementor-element-f91a6c6 */.dateblock-wrapper {
            font-family: 'Arial', sans-serif;
            display: flex;
            justify-content: center;
        }

        .dateblock-container {
        
            width: 100%;
        }

    
        .dateblock-main {
            background: #54A8DC;
            border-radius: 30px;
            padding: 20px;
            color: white;
            text-align: center;
            box-shadow: 0 20px 40px rgba(238, 122, 59, 0.4);
            position: relative;
            overflow: hidden;
            transform: translateY(0);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .dateblock-main:hover {
            transform: translateY(-5px);
            box-shadow: 0 25px 50px rgba(238, 122, 59, 0.5);
        }

        .dateblock-main::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle,  #3A5EA6 0%, transparent 20%);
            animation: dateblock-rotate 15s linear infinite;
        }

        @keyframes dateblock-rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .dateblock-content {
            position: relative;
            z-index: 1;
        }
        

        .dateblock-title {
            font-size: 4em;
            font-weight: 900;
            margin-bottom: 5px;
            color: white;
            text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
            letter-spacing: 2px;
            position: relative;
            font-family: inherit;
            padding-bottom: 10px
        }
        @keyframes dateblock-shimmer {
            0%, 100% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
        }

        @keyframes dateblock-glow {
            from {
                box-shadow: 0 0 5px #3A5EA6, 0 0 10px  #54A8DC;
            }
            to {
                box-shadow: 0 0 10px  #3A5EA6, 0 0 20px  #3A5EA6, 0 0 30px  #3A5EA6;
            }
        }

        .dateblock-subtitle {
            font-size: 1.2em;
            margin-bottom: 30px;
            color:  #3A5EA6;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            opacity: 0.9;
        }

        .dateblock-divider {
            width: 120px;
            height: 4px;
            background: linear-gradient(90deg, transparent,  #54A8DC, transparent);
            margin: 5px auto;
            border-radius: 2px;
        }

        .dateblock-date {
            font-size: 1.2em;
            font-weight: bold;
            margin-bottom: 25px;
            background:  #3A5EA6;
            padding: 18px 35px;
            border-radius: 50px;
            display: inline-block;
            box-shadow: 0 8px 20px rgba(58, 94, 166, 0.3);
            border: 2px solid rgba(255, 255, 255, 0.2);
            transition: all 0.3s ease;
        }

        .dateblock-date:hover {
            transform: scale(1.05);
            box-shadow: 0 12px 30px rgba(58, 94, 166, 0.4);
        }

        .dateblock-venue {
            font-size: 1.3em;
            font-weight: bold;
            margin-bottom: 12px;
            color: white;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .dateblock-address {
            font-size: 1.1em;
            opacity: 0.95;
            line-height: 1.4;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        }

        .dateblock-icon {
            font-size: 1.3em;
            margin-right: 8px;
            animation: dateblock-bounce 2s infinite;
        }

        @keyframes dateblock-bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0);
            }
            40% {
                transform: translateY(-5px);
            }
            60% {
                transform: translateY(-3px);
            }
        }

        @media (max-width: 768px) {
            .dateblock-main {
                padding: 40px 30px;
            }
            
            .dateblock-title {
                font-size: 3em;
                letter-spacing: 2px;
            }
            
            .dateblock-date {
                font-size: 1.6em;
                padding: 15px 25px;
            }
            
            .dateblock-venue {
                font-size: 1.3em;
            }
        }

        @media (max-width: 480px) {
            .dateblock-title {
                font-size: 2.5em;
                letter-spacing: 1px;
            }
            
            .dateblock-date {
                font-size: 1.4em;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d4ff071 */sponsor-body {
            margin: 0;
            font-family: 'Arial', sans-serif;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #ffffff;
            min-height: 100vh;
            padding: 20px 0;
        }

        .sponsor-container {
            max-width: 900px;
            background: white;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(58, 94, 166, 0.15);
            overflow: hidden;
            position: relative;
            margin: 20px;
        }

        .sponsor-header {
            background: linear-gradient(135deg, #3A5EA6 0%, #54A8DC 100%);
            padding: 40px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .sponsor-header::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: repeating-linear-gradient(
                45deg,
                transparent,
                transparent 20px,
                rgba(255, 255, 255, 0.03) 20px,
                rgba(255, 255, 255, 0.03) 40px
            );
            animation: slide 20s linear infinite;
        }

        @keyframes slide {
            0% { transform: translateX(-50px) translateY(-50px); }
            100% { transform: translateX(50px) translateY(50px); }
        }

        .sponsor-badge {
            display: inline-block;
            background: rgba(255, 255, 255, 0.2);
            padding: 8px 20px;
            border-radius: 25px;
            font-size: 14px;
            color: white;
            font-weight: 600;
            margin-bottom: 20px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .logo-container {
            width: 250px;
            height: 100px;
            background: white;
            border-radius: 15px;
            margin: 0 auto 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            z-index: 10;
            padding: 15px;
        }

        .logo-container img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .company-name {
            font-size: 32px;
            font-weight: 700;
            color: white;
            margin: 0;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            z-index: 10;
        }

        .tagline {
            font-size: 18px;
            color: white;
            margin: 10px 0 0 0;
            font-weight: 500;
            z-index: 10;
            
        }

        .sponsor-content {
            padding: 40px 50px 30px;
            background: white;
            position: relative;
        }

        .description {
            font-size: 18px;
            line-height: 1.8;
            color: #333;
            text-align: center;
            margin: 0 0 40px 0;
            position: relative;
            z-index: 2;
        }

        .form-section {
            background: linear-gradient(135deg, #f8f9ff 0%, #e8f0fe 100%);
            padding: 40px 50px;
            position: relative;
            border-top: 1px solid rgba(58, 94, 166, 0.1);
        }

        .form-title {
            text-align: center;
            font-size: 28px;
            font-weight: 700;
            color: #3A5EA6;
            margin: 0 0 10px 0;
        }

        .form-subtitle {
            text-align: center;
            font-size: 16px;
            color: #666;
            margin: 0 0 30px 0;
        }

        .form-placeholder {
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 8px 25px rgba(58, 94, 166, 0.08);
            border: 2px dashed #54A8DC;
            text-align: center;
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
        }

        .form-placeholder::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(84, 168, 220, 0.1), transparent);
            animation: shimmer 2s infinite;
        }

        @keyframes shimmer {
            0% { left: -100%; }
            100% { left: 100%; }
        }

        .form-placeholder-text {
            font-size: 18px;
            color: #54A8DC;
            font-weight: 600;
            margin: 0 0 10px 0;
        }

        .form-placeholder-subtext {
            font-size: 14px;
            color: #888;
            margin: 0;
        }

        .checkout-section {
            background: white;
            padding: 30px 50px 40px;
            text-align: center;
            position: relative;
        }

        .mediaos-checkout-add-button {
            display: inline-block;
            background: linear-gradient(135deg, #EE7A3B 0%, #FDDA16 100%);
            color: white;
            font-size: 18px;
            font-weight: 700;
            padding: 15px 40px;
            border-radius: 50px;
            text-decoration: none;
            box-shadow: 0 8px 25px rgba(238, 122, 59, 0.3);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .mediaos-checkout-add-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }

        .mediaos-checkout-add-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 35px rgba(238, 122, 59, 0.4);
        }

        .mediaos-checkout-add-button:hover::before {
            left: 100%;
        }

        .accent-dots {
            position: absolute;
            top: 20px;
            right: 30px;
            display: flex;
            gap: 8px;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            opacity: 0.6;
        }

        .dot:nth-child(1) { background: #EE7A3B; }
        .dot:nth-child(2) { background: #FDDA16; }
        .dot:nth-child(3) { background: #54A8DC; }

        .decorative-line {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #EE7A3B 0%, #FDDA16 50%, #54A8DC 100%);
        }




        @media (max-width: 768px) {
            .sponsor-container {
                margin: 10px;
                max-width: none;
            }
            
            .sponsor-header {
                padding: 30px;
            }
            
            .sponsor-content,
            .form-section,
            .checkout-section {
                padding: 30px;
            }
            
            .company-name {
                font-size: 24px;
            }
            
            .tagline {
                color: white;
                font-size: 16px;
            }
            
            .description {
                font-size: 16px;
            }

            .form-title {
                font-size: 24px;
            }

            .checkout-placeholder {
                font-size: 16px;
                padding: 12px 30px;
            }
        }/* End custom CSS */