<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-blue{
  color:#1787E4
}
.blop-pWraper .BreadcrumbList{
  padding-left: 0px;
}
.blop-pWraper .BreadcrumbList a {
  color: #117BD4;
}
.bolg-p .blog-info {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.bolg-p .blog-info-item{
  margin-bottom: 25px;
  position: relative;
}
.bolg-p .blog-info-item::after{
content: "";
  height: 23px;
  width: 1px;
  position: absolute;
  background: #E0E0E0;
  right: -12px;
  top: 0;
}
.articleBodyContent table {
width: 100%;
border-collapse: collapse;
margin: 15px 0;
}
.articleBodyContent table th, .articleBodyContent table td {
padding: 10px;
border: 1px solid #000;
/* font-family: 'CircularStd'; */
font-weight: 400;
color: #1E2532;
opacity: 0.98;
font-size: 17px;
}
.articleBodyContent table th{
font-weight: 500;
}
.bolg-p .blog-info-item:last-child::after{
display: none;
}
.bolg-p .blog-info-item:nth-child(4)::after{
display: none;
}
.bolg-p .blog-info-item:last-child{
  margin-bottom: 0px;
}
.bolg-p {
  padding: 34px 40px 40px;
}
.feature-image{
  padding-bottom:35px ;
}

.bolg-p .tableofContents .toc-head{
  /* font-family: 'CircularStd'; */
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 146%;
  color: #01305C;
}
.bolg-p .tableofContents .no-bulletItems{
  list-style: none;
  margin-bottom: 36px;
  position: relative;
  padding-left: 15px;
}
.no-bulletItems li{
line-height: 122.5%!important;
}
.bolg-p .tableofContents .no-bulletItems::before{
  content: "";
  height: 100%;
  width: 4px;
  position: absolute;
  background: #F2F2F2;
  border-radius: 100px;
  left: 0;
}
.bolg-p .tableofContents .no-bulletItems li + li{
  margin-top: 25px;
}
.bolg-p .tableofContents .no-bulletItems li span{
  /* font-family: 'CircularStd'; */
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
  color: #4A4E57;
}
.articleBodyContent .ctaPreview + .pdfsWrapper{
  margin-top: 16px;
}
.articleBodyContent  .ctaPreview img{
  position:absolute;
  display: block;
  left: 40px;
  bottom:0;
  margin: 0;
}
/* CTA  */
.articleBodyContent .ctaPreview{
  max-width:100%;
  width: 100%;
  background: #FFE84D;
  border-radius: 6px;
  padding:40px 20px 35px;
  position: relative;
  margin-top: 16px;
  margin-bottom: 24px;
  display: flex;
  justify-content: end;
}
.articleBodyContent  .addText a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100px;
  animation-name: cta-animation;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes cta-animation {

  0% {
    box-shadow: 0 0 0 0px #fff;
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

.articleBodyContent  .addText p{
  font-style: normal;
  font-weight: 500;
  max-width: 467px;
  font-size: 24px!important;
  line-height: 134%!important;
  color: #1E2532!important;
  padding: 0!important;
  padding-bottom: 25px!important;
}
.articleBodyContent  .addText a span {
    display: flex;
}
.articleBodyContent  .ctaPreview.light .addText p{
  color:#fff!important;
}
.articleBodyContent  .ctaPreview.light .addText a::before {
  color: rgba(255,255,255,.5);
}

.articleBodyContent  .addText a{
  display: flex;
  align-items: center;
  column-gap: 5px;
  max-width:145px;
  width: 100%;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  font-size: 17px;
  line-height: 16px;
  border-radius: 100px;
  padding:7px 0;
  justify-content: center;
  position: relative;
  text-decoration: none;
  opacity: unset!important;
}

.articleBodyContent  .addText a svg path{
 fill:#000!important;
}
.articleBodyContent  .addText {
  position: unset;
  top: 0;
  left: 0;
  background: unset;
  box-shadow: unset;
  max-width: 383px;
  flex:0 0 383px;
}
/* .articleBodyContent  .addText a::before{
  width:100%;
  position: absolute;
  content: '* Terms Applied';
  text-align: center;
  bottom:-25px;
  font-weight: 400;
  font-size: 13px;
  color: rgba(30, 37, 50, 0.44);
  line-height: 134%;
} */
.articleBodyContent  .ctaPreview img{
  position:absolute;
  display: block;
  left: 40px;
  bottom:0;
  margin: 0;
  width: unset;
}
.addSection .addImage img{
  margin: 0;
}
.articleBodyContent  .addImage {
    position: absolute;
    bottom: 0;
    left: 20px;
}
.articleBodyContent  a.termsBtn::before {
  content: ''!important;
}
.articleBodyContent  .addSection {
  display: flex;
      align-items: center;
      justify-content: flex-end;
      position: relative;
      padding: 20px;
      box-shadow: 0px 0px 11px 2px rgb(172 172 172 / 25%);
      border-radius: 4px;
      max-width: 692px;
      width: 100%;
    min-width:unset;
    margin: 100px 0 24px;
    transform: unset;


    max-height: unset;
    height: unset;
}
.articleBodyContent  .addData {
    max-width: 284px;
    width: 100%;
    margin-left: auto;
}
.articleBodyContent  .addCta{
    max-width: 126px;
    width: 100%;
}
.articleBodyContent  .addCta a {
    display: block;
    width: 100%;
    padding: 9px 0px;
    background-color: #117BD4;
    border: 2px solid #FFFFFF;
    border-radius: 25.5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;

    font-weight: 600 !important;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    opacity: 1;
}
.articleBodyContent  .addData p {
  font-weight: 600 !important;
  font-size: 17px !important;
  line-height: 28px !important;
  text-align: center;
  max-width: 188px;
  color: #FFFFFF !important;
  margin: 0!important;
  padding: 0;
  opacity: 1!important;
}
.articleBodyContent  .addSection::before {
    position: absolute;
    content: 'Ad';
    left: 0;
    top: 0;
    background-color: #DEDEDE;
    border-radius: 4px 0px 0px 0px;
    padding: 0 5px;
    font-weight: 400;
    font-size: 13px;
}
.writerSec{
  border-bottom: 1.3px solid #C8DEF7;
}
.writerSec .writerWraper{
  padding: 20px 35px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8.28211px 0.920234px rgba(112, 112, 112, 0.1);
  border-radius: 11px;
  max-width: 667px;
  margin: 0  auto 50px;
  position: relative;
}
.writerHeads{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.writerInfoWrap{
  display: flex;
  flex-grow:1;
  align-items: center;
  -webkit-column-gap: 17px;
  -moz-column-gap: 17px;
      column-gap: 17px;
}

.writerImg{
  max-width: 93px;
  max-height: 93px;
  width: 100%;
  border-radius: 100%;
  border: 1px solid #C8DEF7;
  padding: 5px;
}
.media-links ul{
  list-style: none;
  display: flex;
}
.writerSec .media-links ul li + li{
  margin-top: 0;
}
.writerSec .media-links ul li a{
  margin-right: 10px;
}
.writerSec .media-links ul li a::after{
   display: none;
}
.writerSec .writerName{
  /* font-family: 'CircularStd'; */
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
  /* identical to box height */
  padding-bottom:10px ;
  color: #01305C;
}
.writerSec .writerExperties{
  padding-bottom: 0px;
}
.writerBio{
  padding-top: 15px;
}
/* .writerSec::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #C8DEF7;
  position: absolute;
  left: 0;
  bottom: -48px;
} */
.reviewBlog{
background: url('../images/reviewBlog.png');
background-size: cover;
text-align: center;
background-position: center;
padding: 24px 0;
margin-top: 35px;
display: block;
}
.reviewBlog h3{
  /* font-family: 'CircularStd'; */
  color:#fff;
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 29px;
  margin-bottom: 25px;
}
.reviewBlog .blue-outlineBtn,
.reviewBlog .white-outlineBtn{
  /* font-family: 'CircularStd'; */
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  max-width: 90px;
  height: 30px;
  width: 100%;
  justify-content: center;
  border-radius: 8rem;
  display: flex;
}
.reviewBlog .white-outlineBtn{
  border: 1px solid #FFFFFF;
}
.reviewBlog .blue-outlineBtn{
  border: 1px solid #117BD4;
  background: #117BD4;
}
.btn-group{
  display: flex;
  justify-content: center;
  column-gap: 10px
}
.pdfBtn p{
  padding-bottom: 0;
}
.articleBodyContent .pdfsWrapper + .pdfsWrapper{
margin-top: 20px;
}
.keepReading .swiper-slide a{
display: block;
background: #EFCFB6;
border-radius: 7px;
padding: 12px 16px;
text-decoration: none;
}
.keepReading h2 {
/* font-family: 'CircularStd'; */
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 32px;
color: #01305C;
}
.blogCardHead {
display: flex;
align-items: center;
column-gap: 6px;
position: relative;
}

.blogCardHead span {
/* font-family: 'CircularStd'; */
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 16px;
color: #255394;
display: flex;
}
.cardWrapper.light .blogCardHead span {
color: rgba(255,255,255,.5);
}
.keepReading .blogCard{
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.imageWraper{
/* position: absolute;
bottom: 0;
left: 0; */
}
.blogCard p {
/* font-family: 'CircularStd'; */
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 22px;
color: #231F20;
padding-top: 10px;
margin-bottom:15px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
padding-bottom: 0;
}
.cardWrapper.light .blogCard p {
color: #fff;
}

.keepReading .swiper-button-next:after, .keepReading .swiper-button-prev:after {
color: white;
font-size: 14px;
font-weight: bold;
}
.keepReading .swiper-button-next, .keepReading .swiper-button-prev {
position: absolute;
top: 59px;
max-width: 29px;
width: 100%;
background: #117BD4;
border-radius: 56%;
height: 29px;
border: 1px solid #117bd4;
}
.keepReading .swiper-button-next.swiper-button-disabled,
.keepReading .swiper-button-prev.swiper-button-disabled{
background:transparent;
}
.keepReading .swiper-button-next.swiper-button-disabled:after, .keepReading .swiper-button-prev.swiper-button-disabled:after {
color: #117BD4;
}
.keepReading .swiper-button-prev{
left: auto;
right: calc(75px - 29px);
}
.blog-suggestion .list-of-blog li {
position: relative;
font-size: 14px;
text-align: left;
margin-bottom: 20px;
padding-left: 25px;
list-style: none;
}
.blog-suggestion .list-of-blog li::before {
position: absolute;
content: "";
background-image: url(../images/blog-icon.svg);
background-repeat: no-repeat;
width: 17px;
height: 17px;
left: 0;
top: 1px;
}
.blog-box {
background: #fff;
text-align: center;
padding: 20px 30px;
border-radius: 5px;
box-shadow: 0px 0px 8.28211px 0.920234px rgb(112 112 112 / 10%);
position: sticky;
top: 13.5%;
max-height: 285px;
overflow-y: auto;
}
.blog-box::-webkit-scrollbar {
width: 3px;
}

.blog-box::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.blog-box::-webkit-scrollbar-thumb {
background-color: #213970;
outline: 1px solid slategrey;
}
.blog-box .list-of-blog{
text-align: left;
}
.blog-box  .list-of-blog ul{
list-style: none;
padding-left: 0;
}
.headnav p{
/* font-family: 'CircularStd'; */
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 146%;
color: #01305C;
margin-bottom: 20px;
}
.list-of-blog ul li + li{
margin-top: 20px;
}
.list-of-blog ul li a{
color: #767D8E;
}
.aaa {
  max-width: 340px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 4px 10px rgb(119 119 119 / 15%);
  border-radius: 5px;
  padding: 15px 25px;
  position: sticky;
  height: 497px;
  margin-top: 1700%;
  border-radius: 10px;
  transition: 0.3s ease all;
  top: 29%;
}
.col-4 {
  max-width: 340px;
  width: 100%;

}

/* .btmSlider {
transition: 0.7s ease all;
transform: translate3d(0, 0, 0);
animation-name: shakeMe;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
} */

@keyframes shakeMe {
  2%,
  18% {
    transform: translate3d(-5px, 0, 0);
  }
  4%,
  16% {
    transform: translate3d(5px, 0, 0);
  }
  6%,
  10%,
  14% {
    transform: translate3d(-5px, 0, 0);
  }
  8%,
  12% {
    transform: translate3d(5px, 0, 0);
  }
  18.1% {
    transform: translate3d(0px, 0, 0);
  }
}

.btm_que {
  font-weight: 700;
  font-size: 18px;
  line-height: 22.9px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 6px;
  background-color: #213970;
  margin: 0 auto 14px;
  max-width: max-content;
  padding: 7px 18px;
}
.bottom_gif img {
max-height: 338px;
height: 100%;
display: block;
margin: 0 auto;
}

.bttom_slider_wraper span {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  padding-top: 10px;
  color: #FFFFFF;
}

.bttom_slider_wraper .pending {
  background-color: #D30000;
  color: #fff;
  font-size: 24px !important;
  line-height: 32px !important;
  padding: 0 2px;
}
.btm_slider_cta {
  border-radius: 100px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  max-width: 236px;
  text-align: center;
  padding: 12px 0;
  background-color: #DA2A2A;
  display: block;
  margin: 15px auto 22px;
  position: relative;
}
.btm_slider_cta::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  color: #ffffff;
  background-position: -1000px;
  animation: shine 2s infinite linear 2s;
  height: 100%;
  background-repeat: no-repeat;
}

@keyframes shine {
  0% {
    background-position: -1000px;
  }
  100% {
    background-position: 1000px;
  }
}
.grey-text {
  display: none !important;
  text-align: center!important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  color: #2B2B2B !important;
  font-family: "Quicksand", sans-serif !important;
}
a.termsBtn::before {
  font-style: italic;
  position: absolute;
  content: '*Terms Applied';
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  width: 100%;
  font-weight: 300;
}
a.btm_slider_cta.termsBtn::before {
color: #000;
font-size: 12px;
bottom: -20px;
}
.faqWraper .accord-card-head {
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
padding: 20px 14px;
background: #F5F9FF;
border: 2px solid #C8DEF7;
border-radius: 4px;
}
.faqWraper h3 {
font-size: 17px;
font-weight: 500;
line-height: 157%;
padding: 0;
color: #2F2F31;
}
.faqWraper ol li, .faqWraper ul li, .faqWraper a, .faqWraper p {
  font-size: 15px;
  line-height: 30px;
}
span.faq-icon {
position: absolute;
right: 0;
transform: rotate(180deg);
top: 17px;
right: 18px;
}
.card.show .accord-card-head:hover span.faq-icon svg path, .card.show span.faq-icon svg path{
fill:#2D96EE;
}
.card .accord-card-head:hover span.faq-icon svg path {
fill: #2D96EE;
}
.card.show span.faq-icon {
transform: rotate(45deg);
transition: 0.3s ease all;
}
.answerInner {
padding: 15px 20px;
background-color: #F5F9FF;
border: 2px solid #C8DEF7;
border-top: none;
}
.faqWraper .accord-card-head:hover{
border: 2px solid #1276CE;
border-radius: 4px;
}
.accordd .card {
border-bottom: 1px solid #E8E9EC;
margin-bottom: 30px;
position: relative;
background: #F5F9FF;

border-radius: 4px;
}
.faqWraper .accord-card-head {
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
border: 2px solid #C8DEF7;
padding: 20px 14px;
background: #F5F9FF;
border-radius: 4px;
}
.bolg-p .tableofContents .no-bulletItems::after {
content: "";
height: 21px;
width: 4px;
position: absolute;
background: #1276CE;
border-radius: 100px;
left: 0;
top: 0;
}
img.hero_img {
width: 100%;
max-height: 100%;
display: block;
margin: 0 auto 25px;
}
.toc_scroll.active span {
color: #1276CE!important;
}
h1.text-left{
margin-bottom: 10px;
}
@media(max-width:1400px) {
  .articleBodyContent  .addImage img{
   width:80%;
 }
  .articleBodyContent  .addText {
   max-width: 370px;
   flex: 0 0 370px;
}
.aaa {
height: 420px;
padding: 18px 13px 9px;
margin-top: 1700%;
}

.bottom_gif img {
margin: 0 auto;
max-width: 240px;
max-height: 264px;
display: block;
}
 /* .blogHeadWrapper {
   padding-bottom: 13px;
} */
.blogSideBar{
 max-width: 257px;
}
.articleBodyContent  .addData {
   padding: 0 6px 0px 11px;
}
}
@media(max-width:1200px) {

 .articleBodyContent .addData p {
   font-size: 16px !important;
   line-height: 26px !important;
}
.articleBodyContent .addCta a {
   font-size: 17px;
   margin-left: auto;
   max-width: 116px;
}

}
@media(max-width:1100px) {
 .add-Section {
   background-size: 35%;
 }
 .aaa{
  display: none;
 }

}
@media(max-width:768px){
 .articleBodyContent .addSection {
     padding: 15px;
   }
   .articleBodyContent .addData {
     max-width: 227px;
   }
   .articleBodyContent .addData p {
     font-size: 14px !important;
     line-height: 23px !important;
     letter-spacing: .5px;
   }
   .articleBodyContent .addCta {
     max-width: 107px;
  }
  .articleBodyContent .addCta a {
     font-size: 16px;
     margin-left: auto;
     padding: 6px 0;
   }
   .articleBodyContent .addImage {
     left: 12px;
 }
 .articleBodyContent .ctaPreview img {
     left: 30px;
     max-width: 150px;
 }
 .articleBodyContent .ctaPreview {
     padding: 25px 20px 22px;
 }
 .articleBodyContent .addText p {
     font-size: 19px!important;
 }
 .articleBodyContent .addText {
     max-width: 270px;
     flex: 0 0 270px;
 }
}
@media(max-width:575px){
 .articleBodyContent .addText a{
     font-size: 14px;
   }
   .blog-box.blog-suggestion {
    visibility: unset!important;
}
   .bolg-p .blog-info-item::after{
    display: none;
   }
   .faq-icon svg {
    width: 100%;
    height: 100%;
}
   .bolg-p {
    padding: 21px 30px;
}
.writerHeads{
  flex-direction: column;
}
.writerInfoWrap{
  margin-bottom: 20px;
}
.faqWraper h3{
  max-width: 90%;;
}
   .add-Section {
     background-image: url(../images/cta-mob-bg.png);
   }
   .articleBodyContent .ctaPreview {
     max-width: 100%;
     padding: 26px 14px 15px;
     justify-content: unset;
     padding-left: 42%;
   }
   .articleBodyContent .addText p {
     font-size: 17px!important;
     padding-bottom: 8px!important;
     max-width: 250px;
     text-align: center;
   }
   .articleBodyContent .addText a::before {
     text-align: left;
   }
   .articleBodyContent .addText a {
     max-width: 143px;
     align-items: center;
     margin: 0 auto;
   }
 .articleBodyContent .addText a span {
     display: flex;
   }
   .articleBodyContent .ctaPreview img {
     max-width: 126px;
     left:8px;
   }
   .articleBodyContent .addText {
     max-width: unset;
     flex: unset;
 }
   .articleBodyContent .addImage {
       left: 23px;
   }
   .articleBodyContent .addCta {
       position: absolute;
       bottom: -26px;
       right: 82px;
   }

}
@media(max-width:475px){
 .articleBodyContent .addSection {
     max-width:299px;
     margin: 10px auto 5px;
     padding: 11px 11px 22px;
 }
 .articleBodyContent .addImage img {
   max-width: 112px;
   width: 100%;
}
.articleBodyContent .addImage {
   left: 14px;
}
.articleBodyContent .addData p {
   font-size: 14px !important;
   line-height: 16px!important;
   text-align: center!important;
}

.articleBodyContent .addData {
   max-width: 162px;
}
.articleBodyContent .addCta {
   bottom: -26px;
   right: 47px;
}
.articleBodyContent .addCta a {
   font-size: 14px;
   margin-left: auto;
   padding: 1.5px 0;
}
.articleBodyContent .addCta {
   max-width: 89px;
   position: absolute;
   bottom: -20px;
   right: 39px;
}
.articleBodyContent .addSection::before {
   font-size: 11px;
}
}
@media(max-width:430px){
 .articleBodyContent .ctaPreview {
   padding: 12px 14px 15px;
   padding-left: 43%;
 }
}
</pre></body></html>