<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.under_900 {
  display:none;
}
@media screen and (max-width:900px){
  .under_900 {
      display:block;
  }   
}
.over_1520 {
  display:none;
}
@media screen and (min-width: 1520px) {
  .over_1520 {
      display:block;
  }
}
@media screen and (max-width: 1050px) {
  .over_1050 {
      display:none;
  }
}
.under_780 {
  display:none;
}
@media screen and (max-width: 780px) {
  .under_780 {
      display:block;
  }
}


#dagger_home {
  min-width:320px;
}


#s1_image {
  padding-bottom:30%;
  min-height:130px;
}


@media screen and (max-width:1400px) {
  .over_1400 {
      display:none;
  }
  #s1_copy h2 {
      max-width:925px;
  }   
}

.segment-individuals #s1_image {
  background-image: url(/_Global-Assets/dagger/home/img/ind_hero_fall19.jpg);
  background-position: top center;
  background-size:cover;
}
.segment-business #s1_image {
  background-image: url(/_Global-Assets/dagger/home/img/biz_hero.jpg);
  background-position: top left;
  background-size:cover;
}

.segment-individuals #hero_content {
  padding-top:6%;
}
.segment-business #hero_content {
  padding-top:5%;
  width:50%;
}

#dagger_home sup {
  font-size:large;
  vertical-align: super;
}
#s1_copy sup {
  vertical-align:baseline;
  top:-2vw;
  position:relative;
}

#s3_ways {
  padding-top:100px;
  padding-bottom:80px;
}

.ways_item.see_more, .mobile_product_disclosure {
  display:none;
  text-align:center;
  margin-top:5px;
}
.ways_item.see_more.show, .mobile_product_disclosure.show {
  display:block;
}

.ways_item {
  width: 46%;
  float: left;
  text-align: left;
  position: relative;

  background-color:#ccf2ff;
  cursor:pointer;
  
  margin-left:2%;
  margin-top:2%;
  margin-bottom:1%;

  -webkit-transition: 0.3s;
  transition: 0.3s;

  text-decoration: none;
}
#dagger_home .ways_item h3 {
  padding-top:2%;
}
.ways_item p {
  padding-left:0;
  min-height:0px;
  margin:0px;
}
.ways_item * {
  pointer-events: none;
}

.ways_item:hover, .ways_item:focus, .ways_item.active {
  background-color:#fff;
  transform:scale(1.06);
  box-shadow: 0 10px 30px 0 rgba(0,0,0,0.05), 0 15px 80px 0 rgba(0,0,0,0.08);
  z-index:5;

  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ways_item img {
  float:left;
  width:25%;
  padding:15px;
  position: relative;
}

.ways_content {
  margin-left:25%;
  min-height:116px;
  position:relative;
  top:2vw;
  text-align:left;
}
@media screen and (max-width:1700px) {
  .ways_content {
      top:1.5vw;
  }
}
@media screen and (max-width:1250px) {
  .ways_content {
      top:1.0vw;
  }
}
@media screen and (max-width:980px) {
  .ways_content {
      top:0.0vw;
  }
}

.mobile_product_disclosure .spacer {
  margin-bottom:20px;
}

#badthings h2 {
margin-bottom:10px;
max-width:95%;
}

#business_content {
  width:60%;
}

#calc_container {
  padding-top: 120px;
}

@media screen and (min-width:1750px) {
#badthings h2 {
  max-width:800px;
}
}

#badthings {
  padding-top: 40px;
}

#individual_learnmore {
  padding-top:100px;
  padding-bottom:80px;
}
#individual_learnmore h2 {
  text-align: center;
}

.learn_item {
  width:30%;
  margin-left:1.5%;
  margin-right:1.5%;
  float:left;
  text-align:center;
}
.dagger_root .learn_link a {
  color:#049dd5;
}
.learn_item .display4 {
  margin-bottom:5px;
}
.learn_item img {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  display: block;
}
.learn_item p {
  margin-bottom:5px;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}
.learn_item a {
  color:#049dd5;
  font-weight:bold;
  text-decoration: none;
}
.learn_item a:hover {
  color:#049dd5;
  text-decoration: underline;
}



#bottom_cta {
  padding-top:100px;
  padding-bottom:80px;
  text-align:center;
}

