
      
    


      body { font-family: Montserrat }
     


      {} *{} /*endBaseStyles*/
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    



 body { font-family: 'Segoe UI', sans-serif; margin: 0; padding: 0; background: #f8f9fb; color: #333; } .container { max-width: 1100px; margin: auto; padding: 40px 20px; } h1 { color: #1a3d7c; font-size: 2.4rem; margin-bottom: 20px; } h2 { color: #0056b3; margin-top: 40px; font-size: 1.7rem; } h3 { color: #0073e6; font-size: 1.2rem; margin-top: 20px; } p, ul { font-size: 1.05rem; line-height: 1.6; } a { color: #0073e6; text-decoration: none; } a:hover { text-decoration: underline; } .link-box { background: #fff; border-left: 5px solid #0073e6; padding: 20px; margin: 30px 0; border-radius: 6px; } .link-box h3 { margin-top: 0; } .cta { background: #e6f4ff; padding: 30px; margin: 50px 0; border-left: 6px solid #0073e6; border-radius: 6px; } .cta a { background: #0073e6; color: #fff; padding: 10px 20px; display: inline-block; border-radius: 4px; font-weight: bold; margin-top: 10px; } 

 body { font-family: 'Segoe UI', sans-serif; background: #f8f9fb; color: #333; margin: 0; padding: 0; } .container { max-width: 1100px; margin: auto; padding: 40px 20px; } h1 { color: #1a3d7c; font-size: 2.4rem; margin-bottom: 20px; } h2 { color: #0056b3; margin-top: 40px; font-size: 1.7rem; border-bottom: 2px solid #dde4ed; padding-bottom: 5px; } h3 { color: #0073e6; font-size: 1.2rem; margin-top: 20px; } p, ul { font-size: 1.05rem; line-height: 1.6; } a { color: #0073e6; text-decoration: none; } a:hover { text-decoration: underline; } .link-box { background: #fff; border-left: 5px solid #0073e6; padding: 20px; margin: 30px 0; border-radius: 6px; } .link-box h3 { margin-top: 0; } .cta { background: #e6f4ff; padding: 30px; margin: 50px 0; border-left: 6px solid #0073e6; border-radius: 6px; } .cta a { background: #0073e6; color: #fff; padding: 10px 20px; display: inline-block; border-radius: 4px; font-weight: bold; margin-top: 10px; } .faq-container { margin-top: 50px; } .faq-item { border-bottom: 1px solid #ccc; padding: 15px 0; } .faq-question { font-weight: bold; cursor: pointer; color: #1a3d7c; position: relative; padding-right: 30px; } .faq-question::after { content: '+'; position: absolute; right: 0; font-size: 20px; color: #0073e6; } .faq-question.active::after { content: '−'; } .faq-answer { display: none; padding-top: 10px; color: #444; } 

 body { font-family: 'Segoe UI', sans-serif; background: #f8f9fb; margin: 0; color: #333; } .container { max-width: 1100px; margin: auto; padding: 40px 20px; } h1, h2, h3 { color: #0056b3; } h1 { font-size: 2.4rem; margin-bottom: 20px; } p, ul { font-size: 1.05rem; line-height: 1.6; } a { color: #0073e6; text-decoration: none; } a:hover { text-decoration: underline; } .link-box { background: #fff; border-left: 5px solid #0073e6; padding: 20px; margin: 30px 0; border-radius: 6px; } .cta { background: #e6f4ff; padding: 30px; margin: 50px 0; border-left: 6px solid #0073e6; border-radius: 6px; } .cta a { background: #0073e6; color: #fff; padding: 10px 20px; border-radius: 4px; font-weight: bold; display: inline-block; margin-top: 10px; } .faq-container { margin-top: 30px; border-top: 1px solid #ddd; } .faq-item { padding: 15px 0; border-bottom: 1px solid #eaeaea; } .faq-question { font-weight: bold; font-size: 1.1em; cursor: pointer; position: relative; padding-right: 30px; } .faq-question::after { content: '+'; position: absolute; right: 0; font-size: 1.2em; } .faq-question.active::after { content: '-'; } .faq-answer { display: none; padding: 10px 0 10px 15px; background-color: #f8faff; font-size: 0.95em; } 

