.elementor-297680 .elementor-element.elementor-element-e331607{--display:flex;}.elementor-297680 .elementor-element.elementor-element-1013881{--spacer-size:20px;}.elementor-297680 .elementor-element.elementor-element-13f487c{--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-297680 .elementor-element.elementor-element-821b78a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4eebc81 */.tc-reset * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        .tc-body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #fafafa;
        }
        
        .tc-container {
            max-width: 800px;
            margin: 0 auto;
            padding: 2rem;
        }
        
        .tc-header {
            text-align: center;
            margin-bottom: 3rem;
            padding-bottom: 2rem;
            border-bottom: 2px solid #3A5EA6;
        }
        
        .tc-h1 {
            color: #3A5EA6;
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }
        
        .tc-navigation {
            background: white;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 1.5rem;
            margin-bottom: 3rem;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }
        
        .tc-navigation h2 {
            color: #3A5EA6;
            font-size: 1.2rem;
            margin-bottom: 1rem;
            font-weight: 600;
        }
        
        .tc-navigation ul {
            list-style: none;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 0.5rem 1.5rem;
        }
        
        .tc-navigation li {
            margin-bottom: 0.5rem;
        }
        
        @media (max-width: 900px) {
            .tc-navigation ul {
                grid-template-columns: 1fr 1fr;
            }
        }
        
        @media (max-width: 600px) {
            .tc-navigation ul {
                grid-template-columns: 1fr;
            }
        }
        
        .tc-navigation a {
            color: #54A8DC;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.2s ease;
        }
        
        .tc-navigation a:hover {
            color: #3A5EA6;
            text-decoration: underline;
        }
        
        .tc-content {
            background: white;
            border-radius: 8px;
            padding: 2.5rem;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }
        
        .tc-section {
            margin-bottom: 3rem;
        }
        
        .tc-section:last-child {
            margin-bottom: 0;
        }
        
        .tc-section h2 {
            color: #3A5EA6;
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 1rem;
            padding-bottom: 0.5rem;
            border-bottom: 1px solid #54A8DC;
        }
        
        .tc-section h3 {
            color: #3A5EA6;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 0.8rem;
            margin-top: 1.5rem;
        }
        
        .tc-section p {
            margin-bottom: 1rem;
            text-align: justify;
        }
        
        .tc-section ul {
            margin-left: 1.5rem;
            margin-bottom: 1rem;
        }
        
        .tc-section li {
            margin-bottom: 0.5rem;
        }
        
        .tc-back-to-top {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            background: #3A5EA6;
            color: white;
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            cursor: pointer;
            font-size: 1.2rem;
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
            transition: background 0.2s ease;
            display: none;
        }
        
        .tc-back-to-top:hover {
            background: #54A8DC;
        }
        
        .tc-back-to-top.tc-visible {
            display: block;
        }
        
        @media (max-width: 768px) {
            .tc-container {
                padding: 1rem;
            }
            
            .tc-h1 {
                font-size: 2rem;
            }
            
            .tc-content {
                padding: 1.5rem;
            }
        }/* End custom CSS */