#bottom_cta h2 {
  margin-bottom:20px;
}

#bottom_cta button.whitebg {
background:#ffffff;
}

#bottom_cta button.whitebg:hover, #bottom_cta button.whitebg:focus {
background-color: #f0f0f0;
}

  
.segment-individuals #s5_family {
  padding-bottom:40%;
  min-height:185px;
}
.segment-individuals #family_content {
  padding-top:4%;
  width:50%;
}



#hiw_1, #hiw_2, #hiw_3, #hiw_4 {
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 40px;
  float: left;
  width: 40%;
}
.segment-business #s3_ways p {
  margin-bottom:60px;
}
#ways_title2 {
  clear:both;
}
.hiw_item p {
  width:auto;
}

.break_570to1000 {
display:none;
}

.segment-business #s1_hero p {
  max-width:600px;
}


@media screen and (max-width:1250px) {
  .learn_item p {
      max-width: 230px;
  }
  #s1_copy h2 {
      max-width:865px;
  }

  #calc_container {
      padding-top: 140px;
  }
}
@media screen and (max-width: 999px) {
  
  #hero_content {
      width:70%;
      padding-top:0%;
      text-align:left;
  }
  #s1_image {
      padding-bottom:38%;
  }
  #hero_content p {
      margin-left:0px;
  }

  #s1_copy {
      padding-top: 60px;
      padding-bottom: 60px;
  }

  #s2_items {
      padding-top:0px;
      padding-bottom:0px;
  }
  .segment-individuals #s1_copy h2 {
      max-width:650px;
  }
  .segment-business #s1_copy h2 {
      max-width:600px;
  }
  #hiw_1, #hiw_2, #hiw_3, #hiw_4 {
      float:inherit;
      width: 80%;
      margin-left: 10%;
  }
  .hiw_item h3 {
      padding-top:0px;
  }
  .break_570to1000 {
      display:inherit;
  }

  #s3_ways h2 {
      width: 100%;
      margin-left: 0%;
  }

  #badthings h2 {
      max-width:inherit;
      margin-left:auto;
      margin-right:auto;
  }

  #calc_container {
      padding-top: 40px;
  }

  .segment-individuals #s5_family {
      background-position: 65% center;
  }
}


@media screen and (max-width:780px) {

  #hero_content {
      width:100%;
      padding-top:10%;
      text-align:center;
  }
  #hero_content p {
      margin-left:10%;
  }

  .segment-individuals #s1_image {
      background-image: url(/_Global-Assets/dagger/home/img/ind_hero_mobile_fall19.jpg);
  }
  .segment-business #s1_image {
      background-image: url(/_Global-Assets/dagger/home/img/biz_hero_mobile.jpg); 
  }

  .segment-business #s1_image p {
      max-width:320px;
      margin-left:auto;
      margin-right:auto;
  }


  .segment-individuals #s1_image, .segment-business #s1_image{
      background-position: bottom;
      padding-bottom:120%;
  }
  #s1_image h1 {
      color:#3b3b3b;
  }
  .segment-individuals #hero_content {
      padding-top: 8%;
  }

  .segment-business #hero_content {
      width: 100%;
      padding-top:10%;
  }
  .segment-business #hero_content p {
      color:#3b3b3b;
  }

  .segment-individuals #s1_copy h2 {
      max-width:80%;
  }
  .segment-business #s1_copy h2 {
      max-width:80%;
  }

  #business_content {
      width:80%;
  }

  .ways_content {
      top: 2vw;
  }

  .ways_item {
      width: 90%;
      padding: 0% 8% 0% 2%; 
      

      width: 70%;
      margin: 2% 10% 2% 10%;
  }
  .ways_item img {
      width: 25%;
      padding: 2% 5% 0 0;
  }

  #dagger_home .ways_item h3 {
      padding-top:5%;
  }
  
  .segment-individuals #s5_family {
      padding-bottom: 100%;
      background-position:top;
  }
  .segment-individuals #family_content {
      padding-top: 90%;
  }


  .learn_item {
      width: 100%;
      margin-left: 0%;
      margin-right: 0%;
      margin-bottom: 5%;
  }
  .learn_item img {
      width:60%;
  }
  .learn_item p {
      width:90%;
      max-width:inherit;
  }
  #individual_learnmore {
      padding-bottom:20px;
  }

  #business_content {
      padding-top: 15%;
  }

  .segment-individuals #family_content {
      width: 100%;
  }


  #s3_ways h2 {
      max-width:480px;
      margin-left:auto;
      margin-right:auto;
  }


}



