<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section_wrapper {    
    margin: 0 auto;
    width: 952px;
    position: relative;  
    padding-top: 21px;  
}
.ulip-section {
    position: relative;
}
.content-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #f8f8f8;
    height: 680px;
    width: 100%;
}
.clear {
    clear: both;
}
.ulip-sec-left, .ulip-sec-right {
    width: calc(50% - 15px);
    float: left;
    box-sizing: border-box;
    margin:30px 0;
}
.ulip-sec-left {
    margin-right: 15px;
}
.ulip-sec-right { 
    margin-left: 15px;
    border: 1px solid #faa61a;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #dedede;
}

.ulip-sec-right .form-sec {
    padding: 20px 40px;
} 
h3.page-heading {
    color: #004ca8;
    font-size: 30px;
    position: relative;
    margin-top: 20px;
}

h3.page-heading::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    background: #faa61a;
    width: 5px;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.page-subheading {
    font-size: 20px;
    margin-top: 20px;
}
.details-txt {
    font-size: 14px;
}
.list-insurence {
    margin-top: 10px;
}
.list-insurence li {
    margin-bottom: 10px;
    font-size: 16px;
}
.list-insurence li img {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}
.list-insurence li span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
}
.downloads-links {
    margin-top: 60px;
}
.downloads-links li {
    margin-right: 15px;
    display: inline-block;
}
.downloads-links li a {
    font-size: 16px;
    color: #004ca8;
    text-decoration: underline;
}
.downloads-links li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.form-field {
    position: relative;
}
.error-msg {
    position: absolute;
    top: 74%;
    color: #db0303;
    font-size: 11px;
    margin-bottom: 0;
}
.form-field label {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    color: #333;
}
.ulip-form {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #b3b3b3;
    box-shadow: none;
    border-radius: 0;
    color: #242424;
    width: 100%;
    margin-bottom: 20px;
    height: 36px;
}

.ulip-form:focus{
    outline: 0;
}


.checkbox-container {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    padding-left: 30px; }
    .checkbox-container .checkmark {
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      left: 0;
      top: 7px;
      background: url("../images/checkbox.svg"); }
    .checkbox-container input:checked ~ .checkmark {
      background: url("../images/checkbox-selected.svg"); }
    .checkbox-container input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 100%;
      width: 100%;
      left: 0;
      top: 3px; }
      .lbl {
          color: #999;
          font-size: 12px;
      }


      .submit-btn {
        margin-top: 20px;
        background-color: #faa61a;
        color: #ffffff;
        border:1px solid #faa61a;
        text-transform: uppercase;
        min-width: 158px;
        border-radius: 0;
        padding: 8px 20px;
        font-size: 14px;
        cursor: pointer;
      }
      .submit-btn:hover{
          background-color: #fff;
          color: #faa61a;
      }

      .captcha {
          margin-top: 20px;
          background: #f7f7f7;
          padding: 10px; display: flex; align-items: flex-start;
      }
      .captcha .img {
          width: 45%;
          display: inline-block;
          vertical-align: middle;
          position: relative;
      }
      .captcha-reload {
          position: absolute;
          top: -2px;
          right: 12px;
          cursor: pointer;
      }
      .captcha .input {
        margin-left: 5%;
        margin-bottom: 0;
        width: 45%;
        display: inline-block;
        vertical-align: middle;
            margin-bottom: 0px;
      }
      .captcha input {
          border: 0;
          box-shadow: none !important;
      }
      .text-center {
          text-align: center;
      }
      .ulip-sec-right .banner {
          height: 180px;
      }
      .ulip-sec-right .banner img{
          width: 100%;
          height: 100%;
      }
      
      .header_wrapper{position:relative;}
      .small-txt {
          font-size: 12px;
          margin-top: 20px;
          color: #999;
      }


/**/

.ulipWrap_AD12{width: 100%; float: left; margin: 92px 0 0;}
.ulipWrap_AD12 .downloads-links{width: 100%; float: left;}
.ulipWrap_AD12 .small-txt{width: 100%; float: left;}
.content-section::before{height: 650px;}
.checkbox-container .checkmark{border-radius: 0; top: 10px;}
.captcha input{background-color: #fff; padding: 10px;}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ulipWrap_AD12 { margin: 0;}
  .ulip-sec-right .form-sec {padding: 20px !important;}  
  .captcha .input {margin-left: 12% !important;}
  .captcha-reload {right: -25px !important;}


}

@media (min-width: 768px) {
  .section_wrapper { width: 750px; }

}

@media (min-width: 992px) {
  .section_wrapper {
     width: 970px;
  }
}


@media (min-width: 1200px) {
  .section_wrapper {
     width: 952px;
  }
}

.section_wrapper:after {
    content:'';
    display:table;
    clear: both;
    height:0;
    visibility:hidden;
}

