<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.section-header, .steps-header, .steps-name {
  color: #003595;
  font-weight: 400;
  font-size: 1.4em;
}*/

.steps-header {
  margin-bottom: 20px;
  text-align: center;
}

.steps-timeline {
  outline: 1px dashed rgba(255, 0, 0, 0);
}
@media screen and (max-width: 991px) {
  .steps-timeline {
    border-left: 10px solid #808080;
    margin-left: 25px;
  }
}
@media screen and (min-width: 992px) {
  .steps-timeline {
    border-top: 10px solid #808080;
    padding-top: 20px;
    margin-top: 40px;
    margin-left: 2%;
    margin-right: 2%;
  }
}
.steps-timeline:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 991px) {
    .steps-timeline div:not(:last-child) {
        position: relative;
        min-height: 86px;
    }
}

.steps-one,
.steps-two,
.steps-three {
  outline: 1px dashed rgba(0, 128, 0, 0);
}
@media screen and (max-width: 991px) {
  .steps-one,
  .steps-two,
  .steps-three {
    margin-left: -30px;
  }
}
@media screen and (min-width: 992px) {
  .steps-one,
  .steps-two,
  .steps-three {
    float: left;
    width: 11%;
    margin-top: -50px;
  }
}

@media screen and (max-width: 991px) {
  .steps-one,
  .steps-two {
    padding-bottom: 40px;
  }
}

/*@media screen and (min-width: 992px) {
  .steps-one {
    margin-left: -2%;
    margin-right: 2%;
  }
}*/

/*@media screen and (max-width: 991px) {
  .steps-three {
    margin-bottom: -100%;
  }
}*/
/*@media screen and (min-width: 992px) {
  .steps-three {
    margin-left: 2%;
    margin-right: -2%;
  }
}*/

.steps-img {
    display: block;
    margin: auto;
    /*display: inline-block;
    margin-left: 20px;*/
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
  }
  @media screen and (min-width: 992px) {
    .steps-img {
        float: none;
        margin-right: 0;
        display: inline-block;
        margin-left: 25px;
    }
  }
  @media screen and (min-width: 1200px) {
    .steps-img {
        margin-left: 35px;
    }
  }

/*.steps-img {
    display: block;
    margin: auto;
    border-radius: 50%;
}

.steps-img:not(:nth-last-child(2)) {
  width: 50px;
  height: 50px;
}

.steps-three img:nth-last-child(2) {
    position: relative;
    top: 2px;
    right: 25px;
}
    @media screen and (min-width: 992px) {
        .steps-three img:nth-last-child(2) {
            top: -15px;
            right: 0px;
        }
    }*/

@media screen and (max-width: 991px) {
  .steps-img {
    float: left;
    margin-right: 20px;
  }
}

#steps-img-1, #steps-img-2 {
 
    background: rgba(255, 204, 0, 0.5);
}

#steps-img-3, #steps-img-4 {
    background: rgba(255, 204, 0, 0.75);
}

#steps-img-5, #steps-img-6 {
    background: rgba(255, 204, 0, 1);
}

#steps-img-7 {
    background: rgba(0, 53, 149, 0.5);
}

#steps-img-8, #steps-img-9 {
    background: rgba(0, 53, 149, 0.75);
}

#steps-img-10 {
    /*background: rgba(0, 53, 149, 1);*/
    background: url("../images/rise-small.png") center/50px no-repeat;
}

#steps-img-11 {
    background: url("../images/rise-small.png") center/50px no-repeat;
}

@media screen and (max-width: 991px) {
    .steps-name {
        position: absolute;
        left: 70px;
        top: 0;
    }
}

@media screen and (max-width: 991px) {
    .steps-name-spanned {
        position: absolute;
        left: 70px;
        top: 50%;
    }
}

@media screen and (min-width: 992px) {
    .steps-name-spanned {
        position: absolute;
        width: 20%;
    }
}

@media screen and (min-width: 1200px) {
    .steps-name-spanned {
        position: absolute;
        width: 20%;
    }
}

.steps-name,
.steps-name-spanned {
  margin: 0;
  line-height: 1.25;
}

@media screen and (min-width: 992px) {
  .steps-name, .steps-name-spanned {
    text-align: center;
  }
}

.steps-description {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .steps-description {
    text-align: center;
  }
}

.tooltip-container {
    position: relative;
    display: inline-block;
}
  
@media screen and (max-width: 991px) {
  .tooltip-container .tooltiptext {
    visibility: hidden;
    width: 275px;
    height: 82px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -35%;
    left: 100%;
  }
}

@media screen and (min-width: 992px) {
    .tooltip-container .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: -100px;
    }
}

@media screen and (max-width: 991px) {
    .tooltip-container .tooltiptext::after {
        content: " ";
        position: absolute;
        top: 50%;
        right: 100%; /* To the left of the tooltip */
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent black transparent transparent;
    }
}

@media screen and (min-width: 992px) {
    .tooltip-container .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent;
    }
}

.open-popup-link {
    position: relative;
    z-index: 2;
}

.open-popup-link .tooltiptext {
    visibility: hidden;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    opacity: 0;
}
  
.open-popup-link:hover .tooltiptext,
.open-popup-link:focus .tooltiptext {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}</pre></body></html>