@media screen and (max-width:570px) {
  .break_570to1000 {
    display:none;
  }

  .segment-business #s1_image {
      background-position: top; 
  }

  #s3_ways {
      padding-top:40px;
  }
  #bottom_cta {
      padding-top:40px;
      padding-bottom:40px;
  }
  .ways_item h3 {
      margin-left:0px;
  }
  .ways_item {
      width: 90%;
      margin: 2% 0% 2% 0%;
  }
  .ways_content {
      margin-left:32%;
  }
  .ways_content {
      top: 5.0vw;
  }
  .ways_item p {
      width: 90%; 
  }
  .ways_item img {
      left: 0%;
      top: 0%;
      max-width: 25%;
      padding:5% 0%;
      position: relative;
  }

  .segment-individuals #s5_family {
      padding-bottom: 120%;
  }
  .segment-individuals #family_content {
      padding-top: 110%;
  }

  #individual_learnmore {
      padding-top: 60px;
  }
  #s6_business {
      padding-bottom: 140%;
  }

  .segment-individuals #bottom_cta p {
      max-width:300px;
      margin-left:auto;
      margin-right:auto;
  }
  .segment-business #bottom_cta p {
      max-width:250px;
      margin-left:auto;
      margin-right:auto;
  }
}

@media screen and (max-width:450px) {

  .segment-business #s1_image p {
      max-width:230px;
  }

  .segment-business .learn_item p {
      max-width: 190px;
  }

  .segment-individuals #family_content {
      padding-top: 110%;
  }
  .ways_content {
      top: 3.0vw;
  }

  #dagger_home .ways_item h3 {
      padding-top:2%;
  }
}

@media screen and (max-width:399px) {
  .segment-individuals #s5_family {
      padding-bottom: 125%;
  }
  .segment-individuals #s6_business {
      padding-bottom: 125%;
  }
  .segment-individuals #business_content {
      width:100%;
  }

  .segment-business #s1_image {
      padding-bottom:140%;
  }
}