.ulip-section {
    position: relative;
}
.ulip-section:after {
    content:'';
    display:table;
    clear: both;
    height:0;
    visibility:hidden;
}
.content-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #f8f8f8;
    height: 540px;
    width: 100%;
}
.clear {
    clear: both;
}
.ulip-sec-left, .ulip-sec-right {
    width: calc(50% - 15px);
    float: left;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ulip-sec-left, .ulip-sec-right { width: 100%; }
  .ulipWrap_AD12 {margin: 0;}
  .section_wrapper { width: auto; max-width: 100%; margin: 0 15px;}
  h3.page-heading { font-size: 18px;}
  .page-subheading { font-size: 16px;}
  .section_wrapper {padding: 0;}
  h3.page-heading { font-size: 20px;}
  .page-subheading { font-size: 14px;}
  .ulip-sec-right .form-sec {padding: 20px 15px !important;}

}
.ulip-sec-left {
    margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .ulip-sec-left {
     margin-right: 0;
     margin-bottom: 30px;
  }
}
.ulip-sec-right { 
    margin-left: 15px;
    border: 1px solid #faa61a;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #dedede;
}
@media screen and (max-width: 767px) {
  .ulip-sec-right {
     margin-left: 0;
  }
}
.ulip-sec-right .form-sec {
    padding: 20px 40px;
} 
h3.page-heading {
    color: #004ca8;
    font-size: 30px;
    position: relative;
    margin-top: 20px;
}
@media screen and (max-width:991px) {
    h3.page-heading {
        font-size: 26px;
    }
}
h3.page-heading::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    background: #faa61a;
    width: 5px;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
@media screen and (max-width: 767px) {
  h3.page-heading::after {
     left: -10px;
     
  }
}
.page-subheading {
    font-size: 20px;
    margin-top: 20px;
}
@media screen and (max-width:991px) {
    .page-subheading {
        font-size: 18px;
    }
}
.details-txt {
    font-size: 14px;
}
.list-insurence {
    margin-top: 10px;
}
.list-insurence li {
    margin-bottom: 10px;
    font-size: 16px;
}
@media screen and (max-width:991px) {
    .list-insurence li {
        font-size: 14px;
    }
}
.list-insurence li img {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}
.list-insurence li span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
}
.downloads-links {
    margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .downloads-links { margin-top: 30px;}
  .list-insurence li img {width: 40px; height: 40px;}
  .downloads-links li { display: block !important;}
  .captcha .img {width: 42% !important;}
  .captcha .input {width: 46% !important; margin-left: 40px !important;}
  .captcha-reload {top: 0px !important; right: -25px !important; width: 18px;}
}
.downloads-links li {
    margin-right: 15px;
    display: inline-block;
}
@media screen and (max-width: 767px) {
  .downloads-links li {
     /*display:block;*/
     margin:10px 0;
  }
}
@media screen and (max-width:991px) {
  .downloads-links li {
     margin-right: 5px;
  }
}
.downloads-links li a {
    font-size: 16px;
    color: #004ca8;
    text-decoration: underline;
}
@media screen and (max-width:991px) {
  .downloads-links li a {
     font-size: 14px;
  }
}
.downloads-links li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.form-field {
    position: relative;
}
.error-msg {
    position: absolute;
    top: 74%;
    color: #db0303;
    font-size: 11px;
    margin-bottom: 0;
}
.form-field label {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    color: #333;
}
.ulip-form {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #b3b3b3;
    box-shadow: none;
    border-radius: 0;
    color: #242424;
    width: 100%;
    margin-bottom: 20px;
    height: 36px;
}

.ulip-form:focus{
    outline: 0;
}


.checkbox-container {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    padding-left: 30px; }
    .checkbox-container .checkmark {
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      left: 0;
      top: 7px;
      background: url("../images/checkbox.svg"); }
    .checkbox-container input:checked ~ .checkmark {
      background: url("../images/checkbox-selected.svg"); }
    .checkbox-container input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 100%;
      width: 100%;
      left: 0;
      top: 3px; }
      .lbl {
          color: #999;
          font-size: 11px;
          line-height: 12px;
          display: inline-block;
      }


      .submit-btn {
        margin-top: 20px;
        background-color: #faa61a;
        color: #ffffff;
        border:1px solid #faa61a;
        text-transform: uppercase;
        min-width: 158px;
        border-radius: 0;
        padding: 8px 20px;
        font-size: 14px;
        cursor: pointer;
      }
      .submit-btn:hover{
          background-color: #fff;
          color: #faa61a;
      }

      .captcha {
          margin-top: 20px;
          background: #f7f7f7;
          padding: 10px;
      }
      .captcha .img {
          width: 40%;
          display: inline-block;
          vertical-align: middle;
          position: relative;
      }
      .captcha-reload {
          position: absolute;
          top: -3px;
          right: -25px;
          cursor: pointer;
      }
      .captcha .input {
        margin-left: 9%;
        margin-bottom: 0;
        width: 50%;
        display: inline-block;
      }
      .captcha input {
          border: 0;
          box-shadow: none !important;
      }
      .text-center {
          text-align: center;
      }
      .ulip-sec-right .banner {
          height: 180px;
      }
      @media screen and (max-width:640px) {
    .ulip-sec-right .banner {
          height: auto;
    }
      }
      .ulip-sec-right .banner img{
          width: 100%;
          height: 100%;
      }
      .small-txt {
          font-size: 12px;
          margin-top: 20px;
          color: #999;
      }</pre></body></html>