.arrow-wrapper {
  position: relative;
}
.arrow-widget {
  position: absolute;
  transform: scale(0.65);
  left:0%;   
}
.arrow-widget.right-arrow {
  right:0%;
  left:inherit;
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

.arrow-wrapper {
  display:none;
}

.active .arrow-wrapper {
  display:block;
}

.arrow-widget {
  z-index: 1;
  height: 100%;
  width: 100%;
  max-width: 252px;
  max-height: 736px;
}

.arrow-widget__dot {
  display: block;
  height: 1.3vw;
  width: 1.3vw;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  animation: fadeIn 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.arrow-widget__dot:nth-child(1) {
  left: 8vw;
  top: 0.8vw;
}

.arrow-widget__dot:nth-child(2) {
  left: 5.5vw;
  top: 3vw;
  animation-delay: .4s;
}

.arrow-widget__dot:nth-child(3) {
  left: 3.5vw;
  top: 5.7vw;
  animation-delay: 0.8s;
}

.arrow-widget__dot:nth-child(4) {
  left: 2.1vw;
  top: 8.6vw;
  animation-delay: 1.2s;
}

.arrow-widget__dot:nth-child(5) {
  left: 1.3vw;
  top: 12vw;
  animation-delay: 1.6s;
}

.arrow-widget__dot:nth-child(6) {
  left: 1vw;
  top: 15.2vw;
  animation-delay: 2.0s;
}

.arrow-widget__dot:nth-child(7) {
  left: 1.6vw;
  top: 18.5vw;
  animation-delay: 2.4s;
}

.arrow-widget__dot:nth-child(8) {
  left: 2.7vw;
  top: 21.5vw;
  animation-delay: 2.8s;
}

.arrow-widget__dot:nth-child(9) {
  left: 4.5vw;
  top: 24.5vw;
  animation-delay: 3.2s;
}

.arrow-widget__arrow {
  position: absolute;
  top: 25.5vw;
  left: 3.6vw;
  width: 5vw;
  height: 3vw;
  transform: scale(0.6) rotate(-40deg);
  opacity: 0;
  animation: fadeIn 3s;
  animation-fill-mode: forwards;
  animation-delay: 3.6s;
}

.arrow-widget__arrow:before,
.arrow-widget__arrow:after {
  content: "";
  position: absolute;
  height: 6vw;
  width: 1.6vw;
  background-color: #fff;
  border-radius: 10vw;
  top: 0;
  left: 0;
  z-index: 1;
}

.arrow-widget__arrow:before {
  transform: rotate(39deg);
  left: 3.1vw;
  margin-top: -0.2vw;
}

.arrow-widget__arrow:after {
  transform: rotate(-45deg);
}

.arrow-widget__arrow-shadow {
  position: absolute;
  z-index: 0;
  display: block;
}

.arrow-widget__arrow-shadow:before,
.arrow-widget__arrow-shadow:after {
  content: "";
  position: absolute;
  height: 6vw;
  width: 1.6vw;
  background-color: #fff;
  border-radius: 10vw;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.25);
}

.arrow-widget__arrow-shadow:before {
  transform: rotate(39deg);
  right: -4.7vw;
  margin-top: -0.3vw;
  left: auto;
}

.arrow-widget__arrow-shadow:after {
  transform: rotate(-45deg);
}

.arrow-widget.right-arrow .arrow-widget__dot {
  display: block;
  height: 1.3vw;
  width: 1.3vw;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
}

.arrow-widget.right-arrow .arrow-widget__dot:nth-child(1) {
  left: auto;
  right: 8vw;
  top: 0.8vw;
}

.arrow-widget.right-arrow .arrow-widget__dot:nth-child(2) {
  left: auto;
  right: 5.5vw;
  top: 3vw;
}

.arrow-widget.right-arrow .arrow-widget__dot:nth-child(3) {
  left: auto;
  right: 3.5vw;
  top: 5.7vw;
}

.arrow-widget.right-arrow .arrow-widget__dot:nth-child(4) {
  left: auto;
  right: 2.1vw;
  top: 8.6vw;
}

.arrow-widget.right-arrow .arrow-widget__dot:nth-child(5) {
  left: auto;
  right: 1.3vw;
  top: 12vw;
}

.arrow-widget.right-arrow .arrow-widget__dot:nth-child(6) {
  left: auto;
  right: 1vw;
  top: 15.2vw;
}

.arrow-widget.right-arrow .arrow-widget__dot:nth-child(7) {
  left: auto;
  right: 1.6vw;
  top: 18.5vw;
}

.arrow-widget.right-arrow .arrow-widget__dot:nth-child(8) {
  left: auto;
  right: 2.7vw;
  top: 21.5vw;
}

.arrow-widget.right-arrow .arrow-widget__dot:nth-child(9) {
  left: auto;
  right: 4.5vw;
  top: 24.5vw;
}

.arrow-widget.right-arrow .arrow-widget__arrow {
  left: auto;
  right: 3.6vw;
  transform: scale(0.6) rotate(50deg);
}

.arrow-widget.animate-in .arrowo-widget__dot {
  animation: fadeIn 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.arrow-widget.animate-in .arrowo-widget__dot:nth-child(1) {
  animation-delay: 0.1s;
}

.arrow-widget.animate-in .arrowo-widget__dot:nth-child(2) {
  animation-delay: 0.5s;
}

.arrow-widget.animate-in .arrowo-widget__dot:nth-child(3) {
  animation-delay: 0.9s;
}

.arrow-widget.animate-in .arrowo-widget__dot:nth-child(4) {
  animation-delay: 1.3s;
}

.arrow-widget.animate-in .arrowo-widget__dot:nth-child(5) {
  animation-delay: 1.7s;
}

.arrow-widget.animate-in .arrowo-widget__dot:nth-child(6) {
  animation-delay: 2.1s;
}

.arrow-widget.animate-in .arrowo-widget__dot:nth-child(7) {
  animation-delay: 2.5s;
}

.arrow-widget.animate-in .arrowo-widget__dot:nth-child(8) {
  animation-delay: 2.9s;
}

.arrow-widget.animate-in .arrowo-widget__dot:nth-child(9) {
  animation-delay: 3.3s;
}</pre></body></html>