.Checkbox__root{
  -webkit-box-shadow:0 0.03125em 0.0625em 0 rgba(0, 0, 0, 0.15);
          box-shadow:0 0.03125em 0.0625em 0 rgba(0, 0, 0, 0.15);
  -webkit-transition:border-color 150ms ease-in-out;
  transition:border-color 150ms ease-in-out;
  border-radius:0.25em;
  background:-webkit-gradient(linear, left bottom, left top, color-stop(-100%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.25)));
  background:linear-gradient(0deg, rgba(255, 255, 255, 0) -100%, rgba(255, 255, 255, 0.25) 100%);
  background-color:#fcfcfc;
  border:0.0625em solid #c0ced7;
  padding-bottom:103%;
  position:relative;
  overflow:hidden;
  cursor:pointer;
  z-index:2
}
.Checkbox__root.Checkbox__disabled{
    cursor:not-allowed;
  }
@media(hover: hover) and (pointer: coarse){
    .Checkbox__root:hover{
      border-color:inherit;
    }

      .Checkbox__root:hover .Checkbox__circleWrapper{
        -webkit-transform:scale3d(0,0,1);
                transform:scale3d(0,0,1);
      }
      .Checkbox__root:hover .Checkbox__checkWrapper{
      }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
      .Checkbox__root:hover .Checkbox__checkWrapper{
          margin-top:10%;
          margin-left:2%
      }
        }
      .Checkbox__root:hover .Checkbox__check{
        stroke-dashoffset:1000;
      }
  }
.Checkbox__isSelected{
}
.Checkbox__isSelected .Checkbox__checkWrapper{
  }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){

  .Checkbox__isSelected .Checkbox__checkWrapper{
      margin-top:10%;
      margin-left:2%
  }
    }
.Checkbox__isSelected .Checkbox__check{
    stroke:white;
    stroke-dashoffset:0;
  }
.Checkbox__isSelected .Checkbox__circleWrapper{
    -webkit-transform:scale3d(2,2,1);
            transform:scale3d(2,2,1)
  }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){

  .Checkbox__isSelected .Checkbox__circleWrapper{
      margin-top:10%;
      margin-left:2%
  }
    }
.Checkbox__isSelected .Checkbox__circle{
    -webkit-transition:fill 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition:fill 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
.Checkbox__isSelected.Checkbox__disabled{
    border-color:#cdd9e0;
    cursor:not-allowed;
  }
.Checkbox__isSelected.Checkbox__disabled .Checkbox__circle{
      fill:#cdd9e0;
    }
.Checkbox__mouseover{
}
.Checkbox__mouseover .Checkbox__circleWrapper{
    -webkit-transition:-webkit-transform 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:-webkit-transform 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:transform 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:transform 100ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform:scale3d(2,2,1);
            transform:scale3d(2,2,1);
  }
.Checkbox__checkWrapper, .Checkbox__circleWrapper{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
}
.Checkbox__checkWrapper svg, .Checkbox__circleWrapper svg{
    width:100%;
  }
.Checkbox__checkWrapper{
  z-index:1;
  margin:10%;
}
.Checkbox__check{
  -webkit-transition:stroke-dashoffset 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
  color 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:stroke-dashoffset 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
  color 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
  stroke-width:18%;
  stroke-dashoffset:1000;
  stroke-dasharray:1000;
}
.Checkbox__circleWrapper{
  -webkit-transition:-webkit-transform 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:-webkit-transform 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:transform 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:transform 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transform:scale3d(0,0,1);
          transform:scale3d(0,0,1);
  z-index:0;
}
.Checkbox__circle{
  -webkit-transition:fill 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:fill 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  fill:white;
}
.Checkbox__selectedCircle{
}
.Checkbox__mouseoverCheck{
  stroke-dashoffset:0;
  -webkit-transition:stroke-dashoffset 300ms 100ms cubic-bezier(0.215, 0.61, 0.355, 1),
  color 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:stroke-dashoffset 300ms 100ms cubic-bezier(0.215, 0.61, 0.355, 1),
  color 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media (hover: none) and (pointer: coarse){
  .Checkbox__check{
    stroke-dashoffset:1000;
  }
}

.Tooltip__tooltip .Tooltip__tt{
    width:20em
  }
  @media(min-width: 48rem){
  .Tooltip__tooltip .Tooltip__tt{
      width:40em
  }
    }
  .Tooltip__tooltip .Tooltip__tt{
    background:#333333
  }
  .Tooltip__tooltip .Tooltip__tt:before{
      background:#333333;
    }
  .Tooltip__tooltip .Tooltip__tt.place-top:after{
      border-top-color:#333333;
    }
  .Tooltip__tooltip .Tooltip__tt.place-bottom:after{
      border-bottom-color:#333333;
    }
  .Tooltip__tooltip .Tooltip__tt.place-left:after{
      border-left-color:#333333;
    }
  .Tooltip__tooltip .Tooltip__tt.place-right:after{
      border-right-color:#333333;
    }
  .Tooltip__tooltip .Tooltip__tt .multi-line{
      text-align:left;
    }
.Tooltip__tooltipSVG{
  width:.9rem;
  height:.9rem;
}
.Tooltip__tooltipText{
  width:1.5rem;
  border-radius:50%;
  background-color:white;
  height:1.5rem;
  text-align:center;
  vertical-align:middle;
  color:#7e939f;
  font-size:0.9em;
  border:#eaeaea;
  padding-top:0.1rem
}
.Tooltip__tooltipText:hover, .Tooltip__tooltipText:focus{
    background-color:#c5c5c5;
    color:white;
    border:#c5c5c5;
  }
.Tooltip__tooltip{
  margin-left:0.5em;
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:-ms-inline-flexbox;
  display:inline-flex;
  color:#7e939f;
}
.Tooltip__outline .Tooltip__tooltipText{
    border:0.0625rem solid #7e939f;
    width:1.1rem;
    height:1.1rem;
    line-height:0.9rem;
    font-size:0.75em;
  }
.Checklist__root{
  list-style:none;
  padding-left:0;
  margin:0;
}
.Checklist__simplified{
  width:50%;
  float:right;
}
.Checklist__simplified li{
    border:none;
    display:-webkit-inline-box;
    display:-webkit-inline-flex;
    display:-ms-inline-flexbox;
    display:inline-flex;
    padding-right:0.5rem
  }
.Checklist__simplified li:last-child{
      padding-right:0;
    }
.Checklist__simplified li .Checklist__prompt{
      margin-left:0.5rem;
    }
@media(max-width: 48rem){
.Checklist__simplified{
    width:100%;
    padding-left:0;
}
  }
.Checklist__simplified{

  padding-left:2rem;
}
.Checklist__control{
  width:2rem;
}
.Checklist__prompt{
  margin-left:1rem;
  -webkit-box-flex:1;
  -webkit-flex:1;
      -ms-flex:1;
          flex:1

}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
.Checklist__prompt{
    min-width:3.5rem

}
  }
.Checklist__row{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
}
.Checklist__label{
  -webkit-transition:color 200ms ease-in-out;
  transition:color 200ms ease-in-out;
  line-height:1.8;
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:-ms-inline-flexbox;
  display:inline-flex;
  background-color:transparent
}
.Checklist__label.Checklist__disabled{
    color:#cdd9e0;
    cursor:not-allowed
  }
.Checklist__label.Checklist__disabled:hover{
      color:#cdd9e0;
    }
.Checklist__label{
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
.Checklist__label{
    min-width:5.5rem
}
  }
.Checklist__hint{
  -webkit-transition:color 200ms ease-in-out;
  transition:color 200ms ease-in-out;
  color:#9b9b9b;
  font-size:80%;
}
.Checklist__item{
  border-bottom:0.0625em solid #c0ced7;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  padding:1rem 0;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex
}
.Checklist__item:hover, .Checklist__item:focus{
    cursor:pointer
  }
@media(max-width: 48rem){
      .Checklist__item:hover .Checklist__hint, .Checklist__item:focus .Checklist__hint{
        color:rgb(93, 93, 93);
      }
    }
.Checklist__item:first-child{
    padding-top:0;
  }
.Checklist__item:last-child{
    border-bottom:none;
    padding-bottom:0;
  }
.Checklist__checkboxInput{
  opacity:0;
  position:absolute;
}
.Checklist__checkboxInput .Checklist__hint{
    color:rgb(93, 93, 93);
  }
.Checklist__checkboxInput:checked:focus + .Checklist__checkbox{
    border-color:white;
  }
.Checklist__inlineRoot{
  -webkit-transition:max-height 10.25s ease-in;
  transition:max-height 10.25s ease-in;
  width:100%;
}
.Checklist__inlineRoot li{
    display:-webkit-inline-box;
    display:-webkit-inline-flex;
    display:-ms-inline-flexbox;
    display:inline-flex;
    padding-right:0.5rem;
    width:100%
  }
.Checklist__inlineRoot li:last-child{
      padding-right:0.5rem;
    }
.Checklist__inlineRoot li .Checklist__prompt{
      margin-left:0.5rem;
    }
@media(min-width: 48rem){
.Checklist__inlineRoot{
    padding-left:1rem;
}
    .Checklist__inlineRoot li{
      width:33.33%;
    }
  }
@media(max-width: 48rem){
.Checklist__inlineRoot{
    padding-left:0
}
  }
.Checklist__inlineItem{
  cursor:pointer;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  padding:1rem 0
}
@media(min-width: 48rem){
.Checklist__inlineItem{
    padding:0.5rem 0
}
  }
.Checklist__disabled{
  cursor:not-allowed;
}

.Checklist__label{
  line-height:1.3;
}
.Button__base{
  -webkit-tap-highlight-color:rgba(255, 255, 255, 0);
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  position:relative;
  background:-webkit-gradient(linear, left bottom, left top, color-stop(-100%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.25)));
  background:linear-gradient(0deg, rgba(255, 255, 255, 0) -100%, rgba(255, 255, 255, 0.25) 100%);
  -webkit-transition:background-color 130ms ease-in-out, color 150ms ease-in-out;
  transition:background-color 130ms ease-in-out, color 150ms ease-in-out;
  font-family:'Source Sans Pro', sans-serif;
  letter-spacing:-0.00625em;
  text-decoration:none;
  border-radius:0.25em;
  padding:1em 0.5em;
  text-align:center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  font-weight:300;
  margin:1rem 0;
  cursor:pointer;
  line-height:1;
  display:block;
  outline:none;
  width:100%;
  z-index:100
}
.Button__base.Button__disabled{
    pointer-events:none;
    background-color:#f0f5f8;
    border:0.0625em solid #c0ced7;
    color:#cdd9e0
  }
.Button__base.Button__disabled.Button__selected{
      background-color:#7e939f;
    }
.Button__base.Button__disabled:hover, .Button__base.Button__disabled:focus{
      cursor:default;
      background-color:#c0ced7;
      border-color:#c0ced7;
    }
.Button__base.Button__disabled.Button__transparent:focus{
      background:none;
      background-color:transparent;
      border-color:rgba(255, 255, 255, 0.25);
    }
.Button__noBorder{
  border:none;
  background:none;
  -webkit-box-shadow:none;
          box-shadow:none;
  line-height:1.4;
  padding:0
}
.Button__noBorder.Button__withIcon{
    padding:0;
  }
.Button__noBorder.Button__disabled{
    border:none;
    background:none;
  }
.Button__noBorder:hover, .Button__noBorder:focus, .Button__noBorder:active, .Button__noBorder:active:hover{
    background:none;
  }
.Button__big{
  height:5rem;
  font-weight:400
}
.Button__big:not(.alignLeft) .Button__buttonLabel{
      font-size:1.2rem;
      line-height:2.5rem;
    }
@media(min-width: 48rem){
      .Button__big:not(.alignLeft) .Button__buttonLabel{
        line-height:2.5rem;
        font-size:1.5rem;
      }
    }
@media(max-width: 48rem){
        .Button__big:not(.alignLeft).Button__withIcon .Button__icon{
          font-size:1.7rem;
        }
        .Button__big:not(.alignLeft).Button__withIcon .Button__buttonLabel{
          padding-left:0.5rem;
          line-height:1.5rem;
        }
      }
.Button__small{
  width:auto;
  padding:.75em;
  display:inline-block;
  font-size:.85em;
}
.Button__transparent{
  background:none;
  color:white;
  max-width:100%;
  font-size:1.5rem;
  border:0.0625em solid white;
}
.Button__transparent i, .Button__transparent .Button__buttonLabel{
    color:white;
  }
.Button__transparent.Button__withIcon .Button__buttonLabel{
      padding-left:2rem;
    }
.Button__transparent:hover{
    background:white;
  }
.Button__transparent.Button__disabled{
    background:none;
    border-color:rgba(255, 255, 255, 0.25);
  }
.Button__transparent.Button__disabled .Button__buttonLabel{
      color:rgba(255, 255, 255, 0.25);
    }
.Button__transparent:hover i, .Button__transparent:hover .Button__buttonLabel{
    color:inherit;
  }
.Button__tile{
  border:0.0625em solid white;
  margin:0
}
@media(min-width: 48rem){
.Button__tile{
    padding-top:2.125rem;
    padding-bottom:2.125rem;
    text-align:center
}
  }
.Button__tile:hover, .Button__tile:focus{
    color:white;
    background-color:rgb(0, 153, 206);
  }
.Button__tile{
}
.Button__tile .Button__icon{
    font-size:2.5rem;
  }
.Button__tile.Button__withIcon .Button__buttonLabel{
    padding-left:2.5rem;
  }
.Button__withIcon{
  text-align:left;
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;

  padding:1rem;
}
.Button__withIcon .Button__buttonLabel{
    padding-left:1rem;
    -webkit-align-self:center;
        -ms-flex-item-align:center;
            align-self:center;
  }
.Button__icon{
  width:2rem;
  font-size:2em;
  font-weight:200;

  -webkit-align-self:center;

      -ms-flex-item-align:center;

          align-self:center;
}
.Button__icon svg{
    width:100%;
  }
.Button__icon .primary, .Button__icon .secondary{
    stroke:#00AAE5;
    stroke-width:5%;
  }
.Button__smallIcon .Button__icon{
    font-size:1.5em;
  }
.Button__smallIcon.Button__withIcon .Button__buttonLabel{
      padding-left:0.5rem;
    }
.Button__bigIcon .Button__icon{
    width:3rem;
    font-size:3rem;
  }
.Button__inputButton{
  border:0.0625em solid #c0ced7;
  background-color:#fcfcfc;
  -webkit-box-shadow:0 0.03125em 0.0625em 0 rgba(0, 0, 0, 0.15);
          box-shadow:0 0.03125em 0.0625em 0 rgba(0, 0, 0, 0.15);
}
.Button__active{
}
.Button__inactive{
  color:#c0ced7;
}
.Button__selectedActiveInputButton{
  color:white
}
.Button__selectedActiveInputButton:hover{
    color:white;
  }
.Button__selectedInactiveInputButton{
  color:white;
}
.Button__linkButton{

  font-weight:500;
}
.Button__buttonNext{

  border:0;
}
.Button__filterToggle{

  width:auto;
  color:#7e939f;
  font-weight:700
}
.Button__filterToggle.Button__withIcon .Button__icon{
      font-size:1.2rem;
    }
.Button__filterToggle.Button__withIcon .Button__buttonLabel{
      padding-left:0;
    }
.Button__applySection{
  margin-bottom:0;
}
.Button__applySection .Button__buttonLabel{
    -webkit-box-flex:initial;
    -webkit-flex:initial;
        -ms-flex:initial;
            flex:initial;
    font-weight:bold;
  }
.Button__calculatorWidget{
}
.Button__calculatorWidget:last-child{
    margin-bottom:0;
  }
.Button__applyNew{
  margin-bottom:0;
}
.Button__applyNew .Button__buttonLabel{
    -webkit-box-flex:initial;
    -webkit-flex:initial;
        -ms-flex:initial;
            flex:initial;
    font-weight:bold;
  }
.Button__applyButtonPrimary{
}
.Button__inbetweenSecondary{

  color:white
}
.Button__inbetweenSecondary:hover{
    color:white;
  }
.Button__productAction{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  margin:0.5rem 0;
  height:3em;
}
.Button__homepageCrazy{
  background-color:rgba(0, 170, 229, 0.8);
  border:0.0625em solid rgba(0, 170, 229, 0.8);
  -webkit-transition:background-color 200ms linear;
  transition:background-color 200ms linear
}
.Button__homepageCrazy:hover{
    border-color:rgba(255, 255, 255, 0.5);
  }
.Button__homepageCrazy{
}
.Button__homepageCrazy h1{
    font-size:3.5rem;
    margin-bottom:0;
  }
.Button__homepageCrazy p{
    font-size:1.5rem;
    line-height:1;
  }
.Button__homepageCrazy h1, .Button__homepageCrazy p{
    color:white;
    margin:0;
  }
.Button__homepageCrazy{
  padding:1rem;
  margin:0 auto;
  text-align:left
}
@media (max-width: 48rem){
    .Button__homepageCrazy h1{
      font-size:2rem;
    }
    .Button__homepageCrazy p{
      font-size:1rem;
    }
  }
@media (min-width: 48rem){
.Button__homepage{
    width:50%
}
  }
.Button__homepage{
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
      -ms-flex-pack:start;
          justify-content:flex-start;
}
.Button__homepage .Button__buttonLabel span{
    font-size:1rem;
  }
.Button__backButtonTheme{
}
.Button__error{
  font-size:80%;
}
.Button__linkButtonTheme{
  width:auto;
  background-color:transparent;
}
.Button__linkButtonTheme .Button__buttonLabel{
    padding-left:0.75rem;
    font-weight:500;
  }
.Button__linkButtonTheme .Button__icon{
    width:1rem;
    font-size:1.2rem;
  }

.ErrorMessage__root{
  color:#d64627;
  -webkit-animation:ErrorMessage__shake 1s cubic-bezier(.36,.07,.19,.97) both;
          animation:ErrorMessage__shake 1s cubic-bezier(.36,.07,.19,.97) both;
}
@webkit-keyframes ErrorMessage__shake{
  from{}

  10%, 90%{
    -webkit-transform:translate3d(-1px, 0, 0);
            transform:translate3d(-1px, 0, 0);
  }

  20%, 80%{
    -webkit-transform:translate3d(2px, 0, 0);
            transform:translate3d(2px, 0, 0);
  }

  30%, 50%, 70%{
    -webkit-transform:translate3d(-4px, 0, 0);
            transform:translate3d(-4px, 0, 0);
  }

  40%, 60%{
    -webkit-transform:translate3d(4px, 0, 0);
            transform:translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes ErrorMessage__shake{
  10%, 90%{
    -webkit-transform:translate3d(-1px, 0, 0);
            transform:translate3d(-1px, 0, 0);
  }

  20%, 80%{
    -webkit-transform:translate3d(2px, 0, 0);
            transform:translate3d(2px, 0, 0);
  }

  30%, 50%, 70%{
    -webkit-transform:translate3d(-4px, 0, 0);
            transform:translate3d(-4px, 0, 0);
  }

  40%, 60%{
    -webkit-transform:translate3d(4px, 0, 0);
            transform:translate3d(4px, 0, 0);
  }
}
@keyframes ErrorMessage__shake{
  10%, 90%{
    -webkit-transform:translate3d(-1px, 0, 0);
            transform:translate3d(-1px, 0, 0);
  }

  20%, 80%{
    -webkit-transform:translate3d(2px, 0, 0);
            transform:translate3d(2px, 0, 0);
  }

  30%, 50%, 70%{
    -webkit-transform:translate3d(-4px, 0, 0);
            transform:translate3d(-4px, 0, 0);
  }

  40%, 60%{
    -webkit-transform:translate3d(4px, 0, 0);
            transform:translate3d(4px, 0, 0);
  }
}

.Button__error{
  font-size:80%;
}
.Button__anchorBtn, a.Button__base.Button__anchorStyle, .Button__blockAnchor, a.Button__base.Button__anchorHeader{
  text-decoration:underline;
  color:white;
  padding:0;
  margin:0;
  position:relative;
  display:inline;
  background:none;
}
.Button__anchorBtn .Button__buttonLabel, a.Button__base.Button__anchorStyle .Button__buttonLabel, .Button__blockAnchor .Button__buttonLabel, a.Button__base.Button__anchorHeader .Button__buttonLabel{
    display:inline;
  }
a.Button__base.Button__anchorHeader{
  font-family:'Geomanist', sans-serif;
}
.Button__blockAnchor{
  display:inline-block;
}
.Button__inputButton{
  border-color:#4a4a4a;
}
.Button__modalOptions{

  background-color:white;
  border:0.0625em solid #c0ced7;
  margin:0.5rem 0;
}
.Button__inlineBrandAnchor, .Button__bigInlineBrandColor, .Button__splitButton{
  text-align:left;
  text-decoration:underline;
  text-transform:uppercase;
  font-weight:300;
  margin:0;
  padding:0;
  display:inline-block;
  width:auto;
  font-size:0.815em;
}
.Button__bigInlineBrandColor{
  font-size:1.65em;
  margin:0.15625rem 0;
}
.Button__goalLenderSearch{
  margin-top:1.8em
}
@media (max-width: 48rem){
.Button__goalLenderSearch{
    margin-top:0.625rem
}
  }
.Button__splitButton{
  text-decoration:none;
  margin:0.625rem 0 0;
}
.Button__splitButton .Button__buttonLabel{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
  }
.Button__splitButton .Button__buttonLabel i{
      font-size:1.25em;
    }
.Button__calculatorWidget.Button__base{
  display:block;
  width:18.75rem;
  max-width:100%;
  margin:0 auto;
  border-size:0.0625em;
  border-radius:0.125rem;
  text-transform:uppercase;
  padding:calc(1rem*1.5rem) 0.5rem;
}
.Button__calculatorWidget.Button__base .Button__buttonLabel{
    font-size:0.9rem;
    font-weight:400;
  }
.Button__calculatorWidget.Button__base.Button__base.Button__calculatorWidget.Button__base:hover, .Button__calculatorWidget.Button__base.Button__base.Button__calculatorWidget.Button__base:active{
    border-size:0.0625em;
  }
.Button__confirmButton{
}
@media (min-width: 48rem){
.Button__confirmButton{
    width:50%
}
  }
.Button__loginButton{
  margin-top:2rem;
  padding:2rem 0.5rem;
  font-size:1.65em;
  font-weight:500;
}
.Button__depositButton{
  margin-top:0;
}

.GoalPreferencesModal__root > p{
    color:#4a4a4a;
  }
  .GoalPreferencesModal__root > ol{
    margin-bottom:2rem;
  }
.GoalPreferencesModal__noBorder > li{
    border-bottom:0;
  }

.Textarea__root{
  margin:0.5rem 0
}
@media (min-width: 48rem){
  .Textarea__root{
    margin:0
}
  }
.Textarea__root.Textarea__inactive{
    color:#c0ced7;
    background-color:#f0f5f8;
  }
.Textarea__root.Textarea__errored:not(.Textarea__inactive){
    border-color:#d64627;
  }

.Selection__wrapper{
  position:relative;
}
.Selection__root{
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none
}
.Selection__root:-ms-expand{
    display:none;
  }
.Selection__root.Selection__disabled{
    color:#4a4a4a;
    cursor:not-allowed;
    background-image:none
  }
.Selection__root.Selection__disabled:hover{
      color:#4a4a4a;
    }
.Selection__standard{
  -webkit-tap-highlight-color:rgba(255, 255, 255, 0);
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  position:relative;
  background:-webkit-gradient(linear, left bottom, left top, color-stop(-100%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.25)));
  background:linear-gradient(0deg, rgba(255, 255, 255, 0) -100%, rgba(255, 255, 255, 0.25) 100%);
  -webkit-transition:background-color 130ms ease-in-out, color 150ms ease-in-out;
  transition:background-color 130ms ease-in-out, color 150ms ease-in-out;
  font-family:'Source Sans Pro', sans-serif;
  letter-spacing:-0.00625em;
  text-decoration:none;
  border-radius:0.25em;
  padding:1em 0.5em;
  text-align:center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  font-weight:300;
  margin:1rem 0;
  cursor:pointer;
  line-height:1;
  display:block;
  outline:none;
  width:100%;
  z-index:100
}
.Selection__standard.Selection__disabled{
    pointer-events:none;
    background-color:#f0f5f8;
    border:0.0625em solid #c0ced7;
    color:#cdd9e0
  }
.Selection__standard.Selection__disabled.Selection__selected{
      background-color:#7e939f;
    }
.Selection__standard.Selection__disabled:hover, .Selection__standard.Selection__disabled:focus{
      cursor:default;
      background-color:#c0ced7;
      border-color:#c0ced7;
    }
.Selection__standard{

  border:0.0625em solid #c0ced7;
  background-color:#fcfcfc;
  -webkit-box-shadow:0 0.03125em 0.0625em 0 rgba(0, 0, 0, 0.15);
          box-shadow:0 0.03125em 0.0625em 0 rgba(0, 0, 0, 0.15);

  margin:0;
  padding:1rem;
  line-height:1.383;
}
.Selection__standard + .Selection__arrow{
    top:1rem;
    right:1rem;
  }
.Selection__activeStandard{
}
.Selection__simple{
  height:100%;
  padding-right:2rem;
  background-color:transparent;
  outline:none;
  border:none;
  width:auto;
}
.Selection__simple + .Selection__arrow{
    top:0.8rem;
    right:0.5rem;
  }
.Selection__arrow{

  width:1.5em;
  pointer-events:none;
  position:absolute;
  z-index:100;
}
.Selection__fullWidth{
  background-position-x:calc(100% - 1rem);
}
.Selection__root option:not(:checked){
  background-color:Window;
}
.Selection__inactive{
  color:#c0ced7;
}
.Selection__inactive + .Selection__arrow{
    fill:#c0ced7;
  }
.Selection__disabled + .Selection__arrow{
    fill:transparent;
  }
.Selection__smallArrow{
  width:1.2em;
}

.Selection__selection{
  text-align:left;
}

.RadioButton__root{
  opacity:0;
  position:absolute;
}
.RadioButton__button:focus + label{
    outline:1px dotted #777;
  }
.RadioButton__button:checked:focus + label{
    outline:none;
  }
.RadioButton__button + label{
    margin:0;
  }
.RadioButton__radioLabel{
  color:#7e939f;
  line-height:1.8;
  margin-left:0.3125rem;
  cursor:pointer;
  background:none
}
.RadioButton__radioLabel:hover, .RadioButton__radioLabel:active{
    color:#7e939f;
    background:none;
  }
.RadioButton__radioLabel:before{
    display:inline-block;
    width:1.1875rem;
    height:1.1875rem;
    margin:0.0625em 0.5rem 0 0;
    vertical-align:middle;
    border-radius:50%;
    background-color:white;
    content:'';
    -webkit-box-shadow:0 0 0 0.0625em #c0ced7;
            box-shadow:0 0 0 0.0625em #c0ced7;
    -webkit-transition:background-color .2s linear;
    transition:background-color .2s linear;
  }
.RadioButton__selectedRadioLabel, .RadioButton__mouseoverRadioLabel{
}
.RadioButton__selectedRadioLabel:before, .RadioButton__mouseoverRadioLabel:before{
    border:0.25rem solid white;
  }
.RadioButton__mouseoverRadioLabel{
  border-color:rgb(204, 238, 250);
}
.RadioButton__selectedRadioLabel{
  border-color:white;
}
.ButtonList__root{
  margin:0;
  list-style:none;
  padding-left:0
}
@media (min-width: 48rem){
.ButtonList__root{
    margin:0
}
  }
@media (min-width: 48rem){
.ButtonList__root.ButtonList__tileList{
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -webkit-flex-direction:row;
          -ms-flex-direction:row;
              flex-direction:row;
      justify-contents:space-between;
  }

      .ButtonList__root.ButtonList__tileList .ButtonList__item{
        margin:0 1rem 0 0;
        -webkit-box-flex:1;
        -webkit-flex:1 1;
            -ms-flex:1 1;
                flex:1 1
      }

        .ButtonList__root.ButtonList__tileList .ButtonList__item:last-of-type{
          margin-right:0;
        }
    }
.ButtonList__root .ButtonList__item{
    margin:0.5rem 0
  }
.ButtonList__root .ButtonList__item:first-of-type{
      margin-top:0;
    }
.ButtonList__root .ButtonList__item:last-of-type{
      margin-bottom:0;
    }
.ButtonList__root .ButtonList__button{
    margin:0;
  }
.ButtonList__root.ButtonList__row{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
        -ms-flex-direction:row;
            flex-direction:row;
    justify-contents:space-between;
  }
.ButtonList__root.ButtonList__row .ButtonList__item{
      margin:0 1rem 0 0;
      -webkit-box-flex:1;
      -webkit-flex:1 1;
          -ms-flex:1 1;
              flex:1 1
    }
.ButtonList__root.ButtonList__row .ButtonList__item:last-of-type{
        margin-right:0;
      }
.ButtonList__root.ButtonList__row.ButtonList__simplifiedRadioToggle.ButtonList__simplifiedRadioToggle, .ButtonList__root.ButtonList__row.ButtonList__radioToggle.ButtonList__simplifiedRadioToggle{
        float:left;
        width:50%
      }
@media(max-width: 48rem){
.ButtonList__root.ButtonList__row.ButtonList__simplifiedRadioToggle.ButtonList__simplifiedRadioToggle, .ButtonList__root.ButtonList__row.ButtonList__radioToggle.ButtonList__simplifiedRadioToggle{
          width:100%
      }
        }
.ButtonList__root.ButtonList__row.ButtonList__simplifiedRadioToggle, .ButtonList__root.ButtonList__row.ButtonList__radioToggle{

      margin:0;
      list-style:none;
      padding-left:0;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -webkit-flex-direction:row;
          -ms-flex-direction:row;
              flex-direction:row;
      -webkit-box-align:stretch;
      -webkit-align-items:stretch;
          -ms-flex-align:stretch;
              align-items:stretch;
    }
.ButtonList__root.ButtonList__row.ButtonList__simplifiedRadioToggle .ButtonList__item, .ButtonList__root.ButtonList__row.ButtonList__radioToggle .ButtonList__item{
        -webkit-box-flex:1;
        -webkit-flex:1 1;
            -ms-flex:1 1;
                flex:1 1
      }
.ButtonList__root.ButtonList__row.ButtonList__simplifiedRadioToggle .ButtonList__item:last-of-type, .ButtonList__root.ButtonList__row.ButtonList__radioToggle .ButtonList__item:last-of-type{
          margin-right:0;
        }
@media (min-width: 48rem){
.ButtonList__root.ButtonList__row.ButtonList__simplifiedRadioToggle, .ButtonList__root.ButtonList__row.ButtonList__radioToggle{
        margin:0
    }
      }
.ButtonList__root.ButtonList__row.ButtonList__simplifiedRadioToggle .ButtonList__item, .ButtonList__root.ButtonList__row.ButtonList__radioToggle .ButtonList__item{
        margin:0
      }
.ButtonList__root.ButtonList__row.ButtonList__simplifiedRadioToggle .ButtonList__item:first-child .ButtonList__button, .ButtonList__root.ButtonList__row.ButtonList__radioToggle .ButtonList__item:first-child .ButtonList__button{
            border-top-right-radius:0;
            border-bottom-right-radius:0;
          }
.ButtonList__root.ButtonList__row.ButtonList__simplifiedRadioToggle .ButtonList__item:nth-child(n+2):nth-last-child(n+2) .ButtonList__button, .ButtonList__root.ButtonList__row.ButtonList__radioToggle .ButtonList__item:nth-child(n+2):nth-last-child(n+2) .ButtonList__button{
            border-radius:0;
          }
.ButtonList__root.ButtonList__row.ButtonList__simplifiedRadioToggle .ButtonList__item:nth-last-child(n+2) .ButtonList__button, .ButtonList__root.ButtonList__row.ButtonList__radioToggle .ButtonList__item:nth-last-child(n+2) .ButtonList__button{
            border-right-width:0
          }
.ButtonList__root.ButtonList__row.ButtonList__simplifiedRadioToggle .ButtonList__item:nth-last-child(n+2) .ButtonList__button:hover, .ButtonList__root.ButtonList__row.ButtonList__radioToggle .ButtonList__item:nth-last-child(n+2) .ButtonList__button:hover{
              -webkit-box-shadow:0.0625em 0 0 0 #00AAE5;
                      box-shadow:0.0625em 0 0 0 #00AAE5;
              position:relative;
              z-index:101;
            }
.ButtonList__root.ButtonList__row.ButtonList__simplifiedRadioToggle .ButtonList__item:last-child .ButtonList__button, .ButtonList__root.ButtonList__row.ButtonList__radioToggle .ButtonList__item:last-child .ButtonList__button{
            border-top-left-radius:0;
            border-bottom-left-radius:0;
          }
.ButtonList__filterRadioButtonList{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row wrap;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
}
.ButtonList__filterRadioButtonList .ButtonList__item:first-of-type{
    margin-top:0.5rem;
  }
.ButtonList__filterRadioButtonList li{
    -webkit-box-flex:1;
    -webkit-flex:1 100%;
        -ms-flex:1 100%;
            flex:1 100%
  }
@media (min-width: 48rem){

  .ButtonList__filterRadioButtonList li{
      -webkit-flex-basis:auto;
          -ms-flex-preferred-size:auto;
              flex-basis:auto
  }
    }
.ButtonList__columnRadioBtnList{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column
}
.ButtonList__columnRadioBtnList > li{
    margin:0.15625rem 0 !important;
  }
.ButtonList__dark{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
}
.ButtonList__dark label{
    color:black;
  }
.ButtonList__dark .ButtonList__item{
    margin:0.2rem 0;
  }
.ButtonList__dark:hover label{
      color:black;
    }

.Input__root{
  margin:0
}
@media (min-width: 456){
.Input__root{
    margin:0
}
  }
.Input__root.Input__displayOnly{
    background:-webkit-gradient(linear, left bottom, left top, color-stop(-100%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.25)));
    background:linear-gradient(0deg, rgba(255, 255, 255, 0) -100%, rgba(255, 255, 255, 0.25) 100%);
    background-color:#fcfcfc;
    -webkit-box-shadow:0 0.03125em 0.0625em 0 rgba(0, 0, 0, 0.15);
            box-shadow:0 0.03125em 0.0625em 0 rgba(0, 0, 0, 0.15);
    pointer-events:none;
  }
.Input__root.Input__inactive{
    color:#c0ced7;
    background-color:#f0f5f8;
  }
.Input__displayOnly{
}
.Input__errored:not(.Input__inactive):not(.Input__displayOnly){
  border-color:red;
}

.CurrencyInput__root{
  position:relative;
}

  .CurrencyInput__root .CurrencyInput__input{
    padding-left:2.5rem
  }

  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active){

  .CurrencyInput__root .CurrencyInput__input{
        height:3.1rem
  }
      }
.CurrencyInput__icon{
  position:absolute;
  font-family:'Geomanist', sans-serif;
  font-size:125%;
  width:2.5rem;
  padding:0.625em 0 0.625em 0.5em;
  line-height:1.5;
  text-align:center;
  margin:0;
  height:100%;
  top:0;
  left:0;
  bottom:0
}
.CurrencyInput__icon.CurrencyInput__disabled{
    color:#7e939f;
  }
.CurrencyInput__icon{
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
.CurrencyInput__icon{
    padding-left:0;
    padding-top:0.5em
}
  }

.InputWithSpan__root{
  overflow:auto;
}

  .InputWithSpan__root input.InputWithSpan__input, .InputWithSpan__root .InputWithSpan__input input{
    width:70%;
    float:left;
    margin-bottom:0;
    border-right:none;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
  }
.InputWithSpan__span{

  width:30%;
  float:right;
  padding:1em 0.5em;
  text-align:center;
  background:-webkit-gradient(linear, left bottom, left top, color-stop(-100%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.25)));
  background:linear-gradient(0deg, rgba(255, 255, 255, 0) -100%, rgba(255, 255, 255, 0.25) 100%);
  background-color:#fcfcfc;
  border:0.0625em solid #c0ced7;
  border-bottom-left-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0.25em;
  border-bottom-right-radius:0.25em;
  -webkit-box-shadow:0 0.03125em 0.0625em 0 rgba(0, 0, 0, 0.15);
          box-shadow:0 0.03125em 0.0625em 0 rgba(0, 0, 0, 0.15);
  line-height:1.05;
}

.SectionTile__summaryWrapper{
  
  background:white;
  border:0.0625em solid #c0ced7;
  border-radius:inherit;
  cursor:pointer;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  margin-bottom:-1px;
  max-height:100%;
  -webkit-transition:border-color 500ms, background-color 500ms, opacity 1000ms;
  transition:border-color 500ms, background-color 500ms, opacity 1000ms;
  z-index:90;

}

  .SectionTile__summaryWrapper h4{
    color:#4a4a4a;
  }
.SectionTile__summaryWrapper:hover{
    z-index:99;
  }
.SectionTile__summaryWrapper.SectionTile__disabled{
    cursor:default;
    opacity:0.5
  }
.SectionTile__summaryWrapper.SectionTile__disabled:hover{
      background:white;
      border:0.0625em solid #c0ced7;
    }
.SectionTile__iconAndHeaderSection{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  padding-left:1rem
}
.SectionTile__iconAndHeaderSection > .SectionTile__icon{
    color:#7e939f;
    font-size:2.8rem;
    line-height:5.5rem;
  }
.SectionTile__image{
  width:4rem;
}
.SectionTile__svgIcon{
  width:50px;
  padding:7px;
  fill:#7e939f;
  margin:19px 10px;
}
.SectionTile__svgIcon svg, .SectionTile__svgIcon path{
    fill:#7e939f;
  }
.SectionTile__textSection{
  padding-left:1rem;
  -webkit-align-self:center;
      -ms-flex-item-align:center;
          align-self:center;
}
.SectionTile__textSection h4{
    margin:0.5rem 0 0;
    font-weight:bold;
    line-height:0.8;
  }
.SectionTile__description{
  font-size:0.815em;
}
.SectionTile__statusSection{
  -webkit-align-self:center;
      -ms-flex-item-align:center;
          align-self:center;
  margin-right:1rem;
  font-size:1.2rem;
}
.SectionTile__completeText{
  margin-right:0.5rem
}
@media(max-width: 48rem){
.SectionTile__completeText{
    display:none
}
  }
.SectionTile__standalone{
  border-radius:0.25em;
  cursor:pointer;
  height:6rem;
  margin:0.5rem 0;
  -webkit-transition:none;
  transition:none;
}

.SectionItemList__root{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
  font-family:Geomanist,sans-serif;
}

  .SectionItemList__root > div{
    width:100%;
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
        -ms-flex-positive:1;
            flex-grow:1;
  }
.SectionTile__rootWrapper{
  background-color:white;
  border-radius:0.25em;
  margin-bottom:0.75rem;
  position:relative
}
.SectionTile__rootWrapper:last-child{
    margin-bottom:0;
  }
.SectionTile__rootWrapper.SectionTile__selected > i{
    color:#00a185;
    position:absolute;
    top:-.25rem;
    right:-.25rem;
    width:15px;
    height:15px;
    font-size:1.2rem;
    text-align:left;
    border-radius:100%;
    vertical-align:middle;
    background-color:white
  }
.SectionTile__rootWrapper.SectionTile__selected > i::before{ 
      vertical-align:top;
      margin:0 0 0 -0.1rem;
    }
.SectionTile__rootWrapper .SectionTile__iconAndHeaderSection{
    padding-left:0.5rem;
  }
.SectionTile__rootWrapper .SectionTile__iconAndHeaderSection .SectionTile__icon{
      line-height:4rem
    }
.SectionTile__rootWrapper .SectionTile__iconAndHeaderSection .SectionTile__icon::before{
        width:2rem;
        font-size:1.6rem;
        line-height:4rem;
        margin-top:0.1rem;
      }
.SectionTile__rootWrapper .SectionTile__iconAndHeaderSection .SectionTile__textSection{
      padding-left:0.5rem;
    }
.SectionTile__rootWrapper .SectionTile__iconAndHeaderSection .SectionTile__textSection > h4{
        font-weight:200;
        font-size:1.1rem;
        margin-top:0;
        line-height:1.2em;
      }
.SectionTile__rootWrapper .SectionTile__statusSection > i{
      font-size:2rem;
      vertical-align:middle
    }
.SectionTile__rootWrapper .SectionTile__statusSection > i::before{ 
        vertical-align:middle;
      }
.SectionTile__selected .SectionTile__summaryWrapper{
    border-color:#00a185;
    background-color:rgba(0, 161, 133, 0.1);
  }
.SectionTile__selected .SectionTile__statusSection{
    color:#4a4a4a;
  }
.SectionTile__selected i{
    z-index:101;
  }
.SectionTile__description{
  color:#4a4a4a;
}
.SectionTile__completeText{
  color:#4a4a4a;
}
.SectionTile__dark .SectionTile__description{
    color:#4a4a4a;
  }

.MultiSelectByLogo__root .MultiSelectByLogo__row{
    list-style:none;
    padding-left:0;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    max-width:46rem;
    margin:0 -0.2rem
  }
  @media (min-width: 48rem){
  .MultiSelectByLogo__root .MultiSelectByLogo__row{
      max-width:45rem
  }
    }
.MultiSelectByLogo__item{

  display:-webkit-inline-box;

  display:-webkit-inline-flex;

  display:-ms-inline-flexbox;

  display:inline-flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  background:white;
  margin:0.2rem;
  width:calc(25% - 0.4em);
  height:2.7rem;
  padding:0.25rem 0.2rem;
  border-radius:0.25rem;
  border:1px solid #c0ced7;
  cursor:pointer
}
@media (min-width: 48rem){
.MultiSelectByLogo__item{
    width:calc(11.50748% - 0.66em)
}
    .MultiSelectByLogo__item:nth-of-type(n){
      display:block;
    }
  }
.MultiSelectByLogo__item .MultiSelectByLogo__logo{
    max-height:2em;
    width:100%;
    height:100%;
  }
.MultiSelectByLogo__item > span{
    width:100%;
    text-align:center;
    vertical-align:middle;
  }
.MultiSelectByLogo__selected{
}

.NSelection__wrapper{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
}

  .NSelection__wrapper div .NSelection__selection{
    text-align:left;
  }

  .NSelection__wrapper div:first-child .NSelection__selection{
      border-top-right-radius:0;
      border-bottom-right-radius:0;
      border-right:none;
    }

  .NSelection__wrapper div:last-child .NSelection__selection{
      border-top-left-radius:0;
      border-bottom-left-radius:0;
    }

  .NSelection__wrapper div:not(:first-child):not(:last-child) .NSelection__selection{
      border-radius:0;
      border-right:none;
    }

  .NSelection__wrapper div:focus + div .NSelection__selection, .NSelection__wrapper div:hover + div .NSelection__selection{
      border-left:0.0625em solid;
    }

.DateSelector__dateInput{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  opacity:0;
}

.DateSelector__main{
  position:relative;
}


  .GoalSetterForm__root:not(.GoalSetterForm__compact) > section:not(:first-of-type){
        border-top:0.0625em solid #c0ced7;
      }
.GoalSetterForm__root > section{
    padding:1rem 0;
  }
.GoalSetterForm__root > section > div > label{
        color:#4a4a4a;
        font-size:1.2rem;
      }
@media (min-width: 48rem){
  .GoalSetterForm__root > section{
      padding:2rem 0
  }
    }
.GoalSetterForm__compact > section{
    padding:0;
  }
.GoalSetterForm__compact > section > div > label{
        color:unset;
        font-size:0.9em !important;
      }
.GoalSetterForm__compact > section > div:first-of-type{
      margin-top:0;
    }
.GoalSetterForm__compact > section > div:last-of-type{
      margin-top:0.5rem;
    }
.GoalSetterForm__inline{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-direction:row;
      -ms-flex-direction:row;
          flex-direction:row;
}
.GoalSetterForm__inline > input, .GoalSetterForm__inline > div{
    width:50% !important;
  }
.GoalSetterForm__inline > input{
    border-top-right-radius:0 !important;
    border-bottom-right-radius:0 !important;
  }
.GoalSetterForm__inline > div > select{
    border-left:0;
    border-top-left-radius:0 !important;
    border-bottom-left-radius:0 !important;
  }

.Checklist__darkText .Checklist__label{
    margin-left:0.5rem;
    font-size:0.9em;
    color:black !important
  }
  .Checklist__darkText .Checklist__label:hover, .Checklist__darkText .Checklist__label:active, .Checklist__darkText .Checklist__label:focus{
      color:black !important;
    }

.Checklist__dark .Checklist__label:hover, .Checklist__dark .Checklist__label:active, .Checklist__dark .Checklist__label:focus{
      color:white !important;
    }
.Checklist__prompt{
  margin-left:0.5rem;
}

.Checkbox__dark .Checkbox__isSelected .Checkbox__check{
      stroke:black !important;
    }
    .Checkbox__dark .Checkbox__isSelected .Checkbox__circle{
      fill:white;
    }
  .Checkbox__dark .Checkbox__mouseoverCheck{
    stroke:black !important;
  }

.Commons__container{
  max-width:48rem;
  padding:0 1rem;
  margin:0 auto
}
@media ( min-width: 45rem ){
.Commons__container{
    padding:0 1.5rem
}
  }
.Commons__badge{
  background:#006FA8;
  position:absolute;
  top:-0.5rem;
  left:-0.5rem;
  font-size:0.8rem;
  line-height:1.2;
  border-radius:0.5rem;
  color:white;
  padding:0 1rem;
}

.Commons__container{
  max-width:48rem;
  padding:0 1rem;
  margin:0 auto
}
@media ( min-width: 45rem ){
.Commons__container{
    padding:0 1.5rem
}
  }
.Commons__badge{
  background:#006FA8;
  position:absolute;
  top:-0.5rem;
  left:-0.5rem;
  font-size:0.8rem;
  line-height:1.2;
  border-radius:0.5rem;
  color:white;
  padding:0 1rem;
}

.View__root{
  background:#f0f5f8;
  overflow:hidden;
  position:relative;
}
  .View__root .terms{
    font-size:0.815em;
    color:#9b9b9b;
    font-weight:500;
    text-align:left;
    margin-bottom:1rem;
  }
  .View__root .acknowledgement{
    font-size:0.8em;
    color:#9b9b9b;
    font-weight:300;
  }
.View__homepage > section{
    max-width:48rem;
    margin:0 auto;
    padding:1.5rem;
  }
.View__homepage > section > h1{
      font-family:'Geomanist', sans-serif;
      font-size:2.5em;
      margin-bottom:0.2em;
      font-weight:400;
      line-height:1.2em;
    }
.View__homepage > section > p{
      font-family:'Geomanist', sans-serif;
      color:#7e939f;
      font-size:1.2em;
      font-weight:100;
      line-height:1.383;
      margin:0 0 2rem
    }
@media (min-width: 48rem){

    .View__homepage > section > p{
        font-size:1.8em
    }
      }
.View__homepage > section:nth-of-type(1){
      margin-top:-5rem;
      min-height:23rem;
      height:23rem;
      background-size:cover;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-align:end;
      -webkit-align-items:flex-end;
          -ms-flex-align:end;
              align-items:flex-end;
      background-position-x:22%;
    }
.View__container{
}
.View__inverse{
  color:white;
}
.View__inverse .terms{
    font-size:0.815em;
    color:white;
    font-weight:500;
  }
.View__inverse .terms a{
      color:white;
      text-decoration:underline;
    }
.View__inverse .acknowledgement{
    font-size:0.8em;
    color:white;
    font-weight:300;
  }
.View__hide{
  display:none;
}
.View__sharedLogin{
  background-color:#f5f5eb;
}
.View__transparent{
  background-color:transparent;
}

.ClickOutsideCloseContent__navigationMenu{
  position:absolute;
  background-color:white;
  z-index:100;
  border-radius:0.25em;
  top:2.5rem;
  min-width:10rem;
  right:0;
  -webkit-box-shadow:0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow:0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1)
}
@media (max-width: 48rem){
.ClickOutsideCloseContent__navigationMenu{
    top:3rem
}
  }
.ClickOutsideCloseContent__navigationMenu ul{
    list-style:none;
    padding:0;
    margin:0;
  }
.ClickOutsideCloseContent__navigationMenu ul li:first-child a{
          padding-top:1rem;
        }
.ClickOutsideCloseContent__navigationMenu ul li:first-child:hover{
          border-top-right-radius:0.25em;
          border-top-left-radius:0.25em;
        }
.ClickOutsideCloseContent__navigationMenu ul li:last-child{
        border-radius:0.25em;
      }
.ClickOutsideCloseContent__navigationMenu ul li:last-child a{
          padding-bottom:1rem;
        }
.ClickOutsideCloseContent__navigationMenu ul a{
      display:block;
      padding:0.5rem 1rem;

      text-decoration:none;
    }
.ClickOutsideCloseContent__navigationMenu ul i::before{
      color:#4a4a4a;
      padding-right:0.5rem;
      position:relative;
      top:2px;
    }
.ClickOutsideCloseContent__customMenu{
  position:absolute;
  background-color:white;
  z-index:100;
  border-radius:0.25em;
  top:2.2rem;
  min-width:12.5rem;
  right:0;
  -webkit-box-shadow:0 0.15em 0.5em 0 rgba(0, 0, 0, 0.4);
          box-shadow:0 0.15em 0.5em 0 rgba(0, 0, 0, 0.4)
}
@media (max-width: 48rem){
.ClickOutsideCloseContent__customMenu{
    top:3rem
}
  }
.ClickOutsideCloseContent__customMenu ul{
    list-style:none;
    padding:0;
    margin:0;
  }
.ClickOutsideCloseContent__customMenu ul li:first-child a{
          padding-top:1rem;
        }
.ClickOutsideCloseContent__customMenu ul li:first-child:hover{
          border-top-right-radius:0.25em;
          border-top-left-radius:0.25em;
        }
.ClickOutsideCloseContent__customMenu ul li:last-child{
        border-radius:0.25em;
      }
.ClickOutsideCloseContent__customMenu ul li:last-child a{
          padding-bottom:1rem;
        }
.ClickOutsideCloseContent__customMenu ul a{
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      padding:0.5rem 1rem;
      text-decoration:none;
      color:black;
    }
.ClickOutsideCloseContent__customMenu ul a i{
        font-size:1.25rem;
        margin-right:0.25rem;
      }
.ClickOutsideCloseContent__customMenu ul a span{
        color:#4a4a4a;
        font-size:0.75rem;
        font-weight:100;
        display:block;
      }
.ClickOutsideCloseContent__customMenu ul a:hover span{
          color:#4a4a4a;
        }
.ClickOutsideCloseContent__customMenu ul i::before{
      color:#4a4a4a;
      padding-right:0.5rem;
      position:relative;
      top:0.125rem;
    }

.Header__root{
  height:5rem;
  background-color:white;
  padding:1rem 0;
  letter-spacing:0.025rem;
  font-family:'Geomanist', sans-serif
}
.Header__root.Header__homepage, .Header__root.Header__landingPageB, .Header__root.Header__sharedLogin{
    background-color:transparent;
  }
.Header__standard{
}
.Header__inverse{
  color:white;
}
.Header__inverse .Header__call a, .Header__inverse .Header__advisorNameAndMobile a, .Header__inverse .Header__loginSection a, .Header__inverse .Header__logoutSection a{
    color:white;
  }
.Header__container{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  width:100%;
}
.Header__rightWrapper{
  max-width:15em;
  position:relative;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center
}
@media (min-width: 48rem){
.Header__rightWrapper{
    max-width:none
}
  }
.Header__advisorSection{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-align-self:stretch;
      -ms-flex-item-align:stretch;
          align-self:stretch;
}
.Header__advisorImg{
  max-height:3rem;
  border-radius:50%;
  background-color:white;
  margin-right:0.5rem
}
.Header__advisorImg.Header__smallAdvisorImg{
    max-height:2.5rem;
  }
@media (max-width: 25rem){
.Header__advisorImg{
    display:none
}
  }
.Header__advisorNameAndMobile{
  font-size:0.815em;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
  -webkit-align-self:stretch;
      -ms-flex-item-align:stretch;
          align-self:stretch;
  margin-right:0.5rem;
  line-height:1;
}
.Header__advisorNameAndMobile h5{
    font-weight:bold;
    margin:0;
    font-size:1em
  }
@media (max-width: 48rem){
  .Header__advisorNameAndMobile h5{
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      width:8em
  }
    }
@media (min-width: 48rem){
  .Header__advisorNameAndMobile h5{
      font-size:1.25em;
      width:unset
  }
    }
.Header__advisorNameAndMobile a{
    text-decoration:none;
  }
.Header__advisorNameAndMobile span{
    white-space:nowrap;
  }
.Header__advisorMenuSection{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
  text-decoration:none;
  line-height:1;
}
.Header__advisorMenuSection i{
    font-size:1.7em;
  }
.Header__advisorMenuSection span{
    text-transform:uppercase;
    font-size:0.5em;
    -webkit-align-self:center;
        -ms-flex-item-align:center;
            align-self:center;
  }
@media (min-width: 48rem){
    .Header__advisorMenuSection i{
      font-size:2em;
    }
    .Header__advisorMenuSection span{
      font-size:0.7em;
    }
  }
.Header__logoWrapper{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
}
.Header__brandLogo{
  background-color:transparent;
  max-width:12em;
  max-height:5em
}
@media (max-width: 48rem){
.Header__brandLogo{
    max-height:4.5em
}
  }
@media (max-width: 30rem){
.Header__brandLogo{
    max-width:unset;
    width:100%;
    -o-object-fit:contain;
       object-fit:contain;
    -o-object-position:left;
       object-position:left;
    padding-right:0.5em
}
  }
.Header__showNavigation .Header__loginSection, .Header__showNavigation .Header__logoutSection, .Header__showNavigation .Header__menuSection{
    cursor:pointer;
    -webkit-align-self:stretch;
        -ms-flex-item-align:stretch;
            align-self:stretch;
  }
.Header__showNavigation .Header__loginSection .Header__activeLink:hover a, .Header__showNavigation .Header__loginSection .Header__activeLink a, .Header__showNavigation .Header__logoutSection .Header__activeLink:hover a, .Header__showNavigation .Header__logoutSection .Header__activeLink a, .Header__showNavigation .Header__menuSection .Header__activeLink:hover a, .Header__showNavigation .Header__menuSection .Header__activeLink a{
        color:#9b9b9b;
        cursor:default;
        pointer-events:none;
      }
.Header__loginSection, .Header__logoutSection{
  -webkit-align-self:stretch;
      -ms-flex-item-align:stretch;
          align-self:stretch;
  position:relative;
}
.Header__loginSection .Header__menuIcon i, .Header__logoutSection .Header__menuIcon i{
    padding-right:0;
    font-size:1.2em
  }
.Header__loginSection .Header__menuIcon i:before, .Header__logoutSection .Header__menuIcon i:before{
      margin-right:0;
    }
@media (max-width: 48rem){
  .Header__loginSection .Header__menuIcon i, .Header__logoutSection .Header__menuIcon i{
      font-size:2em
  }
    }
.Header__call{
  margin-right:0.25rem
}
@media (min-width: 48rem){
.Header__call{
    margin-right:1rem
}
  }
.Header__loginSection, .Header__logoutSection, .Header__call{
  line-height:1.3
}
@media (max-width: 30rem){
.Header__loginSection, .Header__logoutSection, .Header__call{
    line-height:1
}
  }
.Header__loginSection i, .Header__logoutSection i, .Header__call i{
    padding-right:0.2em;
  }
.Header__loginSection span, .Header__logoutSection span, .Header__call span{
    display:none
  }
@media (min-width: 48rem){
  .Header__loginSection span, .Header__logoutSection span, .Header__call span{
      display:inline-block
  }
    }
.Header__loginSection a, .Header__logoutSection a, .Header__call a{
    text-decoration:none;
    display:inline-block;
  }
.Header__phoneSection{
  margin-top:0.25rem;
}
.Header__call .Header__phoneSection{
  margin-top:0;
}

.Header__loanMarketLogo{
  width:5em;
  position:absolute;
  top:0;
}
.Header__advisorSection{
  text-align:end;
  max-width:250px;
}
.Header__validateLogo{
  max-width:48rem;
  padding:0 1rem;
  margin:0 auto;
}

.ComplianceFooter__root{
  -webkit-box-shadow:0 -0.0635rem 0 0 rgba(0, 0, 0, 0.09);
          box-shadow:0 -0.0635rem 0 0 rgba(0, 0, 0, 0.09);
  padding:1rem 0;
  text-align:center;
  color:#9b9b9b;
}
  .ComplianceFooter__root a{
    color:#9b9b9b;
  }
.ComplianceFooter__inverse{
  color:rgba(3, 8, 37, 0.6);
}
.ComplianceFooter__inverse a, .ComplianceFooter__inverse span{
    color:rgba(3, 8, 37, 0.6);
  }
.ComplianceFooter__container{

  text-align:left;
}
.ComplianceFooter__container .ComplianceFooter__disclaimer, .ComplianceFooter__container .ComplianceFooter__complianceItem{
    font-size:80%;
  }
.ComplianceFooter__container .ComplianceFooter__customisedDisclaimer:not(:empty), .ComplianceFooter__container .ComplianceFooter__disclaimer{
    margin-bottom:0.3125rem;
  }
.ComplianceFooter__container .ComplianceFooter__contactInfo{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    margin-bottom:1rem;
  }
.ComplianceFooter__container .ComplianceFooter__standardDisclaimer .ComplianceFooter__NZDisclaimers span{
      margin-top:0.5rem;
      display:inline-block
    }
.ComplianceFooter__container .ComplianceFooter__standardDisclaimer .ComplianceFooter__NZDisclaimers span:first-of-type{
        margin-top:0;
      }
.ComplianceFooter__complianceItem{
  margin-right:0.5rem;
  color:#9b9b9b
}
.ComplianceFooter__complianceItem:after{
    margin-left:0.5rem;
    content:'|';
  }
.ComplianceFooter__complianceItem:last-of-type{
    margin-right:0;
  }
.ComplianceFooter__complianceItem:last-of-type::after{
    content:none;
  }
.ComplianceFooter__logo{
  width:50%
}
@media (min-width: 48rem){
.ComplianceFooter__logo{
    width:7em
}
  }
.ComplianceFooter__logo{
  display:inline-block;
}
.ComplianceFooter__logo .ComplianceFooter__svg{
    width:7rem;
    display:inline-block;
  }
.ComplianceFooter__call{
  font-weight:bold;
  font-size:2em;
}
.ComplianceFooter__call i{
    color:#00AAE5;
    padding-right:0.2rem;
  }
.ComplianceFooter__call span{
    display:inline-block;
    color:#00AAE5;
  }
.ComplianceFooter__call a{
    text-decoration:none;
    display:inline-block;
  }
.ComplianceFooter__flexFooter{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
      -ms-flex-pack:start;
          justify-content:flex-start;
}

@font-face{
      font-family:Geomanist-Book;
      src:url(/Geomanist-Book.8f39a5fda82c14ff217dcaba47500eba.ttf) format('truetype');
        font-weight:500;
        font-style:normal
    }
@font-face{
      font-family:TT-Ramillas-Regular;
      src:url(/TT-Ramillas-Regular.c3d1f3eda095562f7a641e1bc68d2b5a.ttf) format('truetype');
        font-weight:500;
        font-style:normal
    }
.View__root{
  min-height:100vh;
}
.View__homepage_questions, .View__homepage > section:nth-of-type(2){
  background-color:#00AAE5;
}
.View__homepage_questions a, .View__homepage > section:nth-of-type(2) a{
    color:white;
  }
.View__homepage_negotiate, .View__homepage > section:nth-of-type(4){
  background-color:white;
}
.View__homepage_save, .View__homepage > section:nth-of-type(5){
  background-color:#00A186;
}
.View__homepage_save p, .View__homepage_save h1, .View__homepage > section:nth-of-type(5) p, .View__homepage > section:nth-of-type(5) h1{
    color:white !important;
  }
.View__homepage_rating, .View__homepage > section:nth-of-type(6){
  background-color:white;
}
.View__homepage_rating iframe, .View__homepage > section:nth-of-type(6) iframe{
    width:100%;
    height:785px;
  }
.View__homepage > section p{
      color:#4a4a4a;
    }
.View__homepage > section:nth-of-type(1){
      margin-top:-5rem;
      min-height:23rem;
      height:23rem;
      background-image:url(/homepage.dec32ec0b1ed29532f5a42b2504fc1ef.jpg);
      background-size:cover;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-align:end;
      -webkit-align-items:flex-end;
          -ms-flex-align:end;
              align-items:flex-end;
      background-position-x:22%
    }
@media ( max-width: 33rem ){

    .View__homepage > section:nth-of-type(1){
        background-image:url(/homepage_mobile.495044b90010aaac5f3d37c2de29e0b8.jpg)
    }
      }
@media ( min-width: 45rem ){
    .View__homepage > section:nth-of-type(n+3){
        padding:4rem
    }
      }
.View__goalHomepage{
  background-color:white;
}
.View__goalHomepage > div > section{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    max-width:48rem;
    margin:0 auto;
    padding:1.5rem;
    position:relative;
    min-height:38rem;
    height:38rem
  }
@media(max-width: 48rem){
  .View__goalHomepage > div > section{
      padding:1rem
  }
    }
.View__goalHomepage > div > section > h1{
      font-weight:bold;
      font-size:5rem;
      margin-bottom:0
    }
@media(max-width: 48rem){

    .View__goalHomepage > div > section > h1{
        font-size:3.5rem
    }
      }
.View__goalHomepage > div > section > h2{
      z-index:2;
      width:calc(110% - 22rem)
    }
@media(max-width: 48rem){

    .View__goalHomepage > div > section > h2{
        width:100%
    }
      }
.View__goalHomepage > div > section > img{
      position:absolute;
      height:35rem;
      bottom:0;
      right:-10%
    }
@media(max-width: 48rem){

    .View__goalHomepage > div > section > img{
        height:30rem;
        left:50%;
        -webkit-transform:translateX(-50%);
                transform:translateX(-50%)
    }
      }
.View__goalHomepage > div > section > span{
      position:absolute;
      width:22rem;
      top:10%;
      right:-10%
    }
@media(max-width: 48rem){

    .View__goalHomepage > div > section > span{
        width:18rem;
        top:32%;
        left:50%;
        -webkit-transform:translateX(-50%);
                transform:translateX(-50%)
    }
      }
.View__goalHomepage > div > section > a{
      margin-top:10rem
    }
@media(max-width: 48rem){

    .View__goalHomepage > div > section > a{
        margin-top:20.5rem
    }
      }
.View__widget{
  min-height:unset;
}
.View__transparentWidget{
  min-height:unset;
  background-color:transparent;
}
.View__transparentWidget div[data-tip]:not(:hover){
    background-color:#f0f5f8;
  }
main.View__root:not(.View__inverse){
  background-color:#fcfcfc;
}
.View__landing{
  font-family:Geomanist;
}
.View__landing > section{
    width:100vw;
    min-height:1rem
  }
.View__landing > section:nth-of-type(1){
      max-width:48rem;
      margin:-5rem auto 0;
      min-height:32rem;
      height:32rem;
      background-image:url(/lm_homepage.b6ca8ea667c0bd43f55a61143645aeb4.jpg);
      background-size:cover;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-align:end;
      -webkit-align-items:flex-end;
          -ms-flex-align:end;
              align-items:flex-end;
      background-position-x:22%
    }
@media ( max-width: 33rem ){
    .View__landing > section:nth-of-type(1){
        background-image:url(/lm_homepage_mobile.a0f5e2a02dab2fb6ccbeb72799fa5d16.jpg)
    }
      }
.View__landing > section{
  }
.View__landing > section:nth-of-type(2) > .View__sectionWrapper > .View__header{
        font-size:3rem;
        font-family:'TT-Ramillas-Regular';
        margin-bottom:1rem
      }
.View__landing > section:nth-of-type(2) > .View__sectionWrapper > .View__header > strong{
          font-family:'Geomanist-Book';
        }
.View__landing > section:nth-of-type(2) > div > p{
        margin:0;
      }
.View__landing > section{
  }
.View__landing > section:nth-of-type(3){
      background-color:#ecf7fc
    }
.View__landing > section:nth-of-type(3) > .View__sectionWrapper{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:stretch;
        -webkit-align-items:stretch;
            -ms-flex-align:stretch;
                align-items:stretch;
        -webkit-box-pack:justify;
        -webkit-justify-content:space-between;
            -ms-flex-pack:justify;
                justify-content:space-between;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
        gap:20px
      }
.View__landing > section:nth-of-type(3) > .View__sectionWrapper > a{
          -webkit-box-flex:1;
          -webkit-flex:1;
              -ms-flex:1;
                  flex:1;
        }
@media ( min-width: 48rem ){

      .View__landing > section:nth-of-type(3) > .View__sectionWrapper{
          -webkit-box-orient:horizontal;
          -webkit-box-direction:normal;
          -webkit-flex-direction:row;
              -ms-flex-direction:row;
                  flex-direction:row
      }
        }
.View__landing > section{
  }
.View__landing > section:nth-of-type(5){
      background-color:#ecf7fc;
    }
.View__landing > section{
  }
.View__landing > section:nth-of-type(7){
      width:100vw
    }
.View__landing > section:nth-of-type(7) > img{
        width:100vw;
      }
.View__landing > section{
  }
.View__landing > section:nth-of-type(8) > .View__sectionWrapper{
        -webkit-box-align:center;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex
      }
.View__landing > section:nth-of-type(8) > .View__sectionWrapper > img{
          height:100%;
          width:20%;
        }
.View__landing > section:nth-of-type(8) > .View__sectionWrapper:nth-of-type(1){
          padding-bottom:0;
        }
.View__landing > section:nth-of-type(8) > .View__sectionWrapper:nth-of-type(2){
          padding-top:0
        }
.View__landing > section:nth-of-type(8) > .View__sectionWrapper:nth-of-type(2) > a{
            margin-top:0;
          }
.View__landing > section > .View__sectionWrapper{
      max-width:48rem;
      margin:0 auto;
      padding:1.5rem
    }
.View__landing > section > .View__sectionWrapper .View__header{
        color:#01355c; 
        font-weight:600;
      }
.View__landing > section > .View__sectionWrapper .View__caption{ 
        color:#05a8e2; 
        font-size:1.5rem;
      }
.View__landing > section > .View__sectionWrapper > a.View__purpose_button{
          background-color:transparent;
          -webkit-transition:background-color .13s ease-in-out,color .15s ease-in-out;
          transition:background-color .13s ease-in-out,color .15s ease-in-out;
          border:1px solid #01355c;
          border-radius:10px;
          text-decoration:none;
          display:-webkit-box;
          display:-webkit-flex;
          display:-ms-flexbox;
          display:flex;
          -webkit-box-align:center;
          -webkit-align-items:center;
              -ms-flex-align:center;
                  align-items:center;
          -webkit-box-pack:start;
          -webkit-justify-content:flex-start;
              -ms-flex-pack:start;
                  justify-content:flex-start;
          -webkit-box-orient:horizontal;
          -webkit-box-direction:normal;
          -webkit-flex-direction:row;
              -ms-flex-direction:row;
                  flex-direction:row
        }
.View__landing > section > .View__sectionWrapper > a.View__purpose_button > span{
            font-size:1.2rem;
            color:#01355c;
            text-align:center;
            font-weight:500;
          }
.View__landing > section > .View__sectionWrapper > a.View__purpose_button:hover{
            background-color:#c8eafa;
          }
.View__landing > section > .View__sectionWrapper > a.View__purpose_button > img{
            height:100px;
          }
@media ( min-width: 48rem ){
        .View__landing > section > .View__sectionWrapper > a.View__purpose_button{
            -webkit-box-orient:vertical;
            -webkit-box-direction:normal;
            -webkit-flex-direction:column;
                -ms-flex-direction:column;
                    flex-direction:column;
            -webkit-box-pack:justify;
            -webkit-justify-content:space-between;
                -ms-flex-pack:justify;
                    justify-content:space-between;
            padding:1rem
        }
            .View__landing > section > .View__sectionWrapper > a.View__purpose_button > img{
              height:134.5px;
            }
          }
.View__landing > section > .View__sectionWrapper > a.View__link_button{
          color:white;
          background-color:#01355c;
          border:none;
          padding:1rem;
          margin:2rem 0;
          text-decoration:none;
          border-radius:10px;
          display:-webkit-box;
          display:-webkit-flex;
          display:-ms-flexbox;
          display:flex;
          -webkit-box-pack:center;
          -webkit-justify-content:center;
              -ms-flex-pack:center;
                  justify-content:center;
          font-size:1.5rem;
          -webkit-transition:background-color .13s ease-in-out,color .15s ease-in-out;
          transition:background-color .13s ease-in-out,color .15s ease-in-out;
          width:100%
        }
.View__landing > section > .View__sectionWrapper > a.View__link_button:hover{
            background-color:#1e6092;
          }
@media ( min-width: 48rem ){

        .View__landing > section > .View__sectionWrapper > a.View__link_button{
            width:40%
        }
          }



.HelpFooter__root{
    -webkit-box-shadow:0 -0.0635rem 0 0 rgba(0, 0, 0, 0.09);
            box-shadow:0 -0.0635rem 0 0 rgba(0, 0, 0, 0.09);
    padding:1rem 0;
    color:#4a4a4a;
    background-color:#fcfcfc;
    min-height:150px
}
@media(max-width: 48rem){
.HelpFooter__root{
        min-height:100%
}
    }
.HelpFooter__root a{
        color:#9b9b9b;
    }
.HelpFooter__content{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:10px
}
.HelpFooter__helpTitle{
    font-weight:600;
}
.HelpFooter__complianceItem{
    margin-right:0.5rem;
    color:#9b9b9b
}
.HelpFooter__complianceItem:after{
        margin-left:0.5rem;
        content:'|';
    }
.HelpFooter__complianceItem:last-of-type{
        margin-right:0;
    }
.HelpFooter__complianceItem:last-of-type::after{
        content:none;
    }
.HelpFooter__flexFooter{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start;
}
.HelpFooter__phoneLink{
    text-decoration:none;
}
.HelpFooter__contentWrapper{
    max-width:48rem;
    margin:0 auto;
    padding:0 1.5rem

}
@media(max-width: 48rem){
.HelpFooter__contentWrapper{
        max-width:100%

}
    }
.QuestionHint__hint{
  color:#4a4a4a;
  font-size:80%;
  margin-top:0.5rem;
  display:block;
}
  .QuestionHint__hint ul{
    margin:0.5rem 0;
  }
  .QuestionHint__hint li{
    margin-bottom:0.5rem;
  }
.QuestionHint__hint.QuestionHint__fullWidth{
    width:100%;
  }
.Question__root hr{
    max-width:100%;
    margin-top:1rem;
  }
.Question__row{
  display:block;
}
@media (min-width: 48rem){
  .Question__row .Question__root:not(.Question__fullWidthButton):not(.Question__noPaddingTop){
      padding:1rem 0;
      border-top:0.0625em solid #c0ced7
  }
    }
.Question__row:empty .Question__root:not(.Question__forceTop), .Question__row:first-of-type .Question__root:not(.Question__forceTop), .Question__row .Question__fullWidthInput:not(.Question__forceTop){
    padding-top:0;
    border-top:none;
  }
.Question__hideTopLine{
  border-top-style:none!important;
}
h4 + .Question__row .Question__root{
  border-top:0;
  padding-top:1rem;
}
.Question__inactive{
  color:#c0ced7;
}
.Question__inactive .Question__error{
    color:#b75944;
  }
.Question__inactive .Question__hint a{
    color:#c0ced7;
  }
.Question__label{
  line-height:1.125;
  margin:0;
  -webkit-transition:color 200ms ease;
  transition:color 200ms ease;
}
.Question__label a{
    text-decoration:none;
  }
.Question__label.Question__withIcon{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-align-content:center;
        -ms-flex-line-pack:center;
            align-content:center;
  }
.Question__label > .Question__labelIcon{
    font-size:2rem;
    color:inherit;
    margin-right:0.4rem;
  }
.Question__label > div{
    line-height:1.383;
  }
.Question__notes{
  font-size:0.8em;
}
.Question__root .Question__answer{
    margin:1rem 0;
  }
.Question__root .Question__subtitle{
    font-size:.9rem;
    color:#4a4a4a;
  }
.Question__error{
  text-align:left;
  font-size:80%;
  margin:0.5rem 0 1rem;
}
.Question__alignLeft{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:reverse;
  -webkit-flex-direction:column-reverse;
      -ms-flex-direction:column-reverse;
          flex-direction:column-reverse;
}
@media (min-width: 48rem){
  .Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving):not(.Question__yesNoWithNoLabel){
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex
  }

    .Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving):not(.Question__yesNoWithNoLabel).Question__SectionItemList, .Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving):not(.Question__yesNoWithNoLabel).Question__Checklist, .Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving):not(.Question__yesNoWithNoLabel).Question__ButtonList--column, .Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving):not(.Question__yesNoWithNoLabel).Question__PercentageDropdown, .Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving):not(.Question__yesNoWithNoLabel).Question__hasHint, .Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving):not(.Question__yesNoWithNoLabel).Question__Textarea{
      -webkit-box-align:start;
      -webkit-align-items:flex-start;
          -ms-flex-align:start;
              align-items:flex-start;
    }

      .Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving):not(.Question__yesNoWithNoLabel).Question__SectionItemList .Question__label, .Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving):not(.Question__yesNoWithNoLabel).Question__Checklist .Question__label, .Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving):not(.Question__yesNoWithNoLabel).Question__ButtonList--column .Question__label, .Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving):not(.Question__yesNoWithNoLabel).Question__PercentageDropdown .Question__label, .Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving):not(.Question__yesNoWithNoLabel).Question__hasHint .Question__label, .Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving):not(.Question__yesNoWithNoLabel).Question__Textarea .Question__label{
        margin-top:0.45rem;
      }

    .Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving):not(.Question__yesNoWithNoLabel) .Question__labelWrapper{
      width:calc(50% - 1rem);
    }
      .Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving):not(.Question__yesNoWithNoLabel) .Question__labelWrapper ~ .Question__answer, .Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving):not(.Question__yesNoWithNoLabel) .Question__labelWrapper ~ .Question__error{
        width:calc(50% - 1rem);
        margin-left:2rem;
      }

    .Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving):not(.Question__yesNoWithNoLabel) .Question__label, .Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving):not(.Question__yesNoWithNoLabel) .Question__answer{
      margin:0;
    }
    .Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving):not(.Question__yesNoWithNoLabel) .Question__answer, .Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving):not(.Question__yesNoWithNoLabel) .Question__error{
      width:100%;
      margin-bottom:0;
    }

  .Question__root.Question__alignLeft{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse;
  }

    .Question__root.Question__alignLeft .Question__answer{
      width:calc(70% - 1rem);
    }
    .Question__root.Question__alignLeft .Question__labelWrapper{
      width:calc(30% - 1rem);
      margin-left:2rem;
    }
}
.Question__comparePage .Question__label, .Question__interestSaving .Question__label{
    text-transform:uppercase;
    font-size:0.625em;
    font-weight:500;
  }
.Question__comparePage .Question__answer, .Question__interestSaving .Question__answer{
    margin:0.5rem 0 1rem;
  }
.Question__interestSaving{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-flex-basis:49%;
      -ms-flex-preferred-size:49%;
          flex-basis:49%;
}
.Question__interestSaving .Question__answer{
    width:100%;
  }
.Question__interestSaving div:not([class^="CurrencyInput"]) > input{
    padding-left:1rem;
  }
.Question__fullWidthButton{
  padding:0;
  margin:0;
}
.Question__fullWidthButton .Question__answer{
    margin:0;
  }
.Question__goalForms, .Question__goalSetterForm, .Question__yesNoWithNoLabel, .Question__multiSelect, .Question__goalTeam{
}
.Question__goalForms .Question__label, .Question__goalSetterForm .Question__label, .Question__yesNoWithNoLabel .Question__label, .Question__multiSelect .Question__label, .Question__goalTeam .Question__label{
    font-size:1.18rem;
    font-weight:300;
  }
.Question__goalForms .Question__labelWrapper, .Question__goalSetterForm .Question__labelWrapper, .Question__yesNoWithNoLabel .Question__labelWrapper, .Question__multiSelect .Question__labelWrapper, .Question__goalTeam .Question__labelWrapper{
    margin-top:1rem
  }
@media (min-width: 48rem){
  .Question__goalForms .Question__labelWrapper, .Question__goalSetterForm .Question__labelWrapper, .Question__yesNoWithNoLabel .Question__labelWrapper, .Question__multiSelect .Question__labelWrapper, .Question__goalTeam .Question__labelWrapper{
      margin-top:0
  }
    }
.Question__goalForms .Question__answer .Question__forceTop, .Question__goalSetterForm .Question__answer .Question__forceTop, .Question__yesNoWithNoLabel .Question__answer .Question__forceTop, .Question__multiSelect .Question__answer .Question__forceTop, .Question__goalTeam .Question__answer .Question__forceTop{
      padding-bottom:0;
      border-top:none;
    }
.Question__goalLoanOptions .Question__label{
    color:white;
    font-weight:bold;
  }
.Question__goalLoanOptions .Question__answer{
    margin-top:0;
  }
.Question__goalLoanOptions:last-of-type .Question__answer{
      margin-bottom:0;
    }
.Question__multiSelect{
  padding-top:0 !important;
}
.Question__goalTeam .Question__label, .Question__goalTeam .Question__subtitle, .Question__goalTeam .Question__subtitleHeader{
    color:black;
    font-size:0.9em;
  }
.Question__goalTeam .Question__labelWrapper{
    margin-top:-0.3rem !important;
  }
.Question__goalTeam .Question__subtitleHeader, .Question__goalTeam .Question__subtitle{
    margin-top:0.5rem;
  }
.Question__goalTeam .Question__subtitleHeader ul, .Question__goalTeam .Question__subtitle ul{
      margin-top:0.5rem;
      -webkit-padding-start:1rem;
    }
.Question__goalTeam .Question__notes{
    color:black;
    font-size:0.7em;
    margin-top:0.5rem;
  }
.Question__goalTeam .Question__notes ul{
      margin-top:0.5rem;
      -webkit-padding-start:0;
    }
.Question__goalTeam .Question__notes ul li{
        list-style:none;
      }
@media(min-width: 48rem){
.Question__goalTeam{
    -webkit-box-align:start !important;
    -webkit-align-items:flex-start !important;
        -ms-flex-align:start !important;
            align-items:flex-start !important
}
    .Question__goalTeam:not(:first-of-type){
      margin-top:1rem;
    }
  }
@media(min-width: 48rem){
  .Question__yesNoWithNoLabel .Question__answer, .Question__yesNoWithNoLabel .Question__error{
      margin-top:0;
      margin-bottom:0;
      width:calc(50% - 1rem)
  }
    }
.Question__goalSetterForm.Question__noLabel{
    margin-top:-2.5rem !important;;
    -webkit-box-orient:vertical;;
    -webkit-box-direction:normal;;
    -webkit-flex-direction:column;;
        -ms-flex-direction:column;;
            flex-direction:column;
    -webkit-box-align:end !important;
    -webkit-align-items:flex-end !important;
        -ms-flex-align:end !important;
            align-items:flex-end !important;
  }
@media(min-width: 48rem){

    .Question__goalSetterForm.Question__noLabel .Question__answer, .Question__goalSetterForm.Question__noLabel .Question__error{
        width:calc(50% - 1rem) !important
    }
      }
.Question__minimal{
  margin-bottom:2rem;
}
.Question__minimal .Question__label{
    color:black;
  }
.Question__minimal#Question__settlementDate{
    padding-top:0;
  }
.Question__minimal#Question__settlementDate .Question__labelWrapper{
      display:none;
    }
.Question__minimal#Question__hasSettlementDate{
    margin-bottom:1rem;
  }
@media (min-width: 48rem){
.Question__minimal{
    margin-bottom:0
}
    .Question__minimal.Question__root:not(.Question__fullWidthButton){
      padding:2rem 0
    }
      .Question__minimal.Question__root:not(.Question__fullWidthButton)#Question__settlementDate{
        border-top:none;
      }
      .Question__minimal.Question__root:not(.Question__fullWidthButton)#Question__hasSettlementDate{
        padding-bottom:1rem;
        margin-bottom:0;
      }
    .Question__minimal.Question__root:not(.Question__fullWidthInput):not(.Question__comparePage):not(.Question__alignLeft):not(.Question__interestSaving){
      -webkit-box-align:start;
      -webkit-align-items:flex-start;
          -ms-flex-align:start;
              align-items:flex-start;
    }
  }
.Question__columnForm{
  margin-bottom:0.625rem
}
.Question__columnForm.Question__labelWrapper{
    width:100%;
  }
.Question__columnForm .Question__answer{
    width:100%;
    margin:0.5rem 0 0;
  }
.Question__noPaddingTop{
  padding-top:0;
  padding-bottom:1rem
}
@media (max-width: 48rem){
.Question__noPaddingTop{
    padding-bottom:0
}
  }
.Question__noPaddingTopBottom{
  padding-bottom:0;
}
.Question__alignLabelCenter label.Question__label{
    text-align:center;
  }
.Question__rowWithMarginTop{
  margin-top:1rem;
  border-top:0.0625em solid #c0ced7;
  padding-top:1rem;
  padding-bottom:1rem;
}

.ContentLayout__root{
  min-height:100vh;
  background-color:white;
  padding-bottom:3rem;
}
.ContentLayout__heading{
  min-height:8em;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
  padding:1rem 0
}
.ContentLayout__heading > h6{
    margin:0;
    text-transform:uppercase;
    font-size:0.815em;
    font-weight:100;
    color:#4a4a4a;
  }
@media (max-width: 48rem){
.ContentLayout__heading{
    min-height:7em
}
  }
.ContentLayout__headingWrapper, .ContentLayout__heading, .ContentLayout__children, .ContentLayout__navigation{
  margin:0 auto;
}
.ContentLayout__headingWrapper{
  background-color:white;
}
.ContentLayout__content{
}
.ContentLayout__backButton > a, .ContentLayout__navigation > a{
    margin-bottom:0;
    font-size:1.1rem;
    font-weight:normal;
    line-height:1em;
  }
.ContentLayout__backButton > a > i, .ContentLayout__navigation > a > i{
      font-size:1.2rem
    }
.ContentLayout__backButton > a > i::before, .ContentLayout__navigation > a > i::before{
        font-size:2rem;
        margin-left:-0.5rem;
        vertical-align:middle;
      }
.ContentLayout__backButton > a > div, .ContentLayout__navigation > a > div{
      font-weight:300;
      vertical-align:middle;
    }
.ContentLayout__noContentBg{
  background-color:transparent;
}
.ContentLayout__noContentBg .ContentLayout__content{
    max-width:unset;
    padding:0;    
  }
.ContentLayout__noContentBg .ContentLayout__content .ContentLayout__headingWrapper{
      width:100%;
    }
.ContentLayout__noContentBg .ContentLayout__content .ContentLayout__headingWrapper .ContentLayout__heading h1{
          margin-top:3.2rem;
        }
.ContentLayout__noContentBg .ContentLayout__content .ContentLayout__heading, .ContentLayout__noContentBg .ContentLayout__content .ContentLayout__children, .ContentLayout__noContentBg .ContentLayout__content .ContentLayout__navigation{
      max-width:48rem;
      padding:0 1.5rem 0 1rem
    }
@media (min-width: 48rem){

    .ContentLayout__noContentBg .ContentLayout__content .ContentLayout__heading, .ContentLayout__noContentBg .ContentLayout__content .ContentLayout__children, .ContentLayout__noContentBg .ContentLayout__content .ContentLayout__navigation{
        padding:0 1.5rem
    }
      }
.ContentLayout__inverseHeader{
}
.ContentLayout__inverseHeader, .ContentLayout__inverseHeader h1{
    color:white;
  }
.ContentLayout__lightbox{
  width:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  background:rgba(255,255,255,0);
  z-index:98;
  pointer-events:none;
  -webkit-transition:background 500ms ease-in-out;
  transition:background 500ms ease-in-out
}
.ContentLayout__lightbox.ContentLayout__show{
    background:rgba(255,255,255,0.65);
  }

.AnimatedComponent__root{
  max-width:48rem;
}
.AnimatedComponent__currentElement{
  position:absolute;
  width:100%;
}

.AnimatedHeading__root{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
      -ms-flex-pack:start;
          justify-content:flex-start;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  width:100%;
  background:none;
  padding:1rem 0;
  margin-bottom:1rem;
  height:10rem
}
@media (min-width: 48rem){
.AnimatedHeading__root{
    padding:2rem 0;
    height:12rem
}
  }
.AnimatedHeading__element{
  -webkit-transform:translate3d(0,0,0);
          transform:translate3d(0,0,0);
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-flex:1;
  -webkit-flex-grow:1;
      -ms-flex-positive:1;
          flex-grow:1;
}
.AnimatedHeading__element h1{
    position:relative;
    max-width:48rem;
    margin-right:2rem;
  }
@media (min-width: 48rem){
.AnimatedHeading__gridInbetweener{
    height:8rem
}
  }
@media (max-width: 48rem){
.AnimatedHeading__gridInbetweener{
    margin-bottom:0;
    height:10rem
}
  }

.NotificationBanner__root{
  color:white;
}

  .NotificationBanner__root i, .NotificationBanner__root p{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
  }

  .NotificationBanner__root i{
    -webkit-box-flex:0;
    -webkit-flex:0 0 2em;
        -ms-flex:0 0 2em;
            flex:0 0 2em;
    font-size:2em;
    width:2em;
  }
.NotificationBanner__centerWrapper{
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  padding:0 5rem;
  width:100%
}
@media(max-width: 48rem){
.NotificationBanner__centerWrapper{
    padding:0 1rem
}
  }
&.NotificationBanner__left{
  padding:0;
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
      -ms-flex-pack:start;
          justify-content:flex-start;
}
.NotificationBanner__center{
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
}
.NotificationBanner__primaryIcon{
  margin-right:2rem;
}
.NotificationBanner__secondaryIcon{
  margin-left:2rem;
}
.NotificationBanner__warning{
  background:#ee882a;
}

.NotificationBanner__root{
  color:#4a4a4a;
  font-weight:400;
  background:transparent
}
@media (min-width: 48rem){
.NotificationBanner__root{
    padding:1rem 2rem
}
  }
.NotificationBanner__root .NotificationBanner__primaryIcon{
    margin-right:0;
    font-size:1.5rem;
  }
.NotificationBanner__root .NotificationBanner__secondaryIcon{
    font-size:1rem;
    margin-left:1rem;
  }
@media (min-width: 48rem){

  .NotificationBanner__root .NotificationBanner__left{
      padding:0
  }
    }
.NotificationBanner__root .NotificationBanner__center{
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start;
  }
.NotificationBanner__customError{
  background-color:#d64627;
  margin-bottom:1rem;
  padding:0 1rem 1.5rem;
  border-radius:0.1875rem;
}
.NotificationBanner__customError a{
    color:white;
    text-decoration:underline;
    font-weight:500
  }
.NotificationBanner__customError a:hover, .NotificationBanner__customError a:visited{
      color:white;
    }
.NotificationBanner__customError span{
    margin-top:0.75rem;
    display:block;
  }
.NotificationBanner__customError i{
    margin:1rem 0;
    font-size:1.5rem;
  }
.NotificationBanner__customError .NotificationBanner__centerWrapper{
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
  }
.NotificationBanner__customError .NotificationBanner__centerWrapper > p{
      margin:0;
    }
.NotificationBanner__customError.NotificationBanner__noMargin{
    margin:0;
  }
.NotificationBanner__warning{
  background-color:transparent;
}
.NotificationBanner__warning i{
    color:#ee882a;
  }
@media (min-width: 48rem){
.NotificationBanner__warning{
    padding-top:0;
    padding-left:0
}
  }
.NotificationBanner__success{
  background-color:transparent;
}
.NotificationBanner__success i{
    color:#4cb08a;
  }
.NotificationBanner__info{
  background-color:#ffffff;
}
.NotificationBanner__info i{
    display:none;
  }
.NotificationBanner__info p{
    color:#030825;
  }
.NotificationBanner__info{
  margin-bottom:2rem
}
.NotificationBanner__infoBlue{
  background-color:transparent;
}
.NotificationBanner__infoBlue i{
    display:none;
  }
.NotificationBanner__infoBlue p{
    color:#030825;
  }
.NotificationBanner__passwordError{
  background-color:#d64627;
  padding:0 1rem;
  border-radius:0.1875rem;
  margin-bottom:1rem
}
@media (max-width: 48rem){
    .NotificationBanner__passwordError .NotificationBanner__centerWrapper{
      padding:0;
    }
  }
.NotificationBanner__passwordError a{
    color:white;
    text-decoration:underline;
    font-weight:500
  }
.NotificationBanner__passwordError a:hover, .NotificationBanner__passwordError a:visited{
      color:white;
    }
.NotificationBanner__passwordError i{
    margin:1rem 0;
    font-size:1.5rem;
  }
.NotificationBanner__passwordError p{
    margin:1rem 0;
    color:white !important;
  }
.NotificationBanner__passwordError .NotificationBanner__centerWrapper{
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
  }

.ContentsWrapper__root{
  width:100%;
  min-height:80vh;
  font-family:'Source Sans Pro', sans-serif;
  padding-bottom:2rem
}
@media (min-width: 48rem){
.ContentsWrapper__root{
    padding-bottom:4rem;
    min-height:75vh
}
  }
.ContentsWrapper__root .ContentsWrapper__extraHint{
    text-align:center;
  }
.ContentsWrapper__root .ContentsWrapper__extraHint a{
      text-decoration:none;
    }
.ContentsWrapper__root .ContentsWrapper__extraHint .terms a{
      text-decoration:underline;
    }
@media (max-width: 48rem){
#ContentsWrapper__privacyPolicy{
    padding-top:4rem
}
  }
.ContentsWrapper__halfwidth .ContentsWrapper__container, .ContentsWrapper__halfwidth .ContentsWrapper__extraHint{
    margin:0 auto
  }
@media (min-width: 48rem){
  .ContentsWrapper__halfwidth .ContentsWrapper__container, .ContentsWrapper__halfwidth .ContentsWrapper__extraHint{
      width:24rem
  }
    }
.ContentsWrapper__halfwidth .ContentsWrapper__extraHint{
    padding:0 1.5rem;
  }
.ContentsWrapper__halfwidth .ContentsWrapper__titleWrapper{
    -webkit-box-shadow:none;
            box-shadow:none;
  }
.ContentsWrapper__submit{
  visibility:hidden;
  height:0;
  width:0;
  position:absolute;
}
.ContentsWrapper__container{
  -webkit-box-flex:1;
  -webkit-flex-grow:1;
      -ms-flex-positive:1;
          flex-grow:1;
}
.ContentsWrapper__halfwidth .ContentsWrapper__container{
  -webkit-box-flex:0;
  -webkit-flex-grow:0;
      -ms-flex-positive:0;
          flex-grow:0;
}
.ContentsWrapper__titleWrapper{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
      -ms-flex-pack:start;
          justify-content:flex-start;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-shadow:0 0.0635rem 0 0 rgba(0, 0, 0, 0.09);
          box-shadow:0 0.0635rem 0 0 rgba(0, 0, 0, 0.09);
  padding:1rem 0;
  margin-bottom:1rem;
  height:14rem;
  background-color:white
}
@media (min-width: 48rem){
.ContentsWrapper__titleWrapper{
    padding:2rem 0;
    height:13rem
}
  }
.ContentsWrapper__titleWrapper.ContentsWrapper__hasHeadingIcon h1, .ContentsWrapper__titleWrapper.ContentsWrapper__hasHeadingIcon h4{
      text-align:center;
    }
.ContentsWrapper__titleWrapper.ContentsWrapper__hasHeadingIcon .ContentsWrapper__headingIcon{
      display:block;
      width:5rem;
      height:5rem;
      margin:0 auto;
      text-align:center;
    }
.ContentsWrapper__titleWrapper.ContentsWrapper__hasHeadingIcon .ContentsWrapper__headingIcon svg{
        overflow:visible;
        width:auto;
        max-width:100%;
        height:100%;
      }
.ContentsWrapper__titleWrapper.ContentsWrapper__hasHeadingIcon .ContentsWrapper__headingIcon svg path, .ContentsWrapper__titleWrapper.ContentsWrapper__hasHeadingIcon .ContentsWrapper__headingIcon svg polygon{
          stroke-width:8;
        }
.ContentsWrapper__titleWrapper.ContentsWrapper__centeredTitle{
    height:8rem;
  }
.ContentsWrapper__titleWrapper.ContentsWrapper__centeredTitle > div{
      padding:0 2rem;
    }
.ContentsWrapper__titleWrapper.ContentsWrapper__centeredTitle h1{
      text-align:center;
    }
.ContentsWrapper__titleWrapper.ContentsWrapper__hasWarning{
    margin-bottom:0;
  }
.ContentsWrapper__animatedTitleWrapper{
  padding:0;
}
.ContentsWrapper__root h1{
  }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
  .ContentsWrapper__root h1{
      font-weight:300
  }
    }
.ContentsWrapper__errorPage, .ContentsWrapper__unsubscribePage{
  background:white;
  color:#4a4a4a;
}
.ContentsWrapper__errorPage .ContentsWrapper__container, .ContentsWrapper__unsubscribePage .ContentsWrapper__container{
    padding:1rem 3rem
  }
@media (min-width: 48rem){

  .ContentsWrapper__errorPage .ContentsWrapper__container, .ContentsWrapper__unsubscribePage .ContentsWrapper__container{
      padding-top:3rem
  }
    }
.ContentsWrapper__errorPage img, .ContentsWrapper__unsubscribePage img{
    width:8rem;
  }
.ContentsWrapper__errorPage h1, .ContentsWrapper__unsubscribePage h1{
    text-align:center
  }
@media (min-width: 48rem){
  .ContentsWrapper__errorPage h1, .ContentsWrapper__unsubscribePage h1{
      text-align:left
  }
    }
.ContentsWrapper__errorPage p, .ContentsWrapper__unsubscribePage p{
    font-size:1.65em;
    line-height:2rem;
  }
.ContentsWrapper__errorPage a, .ContentsWrapper__unsubscribePage a{
    text-decoration:none;
    text-align:center;
    display:block;
  }
.ContentsWrapper__errorPage a i, .ContentsWrapper__errorPage a span, .ContentsWrapper__unsubscribePage a i, .ContentsWrapper__unsubscribePage a span{
      display:inline-block;
    }
.ContentsWrapper__errorPage a, .ContentsWrapper__unsubscribePage a{
    padding-bottom:1rem
}
.ContentsWrapper__errorPage span, .ContentsWrapper__unsubscribePage span{
    color:#4a4a4a;
    text-align:center;
    display:block;
  }
.ContentsWrapper__errorPage footer, .ContentsWrapper__unsubscribePage footer{
    margin-top:0;
  }
.ContentsWrapper__subtitle{
  color:#f0f5f8;
  font-size:1rem;
}
.ContentsWrapper__titleDescription{
  color:#f0f5f8;
  font-weight:lighter;
}
.ContentsWrapper__lightbox{
  width:100%;
  position:absolute;
  top:18rem;
  bottom:0;
  left:0;
  background:rgba(255,255,255,0);
  z-index:98;
  pointer-events:none;
  -webkit-transition:background 500ms ease-in-out;
  transition:background 500ms ease-in-out
}
@media (max-width: 48rem){
.ContentsWrapper__lightbox{
    top:19rem
}
  }
.ContentsWrapper__lightbox.ContentsWrapper__show{
    background:rgba(255,255,255,0.65);
  }
.ContentsWrapper__inverseTitle{
  color:white;
}
.ContentsWrapper__inverseTitleWrapper{
}
.AutocompleteInput__root{
  margin:0.5rem 0;
  position:relative
}
@media (min-width: 48rem){
.AutocompleteInput__root{
    margin:0
}
  }
.AutocompleteInput__root.AutocompleteInput__inactive .AutocompleteInput__input{
      color:#c0ced7;
      background-color:#f0f5f8;
    }
.AutocompleteInput__root.AutocompleteInput__errored:not(.AutocompleteInput__inactive) .AutocompleteInput__input{
      border-color:#d64627;
    }
.AutocompleteInput__root.AutocompleteInput__hasFlag .AutocompleteInput__input{
      padding-left:3.125rem
    }
.AutocompleteInput__root.AutocompleteInput__hasFlag .AutocompleteInput__input:disabled{
        padding-left:2.225rem;
      }
.AutocompleteInput__input{
}
.AutocompleteInput__containerOpen .AutocompleteInput__input{
    z-index:99;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
  }
.AutocompleteInput__containerOpen .AutocompleteInput__suggestionsContainer{
    display:block;
  }
.AutocompleteInput__suggestionsContainer{
  border-width:0.0625em;
  border-style:solid;
  border-top-color:rgb(239, 243, 245) !important;
  display:none;
  -webkit-box-shadow:0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow:0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  border-bottom-right-radius:0.25em;
  border-bottom-left-radius:0.25em;
  max-height:12.2em
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
.AutocompleteInput__suggestionsContainer{ max-height:none
} }
.AutocompleteInput__suggestionsContainer{

  background:white;

  position:absolute;
  top:3.05em;
  width:100%;
  z-index:300;
  overflow-y:auto;
}
.AutocompleteInput__suggestionsContainer ul{
    list-style-type:none;
    padding:0;
    margin:0;
  }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
.AutocompleteInput__suggestionsContainer{
    -webkit-transition:none;
    transition:none
}
  }
.AutocompleteInput__suggestion{
  -webkit-transition:color 80ms ease-in-out,
  background-color 150ms ease-in-out;
  transition:color 80ms ease-in-out,
  background-color 150ms ease-in-out;
  background-color:white;
  line-height:1.8;
  padding:0.625em 0.5em;
  cursor:pointer;
}
.AutocompleteInput__suggestion span{
    color:#4a4a4a;
  }
.AutocompleteInput__suggestionHighlighted{
}
.AutocompleteInput__hint{
  color:#9b9b9b;
  text-align:left;
  font-size:80%
}
.AutocompleteInput__hint:not(:empty){
    margin-top:0.5rem;
  }

.PercentageDropdown__root{
  margin:0;
  list-style:none;
  padding-left:0;
}

  .PercentageDropdown__root .PercentageDropdown__input input{
      width:70%;
      float:left;
      border-right:none;
      border-top-right-radius:0;
      border-bottom-right-radius:0;
    }
.PercentageDropdown__items{

  padding-left:0;
  list-style:none;
  width:100%;
  z-index:%z-index-content;
  margin-bottom:0;
}
.PercentageDropdown__items .PercentageDropdown__item{
    margin:0.5rem 0;
    cursor:pointer;
    overflow:auto;
  }
.PercentageDropdown__mainWrapper{
  overflow:auto;
}
.PercentageDropdown__mainWrapper .PercentageDropdown__percentageWrapper{
    cursor:pointer;
  }
.PercentageDropdown__percentageWrapperStyles, .PercentageDropdown__percentageWrapper, .PercentageDropdown__disabledPercentageWrapper{
  width:30%;
  float:right;
  border:0.0625em solid #c0ced7;
  border-bottom-left-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0.25em;
  border-bottom-right-radius:0.25em;
  background:-webkit-gradient(linear, left bottom, left top, color-stop(-100%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.25)));
  background:linear-gradient(0deg, rgba(255, 255, 255, 0) -100%, rgba(255, 255, 255, 0.25) 100%);
  background-color:#fcfcfc;
  -webkit-box-shadow:0 0.03125em 0.0625em 0 rgba(0, 0, 0, 0.15);
          box-shadow:0 0.03125em 0.0625em 0 rgba(0, 0, 0, 0.15);
  letter-spacing:-0.00625em;
  padding:1em 0.5em;
  line-height:1.05;
  outline:none;
  text-align:center;
  -webkit-transition:background-color 130ms ease-in-out, color 150ms ease-in-out;
  transition:background-color 130ms ease-in-out, color 150ms ease-in-out;
  -webkit-tap-highlight-color:rgba(255, 255, 255, 0);
}
.PercentageDropdown__percentageWrapperStyles i, .PercentageDropdown__percentageWrapper i, .PercentageDropdown__disabledPercentageWrapper i{
    position:absolute;
    font-size:1.5rem;
    display:inline-block;
    margin-top:-0.25rem;
    margin-left:-0.5rem;
  }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
    .PercentageDropdown__percentageWrapperStyles i, .PercentageDropdown__percentageWrapper i, .PercentageDropdown__disabledPercentageWrapper i{
      margin-top:-0.3em;
    }
  }
.PercentageDropdown__percentageWrapperStyles .PercentageDropdown__percentage, .PercentageDropdown__percentageWrapper .PercentageDropdown__percentage, .PercentageDropdown__disabledPercentageWrapper .PercentageDropdown__percentage{
    margin-right:10%;
  }
.PercentageDropdown__percentageWrapper{
}
.PercentageDropdown__widerPercentage .PercentageDropdown__input input{
    width:60%;
  }
.PercentageDropdown__widerPercentage .PercentageDropdown__percentageWrapper, .PercentageDropdown__widerPercentage .PercentageDropdown__disabledPercentageWrapper{
    width:40%;
  }

.Spinner__spin, .Spinner__layer{
  position:fixed;
  width:100%;
  height:100%;
  z-index:-1;
  top:0;
}
.Spinner__layer{
  opacity:0;
  background-color:white;
  transition:opacity .25s ease-in-out;
  -moz-transition:opacity .25s ease-in-out;
  -webkit-transition:opacity .25s ease-in-out;
}
.Spinner__root.Spinner__loading .Spinner__layer{
    z-index:199;
    opacity:0.8;
  }
.Spinner__root.Spinner__loading .Spinner__spin{
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    z-index:200;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
  }
.Spinner__fillRoot{
  position:relative;
}
.Spinner__fillLayer{
  position:absolute;
}
.Spinner__rotation{
  -webkit-animation:Spinner__rotation 2s linear infinite;
          animation:Spinner__rotation 2s linear infinite;
}
@-webkit-keyframes Spinner__rotation{
  from{
    -webkit-transform:rotate(0deg);
            transform:rotate(0deg);
  }
  to{
    -webkit-transform:rotate(360deg);
            transform:rotate(360deg);
  }
}
@keyframes Spinner__rotation{
  from{
    -webkit-transform:rotate(0deg);
            transform:rotate(0deg);
  }
  to{
    -webkit-transform:rotate(360deg);
            transform:rotate(360deg);
  }
}

.Spinner__inverse > div{
    min-height:3rem;
  }
  .Spinner__inverse .Spinner__layer{
    background-color:transparent;
  }
  .Spinner__inverse .Spinner__rotation circle{
      stroke:#fff;
    }
.Spinner__default .Spinner__rotation circle{
      stroke:#00aae5;
    }
.ButtonWithDescription__root{

  display:-webkit-box;

  display:-webkit-flex;

  display:-ms-flexbox;

  display:flex;
  padding:0.5rem;
  -webkit-box-orient:vertical;
  -webkit-box-direction:reverse;
  -webkit-flex-direction:column-reverse;
      -ms-flex-direction:column-reverse;
          flex-direction:column-reverse;
  width:100%
}

@media (min-width: 48rem){

  .ButtonWithDescription__root{
    margin:1.5rem;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center
}
  }

.ButtonWithDescription__root .ButtonWithDescription__button{
    width:auto
  }

@media (min-width: 48rem){

  .ButtonWithDescription__root .ButtonWithDescription__button{
      margin:0;
      padding:0.7rem
  }
    }

.ButtonWithDescription__root .ButtonWithDescription__description{
    width:100%;
    line-height:1.4
  }

@media (min-width: 48rem){

  .ButtonWithDescription__root .ButtonWithDescription__description{
      width:30rem;
      padding-left:1rem
  }
    }

.ButtonWithDescription__root:hover, .ButtonWithDescription__root:focus{
    cursor:pointer;
  }

.ProductSummary__detailRate{
  -webkit-box-flex:1;
  -webkit-flex:auto;
      -ms-flex:auto;
          flex:auto
}
.ProductSummary__detailRate+ .ProductSummary__detailRate{
    margin-left:0.625rem;
  }
@media (min-width: 48rem){
.ProductSummary__detailRate{
    width:100%;
    text-align:center
}
  }
.ProductSummary__repaymentValue{
  margin-bottom:0.3rem;;
}
.ProductSummary__abilityList{
  margin:0;
  padding:0;
  list-style:none;
  line-height:0.9;
  width:100%;
}
.ProductSummary__ability{
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:-ms-inline-flexbox;
  display:inline-flex;
  width:50%;
  color:#4a4a4a;
  font-size:0.625em;
}
.ProductSummary__ability .ProductSummary__iconCheck, .ProductSummary__ability .ProductSummary__iconCross{
    font-size:1.8em;
    margin-top:-0.25rem
  }
.ProductSummary__ability .ProductSummary__iconCheck:before, .ProductSummary__ability .ProductSummary__iconCross:before{
      margin-left:-0.2rem;
      margin-right:0.1rem;
      font-weight:bold;
    }
.ProductSummary__iconCheck{
  color:rgb(27, 151, 145);
}
.ProductSummary__iconCross{
  color:#c0ced7;
}
.ProductSummary__percent{
  font-size:1em;
}
.ProductSummary__currency{
  font-weight:bold;
  font-size:1.25em;
}
.ProductSummary__hint{
  font-size:0.625em;
  text-transform:uppercase;
}
.ProductSummary__sectionContent{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column
}
@media (min-width: 48rem){
.ProductSummary__sectionContent{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap
}
  }
.ProductSummary__rates, .ProductSummary__feature{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-flex:1;
  -webkit-flex:auto;
      -ms-flex:auto;
          flex:auto;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
}
.ProductSummary__rates{
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  color:#4a4a4a;
}
.ProductSummary__feature{
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
  -webkit-box-ordinal-group:3;
  -webkit-order:2;
      -ms-flex-order:2;
          order:2
}
@media (min-width: 48rem){
.ProductSummary__feature{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-ordinal-group:initial;
    -webkit-order:initial;
        -ms-flex-order:initial;
            order:initial
}
  }
.ProductSummary__block{
  padding:0.625rem 0 0;
}

:root{
}
@-webkit-keyframes ProductRecord__show{
   from{
       width:0%;
   }
}
@keyframes ProductRecord__show{
   from{ width:0%; }
}
.ProductRecord__AdelaideBank, .ProductRecord__contentBgAdelaideBank, .ProductRecord__AdelaideBank .ProductRecord__viewMoreButton{
        background:#0033A0 !important;
    }
.ProductRecord__AdelaideBank:hover, .ProductRecord__AdelaideBank .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 43, 136) !important;
    }
.ProductRecord__progressBarAdelaideBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#0033A0;
        background:-webkit-gradient(linear,  right top, left top,  from(#0033A0),color-stop(50%, #0033A0),color-stop(51%, #0033A0),to(#0033A0));
        background:linear-gradient(to left,  #0033A0 0%,#0033A0 50%,#0033A0 51%,#0033A0 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverAdelaideBank{
        background:rgb(0, 43, 136);
    }
.ProductRecord__buttonAdelaideBank{
        background:rgb(0, 51, 160);
        border:0.0625em solid rgb(0, 51, 160);
        color:white;
    }
.ProductRecord__buttonAdelaideBank:hover, .ProductRecord__buttonAdelaideBank:focus, .ProductRecord__buttonAdelaideBank:active{
        background:rgb(0, 43, 136);
        border:0.0625em solid rgb(0, 51, 160);
        color:white;
    }
.ProductRecord__buttonWhiteAdelaideBank{
        background:white;
        border:0.0625em solid rgb(0, 51, 160);
        color:rgb(0, 51, 160);
    }
.ProductRecord__buttonWhiteAdelaideBank:hover, .ProductRecord__buttonWhiteAdelaideBank:focus, .ProductRecord__buttonWhiteAdelaideBank:active{
        background:rgb(0, 43, 136);
        border:0.0625em solid rgb(0, 51, 160);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderAdelaideBank{
      border:0.0625em solid rgb(0, 51, 160);
    }
.ProductRecord__lenderBackgroundAdelaideBank .ProductRecord__headerRatioBar{
        background:rgb(0, 51, 160);
      }
.ProductRecord__lenderBackgroundAdelaideBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 43, 136);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxAdelaideBank{
        border:0.125em solid #0033a0;
        overflow:hidden;
    }
.ProductRecord__productRecordAdelaideBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordAdelaideBank:hover{
        border-left:0.0625em solid rgb(0, 51, 160);
        border-right:0.0625em solid rgb(0, 51, 160);
        border-bottom:0.0625em solid rgb(0, 51, 160);
    }
.ProductRecord__productRecordAdelaideBank:hover .ProductRecord__sortingDescriptionBorderAdelaideBank{
            background:rgb(0, 51, 160) !important;
            color:white;
        }
.ProductRecord__AmericanExpressAU, .ProductRecord__contentBgAmericanExpressAU, .ProductRecord__AmericanExpressAU .ProductRecord__viewMoreButton{
        background:#006BCD !important;
    }
.ProductRecord__AmericanExpressAU:hover, .ProductRecord__AmericanExpressAU .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 86, 164) !important;
    }
.ProductRecord__progressBarAmericanExpressAU{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#006BCD;
        background:-webkit-gradient(linear,  right top, left top,  from(#006BCD),color-stop(50%, #006BCD),color-stop(51%, #006BCD),to(#006BCD));
        background:linear-gradient(to left,  #006BCD 0%,#006BCD 50%,#006BCD 51%,#006BCD 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverAmericanExpressAU{
        background:rgb(0, 86, 164);
    }
.ProductRecord__buttonAmericanExpressAU{
        background:rgb(0, 107, 205);
        border:0.0625em solid rgb(0, 107, 205);
        color:white;
    }
.ProductRecord__buttonAmericanExpressAU:hover, .ProductRecord__buttonAmericanExpressAU:focus, .ProductRecord__buttonAmericanExpressAU:active{
        background:rgb(0, 86, 164);
        border:0.0625em solid rgb(0, 107, 205);
        color:white;
    }
.ProductRecord__buttonWhiteAmericanExpressAU{
        background:white;
        border:0.0625em solid rgb(0, 107, 205);
        color:rgb(0, 107, 205);
    }
.ProductRecord__buttonWhiteAmericanExpressAU:hover, .ProductRecord__buttonWhiteAmericanExpressAU:focus, .ProductRecord__buttonWhiteAmericanExpressAU:active{
        background:rgb(0, 86, 164);
        border:0.0625em solid rgb(0, 107, 205);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderAmericanExpressAU{
      border:0.0625em solid rgb(0, 107, 205);
    }
.ProductRecord__lenderBackgroundAmericanExpressAU .ProductRecord__headerRatioBar{
        background:rgb(0, 107, 205);
      }
.ProductRecord__lenderBackgroundAmericanExpressAU:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 86, 164);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxAmericanExpressAU{
        border:0.125em solid #006bcd;
        overflow:hidden;
    }
.ProductRecord__productRecordAmericanExpressAU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordAmericanExpressAU:hover{
        border-left:0.0625em solid rgb(0, 107, 205);
        border-right:0.0625em solid rgb(0, 107, 205);
        border-bottom:0.0625em solid rgb(0, 107, 205);
    }
.ProductRecord__productRecordAmericanExpressAU:hover .ProductRecord__sortingDescriptionBorderAmericanExpressAU{
            background:rgb(0, 107, 205) !important;
            color:white;
        }
.ProductRecord__AMP, .ProductRecord__contentBgAMP, .ProductRecord__AMP .ProductRecord__viewMoreButton{
        background:#001E41 !important;
    }
.ProductRecord__AMP:hover, .ProductRecord__AMP .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 26, 55) !important;
    }
.ProductRecord__progressBarAMP{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#001E41;
        background:-webkit-gradient(linear,  right top, left top,  from(#001E41),color-stop(50%, #001E41),color-stop(51%, #001E41),to(#001E41));
        background:linear-gradient(to left,  #001E41 0%,#001E41 50%,#001E41 51%,#001E41 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverAMP{
        background:rgb(0, 26, 55);
    }
.ProductRecord__buttonAMP{
        background:rgb(0, 30, 65);
        border:0.0625em solid rgb(0, 30, 65);
        color:white;
    }
.ProductRecord__buttonAMP:hover, .ProductRecord__buttonAMP:focus, .ProductRecord__buttonAMP:active{
        background:rgb(0, 26, 55);
        border:0.0625em solid rgb(0, 30, 65);
        color:white;
    }
.ProductRecord__buttonWhiteAMP{
        background:white;
        border:0.0625em solid rgb(0, 30, 65);
        color:rgb(0, 30, 65);
    }
.ProductRecord__buttonWhiteAMP:hover, .ProductRecord__buttonWhiteAMP:focus, .ProductRecord__buttonWhiteAMP:active{
        background:rgb(0, 26, 55);
        border:0.0625em solid rgb(0, 30, 65);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderAMP{
      border:0.0625em solid rgb(0, 30, 65);
    }
.ProductRecord__lenderBackgroundAMP .ProductRecord__headerRatioBar{
        background:rgb(0, 30, 65);
      }
.ProductRecord__lenderBackgroundAMP:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 26, 55);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxAMP{
        border:0.125em solid #001e41;
        overflow:hidden;
    }
.ProductRecord__productRecordAMP{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordAMP:hover{
        border-left:0.0625em solid rgb(0, 30, 65);
        border-right:0.0625em solid rgb(0, 30, 65);
        border-bottom:0.0625em solid rgb(0, 30, 65);
    }
.ProductRecord__productRecordAMP:hover .ProductRecord__sortingDescriptionBorderAMP{
            background:rgb(0, 30, 65) !important;
            color:white;
        }
.ProductRecord__ANZ, .ProductRecord__contentBgANZ, .ProductRecord__ANZ .ProductRecord__viewMoreButton{
        background:#217DBA !important;
    }
.ProductRecord__ANZ:hover, .ProductRecord__ANZ .ProductRecord__viewMoreButton:hover{
        background:rgb(26, 100, 149) !important;
    }
.ProductRecord__progressBarANZ{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#217DBA;
        background:-webkit-gradient(linear,  right top, left top,  from(#217DBA),color-stop(50%, #217DBA),color-stop(51%, #217DBA),to(#217DBA));
        background:linear-gradient(to left,  #217DBA 0%,#217DBA 50%,#217DBA 51%,#217DBA 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverANZ{
        background:rgb(26, 100, 149);
    }
.ProductRecord__buttonANZ{
        background:rgb(33, 125, 186);
        border:0.0625em solid rgb(33, 125, 186);
        color:white;
    }
.ProductRecord__buttonANZ:hover, .ProductRecord__buttonANZ:focus, .ProductRecord__buttonANZ:active{
        background:rgb(26, 100, 149);
        border:0.0625em solid rgb(33, 125, 186);
        color:white;
    }
.ProductRecord__buttonWhiteANZ{
        background:white;
        border:0.0625em solid rgb(33, 125, 186);
        color:rgb(33, 125, 186);
    }
.ProductRecord__buttonWhiteANZ:hover, .ProductRecord__buttonWhiteANZ:focus, .ProductRecord__buttonWhiteANZ:active{
        background:rgb(26, 100, 149);
        border:0.0625em solid rgb(33, 125, 186);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderANZ{
      border:0.0625em solid rgb(33, 125, 186);
    }
.ProductRecord__lenderBackgroundANZ .ProductRecord__headerRatioBar{
        background:rgb(33, 125, 186);
      }
.ProductRecord__lenderBackgroundANZ:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(26, 100, 149);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxANZ{
        border:0.125em solid #217dba;
        overflow:hidden;
    }
.ProductRecord__productRecordANZ{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordANZ:hover{
        border-left:0.0625em solid rgb(33, 125, 186);
        border-right:0.0625em solid rgb(33, 125, 186);
        border-bottom:0.0625em solid rgb(33, 125, 186);
    }
.ProductRecord__productRecordANZ:hover .ProductRecord__sortingDescriptionBorderANZ{
            background:rgb(33, 125, 186) !important;
            color:white;
        }
.ProductRecord__AsapFinance, .ProductRecord__contentBgAsapFinance, .ProductRecord__AsapFinance .ProductRecord__viewMoreButton{
        background:#F5320C !important;
    }
.ProductRecord__AsapFinance:hover, .ProductRecord__AsapFinance .ProductRecord__viewMoreButton:hover{
        background:rgb(196, 40, 10) !important;
    }
.ProductRecord__progressBarAsapFinance{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#F5320C;
        background:-webkit-gradient(linear,  right top, left top,  from(#F5320C),color-stop(50%, #F5320C),color-stop(51%, #F5320C),to(#F5320C));
        background:linear-gradient(to left,  #F5320C 0%,#F5320C 50%,#F5320C 51%,#F5320C 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverAsapFinance{
        background:rgb(196, 40, 10);
    }
.ProductRecord__buttonAsapFinance{
        background:rgb(245, 50, 12);
        border:0.0625em solid rgb(245, 50, 12);
        color:white;
    }
.ProductRecord__buttonAsapFinance:hover, .ProductRecord__buttonAsapFinance:focus, .ProductRecord__buttonAsapFinance:active{
        background:rgb(196, 40, 10);
        border:0.0625em solid rgb(245, 50, 12);
        color:white;
    }
.ProductRecord__buttonWhiteAsapFinance{
        background:white;
        border:0.0625em solid rgb(245, 50, 12);
        color:rgb(245, 50, 12);
    }
.ProductRecord__buttonWhiteAsapFinance:hover, .ProductRecord__buttonWhiteAsapFinance:focus, .ProductRecord__buttonWhiteAsapFinance:active{
        background:rgb(196, 40, 10);
        border:0.0625em solid rgb(245, 50, 12);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderAsapFinance{
      border:0.0625em solid rgb(245, 50, 12);
    }
.ProductRecord__lenderBackgroundAsapFinance .ProductRecord__headerRatioBar{
        background:rgb(245, 50, 12);
      }
.ProductRecord__lenderBackgroundAsapFinance:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(196, 40, 10);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxAsapFinance{
        border:0.125em solid #f5320c;
        overflow:hidden;
    }
.ProductRecord__productRecordAsapFinance{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordAsapFinance:hover{
        border-left:0.0625em solid rgb(245, 50, 12);
        border-right:0.0625em solid rgb(245, 50, 12);
        border-bottom:0.0625em solid rgb(245, 50, 12);
    }
.ProductRecord__productRecordAsapFinance:hover .ProductRecord__sortingDescriptionBorderAsapFinance{
            background:rgb(245, 50, 12) !important;
            color:white;
        }
.ProductRecord__ASB, .ProductRecord__contentBgASB, .ProductRecord__ASB .ProductRecord__viewMoreButton{
        background:#FBB804 !important;
    }
.ProductRecord__ASB:hover, .ProductRecord__ASB .ProductRecord__viewMoreButton:hover{
        background:rgb(201, 147, 3) !important;
    }
.ProductRecord__progressBarASB{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#FBB804;
        background:-webkit-gradient(linear,  right top, left top,  from(#FBB804),color-stop(50%, #FBB804),color-stop(51%, #FBB804),to(#FBB804));
        background:linear-gradient(to left,  #FBB804 0%,#FBB804 50%,#FBB804 51%,#FBB804 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverASB{
        background:rgb(201, 147, 3);
    }
.ProductRecord__buttonASB{
        background:rgb(251, 184, 4);
        border:0.0625em solid rgb(251, 184, 4);
        color:white;
    }
.ProductRecord__buttonASB:hover, .ProductRecord__buttonASB:focus, .ProductRecord__buttonASB:active{
        background:rgb(201, 147, 3);
        border:0.0625em solid rgb(251, 184, 4);
        color:white;
    }
.ProductRecord__buttonWhiteASB{
        background:white;
        border:0.0625em solid rgb(251, 184, 4);
        color:rgb(251, 184, 4);
    }
.ProductRecord__buttonWhiteASB:hover, .ProductRecord__buttonWhiteASB:focus, .ProductRecord__buttonWhiteASB:active{
        background:rgb(201, 147, 3);
        border:0.0625em solid rgb(251, 184, 4);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderASB{
      border:0.0625em solid rgb(251, 184, 4);
    }
.ProductRecord__lenderBackgroundASB .ProductRecord__headerRatioBar{
        background:rgb(251, 184, 4);
      }
.ProductRecord__lenderBackgroundASB:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(201, 147, 3);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxASB{
        border:0.125em solid #fbb804;
        overflow:hidden;
    }
.ProductRecord__productRecordASB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordASB:hover{
        border-left:0.0625em solid rgb(251, 184, 4);
        border-right:0.0625em solid rgb(251, 184, 4);
        border-bottom:0.0625em solid rgb(251, 184, 4);
    }
.ProductRecord__productRecordASB:hover .ProductRecord__sortingDescriptionBorderASB{
            background:rgb(251, 184, 4) !important;
            color:white;
        }
.ProductRecord__ArabBank, .ProductRecord__contentBgArabBank, .ProductRecord__ArabBank .ProductRecord__viewMoreButton{
        background:#00906C !important;
    }
.ProductRecord__ArabBank:hover, .ProductRecord__ArabBank .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 115, 86) !important;
    }
.ProductRecord__progressBarArabBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#00906C;
        background:-webkit-gradient(linear,  right top, left top,  from(#00906C),color-stop(50%, #00906C),color-stop(51%, #00906C),to(#00906C));
        background:linear-gradient(to left,  #00906C 0%,#00906C 50%,#00906C 51%,#00906C 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverArabBank{
        background:rgb(0, 115, 86);
    }
.ProductRecord__buttonArabBank{
        background:rgb(0, 144, 108);
        border:0.0625em solid rgb(0, 144, 108);
        color:white;
    }
.ProductRecord__buttonArabBank:hover, .ProductRecord__buttonArabBank:focus, .ProductRecord__buttonArabBank:active{
        background:rgb(0, 115, 86);
        border:0.0625em solid rgb(0, 144, 108);
        color:white;
    }
.ProductRecord__buttonWhiteArabBank{
        background:white;
        border:0.0625em solid rgb(0, 144, 108);
        color:rgb(0, 144, 108);
    }
.ProductRecord__buttonWhiteArabBank:hover, .ProductRecord__buttonWhiteArabBank:focus, .ProductRecord__buttonWhiteArabBank:active{
        background:rgb(0, 115, 86);
        border:0.0625em solid rgb(0, 144, 108);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderArabBank{
      border:0.0625em solid rgb(0, 144, 108);
    }
.ProductRecord__lenderBackgroundArabBank .ProductRecord__headerRatioBar{
        background:rgb(0, 144, 108);
      }
.ProductRecord__lenderBackgroundArabBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 115, 86);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxArabBank{
        border:0.125em solid #00906c;
        overflow:hidden;
    }
.ProductRecord__productRecordArabBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordArabBank:hover{
        border-left:0.0625em solid rgb(0, 144, 108);
        border-right:0.0625em solid rgb(0, 144, 108);
        border-bottom:0.0625em solid rgb(0, 144, 108);
    }
.ProductRecord__productRecordArabBank:hover .ProductRecord__sortingDescriptionBorderArabBank{
            background:rgb(0, 144, 108) !important;
            color:white;
        }
.ProductRecord__AustralianMB, .ProductRecord__contentBgAustralianMB, .ProductRecord__AustralianMB .ProductRecord__viewMoreButton{
        background:#005587 !important;
    }
.ProductRecord__AustralianMB:hover, .ProductRecord__AustralianMB .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 68, 108) !important;
    }
.ProductRecord__progressBarAustralianMB{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#005587;
        background:-webkit-gradient(linear,  right top, left top,  from(#005587),color-stop(50%, #005587),color-stop(51%, #005587),to(#005587));
        background:linear-gradient(to left,  #005587 0%,#005587 50%,#005587 51%,#005587 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverAustralianMB{
        background:rgb(0, 68, 108);
    }
.ProductRecord__buttonAustralianMB{
        background:rgb(0, 85, 135);
        border:0.0625em solid rgb(0, 85, 135);
        color:white;
    }
.ProductRecord__buttonAustralianMB:hover, .ProductRecord__buttonAustralianMB:focus, .ProductRecord__buttonAustralianMB:active{
        background:rgb(0, 68, 108);
        border:0.0625em solid rgb(0, 85, 135);
        color:white;
    }
.ProductRecord__buttonWhiteAustralianMB{
        background:white;
        border:0.0625em solid rgb(0, 85, 135);
        color:rgb(0, 85, 135);
    }
.ProductRecord__buttonWhiteAustralianMB:hover, .ProductRecord__buttonWhiteAustralianMB:focus, .ProductRecord__buttonWhiteAustralianMB:active{
        background:rgb(0, 68, 108);
        border:0.0625em solid rgb(0, 85, 135);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderAustralianMB{
      border:0.0625em solid rgb(0, 85, 135);
    }
.ProductRecord__lenderBackgroundAustralianMB .ProductRecord__headerRatioBar{
        background:rgb(0, 85, 135);
      }
.ProductRecord__lenderBackgroundAustralianMB:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 68, 108);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxAustralianMB{
        border:0.125em solid #005587;
        overflow:hidden;
    }
.ProductRecord__productRecordAustralianMB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordAustralianMB:hover{
        border-left:0.0625em solid rgb(0, 85, 135);
        border-right:0.0625em solid rgb(0, 85, 135);
        border-bottom:0.0625em solid rgb(0, 85, 135);
    }
.ProductRecord__productRecordAustralianMB:hover .ProductRecord__sortingDescriptionBorderAustralianMB{
            background:rgb(0, 85, 135) !important;
            color:white;
        }
.ProductRecord__Avanti, .ProductRecord__contentBgAvanti, .ProductRecord__Avanti .ProductRecord__viewMoreButton{
        background:#195EAE !important;
    }
.ProductRecord__Avanti:hover, .ProductRecord__Avanti .ProductRecord__viewMoreButton:hover{
        background:rgb(20, 75, 139) !important;
    }
.ProductRecord__progressBarAvanti{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#195EAE;
        background:-webkit-gradient(linear,  right top, left top,  from(#195EAE),color-stop(50%, #195EAE),color-stop(51%, #195EAE),to(#195EAE));
        background:linear-gradient(to left,  #195EAE 0%,#195EAE 50%,#195EAE 51%,#195EAE 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverAvanti{
        background:rgb(20, 75, 139);
    }
.ProductRecord__buttonAvanti{
        background:rgb(25, 94, 174);
        border:0.0625em solid rgb(25, 94, 174);
        color:white;
    }
.ProductRecord__buttonAvanti:hover, .ProductRecord__buttonAvanti:focus, .ProductRecord__buttonAvanti:active{
        background:rgb(20, 75, 139);
        border:0.0625em solid rgb(25, 94, 174);
        color:white;
    }
.ProductRecord__buttonWhiteAvanti{
        background:white;
        border:0.0625em solid rgb(25, 94, 174);
        color:rgb(25, 94, 174);
    }
.ProductRecord__buttonWhiteAvanti:hover, .ProductRecord__buttonWhiteAvanti:focus, .ProductRecord__buttonWhiteAvanti:active{
        background:rgb(20, 75, 139);
        border:0.0625em solid rgb(25, 94, 174);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderAvanti{
      border:0.0625em solid rgb(25, 94, 174);
    }
.ProductRecord__lenderBackgroundAvanti .ProductRecord__headerRatioBar{
        background:rgb(25, 94, 174);
      }
.ProductRecord__lenderBackgroundAvanti:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(20, 75, 139);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxAvanti{
        border:0.125em solid #195eae;
        overflow:hidden;
    }
.ProductRecord__productRecordAvanti{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordAvanti:hover{
        border-left:0.0625em solid rgb(25, 94, 174);
        border-right:0.0625em solid rgb(25, 94, 174);
        border-bottom:0.0625em solid rgb(25, 94, 174);
    }
.ProductRecord__productRecordAvanti:hover .ProductRecord__sortingDescriptionBorderAvanti{
            background:rgb(25, 94, 174) !important;
            color:white;
        }
.ProductRecord__AuswideBank, .ProductRecord__contentBgAuswideBank, .ProductRecord__AuswideBank .ProductRecord__viewMoreButton{
        background:#F68B33 !important;
    }
.ProductRecord__AuswideBank:hover, .ProductRecord__AuswideBank .ProductRecord__viewMoreButton:hover{
        background:rgb(197, 111, 41) !important;
    }
.ProductRecord__progressBarAuswideBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#F68B33;
        background:-webkit-gradient(linear,  right top, left top,  from(#F68B33),color-stop(50%, #F68B33),color-stop(51%, #F68B33),to(#F68B33));
        background:linear-gradient(to left,  #F68B33 0%,#F68B33 50%,#F68B33 51%,#F68B33 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverAuswideBank{
        background:rgb(197, 111, 41);
    }
.ProductRecord__buttonAuswideBank{
        background:rgb(246, 139, 51);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.ProductRecord__buttonAuswideBank:hover, .ProductRecord__buttonAuswideBank:focus, .ProductRecord__buttonAuswideBank:active{
        background:rgb(197, 111, 41);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.ProductRecord__buttonWhiteAuswideBank{
        background:white;
        border:0.0625em solid rgb(246, 139, 51);
        color:rgb(246, 139, 51);
    }
.ProductRecord__buttonWhiteAuswideBank:hover, .ProductRecord__buttonWhiteAuswideBank:focus, .ProductRecord__buttonWhiteAuswideBank:active{
        background:rgb(197, 111, 41);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderAuswideBank{
      border:0.0625em solid rgb(246, 139, 51);
    }
.ProductRecord__lenderBackgroundAuswideBank .ProductRecord__headerRatioBar{
        background:rgb(246, 139, 51);
      }
.ProductRecord__lenderBackgroundAuswideBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(197, 111, 41);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxAuswideBank{
        border:0.125em solid #f68b33;
        overflow:hidden;
    }
.ProductRecord__productRecordAuswideBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordAuswideBank:hover{
        border-left:0.0625em solid rgb(246, 139, 51);
        border-right:0.0625em solid rgb(246, 139, 51);
        border-bottom:0.0625em solid rgb(246, 139, 51);
    }
.ProductRecord__productRecordAuswideBank:hover .ProductRecord__sortingDescriptionBorderAuswideBank{
            background:rgb(246, 139, 51) !important;
            color:white;
        }
.ProductRecord__Bankfirst, .ProductRecord__contentBgBankfirst, .ProductRecord__Bankfirst .ProductRecord__viewMoreButton{
        background:#109DDD !important;
    }
.ProductRecord__Bankfirst:hover, .ProductRecord__Bankfirst .ProductRecord__viewMoreButton:hover{
        background:rgb(13, 126, 177) !important;
    }
.ProductRecord__progressBarBankfirst{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#109DDD;
        background:-webkit-gradient(linear,  right top, left top,  from(#109DDD),color-stop(50%, #109DDD),color-stop(51%, #109DDD),to(#109DDD));
        background:linear-gradient(to left,  #109DDD 0%,#109DDD 50%,#109DDD 51%,#109DDD 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBankfirst{
        background:rgb(13, 126, 177);
    }
.ProductRecord__buttonBankfirst{
        background:rgb(16, 157, 221);
        border:0.0625em solid rgb(16, 157, 221);
        color:white;
    }
.ProductRecord__buttonBankfirst:hover, .ProductRecord__buttonBankfirst:focus, .ProductRecord__buttonBankfirst:active{
        background:rgb(13, 126, 177);
        border:0.0625em solid rgb(16, 157, 221);
        color:white;
    }
.ProductRecord__buttonWhiteBankfirst{
        background:white;
        border:0.0625em solid rgb(16, 157, 221);
        color:rgb(16, 157, 221);
    }
.ProductRecord__buttonWhiteBankfirst:hover, .ProductRecord__buttonWhiteBankfirst:focus, .ProductRecord__buttonWhiteBankfirst:active{
        background:rgb(13, 126, 177);
        border:0.0625em solid rgb(16, 157, 221);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBankfirst{
      border:0.0625em solid rgb(16, 157, 221);
    }
.ProductRecord__lenderBackgroundBankfirst .ProductRecord__headerRatioBar{
        background:rgb(16, 157, 221);
      }
.ProductRecord__lenderBackgroundBankfirst:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(13, 126, 177);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBankfirst{
        border:0.125em solid #109ddd;
        overflow:hidden;
    }
.ProductRecord__productRecordBankfirst{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBankfirst:hover{
        border-left:0.0625em solid rgb(16, 157, 221);
        border-right:0.0625em solid rgb(16, 157, 221);
        border-bottom:0.0625em solid rgb(16, 157, 221);
    }
.ProductRecord__productRecordBankfirst:hover .ProductRecord__sortingDescriptionBorderBankfirst{
            background:rgb(16, 157, 221) !important;
            color:white;
        }
.ProductRecord__BankSA, .ProductRecord__contentBgBankSA, .ProductRecord__BankSA .ProductRecord__viewMoreButton{
        background:#FACB1B !important;
    }
.ProductRecord__BankSA:hover, .ProductRecord__BankSA .ProductRecord__viewMoreButton:hover{
        background:rgb(200, 162, 22) !important;
    }
.ProductRecord__progressBarBankSA{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#FACB1B;
        background:-webkit-gradient(linear,  right top, left top,  from(#FACB1B),color-stop(50%, #FACB1B),color-stop(51%, #FACB1B),to(#FACB1B));
        background:linear-gradient(to left,  #FACB1B 0%,#FACB1B 50%,#FACB1B 51%,#FACB1B 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBankSA{
        background:rgb(200, 162, 22);
    }
.ProductRecord__buttonBankSA{
        background:rgb(250, 203, 27);
        border:0.0625em solid rgb(250, 203, 27);
        color:white;
    }
.ProductRecord__buttonBankSA:hover, .ProductRecord__buttonBankSA:focus, .ProductRecord__buttonBankSA:active{
        background:rgb(200, 162, 22);
        border:0.0625em solid rgb(250, 203, 27);
        color:white;
    }
.ProductRecord__buttonWhiteBankSA{
        background:white;
        border:0.0625em solid rgb(250, 203, 27);
        color:rgb(250, 203, 27);
    }
.ProductRecord__buttonWhiteBankSA:hover, .ProductRecord__buttonWhiteBankSA:focus, .ProductRecord__buttonWhiteBankSA:active{
        background:rgb(200, 162, 22);
        border:0.0625em solid rgb(250, 203, 27);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBankSA{
      border:0.0625em solid rgb(250, 203, 27);
    }
.ProductRecord__lenderBackgroundBankSA .ProductRecord__headerRatioBar{
        background:rgb(250, 203, 27);
      }
.ProductRecord__lenderBackgroundBankSA:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(200, 162, 22);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBankSA{
        border:0.125em solid #facb1b;
        overflow:hidden;
    }
.ProductRecord__productRecordBankSA{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBankSA:hover{
        border-left:0.0625em solid rgb(250, 203, 27);
        border-right:0.0625em solid rgb(250, 203, 27);
        border-bottom:0.0625em solid rgb(250, 203, 27);
    }
.ProductRecord__productRecordBankSA:hover .ProductRecord__sortingDescriptionBorderBankSA{
            background:rgb(250, 203, 27) !important;
            color:white;
        }
.ProductRecord__BankOfSydney, .ProductRecord__contentBgBankOfSydney, .ProductRecord__BankOfSydney .ProductRecord__viewMoreButton{
        background:#003366 !important;
    }
.ProductRecord__BankOfSydney:hover, .ProductRecord__BankOfSydney .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 41, 82) !important;
    }
.ProductRecord__progressBarBankOfSydney{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#003366;
        background:-webkit-gradient(linear,  right top, left top,  from(#003366),color-stop(50%, #003366),color-stop(51%, #003366),to(#003366));
        background:linear-gradient(to left,  #003366 0%,#003366 50%,#003366 51%,#003366 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBankOfSydney{
        background:rgb(0, 41, 82);
    }
.ProductRecord__buttonBankOfSydney{
        background:rgb(0, 51, 102);
        border:0.0625em solid rgb(0, 51, 102);
        color:white;
    }
.ProductRecord__buttonBankOfSydney:hover, .ProductRecord__buttonBankOfSydney:focus, .ProductRecord__buttonBankOfSydney:active{
        background:rgb(0, 41, 82);
        border:0.0625em solid rgb(0, 51, 102);
        color:white;
    }
.ProductRecord__buttonWhiteBankOfSydney{
        background:white;
        border:0.0625em solid rgb(0, 51, 102);
        color:rgb(0, 51, 102);
    }
.ProductRecord__buttonWhiteBankOfSydney:hover, .ProductRecord__buttonWhiteBankOfSydney:focus, .ProductRecord__buttonWhiteBankOfSydney:active{
        background:rgb(0, 41, 82);
        border:0.0625em solid rgb(0, 51, 102);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBankOfSydney{
      border:0.0625em solid rgb(0, 51, 102);
    }
.ProductRecord__lenderBackgroundBankOfSydney .ProductRecord__headerRatioBar{
        background:rgb(0, 51, 102);
      }
.ProductRecord__lenderBackgroundBankOfSydney:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 41, 82);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBankOfSydney{
        border:0.125em solid #003366;
        overflow:hidden;
    }
.ProductRecord__productRecordBankOfSydney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBankOfSydney:hover{
        border-left:0.0625em solid rgb(0, 51, 102);
        border-right:0.0625em solid rgb(0, 51, 102);
        border-bottom:0.0625em solid rgb(0, 51, 102);
    }
.ProductRecord__productRecordBankOfSydney:hover .ProductRecord__sortingDescriptionBorderBankOfSydney{
            background:rgb(0, 51, 102) !important;
            color:white;
        }
.ProductRecord__Bankwest, .ProductRecord__contentBgBankwest, .ProductRecord__Bankwest .ProductRecord__viewMoreButton{
        background:#EF7900 !important;
    }
.ProductRecord__Bankwest:hover, .ProductRecord__Bankwest .ProductRecord__viewMoreButton:hover{
        background:rgb(191, 97, 0) !important;
    }
.ProductRecord__progressBarBankwest{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#EF7900;
        background:-webkit-gradient(linear,  right top, left top,  from(#EF7900),color-stop(50%, #EF7900),color-stop(51%, #EF7900),to(#EF7900));
        background:linear-gradient(to left,  #EF7900 0%,#EF7900 50%,#EF7900 51%,#EF7900 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBankwest{
        background:rgb(191, 97, 0);
    }
.ProductRecord__buttonBankwest{
        background:rgb(239, 121, 0);
        border:0.0625em solid rgb(239, 121, 0);
        color:white;
    }
.ProductRecord__buttonBankwest:hover, .ProductRecord__buttonBankwest:focus, .ProductRecord__buttonBankwest:active{
        background:rgb(191, 97, 0);
        border:0.0625em solid rgb(239, 121, 0);
        color:white;
    }
.ProductRecord__buttonWhiteBankwest{
        background:white;
        border:0.0625em solid rgb(239, 121, 0);
        color:rgb(239, 121, 0);
    }
.ProductRecord__buttonWhiteBankwest:hover, .ProductRecord__buttonWhiteBankwest:focus, .ProductRecord__buttonWhiteBankwest:active{
        background:rgb(191, 97, 0);
        border:0.0625em solid rgb(239, 121, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBankwest{
      border:0.0625em solid rgb(239, 121, 0);
    }
.ProductRecord__lenderBackgroundBankwest .ProductRecord__headerRatioBar{
        background:rgb(239, 121, 0);
      }
.ProductRecord__lenderBackgroundBankwest:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(191, 97, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBankwest{
        border:0.125em solid #ef7900;
        overflow:hidden;
    }
.ProductRecord__productRecordBankwest{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBankwest:hover{
        border-left:0.0625em solid rgb(239, 121, 0);
        border-right:0.0625em solid rgb(239, 121, 0);
        border-bottom:0.0625em solid rgb(239, 121, 0);
    }
.ProductRecord__productRecordBankwest:hover .ProductRecord__sortingDescriptionBorderBankwest{
            background:rgb(239, 121, 0) !important;
            color:white;
        }
.ProductRecord__Basecorp, .ProductRecord__contentBgBasecorp, .ProductRecord__Basecorp .ProductRecord__viewMoreButton{
        background:#1DA8DB !important;
    }
.ProductRecord__Basecorp:hover, .ProductRecord__Basecorp .ProductRecord__viewMoreButton:hover{
        background:rgb(23, 134, 175) !important;
    }
.ProductRecord__progressBarBasecorp{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#1DA8DB;
        background:-webkit-gradient(linear,  right top, left top,  from(#1DA8DB),color-stop(50%, #1DA8DB),color-stop(51%, #1DA8DB),to(#1DA8DB));
        background:linear-gradient(to left,  #1DA8DB 0%,#1DA8DB 50%,#1DA8DB 51%,#1DA8DB 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBasecorp{
        background:rgb(23, 134, 175);
    }
.ProductRecord__buttonBasecorp{
        background:rgb(29, 168, 219);
        border:0.0625em solid rgb(29, 168, 219);
        color:white;
    }
.ProductRecord__buttonBasecorp:hover, .ProductRecord__buttonBasecorp:focus, .ProductRecord__buttonBasecorp:active{
        background:rgb(23, 134, 175);
        border:0.0625em solid rgb(29, 168, 219);
        color:white;
    }
.ProductRecord__buttonWhiteBasecorp{
        background:white;
        border:0.0625em solid rgb(29, 168, 219);
        color:rgb(29, 168, 219);
    }
.ProductRecord__buttonWhiteBasecorp:hover, .ProductRecord__buttonWhiteBasecorp:focus, .ProductRecord__buttonWhiteBasecorp:active{
        background:rgb(23, 134, 175);
        border:0.0625em solid rgb(29, 168, 219);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBasecorp{
      border:0.0625em solid rgb(29, 168, 219);
    }
.ProductRecord__lenderBackgroundBasecorp .ProductRecord__headerRatioBar{
        background:rgb(29, 168, 219);
      }
.ProductRecord__lenderBackgroundBasecorp:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(23, 134, 175);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBasecorp{
        border:0.125em solid #1da8db;
        overflow:hidden;
    }
.ProductRecord__productRecordBasecorp{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBasecorp:hover{
        border-left:0.0625em solid rgb(29, 168, 219);
        border-right:0.0625em solid rgb(29, 168, 219);
        border-bottom:0.0625em solid rgb(29, 168, 219);
    }
.ProductRecord__productRecordBasecorp:hover .ProductRecord__sortingDescriptionBorderBasecorp{
            background:rgb(29, 168, 219) !important;
            color:white;
        }
.ProductRecord__BB, .ProductRecord__contentBgBB, .ProductRecord__BB .ProductRecord__viewMoreButton{
        background:#642279 !important;
    }
.ProductRecord__BB:hover, .ProductRecord__BB .ProductRecord__viewMoreButton:hover{
        background:rgb(85, 29, 103) !important;
    }
.ProductRecord__progressBarBB{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#642279;
        background:-webkit-gradient(linear,  right top, left top,  from(#642279),color-stop(50%, #642279),color-stop(51%, #642279),to(#642279));
        background:linear-gradient(to left,  #642279 0%,#642279 50%,#642279 51%,#642279 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBB{
        background:rgb(85, 29, 103);
    }
.ProductRecord__buttonBB{
        background:rgb(100, 34, 121);
        border:0.0625em solid rgb(100, 34, 121);
        color:white;
    }
.ProductRecord__buttonBB:hover, .ProductRecord__buttonBB:focus, .ProductRecord__buttonBB:active{
        background:rgb(85, 29, 103);
        border:0.0625em solid rgb(100, 34, 121);
        color:white;
    }
.ProductRecord__buttonWhiteBB{
        background:white;
        border:0.0625em solid rgb(100, 34, 121);
        color:rgb(100, 34, 121);
    }
.ProductRecord__buttonWhiteBB:hover, .ProductRecord__buttonWhiteBB:focus, .ProductRecord__buttonWhiteBB:active{
        background:rgb(85, 29, 103);
        border:0.0625em solid rgb(100, 34, 121);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBB{
      border:0.0625em solid rgb(100, 34, 121);
    }
.ProductRecord__lenderBackgroundBB .ProductRecord__headerRatioBar{
        background:rgb(100, 34, 121);
      }
.ProductRecord__lenderBackgroundBB:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(85, 29, 103);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBB{
        border:0.125em solid #642279;
        overflow:hidden;
    }
.ProductRecord__productRecordBB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBB:hover{
        border-left:0.0625em solid rgb(100, 34, 121);
        border-right:0.0625em solid rgb(100, 34, 121);
        border-bottom:0.0625em solid rgb(100, 34, 121);
    }
.ProductRecord__productRecordBB:hover .ProductRecord__sortingDescriptionBorderBB{
            background:rgb(100, 34, 121) !important;
            color:white;
        }
.ProductRecord__BendigoBank, .ProductRecord__contentBgBendigoBank, .ProductRecord__BendigoBank .ProductRecord__viewMoreButton{
        background:#AF022E !important;
    }
.ProductRecord__BendigoBank:hover, .ProductRecord__BendigoBank .ProductRecord__viewMoreButton:hover{
        background:rgb(140, 2, 37) !important;
    }
.ProductRecord__progressBarBendigoBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#AF022E;
        background:-webkit-gradient(linear,  right top, left top,  from(#AF022E),color-stop(50%, #AF022E),color-stop(51%, #AF022E),to(#AF022E));
        background:linear-gradient(to left,  #AF022E 0%,#AF022E 50%,#AF022E 51%,#AF022E 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBendigoBank{
        background:rgb(140, 2, 37);
    }
.ProductRecord__buttonBendigoBank{
        background:rgb(175, 2, 46);
        border:0.0625em solid rgb(175, 2, 46);
        color:white;
    }
.ProductRecord__buttonBendigoBank:hover, .ProductRecord__buttonBendigoBank:focus, .ProductRecord__buttonBendigoBank:active{
        background:rgb(140, 2, 37);
        border:0.0625em solid rgb(175, 2, 46);
        color:white;
    }
.ProductRecord__buttonWhiteBendigoBank{
        background:white;
        border:0.0625em solid rgb(175, 2, 46);
        color:rgb(175, 2, 46);
    }
.ProductRecord__buttonWhiteBendigoBank:hover, .ProductRecord__buttonWhiteBendigoBank:focus, .ProductRecord__buttonWhiteBendigoBank:active{
        background:rgb(140, 2, 37);
        border:0.0625em solid rgb(175, 2, 46);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBendigoBank{
      border:0.0625em solid rgb(175, 2, 46);
    }
.ProductRecord__lenderBackgroundBendigoBank .ProductRecord__headerRatioBar{
        background:rgb(175, 2, 46);
      }
.ProductRecord__lenderBackgroundBendigoBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(140, 2, 37);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBendigoBank{
        border:0.125em solid #af022e;
        overflow:hidden;
    }
.ProductRecord__productRecordBendigoBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBendigoBank:hover{
        border-left:0.0625em solid rgb(175, 2, 46);
        border-right:0.0625em solid rgb(175, 2, 46);
        border-bottom:0.0625em solid rgb(175, 2, 46);
    }
.ProductRecord__productRecordBendigoBank:hover .ProductRecord__sortingDescriptionBorderBendigoBank{
            background:rgb(175, 2, 46) !important;
            color:white;
        }
.ProductRecord__BCHL, .ProductRecord__contentBgBCHL, .ProductRecord__BCHL .ProductRecord__viewMoreButton{
        background:#879FB7 !important;
    }
.ProductRecord__BCHL:hover, .ProductRecord__BCHL .ProductRecord__viewMoreButton:hover{
        background:rgb(108, 127, 146) !important;
    }
.ProductRecord__progressBarBCHL{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#879FB7;
        background:-webkit-gradient(linear,  right top, left top,  from(#879FB7),color-stop(50%, #879FB7),color-stop(51%, #879FB7),to(#879FB7));
        background:linear-gradient(to left,  #879FB7 0%,#879FB7 50%,#879FB7 51%,#879FB7 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBCHL{
        background:rgb(108, 127, 146);
    }
.ProductRecord__buttonBCHL{
        background:rgb(135, 159, 183);
        border:0.0625em solid rgb(135, 159, 183);
        color:white;
    }
.ProductRecord__buttonBCHL:hover, .ProductRecord__buttonBCHL:focus, .ProductRecord__buttonBCHL:active{
        background:rgb(108, 127, 146);
        border:0.0625em solid rgb(135, 159, 183);
        color:white;
    }
.ProductRecord__buttonWhiteBCHL{
        background:white;
        border:0.0625em solid rgb(135, 159, 183);
        color:rgb(135, 159, 183);
    }
.ProductRecord__buttonWhiteBCHL:hover, .ProductRecord__buttonWhiteBCHL:focus, .ProductRecord__buttonWhiteBCHL:active{
        background:rgb(108, 127, 146);
        border:0.0625em solid rgb(135, 159, 183);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBCHL{
      border:0.0625em solid rgb(135, 159, 183);
    }
.ProductRecord__lenderBackgroundBCHL .ProductRecord__headerRatioBar{
        background:rgb(135, 159, 183);
      }
.ProductRecord__lenderBackgroundBCHL:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(108, 127, 146);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBCHL{
        border:0.125em solid #879fb7;
        overflow:hidden;
    }
.ProductRecord__productRecordBCHL{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBCHL:hover{
        border-left:0.0625em solid rgb(135, 159, 183);
        border-right:0.0625em solid rgb(135, 159, 183);
        border-bottom:0.0625em solid rgb(135, 159, 183);
    }
.ProductRecord__productRecordBCHL:hover .ProductRecord__sortingDescriptionBorderBCHL{
            background:rgb(135, 159, 183) !important;
            color:white;
        }
.ProductRecord__BetterChoice, .ProductRecord__contentBgBetterChoice, .ProductRecord__BetterChoice .ProductRecord__viewMoreButton{
        background:#973567 !important;
    }
.ProductRecord__BetterChoice:hover, .ProductRecord__BetterChoice .ProductRecord__viewMoreButton:hover{
        background:rgb(128, 45, 88) !important;
    }
.ProductRecord__progressBarBetterChoice{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#973567;
        background:-webkit-gradient(linear,  right top, left top,  from(#973567),color-stop(50%, #973567),color-stop(51%, #973567),to(#973567));
        background:linear-gradient(to left,  #973567 0%,#973567 50%,#973567 51%,#973567 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBetterChoice{
        background:rgb(128, 45, 88);
    }
.ProductRecord__buttonBetterChoice{
        background:rgb(151, 53, 103);
        border:0.0625em solid rgb(151, 53, 103);
        color:white;
    }
.ProductRecord__buttonBetterChoice:hover, .ProductRecord__buttonBetterChoice:focus, .ProductRecord__buttonBetterChoice:active{
        background:rgb(128, 45, 88);
        border:0.0625em solid rgb(151, 53, 103);
        color:white;
    }
.ProductRecord__buttonWhiteBetterChoice{
        background:white;
        border:0.0625em solid rgb(151, 53, 103);
        color:rgb(151, 53, 103);
    }
.ProductRecord__buttonWhiteBetterChoice:hover, .ProductRecord__buttonWhiteBetterChoice:focus, .ProductRecord__buttonWhiteBetterChoice:active{
        background:rgb(128, 45, 88);
        border:0.0625em solid rgb(151, 53, 103);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBetterChoice{
      border:0.0625em solid rgb(151, 53, 103);
    }
.ProductRecord__lenderBackgroundBetterChoice .ProductRecord__headerRatioBar{
        background:rgb(151, 53, 103);
      }
.ProductRecord__lenderBackgroundBetterChoice:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(128, 45, 88);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBetterChoice{
        border:0.125em solid #973567;
        overflow:hidden;
    }
.ProductRecord__productRecordBetterChoice{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBetterChoice:hover{
        border-left:0.0625em solid rgb(151, 53, 103);
        border-right:0.0625em solid rgb(151, 53, 103);
        border-bottom:0.0625em solid rgb(151, 53, 103);
    }
.ProductRecord__productRecordBetterChoice:hover .ProductRecord__sortingDescriptionBorderBetterChoice{
            background:rgb(151, 53, 103) !important;
            color:white;
        }
.ProductRecord__Bluestone, .ProductRecord__contentBgBluestone, .ProductRecord__Bluestone .ProductRecord__viewMoreButton{
        background:#1E71B8 !important;
    }
.ProductRecord__Bluestone:hover, .ProductRecord__Bluestone .ProductRecord__viewMoreButton:hover{
        background:rgb(24, 90, 147) !important;
    }
.ProductRecord__progressBarBluestone{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#1E71B8;
        background:-webkit-gradient(linear,  right top, left top,  from(#1E71B8),color-stop(50%, #1E71B8),color-stop(51%, #1E71B8),to(#1E71B8));
        background:linear-gradient(to left,  #1E71B8 0%,#1E71B8 50%,#1E71B8 51%,#1E71B8 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBluestone{
        background:rgb(24, 90, 147);
    }
.ProductRecord__buttonBluestone{
        background:rgb(30, 113, 184);
        border:0.0625em solid rgb(30, 113, 184);
        color:white;
    }
.ProductRecord__buttonBluestone:hover, .ProductRecord__buttonBluestone:focus, .ProductRecord__buttonBluestone:active{
        background:rgb(24, 90, 147);
        border:0.0625em solid rgb(30, 113, 184);
        color:white;
    }
.ProductRecord__buttonWhiteBluestone{
        background:white;
        border:0.0625em solid rgb(30, 113, 184);
        color:rgb(30, 113, 184);
    }
.ProductRecord__buttonWhiteBluestone:hover, .ProductRecord__buttonWhiteBluestone:focus, .ProductRecord__buttonWhiteBluestone:active{
        background:rgb(24, 90, 147);
        border:0.0625em solid rgb(30, 113, 184);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBluestone{
      border:0.0625em solid rgb(30, 113, 184);
    }
.ProductRecord__lenderBackgroundBluestone .ProductRecord__headerRatioBar{
        background:rgb(30, 113, 184);
      }
.ProductRecord__lenderBackgroundBluestone:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(24, 90, 147);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBluestone{
        border:0.125em solid #1e71b8;
        overflow:hidden;
    }
.ProductRecord__productRecordBluestone{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBluestone:hover{
        border-left:0.0625em solid rgb(30, 113, 184);
        border-right:0.0625em solid rgb(30, 113, 184);
        border-bottom:0.0625em solid rgb(30, 113, 184);
    }
.ProductRecord__productRecordBluestone:hover .ProductRecord__sortingDescriptionBorderBluestone{
            background:rgb(30, 113, 184) !important;
            color:white;
        }
.ProductRecord__BMM, .ProductRecord__contentBgBMM, .ProductRecord__BMM .ProductRecord__viewMoreButton{
        background:#7BC242 !important;
    }
.ProductRecord__BMM:hover, .ProductRecord__BMM .ProductRecord__viewMoreButton:hover{
        background:rgb(105, 165, 56) !important;
    }
.ProductRecord__progressBarBMM{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#7BC242;
        background:-webkit-gradient(linear,  right top, left top,  from(#7BC242),color-stop(50%, #7BC242),color-stop(51%, #7BC242),to(#7BC242));
        background:linear-gradient(to left,  #7BC242 0%,#7BC242 50%,#7BC242 51%,#7BC242 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBMM{
        background:rgb(105, 165, 56);
    }
.ProductRecord__buttonBMM{
        background:rgb(123, 194, 66);
        border:0.0625em solid rgb(123, 194, 66);
        color:white;
    }
.ProductRecord__buttonBMM:hover, .ProductRecord__buttonBMM:focus, .ProductRecord__buttonBMM:active{
        background:rgb(105, 165, 56);
        border:0.0625em solid rgb(123, 194, 66);
        color:white;
    }
.ProductRecord__buttonWhiteBMM{
        background:white;
        border:0.0625em solid rgb(123, 194, 66);
        color:rgb(123, 194, 66);
    }
.ProductRecord__buttonWhiteBMM:hover, .ProductRecord__buttonWhiteBMM:focus, .ProductRecord__buttonWhiteBMM:active{
        background:rgb(105, 165, 56);
        border:0.0625em solid rgb(123, 194, 66);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBMM{
      border:0.0625em solid rgb(123, 194, 66);
    }
.ProductRecord__lenderBackgroundBMM .ProductRecord__headerRatioBar{
        background:rgb(123, 194, 66);
      }
.ProductRecord__lenderBackgroundBMM:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(105, 165, 56);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBMM{
        border:0.125em solid #7bc242;
        overflow:hidden;
    }
.ProductRecord__productRecordBMM{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBMM:hover{
        border-left:0.0625em solid rgb(123, 194, 66);
        border-right:0.0625em solid rgb(123, 194, 66);
        border-bottom:0.0625em solid rgb(123, 194, 66);
    }
.ProductRecord__productRecordBMM:hover .ProductRecord__sortingDescriptionBorderBMM{
            background:rgb(123, 194, 66) !important;
            color:white;
        }
.ProductRecord__BNZ, .ProductRecord__contentBgBNZ, .ProductRecord__BNZ .ProductRecord__viewMoreButton{
        background:#092D6C !important;
    }
.ProductRecord__BNZ:hover, .ProductRecord__BNZ .ProductRecord__viewMoreButton:hover{
        background:rgb(7, 36, 86) !important;
    }
.ProductRecord__progressBarBNZ{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#092D6C;
        background:-webkit-gradient(linear,  right top, left top,  from(#092D6C),color-stop(50%, #092D6C),color-stop(51%, #092D6C),to(#092D6C));
        background:linear-gradient(to left,  #092D6C 0%,#092D6C 50%,#092D6C 51%,#092D6C 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBNZ{
        background:rgb(7, 36, 86);
    }
.ProductRecord__buttonBNZ{
        background:rgb(9, 45, 108);
        border:0.0625em solid rgb(9, 45, 108);
        color:white;
    }
.ProductRecord__buttonBNZ:hover, .ProductRecord__buttonBNZ:focus, .ProductRecord__buttonBNZ:active{
        background:rgb(7, 36, 86);
        border:0.0625em solid rgb(9, 45, 108);
        color:white;
    }
.ProductRecord__buttonWhiteBNZ{
        background:white;
        border:0.0625em solid rgb(9, 45, 108);
        color:rgb(9, 45, 108);
    }
.ProductRecord__buttonWhiteBNZ:hover, .ProductRecord__buttonWhiteBNZ:focus, .ProductRecord__buttonWhiteBNZ:active{
        background:rgb(7, 36, 86);
        border:0.0625em solid rgb(9, 45, 108);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBNZ{
      border:0.0625em solid rgb(9, 45, 108);
    }
.ProductRecord__lenderBackgroundBNZ .ProductRecord__headerRatioBar{
        background:rgb(9, 45, 108);
      }
.ProductRecord__lenderBackgroundBNZ:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(7, 36, 86);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBNZ{
        border:0.125em solid #092d6c;
        overflow:hidden;
    }
.ProductRecord__productRecordBNZ{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBNZ:hover{
        border-left:0.0625em solid rgb(9, 45, 108);
        border-right:0.0625em solid rgb(9, 45, 108);
        border-bottom:0.0625em solid rgb(9, 45, 108);
    }
.ProductRecord__productRecordBNZ:hover .ProductRecord__sortingDescriptionBorderBNZ{
            background:rgb(9, 45, 108) !important;
            color:white;
        }
.ProductRecord__BankOfChina, .ProductRecord__contentBgBankOfChina, .ProductRecord__BankOfChina .ProductRecord__viewMoreButton{
        background:#A71E32 !important;
    }
.ProductRecord__BankOfChina:hover, .ProductRecord__BankOfChina .ProductRecord__viewMoreButton:hover{
        background:rgb(134, 24, 40) !important;
    }
.ProductRecord__progressBarBankOfChina{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#A71E32;
        background:-webkit-gradient(linear,  right top, left top,  from(#A71E32),color-stop(50%, #A71E32),color-stop(51%, #A71E32),to(#A71E32));
        background:linear-gradient(to left,  #A71E32 0%,#A71E32 50%,#A71E32 51%,#A71E32 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBankOfChina{
        background:rgb(134, 24, 40);
    }
.ProductRecord__buttonBankOfChina{
        background:rgb(167, 30, 50);
        border:0.0625em solid rgb(167, 30, 50);
        color:white;
    }
.ProductRecord__buttonBankOfChina:hover, .ProductRecord__buttonBankOfChina:focus, .ProductRecord__buttonBankOfChina:active{
        background:rgb(134, 24, 40);
        border:0.0625em solid rgb(167, 30, 50);
        color:white;
    }
.ProductRecord__buttonWhiteBankOfChina{
        background:white;
        border:0.0625em solid rgb(167, 30, 50);
        color:rgb(167, 30, 50);
    }
.ProductRecord__buttonWhiteBankOfChina:hover, .ProductRecord__buttonWhiteBankOfChina:focus, .ProductRecord__buttonWhiteBankOfChina:active{
        background:rgb(134, 24, 40);
        border:0.0625em solid rgb(167, 30, 50);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBankOfChina{
      border:0.0625em solid rgb(167, 30, 50);
    }
.ProductRecord__lenderBackgroundBankOfChina .ProductRecord__headerRatioBar{
        background:rgb(167, 30, 50);
      }
.ProductRecord__lenderBackgroundBankOfChina:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(134, 24, 40);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBankOfChina{
        border:0.125em solid #a71e32;
        overflow:hidden;
    }
.ProductRecord__productRecordBankOfChina{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBankOfChina:hover{
        border-left:0.0625em solid rgb(167, 30, 50);
        border-right:0.0625em solid rgb(167, 30, 50);
        border-bottom:0.0625em solid rgb(167, 30, 50);
    }
.ProductRecord__productRecordBankOfChina:hover .ProductRecord__sortingDescriptionBorderBankOfChina{
            background:rgb(167, 30, 50) !important;
            color:white;
        }
.ProductRecord__BOM, .ProductRecord__contentBgBOM, .ProductRecord__BOM .ProductRecord__viewMoreButton{
        background:#20024E !important;
    }
.ProductRecord__BOM:hover, .ProductRecord__BOM .ProductRecord__viewMoreButton:hover{
        background:rgb(27, 2, 66) !important;
    }
.ProductRecord__progressBarBOM{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#20024E;
        background:-webkit-gradient(linear,  right top, left top,  from(#20024E),color-stop(50%, #20024E),color-stop(51%, #20024E),to(#20024E));
        background:linear-gradient(to left,  #20024E 0%,#20024E 50%,#20024E 51%,#20024E 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBOM{
        background:rgb(27, 2, 66);
    }
.ProductRecord__buttonBOM{
        background:rgb(32, 2, 78);
        border:0.0625em solid rgb(32, 2, 78);
        color:white;
    }
.ProductRecord__buttonBOM:hover, .ProductRecord__buttonBOM:focus, .ProductRecord__buttonBOM:active{
        background:rgb(27, 2, 66);
        border:0.0625em solid rgb(32, 2, 78);
        color:white;
    }
.ProductRecord__buttonWhiteBOM{
        background:white;
        border:0.0625em solid rgb(32, 2, 78);
        color:rgb(32, 2, 78);
    }
.ProductRecord__buttonWhiteBOM:hover, .ProductRecord__buttonWhiteBOM:focus, .ProductRecord__buttonWhiteBOM:active{
        background:rgb(27, 2, 66);
        border:0.0625em solid rgb(32, 2, 78);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBOM{
      border:0.0625em solid rgb(32, 2, 78);
    }
.ProductRecord__lenderBackgroundBOM .ProductRecord__headerRatioBar{
        background:rgb(32, 2, 78);
      }
.ProductRecord__lenderBackgroundBOM:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(27, 2, 66);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBOM{
        border:0.125em solid #20024e;
        overflow:hidden;
    }
.ProductRecord__productRecordBOM{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBOM:hover{
        border-left:0.0625em solid rgb(32, 2, 78);
        border-right:0.0625em solid rgb(32, 2, 78);
        border-bottom:0.0625em solid rgb(32, 2, 78);
    }
.ProductRecord__productRecordBOM:hover .ProductRecord__sortingDescriptionBorderBOM{
            background:rgb(32, 2, 78) !important;
            color:white;
        }
.ProductRecord__BOQ, .ProductRecord__contentBgBOQ, .ProductRecord__BOQ .ProductRecord__viewMoreButton{
        background:#0A3164 !important;
    }
.ProductRecord__BOQ:hover, .ProductRecord__BOQ .ProductRecord__viewMoreButton:hover{
        background:rgb(8, 39, 80) !important;
    }
.ProductRecord__progressBarBOQ{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#0A3164;
        background:-webkit-gradient(linear,  right top, left top,  from(#0A3164),color-stop(50%, #0A3164),color-stop(51%, #0A3164),to(#0A3164));
        background:linear-gradient(to left,  #0A3164 0%,#0A3164 50%,#0A3164 51%,#0A3164 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBOQ{
        background:rgb(8, 39, 80);
    }
.ProductRecord__buttonBOQ{
        background:rgb(10, 49, 100);
        border:0.0625em solid rgb(10, 49, 100);
        color:white;
    }
.ProductRecord__buttonBOQ:hover, .ProductRecord__buttonBOQ:focus, .ProductRecord__buttonBOQ:active{
        background:rgb(8, 39, 80);
        border:0.0625em solid rgb(10, 49, 100);
        color:white;
    }
.ProductRecord__buttonWhiteBOQ{
        background:white;
        border:0.0625em solid rgb(10, 49, 100);
        color:rgb(10, 49, 100);
    }
.ProductRecord__buttonWhiteBOQ:hover, .ProductRecord__buttonWhiteBOQ:focus, .ProductRecord__buttonWhiteBOQ:active{
        background:rgb(8, 39, 80);
        border:0.0625em solid rgb(10, 49, 100);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBOQ{
      border:0.0625em solid rgb(10, 49, 100);
    }
.ProductRecord__lenderBackgroundBOQ .ProductRecord__headerRatioBar{
        background:rgb(10, 49, 100);
      }
.ProductRecord__lenderBackgroundBOQ:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(8, 39, 80);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBOQ{
        border:0.125em solid #0a3164;
        overflow:hidden;
    }
.ProductRecord__productRecordBOQ{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBOQ:hover{
        border-left:0.0625em solid rgb(10, 49, 100);
        border-right:0.0625em solid rgb(10, 49, 100);
        border-bottom:0.0625em solid rgb(10, 49, 100);
    }
.ProductRecord__productRecordBOQ:hover .ProductRecord__sortingDescriptionBorderBOQ{
            background:rgb(10, 49, 100) !important;
            color:white;
        }
.ProductRecord__BOS, .ProductRecord__contentBgBOS, .ProductRecord__BOS .ProductRecord__viewMoreButton{
        background:#003367 !important;
    }
.ProductRecord__BOS:hover, .ProductRecord__BOS .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 41, 82) !important;
    }
.ProductRecord__progressBarBOS{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#003367;
        background:-webkit-gradient(linear,  right top, left top,  from(#003367),color-stop(50%, #003367),color-stop(51%, #003367),to(#003367));
        background:linear-gradient(to left,  #003367 0%,#003367 50%,#003367 51%,#003367 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBOS{
        background:rgb(0, 41, 82);
    }
.ProductRecord__buttonBOS{
        background:rgb(0, 51, 103);
        border:0.0625em solid rgb(0, 51, 103);
        color:white;
    }
.ProductRecord__buttonBOS:hover, .ProductRecord__buttonBOS:focus, .ProductRecord__buttonBOS:active{
        background:rgb(0, 41, 82);
        border:0.0625em solid rgb(0, 51, 103);
        color:white;
    }
.ProductRecord__buttonWhiteBOS{
        background:white;
        border:0.0625em solid rgb(0, 51, 103);
        color:rgb(0, 51, 103);
    }
.ProductRecord__buttonWhiteBOS:hover, .ProductRecord__buttonWhiteBOS:focus, .ProductRecord__buttonWhiteBOS:active{
        background:rgb(0, 41, 82);
        border:0.0625em solid rgb(0, 51, 103);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBOS{
      border:0.0625em solid rgb(0, 51, 103);
    }
.ProductRecord__lenderBackgroundBOS .ProductRecord__headerRatioBar{
        background:rgb(0, 51, 103);
      }
.ProductRecord__lenderBackgroundBOS:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 41, 82);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBOS{
        border:0.125em solid #003367;
        overflow:hidden;
    }
.ProductRecord__productRecordBOS{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBOS:hover{
        border-left:0.0625em solid rgb(0, 51, 103);
        border-right:0.0625em solid rgb(0, 51, 103);
        border-bottom:0.0625em solid rgb(0, 51, 103);
    }
.ProductRecord__productRecordBOS:hover .ProductRecord__sortingDescriptionBorderBOS{
            background:rgb(0, 51, 103) !important;
            color:white;
        }
.ProductRecord__CBA, .ProductRecord__contentBgCBA, .ProductRecord__CBA .ProductRecord__viewMoreButton{
        background:#000000 !important;
    }
.ProductRecord__CBA:hover, .ProductRecord__CBA .ProductRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.ProductRecord__progressBarCBA{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverCBA{
        background:rgb(51, 51, 51);
    }
.ProductRecord__buttonCBA{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonCBA:hover, .ProductRecord__buttonCBA:focus, .ProductRecord__buttonCBA:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonWhiteCBA{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.ProductRecord__buttonWhiteCBA:hover, .ProductRecord__buttonWhiteCBA:focus, .ProductRecord__buttonWhiteCBA:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderCBA{
      border:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__lenderBackgroundCBA .ProductRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.ProductRecord__lenderBackgroundCBA:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxCBA{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.ProductRecord__productRecordCBA{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordCBA:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__productRecordCBA:hover .ProductRecord__sortingDescriptionBorderCBA{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.ProductRecord__CFML, .ProductRecord__contentBgCFML, .ProductRecord__CFML .ProductRecord__viewMoreButton{
        background:#141516 !important;
    }
.ProductRecord__CFML:hover, .ProductRecord__CFML .ProductRecord__viewMoreButton:hover{
        background:rgb(16, 17, 18) !important;
    }
.ProductRecord__progressBarCFML{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#141516;
        background:-webkit-gradient(linear,  right top, left top,  from(#141516),color-stop(50%, #141516),color-stop(51%, #141516),to(#141516));
        background:linear-gradient(to left,  #141516 0%,#141516 50%,#141516 51%,#141516 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverCFML{
        background:rgb(16, 17, 18);
    }
.ProductRecord__buttonCFML{
        background:rgb(20, 21, 22);
        border:0.0625em solid rgb(20, 21, 22);
        color:white;
    }
.ProductRecord__buttonCFML:hover, .ProductRecord__buttonCFML:focus, .ProductRecord__buttonCFML:active{
        background:rgb(16, 17, 18);
        border:0.0625em solid rgb(20, 21, 22);
        color:white;
    }
.ProductRecord__buttonWhiteCFML{
        background:white;
        border:0.0625em solid rgb(20, 21, 22);
        color:rgb(20, 21, 22);
    }
.ProductRecord__buttonWhiteCFML:hover, .ProductRecord__buttonWhiteCFML:focus, .ProductRecord__buttonWhiteCFML:active{
        background:rgb(16, 17, 18);
        border:0.0625em solid rgb(20, 21, 22);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderCFML{
      border:0.0625em solid rgb(20, 21, 22);
    }
.ProductRecord__lenderBackgroundCFML .ProductRecord__headerRatioBar{
        background:rgb(20, 21, 22);
      }
.ProductRecord__lenderBackgroundCFML:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(16, 17, 18);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxCFML{
        border:0.125em solid #141516;
        overflow:hidden;
    }
.ProductRecord__productRecordCFML{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordCFML:hover{
        border-left:0.0625em solid rgb(20, 21, 22);
        border-right:0.0625em solid rgb(20, 21, 22);
        border-bottom:0.0625em solid rgb(20, 21, 22);
    }
.ProductRecord__productRecordCFML:hover .ProductRecord__sortingDescriptionBorderCFML{
            background:rgb(20, 21, 22) !important;
            color:white;
        }
.ProductRecord__Circle, .ProductRecord__contentBgCircle, .ProductRecord__Circle .ProductRecord__viewMoreButton{
        background:#1162AB !important;
    }
.ProductRecord__Circle:hover, .ProductRecord__Circle .ProductRecord__viewMoreButton:hover{
        background:rgb(14, 78, 137) !important;
    }
.ProductRecord__progressBarCircle{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#1162AB;
        background:-webkit-gradient(linear,  right top, left top,  from(#1162AB),color-stop(50%, #1162AB),color-stop(51%, #1162AB),to(#1162AB));
        background:linear-gradient(to left,  #1162AB 0%,#1162AB 50%,#1162AB 51%,#1162AB 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverCircle{
        background:rgb(14, 78, 137);
    }
.ProductRecord__buttonCircle{
        background:rgb(17, 98, 171);
        border:0.0625em solid rgb(17, 98, 171);
        color:white;
    }
.ProductRecord__buttonCircle:hover, .ProductRecord__buttonCircle:focus, .ProductRecord__buttonCircle:active{
        background:rgb(14, 78, 137);
        border:0.0625em solid rgb(17, 98, 171);
        color:white;
    }
.ProductRecord__buttonWhiteCircle{
        background:white;
        border:0.0625em solid rgb(17, 98, 171);
        color:rgb(17, 98, 171);
    }
.ProductRecord__buttonWhiteCircle:hover, .ProductRecord__buttonWhiteCircle:focus, .ProductRecord__buttonWhiteCircle:active{
        background:rgb(14, 78, 137);
        border:0.0625em solid rgb(17, 98, 171);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderCircle{
      border:0.0625em solid rgb(17, 98, 171);
    }
.ProductRecord__lenderBackgroundCircle .ProductRecord__headerRatioBar{
        background:rgb(17, 98, 171);
      }
.ProductRecord__lenderBackgroundCircle:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(14, 78, 137);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxCircle{
        border:0.125em solid #1162ab;
        overflow:hidden;
    }
.ProductRecord__productRecordCircle{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordCircle:hover{
        border-left:0.0625em solid rgb(17, 98, 171);
        border-right:0.0625em solid rgb(17, 98, 171);
        border-bottom:0.0625em solid rgb(17, 98, 171);
    }
.ProductRecord__productRecordCircle:hover .ProductRecord__sortingDescriptionBorderCircle{
            background:rgb(17, 98, 171) !important;
            color:white;
        }
.ProductRecord__Citibank, .ProductRecord__contentBgCitibank, .ProductRecord__Citibank .ProductRecord__viewMoreButton{
        background:#004784 !important;
    }
.ProductRecord__Citibank:hover, .ProductRecord__Citibank .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 57, 106) !important;
    }
.ProductRecord__progressBarCitibank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#004784;
        background:-webkit-gradient(linear,  right top, left top,  from(#004784),color-stop(50%, #004784),color-stop(51%, #004784),to(#004784));
        background:linear-gradient(to left,  #004784 0%,#004784 50%,#004784 51%,#004784 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverCitibank{
        background:rgb(0, 57, 106);
    }
.ProductRecord__buttonCitibank{
        background:rgb(0, 71, 132);
        border:0.0625em solid rgb(0, 71, 132);
        color:white;
    }
.ProductRecord__buttonCitibank:hover, .ProductRecord__buttonCitibank:focus, .ProductRecord__buttonCitibank:active{
        background:rgb(0, 57, 106);
        border:0.0625em solid rgb(0, 71, 132);
        color:white;
    }
.ProductRecord__buttonWhiteCitibank{
        background:white;
        border:0.0625em solid rgb(0, 71, 132);
        color:rgb(0, 71, 132);
    }
.ProductRecord__buttonWhiteCitibank:hover, .ProductRecord__buttonWhiteCitibank:focus, .ProductRecord__buttonWhiteCitibank:active{
        background:rgb(0, 57, 106);
        border:0.0625em solid rgb(0, 71, 132);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderCitibank{
      border:0.0625em solid rgb(0, 71, 132);
    }
.ProductRecord__lenderBackgroundCitibank .ProductRecord__headerRatioBar{
        background:rgb(0, 71, 132);
      }
.ProductRecord__lenderBackgroundCitibank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 57, 106);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxCitibank{
        border:0.125em solid #004784;
        overflow:hidden;
    }
.ProductRecord__productRecordCitibank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordCitibank:hover{
        border-left:0.0625em solid rgb(0, 71, 132);
        border-right:0.0625em solid rgb(0, 71, 132);
        border-bottom:0.0625em solid rgb(0, 71, 132);
    }
.ProductRecord__productRecordCitibank:hover .ProductRecord__sortingDescriptionBorderCitibank{
            background:rgb(0, 71, 132) !important;
            color:white;
        }
.ProductRecord__CressidaCapital, .ProductRecord__contentBgCressidaCapital, .ProductRecord__CressidaCapital .ProductRecord__viewMoreButton{
        background:#59B2FF !important;
    }
.ProductRecord__CressidaCapital:hover, .ProductRecord__CressidaCapital .ProductRecord__viewMoreButton:hover{
        background:rgb(71, 142, 204) !important;
    }
.ProductRecord__progressBarCressidaCapital{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#59B2FF;
        background:-webkit-gradient(linear,  right top, left top,  from(#59B2FF),color-stop(50%, #59B2FF),color-stop(51%, #59B2FF),to(#59B2FF));
        background:linear-gradient(to left,  #59B2FF 0%,#59B2FF 50%,#59B2FF 51%,#59B2FF 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverCressidaCapital{
        background:rgb(71, 142, 204);
    }
.ProductRecord__buttonCressidaCapital{
        background:rgb(89, 178, 255);
        border:0.0625em solid rgb(89, 178, 255);
        color:white;
    }
.ProductRecord__buttonCressidaCapital:hover, .ProductRecord__buttonCressidaCapital:focus, .ProductRecord__buttonCressidaCapital:active{
        background:rgb(71, 142, 204);
        border:0.0625em solid rgb(89, 178, 255);
        color:white;
    }
.ProductRecord__buttonWhiteCressidaCapital{
        background:white;
        border:0.0625em solid rgb(89, 178, 255);
        color:rgb(89, 178, 255);
    }
.ProductRecord__buttonWhiteCressidaCapital:hover, .ProductRecord__buttonWhiteCressidaCapital:focus, .ProductRecord__buttonWhiteCressidaCapital:active{
        background:rgb(71, 142, 204);
        border:0.0625em solid rgb(89, 178, 255);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderCressidaCapital{
      border:0.0625em solid rgb(89, 178, 255);
    }
.ProductRecord__lenderBackgroundCressidaCapital .ProductRecord__headerRatioBar{
        background:rgb(89, 178, 255);
      }
.ProductRecord__lenderBackgroundCressidaCapital:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(71, 142, 204);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxCressidaCapital{
        border:0.125em solid #59b2ff;
        overflow:hidden;
    }
.ProductRecord__productRecordCressidaCapital{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordCressidaCapital:hover{
        border-left:0.0625em solid rgb(89, 178, 255);
        border-right:0.0625em solid rgb(89, 178, 255);
        border-bottom:0.0625em solid rgb(89, 178, 255);
    }
.ProductRecord__productRecordCressidaCapital:hover .ProductRecord__sortingDescriptionBorderCressidaCapital{
            background:rgb(89, 178, 255) !important;
            color:white;
        }
.ProductRecord__CUA, .ProductRecord__contentBgCUA, .ProductRecord__CUA .ProductRecord__viewMoreButton{
        background:#1CB1C1 !important;
    }
.ProductRecord__CUA:hover, .ProductRecord__CUA .ProductRecord__viewMoreButton:hover{
        background:rgb(22, 142, 154) !important;
    }
.ProductRecord__progressBarCUA{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#1CB1C1;
        background:-webkit-gradient(linear,  right top, left top,  from(#1CB1C1),color-stop(50%, #1CB1C1),color-stop(51%, #1CB1C1),to(#1CB1C1));
        background:linear-gradient(to left,  #1CB1C1 0%,#1CB1C1 50%,#1CB1C1 51%,#1CB1C1 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverCUA{
        background:rgb(22, 142, 154);
    }
.ProductRecord__buttonCUA{
        background:rgb(28, 177, 193);
        border:0.0625em solid rgb(28, 177, 193);
        color:white;
    }
.ProductRecord__buttonCUA:hover, .ProductRecord__buttonCUA:focus, .ProductRecord__buttonCUA:active{
        background:rgb(22, 142, 154);
        border:0.0625em solid rgb(28, 177, 193);
        color:white;
    }
.ProductRecord__buttonWhiteCUA{
        background:white;
        border:0.0625em solid rgb(28, 177, 193);
        color:rgb(28, 177, 193);
    }
.ProductRecord__buttonWhiteCUA:hover, .ProductRecord__buttonWhiteCUA:focus, .ProductRecord__buttonWhiteCUA:active{
        background:rgb(22, 142, 154);
        border:0.0625em solid rgb(28, 177, 193);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderCUA{
      border:0.0625em solid rgb(28, 177, 193);
    }
.ProductRecord__lenderBackgroundCUA .ProductRecord__headerRatioBar{
        background:rgb(28, 177, 193);
      }
.ProductRecord__lenderBackgroundCUA:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(22, 142, 154);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxCUA{
        border:0.125em solid #1cb1c1;
        overflow:hidden;
    }
.ProductRecord__productRecordCUA{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordCUA:hover{
        border-left:0.0625em solid rgb(28, 177, 193);
        border-right:0.0625em solid rgb(28, 177, 193);
        border-bottom:0.0625em solid rgb(28, 177, 193);
    }
.ProductRecord__productRecordCUA:hover .ProductRecord__sortingDescriptionBorderCUA{
            background:rgb(28, 177, 193) !important;
            color:white;
        }
.ProductRecord__DBR, .ProductRecord__contentBgDBR, .ProductRecord__DBR .ProductRecord__viewMoreButton{
        background:#1948D9 !important;
    }
.ProductRecord__DBR:hover, .ProductRecord__DBR .ProductRecord__viewMoreButton:hover{
        background:rgb(20, 58, 174) !important;
    }
.ProductRecord__progressBarDBR{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#1948D9;
        background:-webkit-gradient(linear,  right top, left top,  from(#1948D9),color-stop(50%, #1948D9),color-stop(51%, #1948D9),to(#1948D9));
        background:linear-gradient(to left,  #1948D9 0%,#1948D9 50%,#1948D9 51%,#1948D9 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverDBR{
        background:rgb(20, 58, 174);
    }
.ProductRecord__buttonDBR{
        background:rgb(25, 72, 217);
        border:0.0625em solid rgb(25, 72, 217);
        color:white;
    }
.ProductRecord__buttonDBR:hover, .ProductRecord__buttonDBR:focus, .ProductRecord__buttonDBR:active{
        background:rgb(20, 58, 174);
        border:0.0625em solid rgb(25, 72, 217);
        color:white;
    }
.ProductRecord__buttonWhiteDBR{
        background:white;
        border:0.0625em solid rgb(25, 72, 217);
        color:rgb(25, 72, 217);
    }
.ProductRecord__buttonWhiteDBR:hover, .ProductRecord__buttonWhiteDBR:focus, .ProductRecord__buttonWhiteDBR:active{
        background:rgb(20, 58, 174);
        border:0.0625em solid rgb(25, 72, 217);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderDBR{
      border:0.0625em solid rgb(25, 72, 217);
    }
.ProductRecord__lenderBackgroundDBR .ProductRecord__headerRatioBar{
        background:rgb(25, 72, 217);
      }
.ProductRecord__lenderBackgroundDBR:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(20, 58, 174);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxDBR{
        border:0.125em solid #1948d9;
        overflow:hidden;
    }
.ProductRecord__productRecordDBR{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordDBR:hover{
        border-left:0.0625em solid rgb(25, 72, 217);
        border-right:0.0625em solid rgb(25, 72, 217);
        border-bottom:0.0625em solid rgb(25, 72, 217);
    }
.ProductRecord__productRecordDBR:hover .ProductRecord__sortingDescriptionBorderDBR{
            background:rgb(25, 72, 217) !important;
            color:white;
        }
.ProductRecord__DirectMoney, .ProductRecord__contentBgDirectMoney, .ProductRecord__DirectMoney .ProductRecord__viewMoreButton{
        background:#00853E !important;
    }
.ProductRecord__DirectMoney:hover, .ProductRecord__DirectMoney .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 106, 50) !important;
    }
.ProductRecord__progressBarDirectMoney{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#00853E;
        background:-webkit-gradient(linear,  right top, left top,  from(#00853E),color-stop(50%, #00853E),color-stop(51%, #00853E),to(#00853E));
        background:linear-gradient(to left,  #00853E 0%,#00853E 50%,#00853E 51%,#00853E 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverDirectMoney{
        background:rgb(0, 106, 50);
    }
.ProductRecord__buttonDirectMoney{
        background:rgb(0, 133, 62);
        border:0.0625em solid rgb(0, 133, 62);
        color:white;
    }
.ProductRecord__buttonDirectMoney:hover, .ProductRecord__buttonDirectMoney:focus, .ProductRecord__buttonDirectMoney:active{
        background:rgb(0, 106, 50);
        border:0.0625em solid rgb(0, 133, 62);
        color:white;
    }
.ProductRecord__buttonWhiteDirectMoney{
        background:white;
        border:0.0625em solid rgb(0, 133, 62);
        color:rgb(0, 133, 62);
    }
.ProductRecord__buttonWhiteDirectMoney:hover, .ProductRecord__buttonWhiteDirectMoney:focus, .ProductRecord__buttonWhiteDirectMoney:active{
        background:rgb(0, 106, 50);
        border:0.0625em solid rgb(0, 133, 62);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderDirectMoney{
      border:0.0625em solid rgb(0, 133, 62);
    }
.ProductRecord__lenderBackgroundDirectMoney .ProductRecord__headerRatioBar{
        background:rgb(0, 133, 62);
      }
.ProductRecord__lenderBackgroundDirectMoney:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 106, 50);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxDirectMoney{
        border:0.125em solid #00853e;
        overflow:hidden;
    }
.ProductRecord__productRecordDirectMoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordDirectMoney:hover{
        border-left:0.0625em solid rgb(0, 133, 62);
        border-right:0.0625em solid rgb(0, 133, 62);
        border-bottom:0.0625em solid rgb(0, 133, 62);
    }
.ProductRecord__productRecordDirectMoney:hover .ProductRecord__sortingDescriptionBorderDirectMoney{
            background:rgb(0, 133, 62) !important;
            color:white;
        }
.ProductRecord__emoney, .ProductRecord__contentBgemoney, .ProductRecord__emoney .ProductRecord__viewMoreButton{
        background:#16426A !important;
    }
.ProductRecord__emoney:hover, .ProductRecord__emoney .ProductRecord__viewMoreButton:hover{
        background:rgb(19, 56, 90) !important;
    }
.ProductRecord__progressBaremoney{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#16426A;
        background:-webkit-gradient(linear,  right top, left top,  from(#16426A),color-stop(50%, #16426A),color-stop(51%, #16426A),to(#16426A));
        background:linear-gradient(to left,  #16426A 0%,#16426A 50%,#16426A 51%,#16426A 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoveremoney{
        background:rgb(19, 56, 90);
    }
.ProductRecord__buttonemoney{
        background:rgb(22, 66, 106);
        border:0.0625em solid rgb(22, 66, 106);
        color:white;
    }
.ProductRecord__buttonemoney:hover, .ProductRecord__buttonemoney:focus, .ProductRecord__buttonemoney:active{
        background:rgb(19, 56, 90);
        border:0.0625em solid rgb(22, 66, 106);
        color:white;
    }
.ProductRecord__buttonWhiteemoney{
        background:white;
        border:0.0625em solid rgb(22, 66, 106);
        color:rgb(22, 66, 106);
    }
.ProductRecord__buttonWhiteemoney:hover, .ProductRecord__buttonWhiteemoney:focus, .ProductRecord__buttonWhiteemoney:active{
        background:rgb(19, 56, 90);
        border:0.0625em solid rgb(22, 66, 106);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderemoney{
      border:0.0625em solid rgb(22, 66, 106);
    }
.ProductRecord__lenderBackgroundemoney .ProductRecord__headerRatioBar{
        background:rgb(22, 66, 106);
      }
.ProductRecord__lenderBackgroundemoney:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(19, 56, 90);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxemoney{
        border:0.125em solid #16426a;
        overflow:hidden;
    }
.ProductRecord__productRecordemoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordemoney:hover{
        border-left:0.0625em solid rgb(22, 66, 106);
        border-right:0.0625em solid rgb(22, 66, 106);
        border-bottom:0.0625em solid rgb(22, 66, 106);
    }
.ProductRecord__productRecordemoney:hover .ProductRecord__sortingDescriptionBorderemoney{
            background:rgb(22, 66, 106) !important;
            color:white;
        }
.ProductRecord__FirstMac, .ProductRecord__contentBgFirstMac, .ProductRecord__FirstMac .ProductRecord__viewMoreButton{
        background:#000000 !important;
    }
.ProductRecord__FirstMac:hover, .ProductRecord__FirstMac .ProductRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.ProductRecord__progressBarFirstMac{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverFirstMac{
        background:rgb(51, 51, 51);
    }
.ProductRecord__buttonFirstMac{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonFirstMac:hover, .ProductRecord__buttonFirstMac:focus, .ProductRecord__buttonFirstMac:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonWhiteFirstMac{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.ProductRecord__buttonWhiteFirstMac:hover, .ProductRecord__buttonWhiteFirstMac:focus, .ProductRecord__buttonWhiteFirstMac:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderFirstMac{
      border:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__lenderBackgroundFirstMac .ProductRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.ProductRecord__lenderBackgroundFirstMac:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxFirstMac{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.ProductRecord__productRecordFirstMac{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordFirstMac:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__productRecordFirstMac:hover .ProductRecord__sortingDescriptionBorderFirstMac{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.ProductRecord__FirstMortgageTrust, .ProductRecord__contentBgFirstMortgageTrust, .ProductRecord__FirstMortgageTrust .ProductRecord__viewMoreButton{
        background:#29A78D !important;
    }
.ProductRecord__FirstMortgageTrust:hover, .ProductRecord__FirstMortgageTrust .ProductRecord__viewMoreButton:hover{
        background:rgb(33, 134, 113) !important;
    }
.ProductRecord__progressBarFirstMortgageTrust{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#29A78D;
        background:-webkit-gradient(linear,  right top, left top,  from(#29A78D),color-stop(50%, #29A78D),color-stop(51%, #29A78D),to(#29A78D));
        background:linear-gradient(to left,  #29A78D 0%,#29A78D 50%,#29A78D 51%,#29A78D 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverFirstMortgageTrust{
        background:rgb(33, 134, 113);
    }
.ProductRecord__buttonFirstMortgageTrust{
        background:rgb(41, 167, 141);
        border:0.0625em solid rgb(41, 167, 141);
        color:white;
    }
.ProductRecord__buttonFirstMortgageTrust:hover, .ProductRecord__buttonFirstMortgageTrust:focus, .ProductRecord__buttonFirstMortgageTrust:active{
        background:rgb(33, 134, 113);
        border:0.0625em solid rgb(41, 167, 141);
        color:white;
    }
.ProductRecord__buttonWhiteFirstMortgageTrust{
        background:white;
        border:0.0625em solid rgb(41, 167, 141);
        color:rgb(41, 167, 141);
    }
.ProductRecord__buttonWhiteFirstMortgageTrust:hover, .ProductRecord__buttonWhiteFirstMortgageTrust:focus, .ProductRecord__buttonWhiteFirstMortgageTrust:active{
        background:rgb(33, 134, 113);
        border:0.0625em solid rgb(41, 167, 141);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderFirstMortgageTrust{
      border:0.0625em solid rgb(41, 167, 141);
    }
.ProductRecord__lenderBackgroundFirstMortgageTrust .ProductRecord__headerRatioBar{
        background:rgb(41, 167, 141);
      }
.ProductRecord__lenderBackgroundFirstMortgageTrust:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(33, 134, 113);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxFirstMortgageTrust{
        border:0.125em solid #29a78d;
        overflow:hidden;
    }
.ProductRecord__productRecordFirstMortgageTrust{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordFirstMortgageTrust:hover{
        border-left:0.0625em solid rgb(41, 167, 141);
        border-right:0.0625em solid rgb(41, 167, 141);
        border-bottom:0.0625em solid rgb(41, 167, 141);
    }
.ProductRecord__productRecordFirstMortgageTrust:hover .ProductRecord__sortingDescriptionBorderFirstMortgageTrust{
            background:rgb(41, 167, 141) !important;
            color:white;
        }
.ProductRecord__FLEXI, .ProductRecord__contentBgFLEXI, .ProductRecord__FLEXI .ProductRecord__viewMoreButton{
        background:#30C1C4 !important;
    }
.ProductRecord__FLEXI:hover, .ProductRecord__FLEXI .ProductRecord__viewMoreButton:hover{
        background:rgb(41, 164, 167) !important;
    }
.ProductRecord__progressBarFLEXI{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#30C1C4;
        background:-webkit-gradient(linear,  right top, left top,  from(#30C1C4),color-stop(50%, #30C1C4),color-stop(51%, #30C1C4),to(#30C1C4));
        background:linear-gradient(to left,  #30C1C4 0%,#30C1C4 50%,#30C1C4 51%,#30C1C4 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverFLEXI{
        background:rgb(41, 164, 167);
    }
.ProductRecord__buttonFLEXI{
        background:rgb(48, 193, 196);
        border:0.0625em solid rgb(48, 193, 196);
        color:white;
    }
.ProductRecord__buttonFLEXI:hover, .ProductRecord__buttonFLEXI:focus, .ProductRecord__buttonFLEXI:active{
        background:rgb(41, 164, 167);
        border:0.0625em solid rgb(48, 193, 196);
        color:white;
    }
.ProductRecord__buttonWhiteFLEXI{
        background:white;
        border:0.0625em solid rgb(48, 193, 196);
        color:rgb(48, 193, 196);
    }
.ProductRecord__buttonWhiteFLEXI:hover, .ProductRecord__buttonWhiteFLEXI:focus, .ProductRecord__buttonWhiteFLEXI:active{
        background:rgb(41, 164, 167);
        border:0.0625em solid rgb(48, 193, 196);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderFLEXI{
      border:0.0625em solid rgb(48, 193, 196);
    }
.ProductRecord__lenderBackgroundFLEXI .ProductRecord__headerRatioBar{
        background:rgb(48, 193, 196);
      }
.ProductRecord__lenderBackgroundFLEXI:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(41, 164, 167);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxFLEXI{
        border:0.125em solid #30c1c4;
        overflow:hidden;
    }
.ProductRecord__productRecordFLEXI{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordFLEXI:hover{
        border-left:0.0625em solid rgb(48, 193, 196);
        border-right:0.0625em solid rgb(48, 193, 196);
        border-bottom:0.0625em solid rgb(48, 193, 196);
    }
.ProductRecord__productRecordFLEXI:hover .ProductRecord__sortingDescriptionBorderFLEXI{
            background:rgb(48, 193, 196) !important;
            color:white;
        }
.ProductRecord__FutureFinancial, .ProductRecord__contentBgFutureFinancial, .ProductRecord__FutureFinancial .ProductRecord__viewMoreButton{
        background:#003876 !important;
    }
.ProductRecord__FutureFinancial:hover, .ProductRecord__FutureFinancial .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 45, 94) !important;
    }
.ProductRecord__progressBarFutureFinancial{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#003876;
        background:-webkit-gradient(linear,  right top, left top,  from(#003876),color-stop(50%, #003876),color-stop(51%, #003876),to(#003876));
        background:linear-gradient(to left,  #003876 0%,#003876 50%,#003876 51%,#003876 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverFutureFinancial{
        background:rgb(0, 45, 94);
    }
.ProductRecord__buttonFutureFinancial{
        background:rgb(0, 56, 118);
        border:0.0625em solid rgb(0, 56, 118);
        color:white;
    }
.ProductRecord__buttonFutureFinancial:hover, .ProductRecord__buttonFutureFinancial:focus, .ProductRecord__buttonFutureFinancial:active{
        background:rgb(0, 45, 94);
        border:0.0625em solid rgb(0, 56, 118);
        color:white;
    }
.ProductRecord__buttonWhiteFutureFinancial{
        background:white;
        border:0.0625em solid rgb(0, 56, 118);
        color:rgb(0, 56, 118);
    }
.ProductRecord__buttonWhiteFutureFinancial:hover, .ProductRecord__buttonWhiteFutureFinancial:focus, .ProductRecord__buttonWhiteFutureFinancial:active{
        background:rgb(0, 45, 94);
        border:0.0625em solid rgb(0, 56, 118);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderFutureFinancial{
      border:0.0625em solid rgb(0, 56, 118);
    }
.ProductRecord__lenderBackgroundFutureFinancial .ProductRecord__headerRatioBar{
        background:rgb(0, 56, 118);
      }
.ProductRecord__lenderBackgroundFutureFinancial:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 45, 94);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxFutureFinancial{
        border:0.125em solid #003876;
        overflow:hidden;
    }
.ProductRecord__productRecordFutureFinancial{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordFutureFinancial:hover{
        border-left:0.0625em solid rgb(0, 56, 118);
        border-right:0.0625em solid rgb(0, 56, 118);
        border-bottom:0.0625em solid rgb(0, 56, 118);
    }
.ProductRecord__productRecordFutureFinancial:hover .ProductRecord__sortingDescriptionBorderFutureFinancial{
            background:rgb(0, 56, 118) !important;
            color:white;
        }
.ProductRecord__GEMoney, .ProductRecord__contentBgGEMoney, .ProductRecord__GEMoney .ProductRecord__viewMoreButton{
        background:#005CB9 !important;
    }
.ProductRecord__GEMoney:hover, .ProductRecord__GEMoney .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 74, 148) !important;
    }
.ProductRecord__progressBarGEMoney{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#005CB9;
        background:-webkit-gradient(linear,  right top, left top,  from(#005CB9),color-stop(50%, #005CB9),color-stop(51%, #005CB9),to(#005CB9));
        background:linear-gradient(to left,  #005CB9 0%,#005CB9 50%,#005CB9 51%,#005CB9 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverGEMoney{
        background:rgb(0, 74, 148);
    }
.ProductRecord__buttonGEMoney{
        background:rgb(0, 92, 185);
        border:0.0625em solid rgb(0, 92, 185);
        color:white;
    }
.ProductRecord__buttonGEMoney:hover, .ProductRecord__buttonGEMoney:focus, .ProductRecord__buttonGEMoney:active{
        background:rgb(0, 74, 148);
        border:0.0625em solid rgb(0, 92, 185);
        color:white;
    }
.ProductRecord__buttonWhiteGEMoney{
        background:white;
        border:0.0625em solid rgb(0, 92, 185);
        color:rgb(0, 92, 185);
    }
.ProductRecord__buttonWhiteGEMoney:hover, .ProductRecord__buttonWhiteGEMoney:focus, .ProductRecord__buttonWhiteGEMoney:active{
        background:rgb(0, 74, 148);
        border:0.0625em solid rgb(0, 92, 185);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderGEMoney{
      border:0.0625em solid rgb(0, 92, 185);
    }
.ProductRecord__lenderBackgroundGEMoney .ProductRecord__headerRatioBar{
        background:rgb(0, 92, 185);
      }
.ProductRecord__lenderBackgroundGEMoney:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 74, 148);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxGEMoney{
        border:0.125em solid #005cb9;
        overflow:hidden;
    }
.ProductRecord__productRecordGEMoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordGEMoney:hover{
        border-left:0.0625em solid rgb(0, 92, 185);
        border-right:0.0625em solid rgb(0, 92, 185);
        border-bottom:0.0625em solid rgb(0, 92, 185);
    }
.ProductRecord__productRecordGEMoney:hover .ProductRecord__sortingDescriptionBorderGEMoney{
            background:rgb(0, 92, 185) !important;
            color:white;
        }
.ProductRecord__GreaterBank, .ProductRecord__contentBgGreaterBank, .ProductRecord__GreaterBank .ProductRecord__viewMoreButton{
        background:#232E46 !important;
    }
.ProductRecord__GreaterBank:hover, .ProductRecord__GreaterBank .ProductRecord__viewMoreButton:hover{
        background:rgb(28, 37, 56) !important;
    }
.ProductRecord__progressBarGreaterBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#232E46;
        background:-webkit-gradient(linear,  right top, left top,  from(#232E46),color-stop(50%, #232E46),color-stop(51%, #232E46),to(#232E46));
        background:linear-gradient(to left,  #232E46 0%,#232E46 50%,#232E46 51%,#232E46 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverGreaterBank{
        background:rgb(28, 37, 56);
    }
.ProductRecord__buttonGreaterBank{
        background:rgb(35, 46, 70);
        border:0.0625em solid rgb(35, 46, 70);
        color:white;
    }
.ProductRecord__buttonGreaterBank:hover, .ProductRecord__buttonGreaterBank:focus, .ProductRecord__buttonGreaterBank:active{
        background:rgb(28, 37, 56);
        border:0.0625em solid rgb(35, 46, 70);
        color:white;
    }
.ProductRecord__buttonWhiteGreaterBank{
        background:white;
        border:0.0625em solid rgb(35, 46, 70);
        color:rgb(35, 46, 70);
    }
.ProductRecord__buttonWhiteGreaterBank:hover, .ProductRecord__buttonWhiteGreaterBank:focus, .ProductRecord__buttonWhiteGreaterBank:active{
        background:rgb(28, 37, 56);
        border:0.0625em solid rgb(35, 46, 70);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderGreaterBank{
      border:0.0625em solid rgb(35, 46, 70);
    }
.ProductRecord__lenderBackgroundGreaterBank .ProductRecord__headerRatioBar{
        background:rgb(35, 46, 70);
      }
.ProductRecord__lenderBackgroundGreaterBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(28, 37, 56);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxGreaterBank{
        border:0.125em solid #232e46;
        overflow:hidden;
    }
.ProductRecord__productRecordGreaterBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordGreaterBank:hover{
        border-left:0.0625em solid rgb(35, 46, 70);
        border-right:0.0625em solid rgb(35, 46, 70);
        border-bottom:0.0625em solid rgb(35, 46, 70);
    }
.ProductRecord__productRecordGreaterBank:hover .ProductRecord__sortingDescriptionBorderGreaterBank{
            background:rgb(35, 46, 70) !important;
            color:white;
        }
.ProductRecord__HeartlandBank, .ProductRecord__contentBgHeartlandBank, .ProductRecord__HeartlandBank .ProductRecord__viewMoreButton{
        background:#0C203D !important;
    }
.ProductRecord__HeartlandBank:hover, .ProductRecord__HeartlandBank .ProductRecord__viewMoreButton:hover{
        background:rgb(10, 26, 49) !important;
    }
.ProductRecord__progressBarHeartlandBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#0C203D;
        background:-webkit-gradient(linear,  right top, left top,  from(#0C203D),color-stop(50%, #0C203D),color-stop(51%, #0C203D),to(#0C203D));
        background:linear-gradient(to left,  #0C203D 0%,#0C203D 50%,#0C203D 51%,#0C203D 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverHeartlandBank{
        background:rgb(10, 26, 49);
    }
.ProductRecord__buttonHeartlandBank{
        background:rgb(12, 32, 61);
        border:0.0625em solid rgb(12, 32, 61);
        color:white;
    }
.ProductRecord__buttonHeartlandBank:hover, .ProductRecord__buttonHeartlandBank:focus, .ProductRecord__buttonHeartlandBank:active{
        background:rgb(10, 26, 49);
        border:0.0625em solid rgb(12, 32, 61);
        color:white;
    }
.ProductRecord__buttonWhiteHeartlandBank{
        background:white;
        border:0.0625em solid rgb(12, 32, 61);
        color:rgb(12, 32, 61);
    }
.ProductRecord__buttonWhiteHeartlandBank:hover, .ProductRecord__buttonWhiteHeartlandBank:focus, .ProductRecord__buttonWhiteHeartlandBank:active{
        background:rgb(10, 26, 49);
        border:0.0625em solid rgb(12, 32, 61);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderHeartlandBank{
      border:0.0625em solid rgb(12, 32, 61);
    }
.ProductRecord__lenderBackgroundHeartlandBank .ProductRecord__headerRatioBar{
        background:rgb(12, 32, 61);
      }
.ProductRecord__lenderBackgroundHeartlandBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(10, 26, 49);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxHeartlandBank{
        border:0.125em solid #0c203d;
        overflow:hidden;
    }
.ProductRecord__productRecordHeartlandBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordHeartlandBank:hover{
        border-left:0.0625em solid rgb(12, 32, 61);
        border-right:0.0625em solid rgb(12, 32, 61);
        border-bottom:0.0625em solid rgb(12, 32, 61);
    }
.ProductRecord__productRecordHeartlandBank:hover .ProductRecord__sortingDescriptionBorderHeartlandBank{
            background:rgb(12, 32, 61) !important;
            color:white;
        }
.ProductRecord__HeritageBank, .ProductRecord__contentBgHeritageBank, .ProductRecord__HeritageBank .ProductRecord__viewMoreButton{
        background:#000000 !important;
    }
.ProductRecord__HeritageBank:hover, .ProductRecord__HeritageBank .ProductRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.ProductRecord__progressBarHeritageBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverHeritageBank{
        background:rgb(51, 51, 51);
    }
.ProductRecord__buttonHeritageBank{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonHeritageBank:hover, .ProductRecord__buttonHeritageBank:focus, .ProductRecord__buttonHeritageBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonWhiteHeritageBank{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.ProductRecord__buttonWhiteHeritageBank:hover, .ProductRecord__buttonWhiteHeritageBank:focus, .ProductRecord__buttonWhiteHeritageBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderHeritageBank{
      border:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__lenderBackgroundHeritageBank .ProductRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.ProductRecord__lenderBackgroundHeritageBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxHeritageBank{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.ProductRecord__productRecordHeritageBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordHeritageBank:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__productRecordHeritageBank:hover .ProductRecord__sortingDescriptionBorderHeritageBank{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.ProductRecord__Homeloans, .ProductRecord__contentBgHomeloans, .ProductRecord__Homeloans .ProductRecord__viewMoreButton{
        background:#000000 !important;
    }
.ProductRecord__Homeloans:hover, .ProductRecord__Homeloans .ProductRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.ProductRecord__progressBarHomeloans{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverHomeloans{
        background:rgb(51, 51, 51);
    }
.ProductRecord__buttonHomeloans{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonHomeloans:hover, .ProductRecord__buttonHomeloans:focus, .ProductRecord__buttonHomeloans:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonWhiteHomeloans{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.ProductRecord__buttonWhiteHomeloans:hover, .ProductRecord__buttonWhiteHomeloans:focus, .ProductRecord__buttonWhiteHomeloans:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderHomeloans{
      border:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__lenderBackgroundHomeloans .ProductRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.ProductRecord__lenderBackgroundHomeloans:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxHomeloans{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.ProductRecord__productRecordHomeloans{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordHomeloans:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__productRecordHomeloans:hover .ProductRecord__sortingDescriptionBorderHomeloans{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.ProductRecord__HomeStart, .ProductRecord__contentBgHomeStart, .ProductRecord__HomeStart .ProductRecord__viewMoreButton{
        background:#0077BC !important;
    }
.ProductRecord__HomeStart:hover, .ProductRecord__HomeStart .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 95, 150) !important;
    }
.ProductRecord__progressBarHomeStart{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#0077BC;
        background:-webkit-gradient(linear,  right top, left top,  from(#0077BC),color-stop(50%, #0077BC),color-stop(51%, #0077BC),to(#0077BC));
        background:linear-gradient(to left,  #0077BC 0%,#0077BC 50%,#0077BC 51%,#0077BC 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverHomeStart{
        background:rgb(0, 95, 150);
    }
.ProductRecord__buttonHomeStart{
        background:rgb(0, 119, 188);
        border:0.0625em solid rgb(0, 119, 188);
        color:white;
    }
.ProductRecord__buttonHomeStart:hover, .ProductRecord__buttonHomeStart:focus, .ProductRecord__buttonHomeStart:active{
        background:rgb(0, 95, 150);
        border:0.0625em solid rgb(0, 119, 188);
        color:white;
    }
.ProductRecord__buttonWhiteHomeStart{
        background:white;
        border:0.0625em solid rgb(0, 119, 188);
        color:rgb(0, 119, 188);
    }
.ProductRecord__buttonWhiteHomeStart:hover, .ProductRecord__buttonWhiteHomeStart:focus, .ProductRecord__buttonWhiteHomeStart:active{
        background:rgb(0, 95, 150);
        border:0.0625em solid rgb(0, 119, 188);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderHomeStart{
      border:0.0625em solid rgb(0, 119, 188);
    }
.ProductRecord__lenderBackgroundHomeStart .ProductRecord__headerRatioBar{
        background:rgb(0, 119, 188);
      }
.ProductRecord__lenderBackgroundHomeStart:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 95, 150);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxHomeStart{
        border:0.125em solid #0077bc;
        overflow:hidden;
    }
.ProductRecord__productRecordHomeStart{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordHomeStart:hover{
        border-left:0.0625em solid rgb(0, 119, 188);
        border-right:0.0625em solid rgb(0, 119, 188);
        border-bottom:0.0625em solid rgb(0, 119, 188);
    }
.ProductRecord__productRecordHomeStart:hover .ProductRecord__sortingDescriptionBorderHomeStart{
            background:rgb(0, 119, 188) !important;
            color:white;
        }
.ProductRecord__HSBC, .ProductRecord__contentBgHSBC, .ProductRecord__HSBC .ProductRecord__viewMoreButton{
        background:#E0001A !important;
    }
.ProductRecord__HSBC:hover, .ProductRecord__HSBC .ProductRecord__viewMoreButton:hover{
        background:rgb(179, 0, 21) !important;
    }
.ProductRecord__progressBarHSBC{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#E0001A;
        background:-webkit-gradient(linear,  right top, left top,  from(#E0001A),color-stop(50%, #E0001A),color-stop(51%, #E0001A),to(#E0001A));
        background:linear-gradient(to left,  #E0001A 0%,#E0001A 50%,#E0001A 51%,#E0001A 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverHSBC{
        background:rgb(179, 0, 21);
    }
.ProductRecord__buttonHSBC{
        background:rgb(224, 0, 26);
        border:0.0625em solid rgb(224, 0, 26);
        color:white;
    }
.ProductRecord__buttonHSBC:hover, .ProductRecord__buttonHSBC:focus, .ProductRecord__buttonHSBC:active{
        background:rgb(179, 0, 21);
        border:0.0625em solid rgb(224, 0, 26);
        color:white;
    }
.ProductRecord__buttonWhiteHSBC{
        background:white;
        border:0.0625em solid rgb(224, 0, 26);
        color:rgb(224, 0, 26);
    }
.ProductRecord__buttonWhiteHSBC:hover, .ProductRecord__buttonWhiteHSBC:focus, .ProductRecord__buttonWhiteHSBC:active{
        background:rgb(179, 0, 21);
        border:0.0625em solid rgb(224, 0, 26);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderHSBC{
      border:0.0625em solid rgb(224, 0, 26);
    }
.ProductRecord__lenderBackgroundHSBC .ProductRecord__headerRatioBar{
        background:rgb(224, 0, 26);
      }
.ProductRecord__lenderBackgroundHSBC:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(179, 0, 21);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxHSBC{
        border:0.125em solid #e0001a;
        overflow:hidden;
    }
.ProductRecord__productRecordHSBC{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordHSBC:hover{
        border-left:0.0625em solid rgb(224, 0, 26);
        border-right:0.0625em solid rgb(224, 0, 26);
        border-bottom:0.0625em solid rgb(224, 0, 26);
    }
.ProductRecord__productRecordHSBC:hover .ProductRecord__sortingDescriptionBorderHSBC{
            background:rgb(224, 0, 26) !important;
            color:white;
        }
.ProductRecord__INGDirect, .ProductRecord__contentBgINGDirect, .ProductRecord__INGDirect .ProductRecord__viewMoreButton{
        background:#FF6100 !important;
    }
.ProductRecord__INGDirect:hover, .ProductRecord__INGDirect .ProductRecord__viewMoreButton:hover{
        background:rgb(204, 78, 0) !important;
    }
.ProductRecord__progressBarINGDirect{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#FF6100;
        background:-webkit-gradient(linear,  right top, left top,  from(#FF6100),color-stop(50%, #FF6100),color-stop(51%, #FF6100),to(#FF6100));
        background:linear-gradient(to left,  #FF6100 0%,#FF6100 50%,#FF6100 51%,#FF6100 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverINGDirect{
        background:rgb(204, 78, 0);
    }
.ProductRecord__buttonINGDirect{
        background:rgb(255, 97, 0);
        border:0.0625em solid rgb(255, 97, 0);
        color:white;
    }
.ProductRecord__buttonINGDirect:hover, .ProductRecord__buttonINGDirect:focus, .ProductRecord__buttonINGDirect:active{
        background:rgb(204, 78, 0);
        border:0.0625em solid rgb(255, 97, 0);
        color:white;
    }
.ProductRecord__buttonWhiteINGDirect{
        background:white;
        border:0.0625em solid rgb(255, 97, 0);
        color:rgb(255, 97, 0);
    }
.ProductRecord__buttonWhiteINGDirect:hover, .ProductRecord__buttonWhiteINGDirect:focus, .ProductRecord__buttonWhiteINGDirect:active{
        background:rgb(204, 78, 0);
        border:0.0625em solid rgb(255, 97, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderINGDirect{
      border:0.0625em solid rgb(255, 97, 0);
    }
.ProductRecord__lenderBackgroundINGDirect .ProductRecord__headerRatioBar{
        background:rgb(255, 97, 0);
      }
.ProductRecord__lenderBackgroundINGDirect:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(204, 78, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxINGDirect{
        border:0.125em solid #ff6100;
        overflow:hidden;
    }
.ProductRecord__productRecordINGDirect{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordINGDirect:hover{
        border-left:0.0625em solid rgb(255, 97, 0);
        border-right:0.0625em solid rgb(255, 97, 0);
        border-bottom:0.0625em solid rgb(255, 97, 0);
    }
.ProductRecord__productRecordINGDirect:hover .ProductRecord__sortingDescriptionBorderINGDirect{
            background:rgb(255, 97, 0) !important;
            color:white;
        }
.ProductRecord__Keystart, .ProductRecord__contentBgKeystart, .ProductRecord__Keystart .ProductRecord__viewMoreButton{
        background:#EA533A !important;
    }
.ProductRecord__Keystart:hover, .ProductRecord__Keystart .ProductRecord__viewMoreButton:hover{
        background:rgb(187, 66, 46) !important;
    }
.ProductRecord__progressBarKeystart{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#EA533A;
        background:-webkit-gradient(linear,  right top, left top,  from(#EA533A),color-stop(50%, #EA533A),color-stop(51%, #EA533A),to(#EA533A));
        background:linear-gradient(to left,  #EA533A 0%,#EA533A 50%,#EA533A 51%,#EA533A 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverKeystart{
        background:rgb(187, 66, 46);
    }
.ProductRecord__buttonKeystart{
        background:rgb(234, 83, 58);
        border:0.0625em solid rgb(234, 83, 58);
        color:white;
    }
.ProductRecord__buttonKeystart:hover, .ProductRecord__buttonKeystart:focus, .ProductRecord__buttonKeystart:active{
        background:rgb(187, 66, 46);
        border:0.0625em solid rgb(234, 83, 58);
        color:white;
    }
.ProductRecord__buttonWhiteKeystart{
        background:white;
        border:0.0625em solid rgb(234, 83, 58);
        color:rgb(234, 83, 58);
    }
.ProductRecord__buttonWhiteKeystart:hover, .ProductRecord__buttonWhiteKeystart:focus, .ProductRecord__buttonWhiteKeystart:active{
        background:rgb(187, 66, 46);
        border:0.0625em solid rgb(234, 83, 58);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderKeystart{
      border:0.0625em solid rgb(234, 83, 58);
    }
.ProductRecord__lenderBackgroundKeystart .ProductRecord__headerRatioBar{
        background:rgb(234, 83, 58);
      }
.ProductRecord__lenderBackgroundKeystart:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(187, 66, 46);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxKeystart{
        border:0.125em solid #ea533a;
        overflow:hidden;
    }
.ProductRecord__productRecordKeystart{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordKeystart:hover{
        border-left:0.0625em solid rgb(234, 83, 58);
        border-right:0.0625em solid rgb(234, 83, 58);
        border-bottom:0.0625em solid rgb(234, 83, 58);
    }
.ProductRecord__productRecordKeystart:hover .ProductRecord__sortingDescriptionBorderKeystart{
            background:rgb(234, 83, 58) !important;
            color:white;
        }
.ProductRecord__Latitude, .ProductRecord__contentBgLatitude, .ProductRecord__Latitude .ProductRecord__viewMoreButton{
        background:#006AC6 !important;
    }
.ProductRecord__Latitude:hover, .ProductRecord__Latitude .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 85, 158) !important;
    }
.ProductRecord__progressBarLatitude{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#006AC6;
        background:-webkit-gradient(linear,  right top, left top,  from(#006AC6),color-stop(50%, #006AC6),color-stop(51%, #006AC6),to(#006AC6));
        background:linear-gradient(to left,  #006AC6 0%,#006AC6 50%,#006AC6 51%,#006AC6 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverLatitude{
        background:rgb(0, 85, 158);
    }
.ProductRecord__buttonLatitude{
        background:rgb(0, 106, 198);
        border:0.0625em solid rgb(0, 106, 198);
        color:white;
    }
.ProductRecord__buttonLatitude:hover, .ProductRecord__buttonLatitude:focus, .ProductRecord__buttonLatitude:active{
        background:rgb(0, 85, 158);
        border:0.0625em solid rgb(0, 106, 198);
        color:white;
    }
.ProductRecord__buttonWhiteLatitude{
        background:white;
        border:0.0625em solid rgb(0, 106, 198);
        color:rgb(0, 106, 198);
    }
.ProductRecord__buttonWhiteLatitude:hover, .ProductRecord__buttonWhiteLatitude:focus, .ProductRecord__buttonWhiteLatitude:active{
        background:rgb(0, 85, 158);
        border:0.0625em solid rgb(0, 106, 198);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderLatitude{
      border:0.0625em solid rgb(0, 106, 198);
    }
.ProductRecord__lenderBackgroundLatitude .ProductRecord__headerRatioBar{
        background:rgb(0, 106, 198);
      }
.ProductRecord__lenderBackgroundLatitude:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 85, 158);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxLatitude{
        border:0.125em solid #006ac6;
        overflow:hidden;
    }
.ProductRecord__productRecordLatitude{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordLatitude:hover{
        border-left:0.0625em solid rgb(0, 106, 198);
        border-right:0.0625em solid rgb(0, 106, 198);
        border-bottom:0.0625em solid rgb(0, 106, 198);
    }
.ProductRecord__productRecordLatitude:hover .ProductRecord__sortingDescriptionBorderLatitude{
            background:rgb(0, 106, 198) !important;
            color:white;
        }
.ProductRecord__LaTrobe, .ProductRecord__contentBgLaTrobe, .ProductRecord__LaTrobe .ProductRecord__viewMoreButton{
        background:#30B4F4 !important;
    }
.ProductRecord__LaTrobe:hover, .ProductRecord__LaTrobe .ProductRecord__viewMoreButton:hover{
        background:rgb(38, 144, 195) !important;
    }
.ProductRecord__progressBarLaTrobe{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#30B4F4;
        background:-webkit-gradient(linear,  right top, left top,  from(#30B4F4),color-stop(50%, #30B4F4),color-stop(51%, #30B4F4),to(#30B4F4));
        background:linear-gradient(to left,  #30B4F4 0%,#30B4F4 50%,#30B4F4 51%,#30B4F4 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverLaTrobe{
        background:rgb(38, 144, 195);
    }
.ProductRecord__buttonLaTrobe{
        background:rgb(48, 180, 244);
        border:0.0625em solid rgb(48, 180, 244);
        color:white;
    }
.ProductRecord__buttonLaTrobe:hover, .ProductRecord__buttonLaTrobe:focus, .ProductRecord__buttonLaTrobe:active{
        background:rgb(38, 144, 195);
        border:0.0625em solid rgb(48, 180, 244);
        color:white;
    }
.ProductRecord__buttonWhiteLaTrobe{
        background:white;
        border:0.0625em solid rgb(48, 180, 244);
        color:rgb(48, 180, 244);
    }
.ProductRecord__buttonWhiteLaTrobe:hover, .ProductRecord__buttonWhiteLaTrobe:focus, .ProductRecord__buttonWhiteLaTrobe:active{
        background:rgb(38, 144, 195);
        border:0.0625em solid rgb(48, 180, 244);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderLaTrobe{
      border:0.0625em solid rgb(48, 180, 244);
    }
.ProductRecord__lenderBackgroundLaTrobe .ProductRecord__headerRatioBar{
        background:rgb(48, 180, 244);
      }
.ProductRecord__lenderBackgroundLaTrobe:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(38, 144, 195);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxLaTrobe{
        border:0.125em solid #30b4f4;
        overflow:hidden;
    }
.ProductRecord__productRecordLaTrobe{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordLaTrobe:hover{
        border-left:0.0625em solid rgb(48, 180, 244);
        border-right:0.0625em solid rgb(48, 180, 244);
        border-bottom:0.0625em solid rgb(48, 180, 244);
    }
.ProductRecord__productRecordLaTrobe:hover .ProductRecord__sortingDescriptionBorderLaTrobe{
            background:rgb(48, 180, 244) !important;
            color:white;
        }
.ProductRecord__LibertyFinancial, .ProductRecord__contentBgLibertyFinancial, .ProductRecord__LibertyFinancial .ProductRecord__viewMoreButton{
        background:#0A3371 !important;
    }
.ProductRecord__LibertyFinancial:hover, .ProductRecord__LibertyFinancial .ProductRecord__viewMoreButton:hover{
        background:rgb(8, 41, 90) !important;
    }
.ProductRecord__progressBarLibertyFinancial{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#0A3371;
        background:-webkit-gradient(linear,  right top, left top,  from(#0A3371),color-stop(50%, #0A3371),color-stop(51%, #0A3371),to(#0A3371));
        background:linear-gradient(to left,  #0A3371 0%,#0A3371 50%,#0A3371 51%,#0A3371 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverLibertyFinancial{
        background:rgb(8, 41, 90);
    }
.ProductRecord__buttonLibertyFinancial{
        background:rgb(10, 51, 113);
        border:0.0625em solid rgb(10, 51, 113);
        color:white;
    }
.ProductRecord__buttonLibertyFinancial:hover, .ProductRecord__buttonLibertyFinancial:focus, .ProductRecord__buttonLibertyFinancial:active{
        background:rgb(8, 41, 90);
        border:0.0625em solid rgb(10, 51, 113);
        color:white;
    }
.ProductRecord__buttonWhiteLibertyFinancial{
        background:white;
        border:0.0625em solid rgb(10, 51, 113);
        color:rgb(10, 51, 113);
    }
.ProductRecord__buttonWhiteLibertyFinancial:hover, .ProductRecord__buttonWhiteLibertyFinancial:focus, .ProductRecord__buttonWhiteLibertyFinancial:active{
        background:rgb(8, 41, 90);
        border:0.0625em solid rgb(10, 51, 113);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderLibertyFinancial{
      border:0.0625em solid rgb(10, 51, 113);
    }
.ProductRecord__lenderBackgroundLibertyFinancial .ProductRecord__headerRatioBar{
        background:rgb(10, 51, 113);
      }
.ProductRecord__lenderBackgroundLibertyFinancial:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(8, 41, 90);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxLibertyFinancial{
        border:0.125em solid #0a3371;
        overflow:hidden;
    }
.ProductRecord__productRecordLibertyFinancial{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordLibertyFinancial:hover{
        border-left:0.0625em solid rgb(10, 51, 113);
        border-right:0.0625em solid rgb(10, 51, 113);
        border-bottom:0.0625em solid rgb(10, 51, 113);
    }
.ProductRecord__productRecordLibertyFinancial:hover .ProductRecord__sortingDescriptionBorderLibertyFinancial{
            background:rgb(10, 51, 113) !important;
            color:white;
        }
.ProductRecord__LoanMarketGO, .ProductRecord__contentBgLoanMarketGO, .ProductRecord__LoanMarketGO .ProductRecord__viewMoreButton{
        background:#00AAE5 !important;
    }
.ProductRecord__LoanMarketGO:hover, .ProductRecord__LoanMarketGO .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 145, 195) !important;
    }
.ProductRecord__progressBarLoanMarketGO{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#00AAE5;
        background:-webkit-gradient(linear,  right top, left top,  from(#00AAE5),color-stop(50%, #00AAE5),color-stop(51%, #00AAE5),to(#00AAE5));
        background:linear-gradient(to left,  #00AAE5 0%,#00AAE5 50%,#00AAE5 51%,#00AAE5 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverLoanMarketGO{
        background:rgb(0, 145, 195);
    }
.ProductRecord__buttonLoanMarketGO{
        background:rgb(0, 170, 229);
        border:0.0625em solid rgb(0, 170, 229);
        color:white;
    }
.ProductRecord__buttonLoanMarketGO:hover, .ProductRecord__buttonLoanMarketGO:focus, .ProductRecord__buttonLoanMarketGO:active{
        background:rgb(0, 145, 195);
        border:0.0625em solid rgb(0, 170, 229);
        color:white;
    }
.ProductRecord__buttonWhiteLoanMarketGO{
        background:white;
        border:0.0625em solid rgb(0, 170, 229);
        color:rgb(0, 170, 229);
    }
.ProductRecord__buttonWhiteLoanMarketGO:hover, .ProductRecord__buttonWhiteLoanMarketGO:focus, .ProductRecord__buttonWhiteLoanMarketGO:active{
        background:rgb(0, 145, 195);
        border:0.0625em solid rgb(0, 170, 229);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderLoanMarketGO{
      border:0.0625em solid rgb(0, 170, 229);
    }
.ProductRecord__lenderBackgroundLoanMarketGO .ProductRecord__headerRatioBar{
        background:rgb(0, 170, 229);
      }
.ProductRecord__lenderBackgroundLoanMarketGO:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 145, 195);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxLoanMarketGO{
        border:0.125em solid #00aae5;
        overflow:hidden;
    }
.ProductRecord__productRecordLoanMarketGO{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordLoanMarketGO:hover{
        border-left:0.0625em solid rgb(0, 170, 229);
        border-right:0.0625em solid rgb(0, 170, 229);
        border-bottom:0.0625em solid rgb(0, 170, 229);
    }
.ProductRecord__productRecordLoanMarketGO:hover .ProductRecord__sortingDescriptionBorderLoanMarketGO{
            background:rgb(0, 170, 229) !important;
            color:white;
        }
.ProductRecord__MacquarieBank, .ProductRecord__contentBgMacquarieBank, .ProductRecord__MacquarieBank .ProductRecord__viewMoreButton{
        background:#000000 !important;
    }
.ProductRecord__MacquarieBank:hover, .ProductRecord__MacquarieBank .ProductRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.ProductRecord__progressBarMacquarieBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverMacquarieBank{
        background:rgb(51, 51, 51);
    }
.ProductRecord__buttonMacquarieBank{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonMacquarieBank:hover, .ProductRecord__buttonMacquarieBank:focus, .ProductRecord__buttonMacquarieBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonWhiteMacquarieBank{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.ProductRecord__buttonWhiteMacquarieBank:hover, .ProductRecord__buttonWhiteMacquarieBank:focus, .ProductRecord__buttonWhiteMacquarieBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderMacquarieBank{
      border:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__lenderBackgroundMacquarieBank .ProductRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.ProductRecord__lenderBackgroundMacquarieBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxMacquarieBank{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.ProductRecord__productRecordMacquarieBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordMacquarieBank:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__productRecordMacquarieBank:hover .ProductRecord__sortingDescriptionBorderMacquarieBank{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.ProductRecord__MEBank, .ProductRecord__contentBgMEBank, .ProductRecord__MEBank .ProductRecord__viewMoreButton{
        background:#000000 !important;
    }
.ProductRecord__MEBank:hover, .ProductRecord__MEBank .ProductRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.ProductRecord__progressBarMEBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverMEBank{
        background:rgb(51, 51, 51);
    }
.ProductRecord__buttonMEBank{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonMEBank:hover, .ProductRecord__buttonMEBank:focus, .ProductRecord__buttonMEBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonWhiteMEBank{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.ProductRecord__buttonWhiteMEBank:hover, .ProductRecord__buttonWhiteMEBank:focus, .ProductRecord__buttonWhiteMEBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderMEBank{
      border:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__lenderBackgroundMEBank .ProductRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.ProductRecord__lenderBackgroundMEBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxMEBank{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.ProductRecord__productRecordMEBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordMEBank:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__productRecordMEBank:hover .ProductRecord__sortingDescriptionBorderMEBank{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.ProductRecord__MKMCapital, .ProductRecord__contentBgMKMCapital, .ProductRecord__MKMCapital .ProductRecord__viewMoreButton{
        background:#3C4E85 !important;
    }
.ProductRecord__MKMCapital:hover, .ProductRecord__MKMCapital .ProductRecord__viewMoreButton:hover{
        background:rgb(48, 62, 106) !important;
    }
.ProductRecord__progressBarMKMCapital{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#3C4E85;
        background:-webkit-gradient(linear,  right top, left top,  from(#3C4E85),color-stop(50%, #3C4E85),color-stop(51%, #3C4E85),to(#3C4E85));
        background:linear-gradient(to left,  #3C4E85 0%,#3C4E85 50%,#3C4E85 51%,#3C4E85 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverMKMCapital{
        background:rgb(48, 62, 106);
    }
.ProductRecord__buttonMKMCapital{
        background:rgb(60, 78, 133);
        border:0.0625em solid rgb(60, 78, 133);
        color:white;
    }
.ProductRecord__buttonMKMCapital:hover, .ProductRecord__buttonMKMCapital:focus, .ProductRecord__buttonMKMCapital:active{
        background:rgb(48, 62, 106);
        border:0.0625em solid rgb(60, 78, 133);
        color:white;
    }
.ProductRecord__buttonWhiteMKMCapital{
        background:white;
        border:0.0625em solid rgb(60, 78, 133);
        color:rgb(60, 78, 133);
    }
.ProductRecord__buttonWhiteMKMCapital:hover, .ProductRecord__buttonWhiteMKMCapital:focus, .ProductRecord__buttonWhiteMKMCapital:active{
        background:rgb(48, 62, 106);
        border:0.0625em solid rgb(60, 78, 133);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderMKMCapital{
      border:0.0625em solid rgb(60, 78, 133);
    }
.ProductRecord__lenderBackgroundMKMCapital .ProductRecord__headerRatioBar{
        background:rgb(60, 78, 133);
      }
.ProductRecord__lenderBackgroundMKMCapital:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(48, 62, 106);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxMKMCapital{
        border:0.125em solid #3c4e85;
        overflow:hidden;
    }
.ProductRecord__productRecordMKMCapital{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordMKMCapital:hover{
        border-left:0.0625em solid rgb(60, 78, 133);
        border-right:0.0625em solid rgb(60, 78, 133);
        border-bottom:0.0625em solid rgb(60, 78, 133);
    }
.ProductRecord__productRecordMKMCapital:hover .ProductRecord__sortingDescriptionBorderMKMCapital{
            background:rgb(60, 78, 133) !important;
            color:white;
        }
.ProductRecord__MortgageEzy, .ProductRecord__contentBgMortgageEzy, .ProductRecord__MortgageEzy .ProductRecord__viewMoreButton{
        background:#000000 !important;
    }
.ProductRecord__MortgageEzy:hover, .ProductRecord__MortgageEzy .ProductRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.ProductRecord__progressBarMortgageEzy{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverMortgageEzy{
        background:rgb(51, 51, 51);
    }
.ProductRecord__buttonMortgageEzy{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonMortgageEzy:hover, .ProductRecord__buttonMortgageEzy:focus, .ProductRecord__buttonMortgageEzy:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonWhiteMortgageEzy{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.ProductRecord__buttonWhiteMortgageEzy:hover, .ProductRecord__buttonWhiteMortgageEzy:focus, .ProductRecord__buttonWhiteMortgageEzy:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderMortgageEzy{
      border:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__lenderBackgroundMortgageEzy .ProductRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.ProductRecord__lenderBackgroundMortgageEzy:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxMortgageEzy{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.ProductRecord__productRecordMortgageEzy{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordMortgageEzy:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__productRecordMortgageEzy:hover .ProductRecord__sortingDescriptionBorderMortgageEzy{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.ProductRecord__MyGov, .ProductRecord__contentBgMyGov, .ProductRecord__MyGov .ProductRecord__viewMoreButton{
        background:#62B049 !important;
    }
.ProductRecord__MyGov:hover, .ProductRecord__MyGov .ProductRecord__viewMoreButton:hover{
        background:rgb(78, 141, 58) !important;
    }
.ProductRecord__progressBarMyGov{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#62B049;
        background:-webkit-gradient(linear,  right top, left top,  from(#62B049),color-stop(50%, #62B049),color-stop(51%, #62B049),to(#62B049));
        background:linear-gradient(to left,  #62B049 0%,#62B049 50%,#62B049 51%,#62B049 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverMyGov{
        background:rgb(78, 141, 58);
    }
.ProductRecord__buttonMyGov{
        background:rgb(98, 176, 73);
        border:0.0625em solid rgb(98, 176, 73);
        color:white;
    }
.ProductRecord__buttonMyGov:hover, .ProductRecord__buttonMyGov:focus, .ProductRecord__buttonMyGov:active{
        background:rgb(78, 141, 58);
        border:0.0625em solid rgb(98, 176, 73);
        color:white;
    }
.ProductRecord__buttonWhiteMyGov{
        background:white;
        border:0.0625em solid rgb(98, 176, 73);
        color:rgb(98, 176, 73);
    }
.ProductRecord__buttonWhiteMyGov:hover, .ProductRecord__buttonWhiteMyGov:focus, .ProductRecord__buttonWhiteMyGov:active{
        background:rgb(78, 141, 58);
        border:0.0625em solid rgb(98, 176, 73);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderMyGov{
      border:0.0625em solid rgb(98, 176, 73);
    }
.ProductRecord__lenderBackgroundMyGov .ProductRecord__headerRatioBar{
        background:rgb(98, 176, 73);
      }
.ProductRecord__lenderBackgroundMyGov:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(78, 141, 58);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxMyGov{
        border:0.125em solid #62b049;
        overflow:hidden;
    }
.ProductRecord__productRecordMyGov{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordMyGov:hover{
        border-left:0.0625em solid rgb(98, 176, 73);
        border-right:0.0625em solid rgb(98, 176, 73);
        border-bottom:0.0625em solid rgb(98, 176, 73);
    }
.ProductRecord__productRecordMyGov:hover .ProductRecord__sortingDescriptionBorderMyGov{
            background:rgb(98, 176, 73) !important;
            color:white;
        }
.ProductRecord__MyStateBankLtd, .ProductRecord__contentBgMyStateBankLtd, .ProductRecord__MyStateBankLtd .ProductRecord__viewMoreButton{
        background:#003940 !important;
    }
.ProductRecord__MyStateBankLtd:hover, .ProductRecord__MyStateBankLtd .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 46, 51) !important;
    }
.ProductRecord__progressBarMyStateBankLtd{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#003940;
        background:-webkit-gradient(linear,  right top, left top,  from(#003940),color-stop(50%, #003940),color-stop(51%, #003940),to(#003940));
        background:linear-gradient(to left,  #003940 0%,#003940 50%,#003940 51%,#003940 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverMyStateBankLtd{
        background:rgb(0, 46, 51);
    }
.ProductRecord__buttonMyStateBankLtd{
        background:rgb(0, 57, 64);
        border:0.0625em solid rgb(0, 57, 64);
        color:white;
    }
.ProductRecord__buttonMyStateBankLtd:hover, .ProductRecord__buttonMyStateBankLtd:focus, .ProductRecord__buttonMyStateBankLtd:active{
        background:rgb(0, 46, 51);
        border:0.0625em solid rgb(0, 57, 64);
        color:white;
    }
.ProductRecord__buttonWhiteMyStateBankLtd{
        background:white;
        border:0.0625em solid rgb(0, 57, 64);
        color:rgb(0, 57, 64);
    }
.ProductRecord__buttonWhiteMyStateBankLtd:hover, .ProductRecord__buttonWhiteMyStateBankLtd:focus, .ProductRecord__buttonWhiteMyStateBankLtd:active{
        background:rgb(0, 46, 51);
        border:0.0625em solid rgb(0, 57, 64);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderMyStateBankLtd{
      border:0.0625em solid rgb(0, 57, 64);
    }
.ProductRecord__lenderBackgroundMyStateBankLtd .ProductRecord__headerRatioBar{
        background:rgb(0, 57, 64);
      }
.ProductRecord__lenderBackgroundMyStateBankLtd:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 46, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxMyStateBankLtd{
        border:0.125em solid #003940;
        overflow:hidden;
    }
.ProductRecord__productRecordMyStateBankLtd{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordMyStateBankLtd:hover{
        border-left:0.0625em solid rgb(0, 57, 64);
        border-right:0.0625em solid rgb(0, 57, 64);
        border-bottom:0.0625em solid rgb(0, 57, 64);
    }
.ProductRecord__productRecordMyStateBankLtd:hover .ProductRecord__sortingDescriptionBorderMyStateBankLtd{
            background:rgb(0, 57, 64) !important;
            color:white;
        }
.ProductRecord__NAB, .ProductRecord__contentBgNAB, .ProductRecord__NAB .ProductRecord__viewMoreButton{
        background:#000000 !important;
    }
.ProductRecord__NAB:hover, .ProductRecord__NAB .ProductRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.ProductRecord__progressBarNAB{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverNAB{
        background:rgb(51, 51, 51);
    }
.ProductRecord__buttonNAB{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonNAB:hover, .ProductRecord__buttonNAB:focus, .ProductRecord__buttonNAB:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonWhiteNAB{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.ProductRecord__buttonWhiteNAB:hover, .ProductRecord__buttonWhiteNAB:focus, .ProductRecord__buttonWhiteNAB:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderNAB{
      border:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__lenderBackgroundNAB .ProductRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.ProductRecord__lenderBackgroundNAB:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxNAB{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.ProductRecord__productRecordNAB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordNAB:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__productRecordNAB:hover .ProductRecord__sortingDescriptionBorderNAB{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.ProductRecord__NowFinance, .ProductRecord__contentBgNowFinance, .ProductRecord__NowFinance .ProductRecord__viewMoreButton{
        background:#EC6719 !important;
    }
.ProductRecord__NowFinance:hover, .ProductRecord__NowFinance .ProductRecord__viewMoreButton:hover{
        background:rgb(189, 82, 20) !important;
    }
.ProductRecord__progressBarNowFinance{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#EC6719;
        background:-webkit-gradient(linear,  right top, left top,  from(#EC6719),color-stop(50%, #EC6719),color-stop(51%, #EC6719),to(#EC6719));
        background:linear-gradient(to left,  #EC6719 0%,#EC6719 50%,#EC6719 51%,#EC6719 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverNowFinance{
        background:rgb(189, 82, 20);
    }
.ProductRecord__buttonNowFinance{
        background:rgb(236, 103, 25);
        border:0.0625em solid rgb(236, 103, 25);
        color:white;
    }
.ProductRecord__buttonNowFinance:hover, .ProductRecord__buttonNowFinance:focus, .ProductRecord__buttonNowFinance:active{
        background:rgb(189, 82, 20);
        border:0.0625em solid rgb(236, 103, 25);
        color:white;
    }
.ProductRecord__buttonWhiteNowFinance{
        background:white;
        border:0.0625em solid rgb(236, 103, 25);
        color:rgb(236, 103, 25);
    }
.ProductRecord__buttonWhiteNowFinance:hover, .ProductRecord__buttonWhiteNowFinance:focus, .ProductRecord__buttonWhiteNowFinance:active{
        background:rgb(189, 82, 20);
        border:0.0625em solid rgb(236, 103, 25);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderNowFinance{
      border:0.0625em solid rgb(236, 103, 25);
    }
.ProductRecord__lenderBackgroundNowFinance .ProductRecord__headerRatioBar{
        background:rgb(236, 103, 25);
      }
.ProductRecord__lenderBackgroundNowFinance:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(189, 82, 20);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxNowFinance{
        border:0.125em solid #ec6719;
        overflow:hidden;
    }
.ProductRecord__productRecordNowFinance{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordNowFinance:hover{
        border-left:0.0625em solid rgb(236, 103, 25);
        border-right:0.0625em solid rgb(236, 103, 25);
        border-bottom:0.0625em solid rgb(236, 103, 25);
    }
.ProductRecord__productRecordNowFinance:hover .ProductRecord__sortingDescriptionBorderNowFinance{
            background:rgb(236, 103, 25) !important;
            color:white;
        }
.ProductRecord__NWCFinace, .ProductRecord__contentBgNWCFinace, .ProductRecord__NWCFinace .ProductRecord__viewMoreButton{
        background:#000000 !important;
    }
.ProductRecord__NWCFinace:hover, .ProductRecord__NWCFinace .ProductRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.ProductRecord__progressBarNWCFinace{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverNWCFinace{
        background:rgb(51, 51, 51);
    }
.ProductRecord__buttonNWCFinace{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonNWCFinace:hover, .ProductRecord__buttonNWCFinace:focus, .ProductRecord__buttonNWCFinace:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonWhiteNWCFinace{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.ProductRecord__buttonWhiteNWCFinace:hover, .ProductRecord__buttonWhiteNWCFinace:focus, .ProductRecord__buttonWhiteNWCFinace:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderNWCFinace{
      border:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__lenderBackgroundNWCFinace .ProductRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.ProductRecord__lenderBackgroundNWCFinace:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxNWCFinace{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.ProductRecord__productRecordNWCFinace{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordNWCFinace:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__productRecordNWCFinace:hover .ProductRecord__sortingDescriptionBorderNWCFinace{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.ProductRecord__pnb, .ProductRecord__contentBgpnb, .ProductRecord__pnb .ProductRecord__viewMoreButton{
        background:#E2231A !important;
    }
.ProductRecord__pnb:hover, .ProductRecord__pnb .ProductRecord__viewMoreButton:hover{
        background:rgb(181, 28, 21) !important;
    }
.ProductRecord__progressBarpnb{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#E2231A;
        background:-webkit-gradient(linear,  right top, left top,  from(#E2231A),color-stop(50%, #E2231A),color-stop(51%, #E2231A),to(#E2231A));
        background:linear-gradient(to left,  #E2231A 0%,#E2231A 50%,#E2231A 51%,#E2231A 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverpnb{
        background:rgb(181, 28, 21);
    }
.ProductRecord__buttonpnb{
        background:rgb(226, 35, 26);
        border:0.0625em solid rgb(226, 35, 26);
        color:white;
    }
.ProductRecord__buttonpnb:hover, .ProductRecord__buttonpnb:focus, .ProductRecord__buttonpnb:active{
        background:rgb(181, 28, 21);
        border:0.0625em solid rgb(226, 35, 26);
        color:white;
    }
.ProductRecord__buttonWhitepnb{
        background:white;
        border:0.0625em solid rgb(226, 35, 26);
        color:rgb(226, 35, 26);
    }
.ProductRecord__buttonWhitepnb:hover, .ProductRecord__buttonWhitepnb:focus, .ProductRecord__buttonWhitepnb:active{
        background:rgb(181, 28, 21);
        border:0.0625em solid rgb(226, 35, 26);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderpnb{
      border:0.0625em solid rgb(226, 35, 26);
    }
.ProductRecord__lenderBackgroundpnb .ProductRecord__headerRatioBar{
        background:rgb(226, 35, 26);
      }
.ProductRecord__lenderBackgroundpnb:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(181, 28, 21);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxpnb{
        border:0.125em solid #e2231a;
        overflow:hidden;
    }
.ProductRecord__productRecordpnb{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordpnb:hover{
        border-left:0.0625em solid rgb(226, 35, 26);
        border-right:0.0625em solid rgb(226, 35, 26);
        border-bottom:0.0625em solid rgb(226, 35, 26);
    }
.ProductRecord__productRecordpnb:hover .ProductRecord__sortingDescriptionBorderpnb{
            background:rgb(226, 35, 26) !important;
            color:white;
        }
.ProductRecord__ParamountMortgage, .ProductRecord__contentBgParamountMortgage, .ProductRecord__ParamountMortgage .ProductRecord__viewMoreButton{
        background:#00A1E4 !important;
    }
.ProductRecord__ParamountMortgage:hover, .ProductRecord__ParamountMortgage .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 129, 182) !important;
    }
.ProductRecord__progressBarParamountMortgage{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#00A1E4;
        background:-webkit-gradient(linear,  right top, left top,  from(#00A1E4),color-stop(50%, #00A1E4),color-stop(51%, #00A1E4),to(#00A1E4));
        background:linear-gradient(to left,  #00A1E4 0%,#00A1E4 50%,#00A1E4 51%,#00A1E4 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverParamountMortgage{
        background:rgb(0, 129, 182);
    }
.ProductRecord__buttonParamountMortgage{
        background:rgb(0, 161, 228);
        border:0.0625em solid rgb(0, 161, 228);
        color:white;
    }
.ProductRecord__buttonParamountMortgage:hover, .ProductRecord__buttonParamountMortgage:focus, .ProductRecord__buttonParamountMortgage:active{
        background:rgb(0, 129, 182);
        border:0.0625em solid rgb(0, 161, 228);
        color:white;
    }
.ProductRecord__buttonWhiteParamountMortgage{
        background:white;
        border:0.0625em solid rgb(0, 161, 228);
        color:rgb(0, 161, 228);
    }
.ProductRecord__buttonWhiteParamountMortgage:hover, .ProductRecord__buttonWhiteParamountMortgage:focus, .ProductRecord__buttonWhiteParamountMortgage:active{
        background:rgb(0, 129, 182);
        border:0.0625em solid rgb(0, 161, 228);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderParamountMortgage{
      border:0.0625em solid rgb(0, 161, 228);
    }
.ProductRecord__lenderBackgroundParamountMortgage .ProductRecord__headerRatioBar{
        background:rgb(0, 161, 228);
      }
.ProductRecord__lenderBackgroundParamountMortgage:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 129, 182);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxParamountMortgage{
        border:0.125em solid #00a1e4;
        overflow:hidden;
    }
.ProductRecord__productRecordParamountMortgage{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordParamountMortgage:hover{
        border-left:0.0625em solid rgb(0, 161, 228);
        border-right:0.0625em solid rgb(0, 161, 228);
        border-bottom:0.0625em solid rgb(0, 161, 228);
    }
.ProductRecord__productRecordParamountMortgage:hover .ProductRecord__sortingDescriptionBorderParamountMortgage{
            background:rgb(0, 161, 228) !important;
            color:white;
        }
.ProductRecord__PeoplesChoice, .ProductRecord__contentBgPeoplesChoice, .ProductRecord__PeoplesChoice .ProductRecord__viewMoreButton{
        background:#F71E0A !important;
    }
.ProductRecord__PeoplesChoice:hover, .ProductRecord__PeoplesChoice .ProductRecord__viewMoreButton:hover{
        background:rgb(198, 24, 8) !important;
    }
.ProductRecord__progressBarPeoplesChoice{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#F71E0A;
        background:-webkit-gradient(linear,  right top, left top,  from(#F71E0A),color-stop(50%, #F71E0A),color-stop(51%, #F71E0A),to(#F71E0A));
        background:linear-gradient(to left,  #F71E0A 0%,#F71E0A 50%,#F71E0A 51%,#F71E0A 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverPeoplesChoice{
        background:rgb(198, 24, 8);
    }
.ProductRecord__buttonPeoplesChoice{
        background:rgb(247, 30, 10);
        border:0.0625em solid rgb(247, 30, 10);
        color:white;
    }
.ProductRecord__buttonPeoplesChoice:hover, .ProductRecord__buttonPeoplesChoice:focus, .ProductRecord__buttonPeoplesChoice:active{
        background:rgb(198, 24, 8);
        border:0.0625em solid rgb(247, 30, 10);
        color:white;
    }
.ProductRecord__buttonWhitePeoplesChoice{
        background:white;
        border:0.0625em solid rgb(247, 30, 10);
        color:rgb(247, 30, 10);
    }
.ProductRecord__buttonWhitePeoplesChoice:hover, .ProductRecord__buttonWhitePeoplesChoice:focus, .ProductRecord__buttonWhitePeoplesChoice:active{
        background:rgb(198, 24, 8);
        border:0.0625em solid rgb(247, 30, 10);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderPeoplesChoice{
      border:0.0625em solid rgb(247, 30, 10);
    }
.ProductRecord__lenderBackgroundPeoplesChoice .ProductRecord__headerRatioBar{
        background:rgb(247, 30, 10);
      }
.ProductRecord__lenderBackgroundPeoplesChoice:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(198, 24, 8);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxPeoplesChoice{
        border:0.125em solid #f71e0a;
        overflow:hidden;
    }
.ProductRecord__productRecordPeoplesChoice{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordPeoplesChoice:hover{
        border-left:0.0625em solid rgb(247, 30, 10);
        border-right:0.0625em solid rgb(247, 30, 10);
        border-bottom:0.0625em solid rgb(247, 30, 10);
    }
.ProductRecord__productRecordPeoplesChoice:hover .ProductRecord__sortingDescriptionBorderPeoplesChoice{
            background:rgb(247, 30, 10) !important;
            color:white;
        }
.ProductRecord__PepperMoney, .ProductRecord__contentBgPepperMoney, .ProductRecord__PepperMoney .ProductRecord__viewMoreButton{
        background:#E3001A !important;
    }
.ProductRecord__PepperMoney:hover, .ProductRecord__PepperMoney .ProductRecord__viewMoreButton:hover{
        background:rgb(182, 0, 21) !important;
    }
.ProductRecord__progressBarPepperMoney{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#E3001A;
        background:-webkit-gradient(linear,  right top, left top,  from(#E3001A),color-stop(50%, #E3001A),color-stop(51%, #E3001A),to(#E3001A));
        background:linear-gradient(to left,  #E3001A 0%,#E3001A 50%,#E3001A 51%,#E3001A 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverPepperMoney{
        background:rgb(182, 0, 21);
    }
.ProductRecord__buttonPepperMoney{
        background:rgb(227, 0, 26);
        border:0.0625em solid rgb(227, 0, 26);
        color:white;
    }
.ProductRecord__buttonPepperMoney:hover, .ProductRecord__buttonPepperMoney:focus, .ProductRecord__buttonPepperMoney:active{
        background:rgb(182, 0, 21);
        border:0.0625em solid rgb(227, 0, 26);
        color:white;
    }
.ProductRecord__buttonWhitePepperMoney{
        background:white;
        border:0.0625em solid rgb(227, 0, 26);
        color:rgb(227, 0, 26);
    }
.ProductRecord__buttonWhitePepperMoney:hover, .ProductRecord__buttonWhitePepperMoney:focus, .ProductRecord__buttonWhitePepperMoney:active{
        background:rgb(182, 0, 21);
        border:0.0625em solid rgb(227, 0, 26);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderPepperMoney{
      border:0.0625em solid rgb(227, 0, 26);
    }
.ProductRecord__lenderBackgroundPepperMoney .ProductRecord__headerRatioBar{
        background:rgb(227, 0, 26);
      }
.ProductRecord__lenderBackgroundPepperMoney:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(182, 0, 21);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxPepperMoney{
        border:0.125em solid #e3001a;
        overflow:hidden;
    }
.ProductRecord__productRecordPepperMoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordPepperMoney:hover{
        border-left:0.0625em solid rgb(227, 0, 26);
        border-right:0.0625em solid rgb(227, 0, 26);
        border-bottom:0.0625em solid rgb(227, 0, 26);
    }
.ProductRecord__productRecordPepperMoney:hover .ProductRecord__sortingDescriptionBorderPepperMoney{
            background:rgb(227, 0, 26) !important;
            color:white;
        }
.ProductRecord__Pioneer, .ProductRecord__contentBgPioneer, .ProductRecord__Pioneer .ProductRecord__viewMoreButton{
        background:#F16823 !important;
    }
.ProductRecord__Pioneer:hover, .ProductRecord__Pioneer .ProductRecord__viewMoreButton:hover{
        background:rgb(193, 83, 28) !important;
    }
.ProductRecord__progressBarPioneer{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#F16823;
        background:-webkit-gradient(linear,  right top, left top,  from(#F16823),color-stop(50%, #F16823),color-stop(51%, #F16823),to(#F16823));
        background:linear-gradient(to left,  #F16823 0%,#F16823 50%,#F16823 51%,#F16823 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverPioneer{
        background:rgb(193, 83, 28);
    }
.ProductRecord__buttonPioneer{
        background:rgb(241, 104, 35);
        border:0.0625em solid rgb(241, 104, 35);
        color:white;
    }
.ProductRecord__buttonPioneer:hover, .ProductRecord__buttonPioneer:focus, .ProductRecord__buttonPioneer:active{
        background:rgb(193, 83, 28);
        border:0.0625em solid rgb(241, 104, 35);
        color:white;
    }
.ProductRecord__buttonWhitePioneer{
        background:white;
        border:0.0625em solid rgb(241, 104, 35);
        color:rgb(241, 104, 35);
    }
.ProductRecord__buttonWhitePioneer:hover, .ProductRecord__buttonWhitePioneer:focus, .ProductRecord__buttonWhitePioneer:active{
        background:rgb(193, 83, 28);
        border:0.0625em solid rgb(241, 104, 35);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderPioneer{
      border:0.0625em solid rgb(241, 104, 35);
    }
.ProductRecord__lenderBackgroundPioneer .ProductRecord__headerRatioBar{
        background:rgb(241, 104, 35);
      }
.ProductRecord__lenderBackgroundPioneer:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(193, 83, 28);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxPioneer{
        border:0.125em solid #f16823;
        overflow:hidden;
    }
.ProductRecord__productRecordPioneer{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordPioneer:hover{
        border-left:0.0625em solid rgb(241, 104, 35);
        border-right:0.0625em solid rgb(241, 104, 35);
        border-bottom:0.0625em solid rgb(241, 104, 35);
    }
.ProductRecord__productRecordPioneer:hover .ProductRecord__sortingDescriptionBorderPioneer{
            background:rgb(241, 104, 35) !important;
            color:white;
        }
.ProductRecord__RAMS, .ProductRecord__contentBgRAMS, .ProductRecord__RAMS .ProductRecord__viewMoreButton{
        background:#035482 !important;
    }
.ProductRecord__RAMS:hover, .ProductRecord__RAMS .ProductRecord__viewMoreButton:hover{
        background:rgb(2, 67, 104) !important;
    }
.ProductRecord__progressBarRAMS{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#035482;
        background:-webkit-gradient(linear,  right top, left top,  from(#035482),color-stop(50%, #035482),color-stop(51%, #035482),to(#035482));
        background:linear-gradient(to left,  #035482 0%,#035482 50%,#035482 51%,#035482 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverRAMS{
        background:rgb(2, 67, 104);
    }
.ProductRecord__buttonRAMS{
        background:rgb(3, 84, 130);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.ProductRecord__buttonRAMS:hover, .ProductRecord__buttonRAMS:focus, .ProductRecord__buttonRAMS:active{
        background:rgb(2, 67, 104);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.ProductRecord__buttonWhiteRAMS{
        background:white;
        border:0.0625em solid rgb(3, 84, 130);
        color:rgb(3, 84, 130);
    }
.ProductRecord__buttonWhiteRAMS:hover, .ProductRecord__buttonWhiteRAMS:focus, .ProductRecord__buttonWhiteRAMS:active{
        background:rgb(2, 67, 104);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderRAMS{
      border:0.0625em solid rgb(3, 84, 130);
    }
.ProductRecord__lenderBackgroundRAMS .ProductRecord__headerRatioBar{
        background:rgb(3, 84, 130);
      }
.ProductRecord__lenderBackgroundRAMS:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(2, 67, 104);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxRAMS{
        border:0.125em solid #035482;
        overflow:hidden;
    }
.ProductRecord__productRecordRAMS{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordRAMS:hover{
        border-left:0.0625em solid rgb(3, 84, 130);
        border-right:0.0625em solid rgb(3, 84, 130);
        border-bottom:0.0625em solid rgb(3, 84, 130);
    }
.ProductRecord__productRecordRAMS:hover .ProductRecord__sortingDescriptionBorderRAMS{
            background:rgb(3, 84, 130) !important;
            color:white;
        }
.ProductRecord__Resimac, .ProductRecord__contentBgResimac, .ProductRecord__Resimac .ProductRecord__viewMoreButton{
        background:#B61826 !important;
    }
.ProductRecord__Resimac:hover, .ProductRecord__Resimac .ProductRecord__viewMoreButton:hover{
        background:rgb(197, 70, 81) !important;
    }
.ProductRecord__progressBarResimac{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#B61826;
        background:-webkit-gradient(linear,  right top, left top,  from(#B61826),color-stop(50%, #B61826),color-stop(51%, #B61826),to(#B61826));
        background:linear-gradient(to left,  #B61826 0%,#B61826 50%,#B61826 51%,#B61826 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverResimac{
        background:rgb(197, 70, 81);
    }
.ProductRecord__buttonResimac{
        background:rgb(182, 24, 38);
        border:0.0625em solid rgb(182, 24, 38);
        color:white;
    }
.ProductRecord__buttonResimac:hover, .ProductRecord__buttonResimac:focus, .ProductRecord__buttonResimac:active{
        background:rgb(197, 70, 81);
        border:0.0625em solid rgb(182, 24, 38);
        color:white;
    }
.ProductRecord__buttonWhiteResimac{
        background:white;
        border:0.0625em solid rgb(182, 24, 38);
        color:rgb(182, 24, 38);
    }
.ProductRecord__buttonWhiteResimac:hover, .ProductRecord__buttonWhiteResimac:focus, .ProductRecord__buttonWhiteResimac:active{
        background:rgb(197, 70, 81);
        border:0.0625em solid rgb(182, 24, 38);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderResimac{
      border:0.0625em solid rgb(182, 24, 38);
    }
.ProductRecord__lenderBackgroundResimac .ProductRecord__headerRatioBar{
        background:rgb(182, 24, 38);
      }
.ProductRecord__lenderBackgroundResimac:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(197, 70, 81);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxResimac{
        border:0.125em solid #b61826;
        overflow:hidden;
    }
.ProductRecord__productRecordResimac{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordResimac:hover{
        border-left:0.0625em solid rgb(182, 24, 38);
        border-right:0.0625em solid rgb(182, 24, 38);
        border-bottom:0.0625em solid rgb(182, 24, 38);
    }
.ProductRecord__productRecordResimac:hover .ProductRecord__sortingDescriptionBorderResimac{
            background:rgb(182, 24, 38) !important;
            color:white;
        }
.ProductRecord__SBSBank, .ProductRecord__contentBgSBSBank, .ProductRecord__SBSBank .ProductRecord__viewMoreButton{
        background:#F34F2D !important;
    }
.ProductRecord__SBSBank:hover, .ProductRecord__SBSBank .ProductRecord__viewMoreButton:hover{
        background:rgb(194, 63, 36) !important;
    }
.ProductRecord__progressBarSBSBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#F34F2D;
        background:-webkit-gradient(linear,  right top, left top,  from(#F34F2D),color-stop(50%, #F34F2D),color-stop(51%, #F34F2D),to(#F34F2D));
        background:linear-gradient(to left,  #F34F2D 0%,#F34F2D 50%,#F34F2D 51%,#F34F2D 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverSBSBank{
        background:rgb(194, 63, 36);
    }
.ProductRecord__buttonSBSBank{
        background:rgb(243, 79, 45);
        border:0.0625em solid rgb(243, 79, 45);
        color:white;
    }
.ProductRecord__buttonSBSBank:hover, .ProductRecord__buttonSBSBank:focus, .ProductRecord__buttonSBSBank:active{
        background:rgb(194, 63, 36);
        border:0.0625em solid rgb(243, 79, 45);
        color:white;
    }
.ProductRecord__buttonWhiteSBSBank{
        background:white;
        border:0.0625em solid rgb(243, 79, 45);
        color:rgb(243, 79, 45);
    }
.ProductRecord__buttonWhiteSBSBank:hover, .ProductRecord__buttonWhiteSBSBank:focus, .ProductRecord__buttonWhiteSBSBank:active{
        background:rgb(194, 63, 36);
        border:0.0625em solid rgb(243, 79, 45);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderSBSBank{
      border:0.0625em solid rgb(243, 79, 45);
    }
.ProductRecord__lenderBackgroundSBSBank .ProductRecord__headerRatioBar{
        background:rgb(243, 79, 45);
      }
.ProductRecord__lenderBackgroundSBSBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(194, 63, 36);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxSBSBank{
        border:0.125em solid #f34f2d;
        overflow:hidden;
    }
.ProductRecord__productRecordSBSBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordSBSBank:hover{
        border-left:0.0625em solid rgb(243, 79, 45);
        border-right:0.0625em solid rgb(243, 79, 45);
        border-bottom:0.0625em solid rgb(243, 79, 45);
    }
.ProductRecord__productRecordSBSBank:hover .ProductRecord__sortingDescriptionBorderSBSBank{
            background:rgb(243, 79, 45) !important;
            color:white;
        }
.ProductRecord__Select, .ProductRecord__contentBgSelect, .ProductRecord__Select .ProductRecord__viewMoreButton{
        background:#000000 !important;
    }
.ProductRecord__Select:hover, .ProductRecord__Select .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 0, 0) !important;
    }
.ProductRecord__progressBarSelect{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverSelect{
        background:rgb(0, 0, 0);
    }
.ProductRecord__buttonSelect{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonSelect:hover, .ProductRecord__buttonSelect:focus, .ProductRecord__buttonSelect:active{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonWhiteSelect{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.ProductRecord__buttonWhiteSelect:hover, .ProductRecord__buttonWhiteSelect:focus, .ProductRecord__buttonWhiteSelect:active{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderSelect{
      border:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__lenderBackgroundSelect .ProductRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.ProductRecord__lenderBackgroundSelect:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 0, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxSelect{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.ProductRecord__productRecordSelect{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordSelect:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__productRecordSelect:hover .ProductRecord__sortingDescriptionBorderSelect{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.ProductRecord__SouthernCross, .ProductRecord__contentBgSouthernCross, .ProductRecord__SouthernCross .ProductRecord__viewMoreButton{
        background:#003779 !important;
    }
.ProductRecord__SouthernCross:hover, .ProductRecord__SouthernCross .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 44, 97) !important;
    }
.ProductRecord__progressBarSouthernCross{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#003779;
        background:-webkit-gradient(linear,  right top, left top,  from(#003779),color-stop(50%, #003779),color-stop(51%, #003779),to(#003779));
        background:linear-gradient(to left,  #003779 0%,#003779 50%,#003779 51%,#003779 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverSouthernCross{
        background:rgb(0, 44, 97);
    }
.ProductRecord__buttonSouthernCross{
        background:rgb(0, 55, 121);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.ProductRecord__buttonSouthernCross:hover, .ProductRecord__buttonSouthernCross:focus, .ProductRecord__buttonSouthernCross:active{
        background:rgb(0, 44, 97);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.ProductRecord__buttonWhiteSouthernCross{
        background:white;
        border:0.0625em solid rgb(0, 55, 121);
        color:rgb(0, 55, 121);
    }
.ProductRecord__buttonWhiteSouthernCross:hover, .ProductRecord__buttonWhiteSouthernCross:focus, .ProductRecord__buttonWhiteSouthernCross:active{
        background:rgb(0, 44, 97);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderSouthernCross{
      border:0.0625em solid rgb(0, 55, 121);
    }
.ProductRecord__lenderBackgroundSouthernCross .ProductRecord__headerRatioBar{
        background:rgb(0, 55, 121);
      }
.ProductRecord__lenderBackgroundSouthernCross:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 44, 97);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxSouthernCross{
        border:0.125em solid #003779;
        overflow:hidden;
    }
.ProductRecord__productRecordSouthernCross{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordSouthernCross:hover{
        border-left:0.0625em solid rgb(0, 55, 121);
        border-right:0.0625em solid rgb(0, 55, 121);
        border-bottom:0.0625em solid rgb(0, 55, 121);
    }
.ProductRecord__productRecordSouthernCross:hover .ProductRecord__sortingDescriptionBorderSouthernCross{
            background:rgb(0, 55, 121) !important;
            color:white;
        }
.ProductRecord__SouthernCrossCU, .ProductRecord__contentBgSouthernCrossCU, .ProductRecord__SouthernCrossCU .ProductRecord__viewMoreButton{
        background:#07397f !important;
    }
.ProductRecord__SouthernCrossCU:hover, .ProductRecord__SouthernCrossCU .ProductRecord__viewMoreButton:hover{
        background:rgb(7, 57, 127) !important;
    }
.ProductRecord__progressBarSouthernCrossCU{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#07397f;
        background:-webkit-gradient(linear,  right top, left top,  from(#07397f),color-stop(50%, #07397f),color-stop(51%, #07397f),to(#07397f));
        background:linear-gradient(to left,  #07397f 0%,#07397f 50%,#07397f 51%,#07397f 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverSouthernCrossCU{
        background:rgb(7, 57, 127);
    }
.ProductRecord__buttonSouthernCrossCU{
        background:rgb(7, 57, 127);
        border:0.0625em solid rgb(7, 57, 127);
        color:white;
    }
.ProductRecord__buttonSouthernCrossCU:hover, .ProductRecord__buttonSouthernCrossCU:focus, .ProductRecord__buttonSouthernCrossCU:active{
        background:rgb(7, 57, 127);
        border:0.0625em solid rgb(7, 57, 127);
        color:white;
    }
.ProductRecord__buttonWhiteSouthernCrossCU{
        background:white;
        border:0.0625em solid rgb(7, 57, 127);
        color:rgb(7, 57, 127);
    }
.ProductRecord__buttonWhiteSouthernCrossCU:hover, .ProductRecord__buttonWhiteSouthernCrossCU:focus, .ProductRecord__buttonWhiteSouthernCrossCU:active{
        background:rgb(7, 57, 127);
        border:0.0625em solid rgb(7, 57, 127);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderSouthernCrossCU{
      border:0.0625em solid rgb(7, 57, 127);
    }
.ProductRecord__lenderBackgroundSouthernCrossCU .ProductRecord__headerRatioBar{
        background:rgb(7, 57, 127);
      }
.ProductRecord__lenderBackgroundSouthernCrossCU:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(7, 57, 127);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxSouthernCrossCU{
        border:0.125em solid #07397f;
        overflow:hidden;
    }
.ProductRecord__productRecordSouthernCrossCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordSouthernCrossCU:hover{
        border-left:0.0625em solid rgb(7, 57, 127);
        border-right:0.0625em solid rgb(7, 57, 127);
        border-bottom:0.0625em solid rgb(7, 57, 127);
    }
.ProductRecord__productRecordSouthernCrossCU:hover .ProductRecord__sortingDescriptionBorderSouthernCrossCU{
            background:rgb(7, 57, 127) !important;
            color:white;
        }
.ProductRecord__Sovereign, .ProductRecord__contentBgSovereign, .ProductRecord__Sovereign .ProductRecord__viewMoreButton{
        background:#6CCACD !important;
    }
.ProductRecord__Sovereign:hover, .ProductRecord__Sovereign .ProductRecord__viewMoreButton:hover{
        background:rgb(108, 202, 205) !important;
    }
.ProductRecord__progressBarSovereign{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#6CCACD;
        background:-webkit-gradient(linear,  right top, left top,  from(#6CCACD),color-stop(50%, #6CCACD),color-stop(51%, #6CCACD),to(#6CCACD));
        background:linear-gradient(to left,  #6CCACD 0%,#6CCACD 50%,#6CCACD 51%,#6CCACD 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverSovereign{
        background:rgb(108, 202, 205);
    }
.ProductRecord__buttonSovereign{
        background:rgb(108, 202, 205);
        border:0.0625em solid rgb(108, 202, 205);
        color:white;
    }
.ProductRecord__buttonSovereign:hover, .ProductRecord__buttonSovereign:focus, .ProductRecord__buttonSovereign:active{
        background:rgb(108, 202, 205);
        border:0.0625em solid rgb(108, 202, 205);
        color:white;
    }
.ProductRecord__buttonWhiteSovereign{
        background:white;
        border:0.0625em solid rgb(108, 202, 205);
        color:rgb(108, 202, 205);
    }
.ProductRecord__buttonWhiteSovereign:hover, .ProductRecord__buttonWhiteSovereign:focus, .ProductRecord__buttonWhiteSovereign:active{
        background:rgb(108, 202, 205);
        border:0.0625em solid rgb(108, 202, 205);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderSovereign{
      border:0.0625em solid rgb(108, 202, 205);
    }
.ProductRecord__lenderBackgroundSovereign .ProductRecord__headerRatioBar{
        background:rgb(108, 202, 205);
      }
.ProductRecord__lenderBackgroundSovereign:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(108, 202, 205);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxSovereign{
        border:0.125em solid #6ccacd;
        overflow:hidden;
    }
.ProductRecord__productRecordSovereign{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordSovereign:hover{
        border-left:0.0625em solid rgb(108, 202, 205);
        border-right:0.0625em solid rgb(108, 202, 205);
        border-bottom:0.0625em solid rgb(108, 202, 205);
    }
.ProductRecord__productRecordSovereign:hover .ProductRecord__sortingDescriptionBorderSovereign{
            background:rgb(108, 202, 205) !important;
            color:white;
        }
.ProductRecord__StGeorge, .ProductRecord__contentBgStGeorge, .ProductRecord__StGeorge .ProductRecord__viewMoreButton{
        background:#1F7933 !important;
    }
.ProductRecord__StGeorge:hover, .ProductRecord__StGeorge .ProductRecord__viewMoreButton:hover{
        background:rgb(25, 97, 41) !important;
    }
.ProductRecord__progressBarStGeorge{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#1F7933;
        background:-webkit-gradient(linear,  right top, left top,  from(#1F7933),color-stop(50%, #1F7933),color-stop(51%, #1F7933),to(#1F7933));
        background:linear-gradient(to left,  #1F7933 0%,#1F7933 50%,#1F7933 51%,#1F7933 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverStGeorge{
        background:rgb(25, 97, 41);
    }
.ProductRecord__buttonStGeorge{
        background:rgb(31, 121, 51);
        border:0.0625em solid rgb(31, 121, 51);
        color:white;
    }
.ProductRecord__buttonStGeorge:hover, .ProductRecord__buttonStGeorge:focus, .ProductRecord__buttonStGeorge:active{
        background:rgb(25, 97, 41);
        border:0.0625em solid rgb(31, 121, 51);
        color:white;
    }
.ProductRecord__buttonWhiteStGeorge{
        background:white;
        border:0.0625em solid rgb(31, 121, 51);
        color:rgb(31, 121, 51);
    }
.ProductRecord__buttonWhiteStGeorge:hover, .ProductRecord__buttonWhiteStGeorge:focus, .ProductRecord__buttonWhiteStGeorge:active{
        background:rgb(25, 97, 41);
        border:0.0625em solid rgb(31, 121, 51);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderStGeorge{
      border:0.0625em solid rgb(31, 121, 51);
    }
.ProductRecord__lenderBackgroundStGeorge .ProductRecord__headerRatioBar{
        background:rgb(31, 121, 51);
      }
.ProductRecord__lenderBackgroundStGeorge:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(25, 97, 41);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxStGeorge{
        border:0.125em solid #1f7933;
        overflow:hidden;
    }
.ProductRecord__productRecordStGeorge{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordStGeorge:hover{
        border-left:0.0625em solid rgb(31, 121, 51);
        border-right:0.0625em solid rgb(31, 121, 51);
        border-bottom:0.0625em solid rgb(31, 121, 51);
    }
.ProductRecord__productRecordStGeorge:hover .ProductRecord__sortingDescriptionBorderStGeorge{
            background:rgb(31, 121, 51) !important;
            color:white;
        }
.ProductRecord__SuncorpBank, .ProductRecord__contentBgSuncorpBank, .ProductRecord__SuncorpBank .ProductRecord__viewMoreButton{
        background:#006F66 !important;
    }
.ProductRecord__SuncorpBank:hover, .ProductRecord__SuncorpBank .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 89, 82) !important;
    }
.ProductRecord__progressBarSuncorpBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#006F66;
        background:-webkit-gradient(linear,  right top, left top,  from(#006F66),color-stop(50%, #006F66),color-stop(51%, #006F66),to(#006F66));
        background:linear-gradient(to left,  #006F66 0%,#006F66 50%,#006F66 51%,#006F66 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverSuncorpBank{
        background:rgb(0, 89, 82);
    }
.ProductRecord__buttonSuncorpBank{
        background:rgb(0, 111, 102);
        border:0.0625em solid rgb(0, 111, 102);
        color:white;
    }
.ProductRecord__buttonSuncorpBank:hover, .ProductRecord__buttonSuncorpBank:focus, .ProductRecord__buttonSuncorpBank:active{
        background:rgb(0, 89, 82);
        border:0.0625em solid rgb(0, 111, 102);
        color:white;
    }
.ProductRecord__buttonWhiteSuncorpBank{
        background:white;
        border:0.0625em solid rgb(0, 111, 102);
        color:rgb(0, 111, 102);
    }
.ProductRecord__buttonWhiteSuncorpBank:hover, .ProductRecord__buttonWhiteSuncorpBank:focus, .ProductRecord__buttonWhiteSuncorpBank:active{
        background:rgb(0, 89, 82);
        border:0.0625em solid rgb(0, 111, 102);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderSuncorpBank{
      border:0.0625em solid rgb(0, 111, 102);
    }
.ProductRecord__lenderBackgroundSuncorpBank .ProductRecord__headerRatioBar{
        background:rgb(0, 111, 102);
      }
.ProductRecord__lenderBackgroundSuncorpBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 89, 82);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxSuncorpBank{
        border:0.125em solid #006f66;
        overflow:hidden;
    }
.ProductRecord__productRecordSuncorpBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordSuncorpBank:hover{
        border-left:0.0625em solid rgb(0, 111, 102);
        border-right:0.0625em solid rgb(0, 111, 102);
        border-bottom:0.0625em solid rgb(0, 111, 102);
    }
.ProductRecord__productRecordSuncorpBank:hover .ProductRecord__sortingDescriptionBorderSuncorpBank{
            background:rgb(0, 111, 102) !important;
            color:white;
        }
.ProductRecord__TheCooperativeBank, .ProductRecord__contentBgTheCooperativeBank, .ProductRecord__TheCooperativeBank .ProductRecord__viewMoreButton{
        background:#249B3E !important;
    }
.ProductRecord__TheCooperativeBank:hover, .ProductRecord__TheCooperativeBank .ProductRecord__viewMoreButton:hover{
        background:rgb(29, 124, 50) !important;
    }
.ProductRecord__progressBarTheCooperativeBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#249B3E;
        background:-webkit-gradient(linear,  right top, left top,  from(#249B3E),color-stop(50%, #249B3E),color-stop(51%, #249B3E),to(#249B3E));
        background:linear-gradient(to left,  #249B3E 0%,#249B3E 50%,#249B3E 51%,#249B3E 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverTheCooperativeBank{
        background:rgb(29, 124, 50);
    }
.ProductRecord__buttonTheCooperativeBank{
        background:rgb(36, 155, 62);
        border:0.0625em solid rgb(36, 155, 62);
        color:white;
    }
.ProductRecord__buttonTheCooperativeBank:hover, .ProductRecord__buttonTheCooperativeBank:focus, .ProductRecord__buttonTheCooperativeBank:active{
        background:rgb(29, 124, 50);
        border:0.0625em solid rgb(36, 155, 62);
        color:white;
    }
.ProductRecord__buttonWhiteTheCooperativeBank{
        background:white;
        border:0.0625em solid rgb(36, 155, 62);
        color:rgb(36, 155, 62);
    }
.ProductRecord__buttonWhiteTheCooperativeBank:hover, .ProductRecord__buttonWhiteTheCooperativeBank:focus, .ProductRecord__buttonWhiteTheCooperativeBank:active{
        background:rgb(29, 124, 50);
        border:0.0625em solid rgb(36, 155, 62);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderTheCooperativeBank{
      border:0.0625em solid rgb(36, 155, 62);
    }
.ProductRecord__lenderBackgroundTheCooperativeBank .ProductRecord__headerRatioBar{
        background:rgb(36, 155, 62);
      }
.ProductRecord__lenderBackgroundTheCooperativeBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(29, 124, 50);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxTheCooperativeBank{
        border:0.125em solid #249b3e;
        overflow:hidden;
    }
.ProductRecord__productRecordTheCooperativeBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordTheCooperativeBank:hover{
        border-left:0.0625em solid rgb(36, 155, 62);
        border-right:0.0625em solid rgb(36, 155, 62);
        border-bottom:0.0625em solid rgb(36, 155, 62);
    }
.ProductRecord__productRecordTheCooperativeBank:hover .ProductRecord__sortingDescriptionBorderTheCooperativeBank{
            background:rgb(36, 155, 62) !important;
            color:white;
        }
.ProductRecord__TheMac, .ProductRecord__contentBgTheMac, .ProductRecord__TheMac .ProductRecord__viewMoreButton{
        background:#f15c22 !important;
    }
.ProductRecord__TheMac:hover, .ProductRecord__TheMac .ProductRecord__viewMoreButton:hover{
        background:rgb(193, 74, 27) !important;
    }
.ProductRecord__progressBarTheMac{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#f15c22;
        background:-webkit-gradient(linear,  right top, left top,  from(#f15c22),color-stop(50%, #f15c22),color-stop(51%, #f15c22),to(#f15c22));
        background:linear-gradient(to left,  #f15c22 0%,#f15c22 50%,#f15c22 51%,#f15c22 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverTheMac{
        background:rgb(193, 74, 27);
    }
.ProductRecord__buttonTheMac{
        background:rgb(241, 92, 34);
        border:0.0625em solid rgb(241, 92, 34);
        color:white;
    }
.ProductRecord__buttonTheMac:hover, .ProductRecord__buttonTheMac:focus, .ProductRecord__buttonTheMac:active{
        background:rgb(193, 74, 27);
        border:0.0625em solid rgb(241, 92, 34);
        color:white;
    }
.ProductRecord__buttonWhiteTheMac{
        background:white;
        border:0.0625em solid rgb(241, 92, 34);
        color:rgb(241, 92, 34);
    }
.ProductRecord__buttonWhiteTheMac:hover, .ProductRecord__buttonWhiteTheMac:focus, .ProductRecord__buttonWhiteTheMac:active{
        background:rgb(193, 74, 27);
        border:0.0625em solid rgb(241, 92, 34);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderTheMac{
      border:0.0625em solid rgb(241, 92, 34);
    }
.ProductRecord__lenderBackgroundTheMac .ProductRecord__headerRatioBar{
        background:rgb(241, 92, 34);
      }
.ProductRecord__lenderBackgroundTheMac:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(193, 74, 27);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxTheMac{
        border:0.125em solid #f15c22;
        overflow:hidden;
    }
.ProductRecord__productRecordTheMac{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordTheMac:hover{
        border-left:0.0625em solid rgb(241, 92, 34);
        border-right:0.0625em solid rgb(241, 92, 34);
        border-bottom:0.0625em solid rgb(241, 92, 34);
    }
.ProductRecord__productRecordTheMac:hover .ProductRecord__sortingDescriptionBorderTheMac{
            background:rgb(241, 92, 34) !important;
            color:white;
        }
.ProductRecord__UBank, .ProductRecord__contentBgUBank, .ProductRecord__UBank .ProductRecord__viewMoreButton{
        background:#00832D !important;
    }
.ProductRecord__UBank:hover, .ProductRecord__UBank .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 105, 36) !important;
    }
.ProductRecord__progressBarUBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#00832D;
        background:-webkit-gradient(linear,  right top, left top,  from(#00832D),color-stop(50%, #00832D),color-stop(51%, #00832D),to(#00832D));
        background:linear-gradient(to left,  #00832D 0%,#00832D 50%,#00832D 51%,#00832D 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverUBank{
        background:rgb(0, 105, 36);
    }
.ProductRecord__buttonUBank{
        background:rgb(0, 131, 45);
        border:0.0625em solid rgb(0, 131, 45);
        color:white;
    }
.ProductRecord__buttonUBank:hover, .ProductRecord__buttonUBank:focus, .ProductRecord__buttonUBank:active{
        background:rgb(0, 105, 36);
        border:0.0625em solid rgb(0, 131, 45);
        color:white;
    }
.ProductRecord__buttonWhiteUBank{
        background:white;
        border:0.0625em solid rgb(0, 131, 45);
        color:rgb(0, 131, 45);
    }
.ProductRecord__buttonWhiteUBank:hover, .ProductRecord__buttonWhiteUBank:focus, .ProductRecord__buttonWhiteUBank:active{
        background:rgb(0, 105, 36);
        border:0.0625em solid rgb(0, 131, 45);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderUBank{
      border:0.0625em solid rgb(0, 131, 45);
    }
.ProductRecord__lenderBackgroundUBank .ProductRecord__headerRatioBar{
        background:rgb(0, 131, 45);
      }
.ProductRecord__lenderBackgroundUBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 105, 36);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxUBank{
        border:0.125em solid #00832d;
        overflow:hidden;
    }
.ProductRecord__productRecordUBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordUBank:hover{
        border-left:0.0625em solid rgb(0, 131, 45);
        border-right:0.0625em solid rgb(0, 131, 45);
        border-bottom:0.0625em solid rgb(0, 131, 45);
    }
.ProductRecord__productRecordUBank:hover .ProductRecord__sortingDescriptionBorderUBank{
            background:rgb(0, 131, 45) !important;
            color:white;
        }
.ProductRecord__VTMB, .ProductRecord__contentBgVTMB, .ProductRecord__VTMB .ProductRecord__viewMoreButton{
        background:#005DAB !important;
    }
.ProductRecord__VTMB:hover, .ProductRecord__VTMB .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 74, 137) !important;
    }
.ProductRecord__progressBarVTMB{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#005DAB;
        background:-webkit-gradient(linear,  right top, left top,  from(#005DAB),color-stop(50%, #005DAB),color-stop(51%, #005DAB),to(#005DAB));
        background:linear-gradient(to left,  #005DAB 0%,#005DAB 50%,#005DAB 51%,#005DAB 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverVTMB{
        background:rgb(0, 74, 137);
    }
.ProductRecord__buttonVTMB{
        background:rgb(0, 93, 171);
        border:0.0625em solid rgb(0, 93, 171);
        color:white;
    }
.ProductRecord__buttonVTMB:hover, .ProductRecord__buttonVTMB:focus, .ProductRecord__buttonVTMB:active{
        background:rgb(0, 74, 137);
        border:0.0625em solid rgb(0, 93, 171);
        color:white;
    }
.ProductRecord__buttonWhiteVTMB{
        background:white;
        border:0.0625em solid rgb(0, 93, 171);
        color:rgb(0, 93, 171);
    }
.ProductRecord__buttonWhiteVTMB:hover, .ProductRecord__buttonWhiteVTMB:focus, .ProductRecord__buttonWhiteVTMB:active{
        background:rgb(0, 74, 137);
        border:0.0625em solid rgb(0, 93, 171);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderVTMB{
      border:0.0625em solid rgb(0, 93, 171);
    }
.ProductRecord__lenderBackgroundVTMB .ProductRecord__headerRatioBar{
        background:rgb(0, 93, 171);
      }
.ProductRecord__lenderBackgroundVTMB:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 74, 137);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxVTMB{
        border:0.125em solid #005dab;
        overflow:hidden;
    }
.ProductRecord__productRecordVTMB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordVTMB:hover{
        border-left:0.0625em solid rgb(0, 93, 171);
        border-right:0.0625em solid rgb(0, 93, 171);
        border-bottom:0.0625em solid rgb(0, 93, 171);
    }
.ProductRecord__productRecordVTMB:hover .ProductRecord__sortingDescriptionBorderVTMB{
            background:rgb(0, 93, 171) !important;
            color:white;
        }
.ProductRecord__Westpac, .ProductRecord__contentBgWestpac, .ProductRecord__Westpac .ProductRecord__viewMoreButton{
        background:#ED233A !important;
    }
.ProductRecord__Westpac:hover, .ProductRecord__Westpac .ProductRecord__viewMoreButton:hover{
        background:rgb(190, 28, 46) !important;
    }
.ProductRecord__progressBarWestpac{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#ED233A;
        background:-webkit-gradient(linear,  right top, left top,  from(#ED233A),color-stop(50%, #ED233A),color-stop(51%, #ED233A),to(#ED233A));
        background:linear-gradient(to left,  #ED233A 0%,#ED233A 50%,#ED233A 51%,#ED233A 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverWestpac{
        background:rgb(190, 28, 46);
    }
.ProductRecord__buttonWestpac{
        background:rgb(237, 35, 58);
        border:0.0625em solid rgb(237, 35, 58);
        color:white;
    }
.ProductRecord__buttonWestpac:hover, .ProductRecord__buttonWestpac:focus, .ProductRecord__buttonWestpac:active{
        background:rgb(190, 28, 46);
        border:0.0625em solid rgb(237, 35, 58);
        color:white;
    }
.ProductRecord__buttonWhiteWestpac{
        background:white;
        border:0.0625em solid rgb(237, 35, 58);
        color:rgb(237, 35, 58);
    }
.ProductRecord__buttonWhiteWestpac:hover, .ProductRecord__buttonWhiteWestpac:focus, .ProductRecord__buttonWhiteWestpac:active{
        background:rgb(190, 28, 46);
        border:0.0625em solid rgb(237, 35, 58);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderWestpac{
      border:0.0625em solid rgb(237, 35, 58);
    }
.ProductRecord__lenderBackgroundWestpac .ProductRecord__headerRatioBar{
        background:rgb(237, 35, 58);
      }
.ProductRecord__lenderBackgroundWestpac:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(190, 28, 46);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxWestpac{
        border:0.125em solid #ed233a;
        overflow:hidden;
    }
.ProductRecord__productRecordWestpac{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordWestpac:hover{
        border-left:0.0625em solid rgb(237, 35, 58);
        border-right:0.0625em solid rgb(237, 35, 58);
        border-bottom:0.0625em solid rgb(237, 35, 58);
    }
.ProductRecord__productRecordWestpac:hover .ProductRecord__sortingDescriptionBorderWestpac{
            background:rgb(237, 35, 58) !important;
            color:white;
        }
.ProductRecord__WoolworthsMoney, .ProductRecord__contentBgWoolworthsMoney, .ProductRecord__WoolworthsMoney .ProductRecord__viewMoreButton{
        background:#055634 !important;
    }
.ProductRecord__WoolworthsMoney:hover, .ProductRecord__WoolworthsMoney .ProductRecord__viewMoreButton:hover{
        background:rgb(4, 69, 42) !important;
    }
.ProductRecord__progressBarWoolworthsMoney{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#055634;
        background:-webkit-gradient(linear,  right top, left top,  from(#055634),color-stop(50%, #055634),color-stop(51%, #055634),to(#055634));
        background:linear-gradient(to left,  #055634 0%,#055634 50%,#055634 51%,#055634 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverWoolworthsMoney{
        background:rgb(4, 69, 42);
    }
.ProductRecord__buttonWoolworthsMoney{
        background:rgb(5, 86, 52);
        border:0.0625em solid rgb(5, 86, 52);
        color:white;
    }
.ProductRecord__buttonWoolworthsMoney:hover, .ProductRecord__buttonWoolworthsMoney:focus, .ProductRecord__buttonWoolworthsMoney:active{
        background:rgb(4, 69, 42);
        border:0.0625em solid rgb(5, 86, 52);
        color:white;
    }
.ProductRecord__buttonWhiteWoolworthsMoney{
        background:white;
        border:0.0625em solid rgb(5, 86, 52);
        color:rgb(5, 86, 52);
    }
.ProductRecord__buttonWhiteWoolworthsMoney:hover, .ProductRecord__buttonWhiteWoolworthsMoney:focus, .ProductRecord__buttonWhiteWoolworthsMoney:active{
        background:rgb(4, 69, 42);
        border:0.0625em solid rgb(5, 86, 52);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderWoolworthsMoney{
      border:0.0625em solid rgb(5, 86, 52);
    }
.ProductRecord__lenderBackgroundWoolworthsMoney .ProductRecord__headerRatioBar{
        background:rgb(5, 86, 52);
      }
.ProductRecord__lenderBackgroundWoolworthsMoney:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(4, 69, 42);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxWoolworthsMoney{
        border:0.125em solid #055634;
        overflow:hidden;
    }
.ProductRecord__productRecordWoolworthsMoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordWoolworthsMoney:hover{
        border-left:0.0625em solid rgb(5, 86, 52);
        border-right:0.0625em solid rgb(5, 86, 52);
        border-bottom:0.0625em solid rgb(5, 86, 52);
    }
.ProductRecord__productRecordWoolworthsMoney:hover .ProductRecord__sortingDescriptionBorderWoolworthsMoney{
            background:rgb(5, 86, 52) !important;
            color:white;
        }
.ProductRecord__DegreesMasterCard, .ProductRecord__contentBgDegreesMasterCard, .ProductRecord__DegreesMasterCard .ProductRecord__viewMoreButton{
        background:#192A56 !important;
    }
.ProductRecord__DegreesMasterCard:hover, .ProductRecord__DegreesMasterCard .ProductRecord__viewMoreButton:hover{
        background:rgb(20, 34, 69) !important;
    }
.ProductRecord__progressBarDegreesMasterCard{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#192A56;
        background:-webkit-gradient(linear,  right top, left top,  from(#192A56),color-stop(50%, #192A56),color-stop(51%, #192A56),to(#192A56));
        background:linear-gradient(to left,  #192A56 0%,#192A56 50%,#192A56 51%,#192A56 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverDegreesMasterCard{
        background:rgb(20, 34, 69);
    }
.ProductRecord__buttonDegreesMasterCard{
        background:rgb(25, 42, 86);
        border:0.0625em solid rgb(25, 42, 86);
        color:white;
    }
.ProductRecord__buttonDegreesMasterCard:hover, .ProductRecord__buttonDegreesMasterCard:focus, .ProductRecord__buttonDegreesMasterCard:active{
        background:rgb(20, 34, 69);
        border:0.0625em solid rgb(25, 42, 86);
        color:white;
    }
.ProductRecord__buttonWhiteDegreesMasterCard{
        background:white;
        border:0.0625em solid rgb(25, 42, 86);
        color:rgb(25, 42, 86);
    }
.ProductRecord__buttonWhiteDegreesMasterCard:hover, .ProductRecord__buttonWhiteDegreesMasterCard:focus, .ProductRecord__buttonWhiteDegreesMasterCard:active{
        background:rgb(20, 34, 69);
        border:0.0625em solid rgb(25, 42, 86);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderDegreesMasterCard{
      border:0.0625em solid rgb(25, 42, 86);
    }
.ProductRecord__lenderBackgroundDegreesMasterCard .ProductRecord__headerRatioBar{
        background:rgb(25, 42, 86);
      }
.ProductRecord__lenderBackgroundDegreesMasterCard:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(20, 34, 69);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxDegreesMasterCard{
        border:0.125em solid #192a56;
        overflow:hidden;
    }
.ProductRecord__productRecordDegreesMasterCard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordDegreesMasterCard:hover{
        border-left:0.0625em solid rgb(25, 42, 86);
        border-right:0.0625em solid rgb(25, 42, 86);
        border-bottom:0.0625em solid rgb(25, 42, 86);
    }
.ProductRecord__productRecordDegreesMasterCard:hover .ProductRecord__sortingDescriptionBorderDegreesMasterCard{
            background:rgb(25, 42, 86) !important;
            color:white;
        }
.ProductRecord__BankAustralia, .ProductRecord__contentBgBankAustralia, .ProductRecord__BankAustralia .ProductRecord__viewMoreButton{
        background:#012B50 !important;
    }
.ProductRecord__BankAustralia:hover, .ProductRecord__BankAustralia .ProductRecord__viewMoreButton:hover{
        background:rgb(1, 34, 64) !important;
    }
.ProductRecord__progressBarBankAustralia{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#012B50;
        background:-webkit-gradient(linear,  right top, left top,  from(#012B50),color-stop(50%, #012B50),color-stop(51%, #012B50),to(#012B50));
        background:linear-gradient(to left,  #012B50 0%,#012B50 50%,#012B50 51%,#012B50 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBankAustralia{
        background:rgb(1, 34, 64);
    }
.ProductRecord__buttonBankAustralia{
        background:rgb(1, 43, 80);
        border:0.0625em solid rgb(1, 43, 80);
        color:white;
    }
.ProductRecord__buttonBankAustralia:hover, .ProductRecord__buttonBankAustralia:focus, .ProductRecord__buttonBankAustralia:active{
        background:rgb(1, 34, 64);
        border:0.0625em solid rgb(1, 43, 80);
        color:white;
    }
.ProductRecord__buttonWhiteBankAustralia{
        background:white;
        border:0.0625em solid rgb(1, 43, 80);
        color:rgb(1, 43, 80);
    }
.ProductRecord__buttonWhiteBankAustralia:hover, .ProductRecord__buttonWhiteBankAustralia:focus, .ProductRecord__buttonWhiteBankAustralia:active{
        background:rgb(1, 34, 64);
        border:0.0625em solid rgb(1, 43, 80);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBankAustralia{
      border:0.0625em solid rgb(1, 43, 80);
    }
.ProductRecord__lenderBackgroundBankAustralia .ProductRecord__headerRatioBar{
        background:rgb(1, 43, 80);
      }
.ProductRecord__lenderBackgroundBankAustralia:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(1, 34, 64);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBankAustralia{
        border:0.125em solid #012b50;
        overflow:hidden;
    }
.ProductRecord__productRecordBankAustralia{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBankAustralia:hover{
        border-left:0.0625em solid rgb(1, 43, 80);
        border-right:0.0625em solid rgb(1, 43, 80);
        border-bottom:0.0625em solid rgb(1, 43, 80);
    }
.ProductRecord__productRecordBankAustralia:hover .ProductRecord__sortingDescriptionBorderBankAustralia{
            background:rgb(1, 43, 80) !important;
            color:white;
        }
.ProductRecord__BeyondBank, .ProductRecord__contentBgBeyondBank, .ProductRecord__BeyondBank .ProductRecord__viewMoreButton{
        background:#6B1E74 !important;
    }
.ProductRecord__BeyondBank:hover, .ProductRecord__BeyondBank .ProductRecord__viewMoreButton:hover{
        background:rgb(86, 24, 93) !important;
    }
.ProductRecord__progressBarBeyondBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#6B1E74;
        background:-webkit-gradient(linear,  right top, left top,  from(#6B1E74),color-stop(50%, #6B1E74),color-stop(51%, #6B1E74),to(#6B1E74));
        background:linear-gradient(to left,  #6B1E74 0%,#6B1E74 50%,#6B1E74 51%,#6B1E74 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBeyondBank{
        background:rgb(86, 24, 93);
    }
.ProductRecord__buttonBeyondBank{
        background:rgb(107, 30, 116);
        border:0.0625em solid rgb(107, 30, 116);
        color:white;
    }
.ProductRecord__buttonBeyondBank:hover, .ProductRecord__buttonBeyondBank:focus, .ProductRecord__buttonBeyondBank:active{
        background:rgb(86, 24, 93);
        border:0.0625em solid rgb(107, 30, 116);
        color:white;
    }
.ProductRecord__buttonWhiteBeyondBank{
        background:white;
        border:0.0625em solid rgb(107, 30, 116);
        color:rgb(107, 30, 116);
    }
.ProductRecord__buttonWhiteBeyondBank:hover, .ProductRecord__buttonWhiteBeyondBank:focus, .ProductRecord__buttonWhiteBeyondBank:active{
        background:rgb(86, 24, 93);
        border:0.0625em solid rgb(107, 30, 116);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBeyondBank{
      border:0.0625em solid rgb(107, 30, 116);
    }
.ProductRecord__lenderBackgroundBeyondBank .ProductRecord__headerRatioBar{
        background:rgb(107, 30, 116);
      }
.ProductRecord__lenderBackgroundBeyondBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(86, 24, 93);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBeyondBank{
        border:0.125em solid #6b1e74;
        overflow:hidden;
    }
.ProductRecord__productRecordBeyondBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBeyondBank:hover{
        border-left:0.0625em solid rgb(107, 30, 116);
        border-right:0.0625em solid rgb(107, 30, 116);
        border-bottom:0.0625em solid rgb(107, 30, 116);
    }
.ProductRecord__productRecordBeyondBank:hover .ProductRecord__sortingDescriptionBorderBeyondBank{
            background:rgb(107, 30, 116) !important;
            color:white;
        }
.ProductRecord__BrokerhillCommunityCU, .ProductRecord__contentBgBrokerhillCommunityCU, .ProductRecord__BrokerhillCommunityCU .ProductRecord__viewMoreButton{
        background:#E3001B !important;
    }
.ProductRecord__BrokerhillCommunityCU:hover, .ProductRecord__BrokerhillCommunityCU .ProductRecord__viewMoreButton:hover{
        background:rgb(182, 0, 22) !important;
    }
.ProductRecord__progressBarBrokerhillCommunityCU{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#E3001B;
        background:-webkit-gradient(linear,  right top, left top,  from(#E3001B),color-stop(50%, #E3001B),color-stop(51%, #E3001B),to(#E3001B));
        background:linear-gradient(to left,  #E3001B 0%,#E3001B 50%,#E3001B 51%,#E3001B 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBrokerhillCommunityCU{
        background:rgb(182, 0, 22);
    }
.ProductRecord__buttonBrokerhillCommunityCU{
        background:rgb(227, 0, 27);
        border:0.0625em solid rgb(227, 0, 27);
        color:white;
    }
.ProductRecord__buttonBrokerhillCommunityCU:hover, .ProductRecord__buttonBrokerhillCommunityCU:focus, .ProductRecord__buttonBrokerhillCommunityCU:active{
        background:rgb(182, 0, 22);
        border:0.0625em solid rgb(227, 0, 27);
        color:white;
    }
.ProductRecord__buttonWhiteBrokerhillCommunityCU{
        background:white;
        border:0.0625em solid rgb(227, 0, 27);
        color:rgb(227, 0, 27);
    }
.ProductRecord__buttonWhiteBrokerhillCommunityCU:hover, .ProductRecord__buttonWhiteBrokerhillCommunityCU:focus, .ProductRecord__buttonWhiteBrokerhillCommunityCU:active{
        background:rgb(182, 0, 22);
        border:0.0625em solid rgb(227, 0, 27);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBrokerhillCommunityCU{
      border:0.0625em solid rgb(227, 0, 27);
    }
.ProductRecord__lenderBackgroundBrokerhillCommunityCU .ProductRecord__headerRatioBar{
        background:rgb(227, 0, 27);
      }
.ProductRecord__lenderBackgroundBrokerhillCommunityCU:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(182, 0, 22);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBrokerhillCommunityCU{
        border:0.125em solid #e3001b;
        overflow:hidden;
    }
.ProductRecord__productRecordBrokerhillCommunityCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBrokerhillCommunityCU:hover{
        border-left:0.0625em solid rgb(227, 0, 27);
        border-right:0.0625em solid rgb(227, 0, 27);
        border-bottom:0.0625em solid rgb(227, 0, 27);
    }
.ProductRecord__productRecordBrokerhillCommunityCU:hover .ProductRecord__sortingDescriptionBorderBrokerhillCommunityCU{
            background:rgb(227, 0, 27) !important;
            color:white;
        }
.ProductRecord__BuyersEdge, .ProductRecord__contentBgBuyersEdge, .ProductRecord__BuyersEdge .ProductRecord__viewMoreButton{
        background:#414973 !important;
    }
.ProductRecord__BuyersEdge:hover, .ProductRecord__BuyersEdge .ProductRecord__viewMoreButton:hover{
        background:rgb(52, 58, 92) !important;
    }
.ProductRecord__progressBarBuyersEdge{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#414973;
        background:-webkit-gradient(linear,  right top, left top,  from(#414973),color-stop(50%, #414973),color-stop(51%, #414973),to(#414973));
        background:linear-gradient(to left,  #414973 0%,#414973 50%,#414973 51%,#414973 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBuyersEdge{
        background:rgb(52, 58, 92);
    }
.ProductRecord__buttonBuyersEdge{
        background:rgb(65, 73, 115);
        border:0.0625em solid rgb(65, 73, 115);
        color:white;
    }
.ProductRecord__buttonBuyersEdge:hover, .ProductRecord__buttonBuyersEdge:focus, .ProductRecord__buttonBuyersEdge:active{
        background:rgb(52, 58, 92);
        border:0.0625em solid rgb(65, 73, 115);
        color:white;
    }
.ProductRecord__buttonWhiteBuyersEdge{
        background:white;
        border:0.0625em solid rgb(65, 73, 115);
        color:rgb(65, 73, 115);
    }
.ProductRecord__buttonWhiteBuyersEdge:hover, .ProductRecord__buttonWhiteBuyersEdge:focus, .ProductRecord__buttonWhiteBuyersEdge:active{
        background:rgb(52, 58, 92);
        border:0.0625em solid rgb(65, 73, 115);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBuyersEdge{
      border:0.0625em solid rgb(65, 73, 115);
    }
.ProductRecord__lenderBackgroundBuyersEdge .ProductRecord__headerRatioBar{
        background:rgb(65, 73, 115);
      }
.ProductRecord__lenderBackgroundBuyersEdge:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(52, 58, 92);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBuyersEdge{
        border:0.125em solid #414973;
        overflow:hidden;
    }
.ProductRecord__productRecordBuyersEdge{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBuyersEdge:hover{
        border-left:0.0625em solid rgb(65, 73, 115);
        border-right:0.0625em solid rgb(65, 73, 115);
        border-bottom:0.0625em solid rgb(65, 73, 115);
    }
.ProductRecord__productRecordBuyersEdge:hover .ProductRecord__sortingDescriptionBorderBuyersEdge{
            background:rgb(65, 73, 115) !important;
            color:white;
        }
.ProductRecord__CoastlineCU, .ProductRecord__contentBgCoastlineCU, .ProductRecord__CoastlineCU .ProductRecord__viewMoreButton{
        background:#223A77 !important;
    }
.ProductRecord__CoastlineCU:hover, .ProductRecord__CoastlineCU .ProductRecord__viewMoreButton:hover{
        background:rgb(27, 46, 95) !important;
    }
.ProductRecord__progressBarCoastlineCU{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#223A77;
        background:-webkit-gradient(linear,  right top, left top,  from(#223A77),color-stop(50%, #223A77),color-stop(51%, #223A77),to(#223A77));
        background:linear-gradient(to left,  #223A77 0%,#223A77 50%,#223A77 51%,#223A77 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverCoastlineCU{
        background:rgb(27, 46, 95);
    }
.ProductRecord__buttonCoastlineCU{
        background:rgb(34, 58, 119);
        border:0.0625em solid rgb(34, 58, 119);
        color:white;
    }
.ProductRecord__buttonCoastlineCU:hover, .ProductRecord__buttonCoastlineCU:focus, .ProductRecord__buttonCoastlineCU:active{
        background:rgb(27, 46, 95);
        border:0.0625em solid rgb(34, 58, 119);
        color:white;
    }
.ProductRecord__buttonWhiteCoastlineCU{
        background:white;
        border:0.0625em solid rgb(34, 58, 119);
        color:rgb(34, 58, 119);
    }
.ProductRecord__buttonWhiteCoastlineCU:hover, .ProductRecord__buttonWhiteCoastlineCU:focus, .ProductRecord__buttonWhiteCoastlineCU:active{
        background:rgb(27, 46, 95);
        border:0.0625em solid rgb(34, 58, 119);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderCoastlineCU{
      border:0.0625em solid rgb(34, 58, 119);
    }
.ProductRecord__lenderBackgroundCoastlineCU .ProductRecord__headerRatioBar{
        background:rgb(34, 58, 119);
      }
.ProductRecord__lenderBackgroundCoastlineCU:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(27, 46, 95);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxCoastlineCU{
        border:0.125em solid #223a77;
        overflow:hidden;
    }
.ProductRecord__productRecordCoastlineCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordCoastlineCU:hover{
        border-left:0.0625em solid rgb(34, 58, 119);
        border-right:0.0625em solid rgb(34, 58, 119);
        border-bottom:0.0625em solid rgb(34, 58, 119);
    }
.ProductRecord__productRecordCoastlineCU:hover .ProductRecord__sortingDescriptionBorderCoastlineCU{
            background:rgb(34, 58, 119) !important;
            color:white;
        }
.ProductRecord__CreditUnionSA, .ProductRecord__contentBgCreditUnionSA, .ProductRecord__CreditUnionSA .ProductRecord__viewMoreButton{
        background:#695E4A !important;
    }
.ProductRecord__CreditUnionSA:hover, .ProductRecord__CreditUnionSA .ProductRecord__viewMoreButton:hover{
        background:rgb(84, 75, 59) !important;
    }
.ProductRecord__progressBarCreditUnionSA{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#695E4A;
        background:-webkit-gradient(linear,  right top, left top,  from(#695E4A),color-stop(50%, #695E4A),color-stop(51%, #695E4A),to(#695E4A));
        background:linear-gradient(to left,  #695E4A 0%,#695E4A 50%,#695E4A 51%,#695E4A 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverCreditUnionSA{
        background:rgb(84, 75, 59);
    }
.ProductRecord__buttonCreditUnionSA{
        background:rgb(105, 94, 74);
        border:0.0625em solid rgb(105, 94, 74);
        color:white;
    }
.ProductRecord__buttonCreditUnionSA:hover, .ProductRecord__buttonCreditUnionSA:focus, .ProductRecord__buttonCreditUnionSA:active{
        background:rgb(84, 75, 59);
        border:0.0625em solid rgb(105, 94, 74);
        color:white;
    }
.ProductRecord__buttonWhiteCreditUnionSA{
        background:white;
        border:0.0625em solid rgb(105, 94, 74);
        color:rgb(105, 94, 74);
    }
.ProductRecord__buttonWhiteCreditUnionSA:hover, .ProductRecord__buttonWhiteCreditUnionSA:focus, .ProductRecord__buttonWhiteCreditUnionSA:active{
        background:rgb(84, 75, 59);
        border:0.0625em solid rgb(105, 94, 74);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderCreditUnionSA{
      border:0.0625em solid rgb(105, 94, 74);
    }
.ProductRecord__lenderBackgroundCreditUnionSA .ProductRecord__headerRatioBar{
        background:rgb(105, 94, 74);
      }
.ProductRecord__lenderBackgroundCreditUnionSA:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(84, 75, 59);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxCreditUnionSA{
        border:0.125em solid #695e4a;
        overflow:hidden;
    }
.ProductRecord__productRecordCreditUnionSA{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordCreditUnionSA:hover{
        border-left:0.0625em solid rgb(105, 94, 74);
        border-right:0.0625em solid rgb(105, 94, 74);
        border-bottom:0.0625em solid rgb(105, 94, 74);
    }
.ProductRecord__productRecordCreditUnionSA:hover .ProductRecord__sortingDescriptionBorderCreditUnionSA{
            background:rgb(105, 94, 74) !important;
            color:white;
        }
.ProductRecord__CreditlineCard, .ProductRecord__contentBgCreditlineCard, .ProductRecord__CreditlineCard .ProductRecord__viewMoreButton{
        background:#0878AB !important;
    }
.ProductRecord__CreditlineCard:hover, .ProductRecord__CreditlineCard .ProductRecord__viewMoreButton:hover{
        background:rgb(6, 96, 137) !important;
    }
.ProductRecord__progressBarCreditlineCard{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#0878AB;
        background:-webkit-gradient(linear,  right top, left top,  from(#0878AB),color-stop(50%, #0878AB),color-stop(51%, #0878AB),to(#0878AB));
        background:linear-gradient(to left,  #0878AB 0%,#0878AB 50%,#0878AB 51%,#0878AB 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverCreditlineCard{
        background:rgb(6, 96, 137);
    }
.ProductRecord__buttonCreditlineCard{
        background:rgb(8, 120, 171);
        border:0.0625em solid rgb(8, 120, 171);
        color:white;
    }
.ProductRecord__buttonCreditlineCard:hover, .ProductRecord__buttonCreditlineCard:focus, .ProductRecord__buttonCreditlineCard:active{
        background:rgb(6, 96, 137);
        border:0.0625em solid rgb(8, 120, 171);
        color:white;
    }
.ProductRecord__buttonWhiteCreditlineCard{
        background:white;
        border:0.0625em solid rgb(8, 120, 171);
        color:rgb(8, 120, 171);
    }
.ProductRecord__buttonWhiteCreditlineCard:hover, .ProductRecord__buttonWhiteCreditlineCard:focus, .ProductRecord__buttonWhiteCreditlineCard:active{
        background:rgb(6, 96, 137);
        border:0.0625em solid rgb(8, 120, 171);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderCreditlineCard{
      border:0.0625em solid rgb(8, 120, 171);
    }
.ProductRecord__lenderBackgroundCreditlineCard .ProductRecord__headerRatioBar{
        background:rgb(8, 120, 171);
      }
.ProductRecord__lenderBackgroundCreditlineCard:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(6, 96, 137);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxCreditlineCard{
        border:0.125em solid #0878ab;
        overflow:hidden;
    }
.ProductRecord__productRecordCreditlineCard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordCreditlineCard:hover{
        border-left:0.0625em solid rgb(8, 120, 171);
        border-right:0.0625em solid rgb(8, 120, 171);
        border-bottom:0.0625em solid rgb(8, 120, 171);
    }
.ProductRecord__productRecordCreditlineCard:hover .ProductRecord__sortingDescriptionBorderCreditlineCard{
            background:rgb(8, 120, 171) !important;
            color:white;
        }
.ProductRecord__DefenseBank, .ProductRecord__contentBgDefenseBank, .ProductRecord__DefenseBank .ProductRecord__viewMoreButton{
        background:#D41245 !important;
    }
.ProductRecord__DefenseBank:hover, .ProductRecord__DefenseBank .ProductRecord__viewMoreButton:hover{
        background:rgb(170, 14, 55) !important;
    }
.ProductRecord__progressBarDefenseBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#D41245;
        background:-webkit-gradient(linear,  right top, left top,  from(#D41245),color-stop(50%, #D41245),color-stop(51%, #D41245),to(#D41245));
        background:linear-gradient(to left,  #D41245 0%,#D41245 50%,#D41245 51%,#D41245 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverDefenseBank{
        background:rgb(170, 14, 55);
    }
.ProductRecord__buttonDefenseBank{
        background:rgb(212, 18, 69);
        border:0.0625em solid rgb(212, 18, 69);
        color:white;
    }
.ProductRecord__buttonDefenseBank:hover, .ProductRecord__buttonDefenseBank:focus, .ProductRecord__buttonDefenseBank:active{
        background:rgb(170, 14, 55);
        border:0.0625em solid rgb(212, 18, 69);
        color:white;
    }
.ProductRecord__buttonWhiteDefenseBank{
        background:white;
        border:0.0625em solid rgb(212, 18, 69);
        color:rgb(212, 18, 69);
    }
.ProductRecord__buttonWhiteDefenseBank:hover, .ProductRecord__buttonWhiteDefenseBank:focus, .ProductRecord__buttonWhiteDefenseBank:active{
        background:rgb(170, 14, 55);
        border:0.0625em solid rgb(212, 18, 69);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderDefenseBank{
      border:0.0625em solid rgb(212, 18, 69);
    }
.ProductRecord__lenderBackgroundDefenseBank .ProductRecord__headerRatioBar{
        background:rgb(212, 18, 69);
      }
.ProductRecord__lenderBackgroundDefenseBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(170, 14, 55);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxDefenseBank{
        border:0.125em solid #d41245;
        overflow:hidden;
    }
.ProductRecord__productRecordDefenseBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordDefenseBank:hover{
        border-left:0.0625em solid rgb(212, 18, 69);
        border-right:0.0625em solid rgb(212, 18, 69);
        border-bottom:0.0625em solid rgb(212, 18, 69);
    }
.ProductRecord__productRecordDefenseBank:hover .ProductRecord__sortingDescriptionBorderDefenseBank{
            background:rgb(212, 18, 69) !important;
            color:white;
        }
.ProductRecord__FireServicesCU, .ProductRecord__contentBgFireServicesCU, .ProductRecord__FireServicesCU .ProductRecord__viewMoreButton{
        background:#000000 !important;
    }
.ProductRecord__FireServicesCU:hover, .ProductRecord__FireServicesCU .ProductRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.ProductRecord__progressBarFireServicesCU{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverFireServicesCU{
        background:rgb(51, 51, 51);
    }
.ProductRecord__buttonFireServicesCU{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonFireServicesCU:hover, .ProductRecord__buttonFireServicesCU:focus, .ProductRecord__buttonFireServicesCU:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonWhiteFireServicesCU{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.ProductRecord__buttonWhiteFireServicesCU:hover, .ProductRecord__buttonWhiteFireServicesCU:focus, .ProductRecord__buttonWhiteFireServicesCU:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderFireServicesCU{
      border:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__lenderBackgroundFireServicesCU .ProductRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.ProductRecord__lenderBackgroundFireServicesCU:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxFireServicesCU{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.ProductRecord__productRecordFireServicesCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordFireServicesCU:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__productRecordFireServicesCU:hover .ProductRecord__sortingDescriptionBorderFireServicesCU{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.ProductRecord__FirstChoiceCU, .ProductRecord__contentBgFirstChoiceCU, .ProductRecord__FirstChoiceCU .ProductRecord__viewMoreButton{
        background:#72A49B !important;
    }
.ProductRecord__FirstChoiceCU:hover, .ProductRecord__FirstChoiceCU .ProductRecord__viewMoreButton:hover{
        background:rgb(91, 131, 124) !important;
    }
.ProductRecord__progressBarFirstChoiceCU{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#72A49B;
        background:-webkit-gradient(linear,  right top, left top,  from(#72A49B),color-stop(50%, #72A49B),color-stop(51%, #72A49B),to(#72A49B));
        background:linear-gradient(to left,  #72A49B 0%,#72A49B 50%,#72A49B 51%,#72A49B 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverFirstChoiceCU{
        background:rgb(91, 131, 124);
    }
.ProductRecord__buttonFirstChoiceCU{
        background:rgb(114, 164, 155);
        border:0.0625em solid rgb(114, 164, 155);
        color:white;
    }
.ProductRecord__buttonFirstChoiceCU:hover, .ProductRecord__buttonFirstChoiceCU:focus, .ProductRecord__buttonFirstChoiceCU:active{
        background:rgb(91, 131, 124);
        border:0.0625em solid rgb(114, 164, 155);
        color:white;
    }
.ProductRecord__buttonWhiteFirstChoiceCU{
        background:white;
        border:0.0625em solid rgb(114, 164, 155);
        color:rgb(114, 164, 155);
    }
.ProductRecord__buttonWhiteFirstChoiceCU:hover, .ProductRecord__buttonWhiteFirstChoiceCU:focus, .ProductRecord__buttonWhiteFirstChoiceCU:active{
        background:rgb(91, 131, 124);
        border:0.0625em solid rgb(114, 164, 155);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderFirstChoiceCU{
      border:0.0625em solid rgb(114, 164, 155);
    }
.ProductRecord__lenderBackgroundFirstChoiceCU .ProductRecord__headerRatioBar{
        background:rgb(114, 164, 155);
      }
.ProductRecord__lenderBackgroundFirstChoiceCU:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(91, 131, 124);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxFirstChoiceCU{
        border:0.125em solid #72a49b;
        overflow:hidden;
    }
.ProductRecord__productRecordFirstChoiceCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordFirstChoiceCU:hover{
        border-left:0.0625em solid rgb(114, 164, 155);
        border-right:0.0625em solid rgb(114, 164, 155);
        border-bottom:0.0625em solid rgb(114, 164, 155);
    }
.ProductRecord__productRecordFirstChoiceCU:hover .ProductRecord__sortingDescriptionBorderFirstChoiceCU{
            background:rgb(114, 164, 155) !important;
            color:white;
        }
.ProductRecord__GatewayBank, .ProductRecord__contentBgGatewayBank, .ProductRecord__GatewayBank .ProductRecord__viewMoreButton{
        background:#002B54 !important;
    }
.ProductRecord__GatewayBank:hover, .ProductRecord__GatewayBank .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 34, 67) !important;
    }
.ProductRecord__progressBarGatewayBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#002B54;
        background:-webkit-gradient(linear,  right top, left top,  from(#002B54),color-stop(50%, #002B54),color-stop(51%, #002B54),to(#002B54));
        background:linear-gradient(to left,  #002B54 0%,#002B54 50%,#002B54 51%,#002B54 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverGatewayBank{
        background:rgb(0, 34, 67);
    }
.ProductRecord__buttonGatewayBank{
        background:rgb(0, 43, 84);
        border:0.0625em solid rgb(0, 43, 84);
        color:white;
    }
.ProductRecord__buttonGatewayBank:hover, .ProductRecord__buttonGatewayBank:focus, .ProductRecord__buttonGatewayBank:active{
        background:rgb(0, 34, 67);
        border:0.0625em solid rgb(0, 43, 84);
        color:white;
    }
.ProductRecord__buttonWhiteGatewayBank{
        background:white;
        border:0.0625em solid rgb(0, 43, 84);
        color:rgb(0, 43, 84);
    }
.ProductRecord__buttonWhiteGatewayBank:hover, .ProductRecord__buttonWhiteGatewayBank:focus, .ProductRecord__buttonWhiteGatewayBank:active{
        background:rgb(0, 34, 67);
        border:0.0625em solid rgb(0, 43, 84);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderGatewayBank{
      border:0.0625em solid rgb(0, 43, 84);
    }
.ProductRecord__lenderBackgroundGatewayBank .ProductRecord__headerRatioBar{
        background:rgb(0, 43, 84);
      }
.ProductRecord__lenderBackgroundGatewayBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 34, 67);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxGatewayBank{
        border:0.125em solid #002b54;
        overflow:hidden;
    }
.ProductRecord__productRecordGatewayBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordGatewayBank:hover{
        border-left:0.0625em solid rgb(0, 43, 84);
        border-right:0.0625em solid rgb(0, 43, 84);
        border-bottom:0.0625em solid rgb(0, 43, 84);
    }
.ProductRecord__productRecordGatewayBank:hover .ProductRecord__sortingDescriptionBorderGatewayBank{
            background:rgb(0, 43, 84) !important;
            color:white;
        }
.ProductRecord__GemVisaCard, .ProductRecord__contentBgGemVisaCard, .ProductRecord__GemVisaCard .ProductRecord__viewMoreButton{
        background:#1964B3 !important;
    }
.ProductRecord__GemVisaCard:hover, .ProductRecord__GemVisaCard .ProductRecord__viewMoreButton:hover{
        background:rgb(20, 80, 143) !important;
    }
.ProductRecord__progressBarGemVisaCard{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#1964B3;
        background:-webkit-gradient(linear,  right top, left top,  from(#1964B3),color-stop(50%, #1964B3),color-stop(51%, #1964B3),to(#1964B3));
        background:linear-gradient(to left,  #1964B3 0%,#1964B3 50%,#1964B3 51%,#1964B3 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverGemVisaCard{
        background:rgb(20, 80, 143);
    }
.ProductRecord__buttonGemVisaCard{
        background:rgb(25, 100, 179);
        border:0.0625em solid rgb(25, 100, 179);
        color:white;
    }
.ProductRecord__buttonGemVisaCard:hover, .ProductRecord__buttonGemVisaCard:focus, .ProductRecord__buttonGemVisaCard:active{
        background:rgb(20, 80, 143);
        border:0.0625em solid rgb(25, 100, 179);
        color:white;
    }
.ProductRecord__buttonWhiteGemVisaCard{
        background:white;
        border:0.0625em solid rgb(25, 100, 179);
        color:rgb(25, 100, 179);
    }
.ProductRecord__buttonWhiteGemVisaCard:hover, .ProductRecord__buttonWhiteGemVisaCard:focus, .ProductRecord__buttonWhiteGemVisaCard:active{
        background:rgb(20, 80, 143);
        border:0.0625em solid rgb(25, 100, 179);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderGemVisaCard{
      border:0.0625em solid rgb(25, 100, 179);
    }
.ProductRecord__lenderBackgroundGemVisaCard .ProductRecord__headerRatioBar{
        background:rgb(25, 100, 179);
      }
.ProductRecord__lenderBackgroundGemVisaCard:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(20, 80, 143);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxGemVisaCard{
        border:0.125em solid #1964b3;
        overflow:hidden;
    }
.ProductRecord__productRecordGemVisaCard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordGemVisaCard:hover{
        border-left:0.0625em solid rgb(25, 100, 179);
        border-right:0.0625em solid rgb(25, 100, 179);
        border-bottom:0.0625em solid rgb(25, 100, 179);
    }
.ProductRecord__productRecordGemVisaCard:hover .ProductRecord__sortingDescriptionBorderGemVisaCard{
            background:rgb(25, 100, 179) !important;
            color:white;
        }
.ProductRecord__GOMastercard, .ProductRecord__contentBgGOMastercard, .ProductRecord__GOMastercard .ProductRecord__viewMoreButton{
        background:#1D5828 !important;
    }
.ProductRecord__GOMastercard:hover, .ProductRecord__GOMastercard .ProductRecord__viewMoreButton:hover{
        background:rgb(23, 70, 32) !important;
    }
.ProductRecord__progressBarGOMastercard{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#1D5828;
        background:-webkit-gradient(linear,  right top, left top,  from(#1D5828),color-stop(50%, #1D5828),color-stop(51%, #1D5828),to(#1D5828));
        background:linear-gradient(to left,  #1D5828 0%,#1D5828 50%,#1D5828 51%,#1D5828 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverGOMastercard{
        background:rgb(23, 70, 32);
    }
.ProductRecord__buttonGOMastercard{
        background:rgb(29, 88, 40);
        border:0.0625em solid rgb(29, 88, 40);
        color:white;
    }
.ProductRecord__buttonGOMastercard:hover, .ProductRecord__buttonGOMastercard:focus, .ProductRecord__buttonGOMastercard:active{
        background:rgb(23, 70, 32);
        border:0.0625em solid rgb(29, 88, 40);
        color:white;
    }
.ProductRecord__buttonWhiteGOMastercard{
        background:white;
        border:0.0625em solid rgb(29, 88, 40);
        color:rgb(29, 88, 40);
    }
.ProductRecord__buttonWhiteGOMastercard:hover, .ProductRecord__buttonWhiteGOMastercard:focus, .ProductRecord__buttonWhiteGOMastercard:active{
        background:rgb(23, 70, 32);
        border:0.0625em solid rgb(29, 88, 40);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderGOMastercard{
      border:0.0625em solid rgb(29, 88, 40);
    }
.ProductRecord__lenderBackgroundGOMastercard .ProductRecord__headerRatioBar{
        background:rgb(29, 88, 40);
      }
.ProductRecord__lenderBackgroundGOMastercard:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(23, 70, 32);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxGOMastercard{
        border:0.125em solid #1d5828;
        overflow:hidden;
    }
.ProductRecord__productRecordGOMastercard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordGOMastercard:hover{
        border-left:0.0625em solid rgb(29, 88, 40);
        border-right:0.0625em solid rgb(29, 88, 40);
        border-bottom:0.0625em solid rgb(29, 88, 40);
    }
.ProductRecord__productRecordGOMastercard:hover .ProductRecord__sortingDescriptionBorderGOMastercard{
            background:rgb(29, 88, 40) !important;
            color:white;
        }
.ProductRecord__LatitudeEcoMastercard, .ProductRecord__contentBgLatitudeEcoMastercard, .ProductRecord__LatitudeEcoMastercard .ProductRecord__viewMoreButton{
        background:#48A642 !important;
    }
.ProductRecord__LatitudeEcoMastercard:hover, .ProductRecord__LatitudeEcoMastercard .ProductRecord__viewMoreButton:hover{
        background:rgb(58, 133, 53) !important;
    }
.ProductRecord__progressBarLatitudeEcoMastercard{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#48A642;
        background:-webkit-gradient(linear,  right top, left top,  from(#48A642),color-stop(50%, #48A642),color-stop(51%, #48A642),to(#48A642));
        background:linear-gradient(to left,  #48A642 0%,#48A642 50%,#48A642 51%,#48A642 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverLatitudeEcoMastercard{
        background:rgb(58, 133, 53);
    }
.ProductRecord__buttonLatitudeEcoMastercard{
        background:rgb(72, 166, 66);
        border:0.0625em solid rgb(72, 166, 66);
        color:white;
    }
.ProductRecord__buttonLatitudeEcoMastercard:hover, .ProductRecord__buttonLatitudeEcoMastercard:focus, .ProductRecord__buttonLatitudeEcoMastercard:active{
        background:rgb(58, 133, 53);
        border:0.0625em solid rgb(72, 166, 66);
        color:white;
    }
.ProductRecord__buttonWhiteLatitudeEcoMastercard{
        background:white;
        border:0.0625em solid rgb(72, 166, 66);
        color:rgb(72, 166, 66);
    }
.ProductRecord__buttonWhiteLatitudeEcoMastercard:hover, .ProductRecord__buttonWhiteLatitudeEcoMastercard:focus, .ProductRecord__buttonWhiteLatitudeEcoMastercard:active{
        background:rgb(58, 133, 53);
        border:0.0625em solid rgb(72, 166, 66);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderLatitudeEcoMastercard{
      border:0.0625em solid rgb(72, 166, 66);
    }
.ProductRecord__lenderBackgroundLatitudeEcoMastercard .ProductRecord__headerRatioBar{
        background:rgb(72, 166, 66);
      }
.ProductRecord__lenderBackgroundLatitudeEcoMastercard:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(58, 133, 53);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxLatitudeEcoMastercard{
        border:0.125em solid #48a642;
        overflow:hidden;
    }
.ProductRecord__productRecordLatitudeEcoMastercard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordLatitudeEcoMastercard:hover{
        border-left:0.0625em solid rgb(72, 166, 66);
        border-right:0.0625em solid rgb(72, 166, 66);
        border-bottom:0.0625em solid rgb(72, 166, 66);
    }
.ProductRecord__productRecordLatitudeEcoMastercard:hover .ProductRecord__sortingDescriptionBorderLatitudeEcoMastercard{
            background:rgb(72, 166, 66) !important;
            color:white;
        }
.ProductRecord__LatitudeInfinityCard, .ProductRecord__contentBgLatitudeInfinityCard, .ProductRecord__LatitudeInfinityCard .ProductRecord__viewMoreButton{
        background:#191617 !important;
    }
.ProductRecord__LatitudeInfinityCard:hover, .ProductRecord__LatitudeInfinityCard .ProductRecord__viewMoreButton:hover{
        background:rgb(20, 18, 18) !important;
    }
.ProductRecord__progressBarLatitudeInfinityCard{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#191617;
        background:-webkit-gradient(linear,  right top, left top,  from(#191617),color-stop(50%, #191617),color-stop(51%, #191617),to(#191617));
        background:linear-gradient(to left,  #191617 0%,#191617 50%,#191617 51%,#191617 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverLatitudeInfinityCard{
        background:rgb(20, 18, 18);
    }
.ProductRecord__buttonLatitudeInfinityCard{
        background:rgb(25, 22, 23);
        border:0.0625em solid rgb(25, 22, 23);
        color:white;
    }
.ProductRecord__buttonLatitudeInfinityCard:hover, .ProductRecord__buttonLatitudeInfinityCard:focus, .ProductRecord__buttonLatitudeInfinityCard:active{
        background:rgb(20, 18, 18);
        border:0.0625em solid rgb(25, 22, 23);
        color:white;
    }
.ProductRecord__buttonWhiteLatitudeInfinityCard{
        background:white;
        border:0.0625em solid rgb(25, 22, 23);
        color:rgb(25, 22, 23);
    }
.ProductRecord__buttonWhiteLatitudeInfinityCard:hover, .ProductRecord__buttonWhiteLatitudeInfinityCard:focus, .ProductRecord__buttonWhiteLatitudeInfinityCard:active{
        background:rgb(20, 18, 18);
        border:0.0625em solid rgb(25, 22, 23);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderLatitudeInfinityCard{
      border:0.0625em solid rgb(25, 22, 23);
    }
.ProductRecord__lenderBackgroundLatitudeInfinityCard .ProductRecord__headerRatioBar{
        background:rgb(25, 22, 23);
      }
.ProductRecord__lenderBackgroundLatitudeInfinityCard:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(20, 18, 18);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxLatitudeInfinityCard{
        border:0.125em solid #191617;
        overflow:hidden;
    }
.ProductRecord__productRecordLatitudeInfinityCard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordLatitudeInfinityCard:hover{
        border-left:0.0625em solid rgb(25, 22, 23);
        border-right:0.0625em solid rgb(25, 22, 23);
        border-bottom:0.0625em solid rgb(25, 22, 23);
    }
.ProductRecord__productRecordLatitudeInfinityCard:hover .ProductRecord__sortingDescriptionBorderLatitudeInfinityCard{
            background:rgb(25, 22, 23) !important;
            color:white;
        }
.ProductRecord__LatitudeLowRateMastercard, .ProductRecord__contentBgLatitudeLowRateMastercard, .ProductRecord__LatitudeLowRateMastercard .ProductRecord__viewMoreButton{
        background:#0069A0 !important;
    }
.ProductRecord__LatitudeLowRateMastercard:hover, .ProductRecord__LatitudeLowRateMastercard .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 84, 128) !important;
    }
.ProductRecord__progressBarLatitudeLowRateMastercard{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#0069A0;
        background:-webkit-gradient(linear,  right top, left top,  from(#0069A0),color-stop(50%, #0069A0),color-stop(51%, #0069A0),to(#0069A0));
        background:linear-gradient(to left,  #0069A0 0%,#0069A0 50%,#0069A0 51%,#0069A0 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverLatitudeLowRateMastercard{
        background:rgb(0, 84, 128);
    }
.ProductRecord__buttonLatitudeLowRateMastercard{
        background:rgb(0, 105, 160);
        border:0.0625em solid rgb(0, 105, 160);
        color:white;
    }
.ProductRecord__buttonLatitudeLowRateMastercard:hover, .ProductRecord__buttonLatitudeLowRateMastercard:focus, .ProductRecord__buttonLatitudeLowRateMastercard:active{
        background:rgb(0, 84, 128);
        border:0.0625em solid rgb(0, 105, 160);
        color:white;
    }
.ProductRecord__buttonWhiteLatitudeLowRateMastercard{
        background:white;
        border:0.0625em solid rgb(0, 105, 160);
        color:rgb(0, 105, 160);
    }
.ProductRecord__buttonWhiteLatitudeLowRateMastercard:hover, .ProductRecord__buttonWhiteLatitudeLowRateMastercard:focus, .ProductRecord__buttonWhiteLatitudeLowRateMastercard:active{
        background:rgb(0, 84, 128);
        border:0.0625em solid rgb(0, 105, 160);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderLatitudeLowRateMastercard{
      border:0.0625em solid rgb(0, 105, 160);
    }
.ProductRecord__lenderBackgroundLatitudeLowRateMastercard .ProductRecord__headerRatioBar{
        background:rgb(0, 105, 160);
      }
.ProductRecord__lenderBackgroundLatitudeLowRateMastercard:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 84, 128);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxLatitudeLowRateMastercard{
        border:0.125em solid #0069a0;
        overflow:hidden;
    }
.ProductRecord__productRecordLatitudeLowRateMastercard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordLatitudeLowRateMastercard:hover{
        border-left:0.0625em solid rgb(0, 105, 160);
        border-right:0.0625em solid rgb(0, 105, 160);
        border-bottom:0.0625em solid rgb(0, 105, 160);
    }
.ProductRecord__productRecordLatitudeLowRateMastercard:hover .ProductRecord__sortingDescriptionBorderLatitudeLowRateMastercard{
            background:rgb(0, 105, 160) !important;
            color:white;
        }
.ProductRecord__LatitudeMastercard, .ProductRecord__contentBgLatitudeMastercard, .ProductRecord__LatitudeMastercard .ProductRecord__viewMoreButton{
        background:#0067C9 !important;
    }
.ProductRecord__LatitudeMastercard:hover, .ProductRecord__LatitudeMastercard .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 82, 161) !important;
    }
.ProductRecord__progressBarLatitudeMastercard{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#0067C9;
        background:-webkit-gradient(linear,  right top, left top,  from(#0067C9),color-stop(50%, #0067C9),color-stop(51%, #0067C9),to(#0067C9));
        background:linear-gradient(to left,  #0067C9 0%,#0067C9 50%,#0067C9 51%,#0067C9 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverLatitudeMastercard{
        background:rgb(0, 82, 161);
    }
.ProductRecord__buttonLatitudeMastercard{
        background:rgb(0, 103, 201);
        border:0.0625em solid rgb(0, 103, 201);
        color:white;
    }
.ProductRecord__buttonLatitudeMastercard:hover, .ProductRecord__buttonLatitudeMastercard:focus, .ProductRecord__buttonLatitudeMastercard:active{
        background:rgb(0, 82, 161);
        border:0.0625em solid rgb(0, 103, 201);
        color:white;
    }
.ProductRecord__buttonWhiteLatitudeMastercard{
        background:white;
        border:0.0625em solid rgb(0, 103, 201);
        color:rgb(0, 103, 201);
    }
.ProductRecord__buttonWhiteLatitudeMastercard:hover, .ProductRecord__buttonWhiteLatitudeMastercard:focus, .ProductRecord__buttonWhiteLatitudeMastercard:active{
        background:rgb(0, 82, 161);
        border:0.0625em solid rgb(0, 103, 201);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderLatitudeMastercard{
      border:0.0625em solid rgb(0, 103, 201);
    }
.ProductRecord__lenderBackgroundLatitudeMastercard .ProductRecord__headerRatioBar{
        background:rgb(0, 103, 201);
      }
.ProductRecord__lenderBackgroundLatitudeMastercard:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 82, 161);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxLatitudeMastercard{
        border:0.125em solid #0067c9;
        overflow:hidden;
    }
.ProductRecord__productRecordLatitudeMastercard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordLatitudeMastercard:hover{
        border-left:0.0625em solid rgb(0, 103, 201);
        border-right:0.0625em solid rgb(0, 103, 201);
        border-bottom:0.0625em solid rgb(0, 103, 201);
    }
.ProductRecord__productRecordLatitudeMastercard:hover .ProductRecord__sortingDescriptionBorderLatitudeMastercard{
            background:rgb(0, 103, 201) !important;
            color:white;
        }
.ProductRecord__PNBank, .ProductRecord__contentBgPNBank, .ProductRecord__PNBank .ProductRecord__viewMoreButton{
        background:#FDB940 !important;
    }
.ProductRecord__PNBank:hover, .ProductRecord__PNBank .ProductRecord__viewMoreButton:hover{
        background:rgb(202, 148, 51) !important;
    }
.ProductRecord__progressBarPNBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#FDB940;
        background:-webkit-gradient(linear,  right top, left top,  from(#FDB940),color-stop(50%, #FDB940),color-stop(51%, #FDB940),to(#FDB940));
        background:linear-gradient(to left,  #FDB940 0%,#FDB940 50%,#FDB940 51%,#FDB940 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverPNBank{
        background:rgb(202, 148, 51);
    }
.ProductRecord__buttonPNBank{
        background:rgb(253, 185, 64);
        border:0.0625em solid rgb(253, 185, 64);
        color:white;
    }
.ProductRecord__buttonPNBank:hover, .ProductRecord__buttonPNBank:focus, .ProductRecord__buttonPNBank:active{
        background:rgb(202, 148, 51);
        border:0.0625em solid rgb(253, 185, 64);
        color:white;
    }
.ProductRecord__buttonWhitePNBank{
        background:white;
        border:0.0625em solid rgb(253, 185, 64);
        color:rgb(253, 185, 64);
    }
.ProductRecord__buttonWhitePNBank:hover, .ProductRecord__buttonWhitePNBank:focus, .ProductRecord__buttonWhitePNBank:active{
        background:rgb(202, 148, 51);
        border:0.0625em solid rgb(253, 185, 64);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderPNBank{
      border:0.0625em solid rgb(253, 185, 64);
    }
.ProductRecord__lenderBackgroundPNBank .ProductRecord__headerRatioBar{
        background:rgb(253, 185, 64);
      }
.ProductRecord__lenderBackgroundPNBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(202, 148, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxPNBank{
        border:0.125em solid #fdb940;
        overflow:hidden;
    }
.ProductRecord__productRecordPNBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordPNBank:hover{
        border-left:0.0625em solid rgb(253, 185, 64);
        border-right:0.0625em solid rgb(253, 185, 64);
        border-bottom:0.0625em solid rgb(253, 185, 64);
    }
.ProductRecord__productRecordPNBank:hover .ProductRecord__sortingDescriptionBorderPNBank{
            background:rgb(253, 185, 64) !important;
            color:white;
        }
.ProductRecord__QudosMutualBank, .ProductRecord__contentBgQudosMutualBank, .ProductRecord__QudosMutualBank .ProductRecord__viewMoreButton{
        background:#224081 !important;
    }
.ProductRecord__QudosMutualBank:hover, .ProductRecord__QudosMutualBank .ProductRecord__viewMoreButton:hover{
        background:rgb(27, 51, 103) !important;
    }
.ProductRecord__progressBarQudosMutualBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#224081;
        background:-webkit-gradient(linear,  right top, left top,  from(#224081),color-stop(50%, #224081),color-stop(51%, #224081),to(#224081));
        background:linear-gradient(to left,  #224081 0%,#224081 50%,#224081 51%,#224081 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverQudosMutualBank{
        background:rgb(27, 51, 103);
    }
.ProductRecord__buttonQudosMutualBank{
        background:rgb(34, 64, 129);
        border:0.0625em solid rgb(34, 64, 129);
        color:white;
    }
.ProductRecord__buttonQudosMutualBank:hover, .ProductRecord__buttonQudosMutualBank:focus, .ProductRecord__buttonQudosMutualBank:active{
        background:rgb(27, 51, 103);
        border:0.0625em solid rgb(34, 64, 129);
        color:white;
    }
.ProductRecord__buttonWhiteQudosMutualBank{
        background:white;
        border:0.0625em solid rgb(34, 64, 129);
        color:rgb(34, 64, 129);
    }
.ProductRecord__buttonWhiteQudosMutualBank:hover, .ProductRecord__buttonWhiteQudosMutualBank:focus, .ProductRecord__buttonWhiteQudosMutualBank:active{
        background:rgb(27, 51, 103);
        border:0.0625em solid rgb(34, 64, 129);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderQudosMutualBank{
      border:0.0625em solid rgb(34, 64, 129);
    }
.ProductRecord__lenderBackgroundQudosMutualBank .ProductRecord__headerRatioBar{
        background:rgb(34, 64, 129);
      }
.ProductRecord__lenderBackgroundQudosMutualBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(27, 51, 103);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxQudosMutualBank{
        border:0.125em solid #224081;
        overflow:hidden;
    }
.ProductRecord__productRecordQudosMutualBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordQudosMutualBank:hover{
        border-left:0.0625em solid rgb(34, 64, 129);
        border-right:0.0625em solid rgb(34, 64, 129);
        border-bottom:0.0625em solid rgb(34, 64, 129);
    }
.ProductRecord__productRecordQudosMutualBank:hover .ProductRecord__sortingDescriptionBorderQudosMutualBank{
            background:rgb(34, 64, 129) !important;
            color:white;
        }
.ProductRecord__QueenslandCountryCreditUnion, .ProductRecord__contentBgQueenslandCountryCreditUnion, .ProductRecord__QueenslandCountryCreditUnion .ProductRecord__viewMoreButton{
        background:#FFC20F !important;
    }
.ProductRecord__QueenslandCountryCreditUnion:hover, .ProductRecord__QueenslandCountryCreditUnion .ProductRecord__viewMoreButton:hover{
        background:rgb(204, 155, 12) !important;
    }
.ProductRecord__progressBarQueenslandCountryCreditUnion{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#FFC20F;
        background:-webkit-gradient(linear,  right top, left top,  from(#FFC20F),color-stop(50%, #FFC20F),color-stop(51%, #FFC20F),to(#FFC20F));
        background:linear-gradient(to left,  #FFC20F 0%,#FFC20F 50%,#FFC20F 51%,#FFC20F 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverQueenslandCountryCreditUnion{
        background:rgb(204, 155, 12);
    }
.ProductRecord__buttonQueenslandCountryCreditUnion{
        background:rgb(255, 194, 15);
        border:0.0625em solid rgb(255, 194, 15);
        color:white;
    }
.ProductRecord__buttonQueenslandCountryCreditUnion:hover, .ProductRecord__buttonQueenslandCountryCreditUnion:focus, .ProductRecord__buttonQueenslandCountryCreditUnion:active{
        background:rgb(204, 155, 12);
        border:0.0625em solid rgb(255, 194, 15);
        color:white;
    }
.ProductRecord__buttonWhiteQueenslandCountryCreditUnion{
        background:white;
        border:0.0625em solid rgb(255, 194, 15);
        color:rgb(255, 194, 15);
    }
.ProductRecord__buttonWhiteQueenslandCountryCreditUnion:hover, .ProductRecord__buttonWhiteQueenslandCountryCreditUnion:focus, .ProductRecord__buttonWhiteQueenslandCountryCreditUnion:active{
        background:rgb(204, 155, 12);
        border:0.0625em solid rgb(255, 194, 15);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderQueenslandCountryCreditUnion{
      border:0.0625em solid rgb(255, 194, 15);
    }
.ProductRecord__lenderBackgroundQueenslandCountryCreditUnion .ProductRecord__headerRatioBar{
        background:rgb(255, 194, 15);
      }
.ProductRecord__lenderBackgroundQueenslandCountryCreditUnion:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(204, 155, 12);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxQueenslandCountryCreditUnion{
        border:0.125em solid #ffc20f;
        overflow:hidden;
    }
.ProductRecord__productRecordQueenslandCountryCreditUnion{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordQueenslandCountryCreditUnion:hover{
        border-left:0.0625em solid rgb(255, 194, 15);
        border-right:0.0625em solid rgb(255, 194, 15);
        border-bottom:0.0625em solid rgb(255, 194, 15);
    }
.ProductRecord__productRecordQueenslandCountryCreditUnion:hover .ProductRecord__sortingDescriptionBorderQueenslandCountryCreditUnion{
            background:rgb(255, 194, 15) !important;
            color:white;
        }
.ProductRecord__RaboDirect, .ProductRecord__contentBgRaboDirect, .ProductRecord__RaboDirect .ProductRecord__viewMoreButton{
        background:#FF6701 !important;
    }
.ProductRecord__RaboDirect:hover, .ProductRecord__RaboDirect .ProductRecord__viewMoreButton:hover{
        background:rgb(204, 82, 1) !important;
    }
.ProductRecord__progressBarRaboDirect{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#FF6701;
        background:-webkit-gradient(linear,  right top, left top,  from(#FF6701),color-stop(50%, #FF6701),color-stop(51%, #FF6701),to(#FF6701));
        background:linear-gradient(to left,  #FF6701 0%,#FF6701 50%,#FF6701 51%,#FF6701 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverRaboDirect{
        background:rgb(204, 82, 1);
    }
.ProductRecord__buttonRaboDirect{
        background:rgb(255, 103, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.ProductRecord__buttonRaboDirect:hover, .ProductRecord__buttonRaboDirect:focus, .ProductRecord__buttonRaboDirect:active{
        background:rgb(204, 82, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.ProductRecord__buttonWhiteRaboDirect{
        background:white;
        border:0.0625em solid rgb(255, 103, 1);
        color:rgb(255, 103, 1);
    }
.ProductRecord__buttonWhiteRaboDirect:hover, .ProductRecord__buttonWhiteRaboDirect:focus, .ProductRecord__buttonWhiteRaboDirect:active{
        background:rgb(204, 82, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderRaboDirect{
      border:0.0625em solid rgb(255, 103, 1);
    }
.ProductRecord__lenderBackgroundRaboDirect .ProductRecord__headerRatioBar{
        background:rgb(255, 103, 1);
      }
.ProductRecord__lenderBackgroundRaboDirect:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(204, 82, 1);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxRaboDirect{
        border:0.125em solid #ff6701;
        overflow:hidden;
    }
.ProductRecord__productRecordRaboDirect{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordRaboDirect:hover{
        border-left:0.0625em solid rgb(255, 103, 1);
        border-right:0.0625em solid rgb(255, 103, 1);
        border-bottom:0.0625em solid rgb(255, 103, 1);
    }
.ProductRecord__productRecordRaboDirect:hover .ProductRecord__sortingDescriptionBorderRaboDirect{
            background:rgb(255, 103, 1) !important;
            color:white;
        }
.ProductRecord__AdvantedgeFS, .ProductRecord__contentBgAdvantedgeFS, .ProductRecord__AdvantedgeFS .ProductRecord__viewMoreButton{
        background:#BDD600 !important;
    }
.ProductRecord__AdvantedgeFS:hover, .ProductRecord__AdvantedgeFS .ProductRecord__viewMoreButton:hover{
        background:rgb(151, 171, 0) !important;
    }
.ProductRecord__progressBarAdvantedgeFS{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#BDD600;
        background:-webkit-gradient(linear,  right top, left top,  from(#BDD600),color-stop(50%, #BDD600),color-stop(51%, #BDD600),to(#BDD600));
        background:linear-gradient(to left,  #BDD600 0%,#BDD600 50%,#BDD600 51%,#BDD600 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverAdvantedgeFS{
        background:rgb(151, 171, 0);
    }
.ProductRecord__buttonAdvantedgeFS{
        background:rgb(189, 214, 0);
        border:0.0625em solid rgb(189, 214, 0);
        color:white;
    }
.ProductRecord__buttonAdvantedgeFS:hover, .ProductRecord__buttonAdvantedgeFS:focus, .ProductRecord__buttonAdvantedgeFS:active{
        background:rgb(151, 171, 0);
        border:0.0625em solid rgb(189, 214, 0);
        color:white;
    }
.ProductRecord__buttonWhiteAdvantedgeFS{
        background:white;
        border:0.0625em solid rgb(189, 214, 0);
        color:rgb(189, 214, 0);
    }
.ProductRecord__buttonWhiteAdvantedgeFS:hover, .ProductRecord__buttonWhiteAdvantedgeFS:focus, .ProductRecord__buttonWhiteAdvantedgeFS:active{
        background:rgb(151, 171, 0);
        border:0.0625em solid rgb(189, 214, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderAdvantedgeFS{
      border:0.0625em solid rgb(189, 214, 0);
    }
.ProductRecord__lenderBackgroundAdvantedgeFS .ProductRecord__headerRatioBar{
        background:rgb(189, 214, 0);
      }
.ProductRecord__lenderBackgroundAdvantedgeFS:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(151, 171, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxAdvantedgeFS{
        border:0.125em solid #bdd600;
        overflow:hidden;
    }
.ProductRecord__productRecordAdvantedgeFS{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordAdvantedgeFS:hover{
        border-left:0.0625em solid rgb(189, 214, 0);
        border-right:0.0625em solid rgb(189, 214, 0);
        border-bottom:0.0625em solid rgb(189, 214, 0);
    }
.ProductRecord__productRecordAdvantedgeFS:hover .ProductRecord__sortingDescriptionBorderAdvantedgeFS{
            background:rgb(189, 214, 0) !important;
            color:white;
        }
.ProductRecord__Afterpay, .ProductRecord__contentBgAfterpay, .ProductRecord__Afterpay .ProductRecord__viewMoreButton{
        background:#16A0D5 !important;
    }
.ProductRecord__Afterpay:hover, .ProductRecord__Afterpay .ProductRecord__viewMoreButton:hover{
        background:rgb(18, 128, 170) !important;
    }
.ProductRecord__progressBarAfterpay{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#16A0D5;
        background:-webkit-gradient(linear,  right top, left top,  from(#16A0D5),color-stop(50%, #16A0D5),color-stop(51%, #16A0D5),to(#16A0D5));
        background:linear-gradient(to left,  #16A0D5 0%,#16A0D5 50%,#16A0D5 51%,#16A0D5 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverAfterpay{
        background:rgb(18, 128, 170);
    }
.ProductRecord__buttonAfterpay{
        background:rgb(22, 160, 213);
        border:0.0625em solid rgb(22, 160, 213);
        color:white;
    }
.ProductRecord__buttonAfterpay:hover, .ProductRecord__buttonAfterpay:focus, .ProductRecord__buttonAfterpay:active{
        background:rgb(18, 128, 170);
        border:0.0625em solid rgb(22, 160, 213);
        color:white;
    }
.ProductRecord__buttonWhiteAfterpay{
        background:white;
        border:0.0625em solid rgb(22, 160, 213);
        color:rgb(22, 160, 213);
    }
.ProductRecord__buttonWhiteAfterpay:hover, .ProductRecord__buttonWhiteAfterpay:focus, .ProductRecord__buttonWhiteAfterpay:active{
        background:rgb(18, 128, 170);
        border:0.0625em solid rgb(22, 160, 213);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderAfterpay{
      border:0.0625em solid rgb(22, 160, 213);
    }
.ProductRecord__lenderBackgroundAfterpay .ProductRecord__headerRatioBar{
        background:rgb(22, 160, 213);
      }
.ProductRecord__lenderBackgroundAfterpay:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(18, 128, 170);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxAfterpay{
        border:0.125em solid #16a0d5;
        overflow:hidden;
    }
.ProductRecord__productRecordAfterpay{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordAfterpay:hover{
        border-left:0.0625em solid rgb(22, 160, 213);
        border-right:0.0625em solid rgb(22, 160, 213);
        border-bottom:0.0625em solid rgb(22, 160, 213);
    }
.ProductRecord__productRecordAfterpay:hover .ProductRecord__sortingDescriptionBorderAfterpay{
            background:rgb(22, 160, 213) !important;
            color:white;
        }
.ProductRecord__AustralianMilitary, .ProductRecord__contentBgAustralianMilitary, .ProductRecord__AustralianMilitary .ProductRecord__viewMoreButton{
        background:#EB212E !important;
    }
.ProductRecord__AustralianMilitary:hover, .ProductRecord__AustralianMilitary .ProductRecord__viewMoreButton:hover{
        background:rgb(188, 26, 37) !important;
    }
.ProductRecord__progressBarAustralianMilitary{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#EB212E;
        background:-webkit-gradient(linear,  right top, left top,  from(#EB212E),color-stop(50%, #EB212E),color-stop(51%, #EB212E),to(#EB212E));
        background:linear-gradient(to left,  #EB212E 0%,#EB212E 50%,#EB212E 51%,#EB212E 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverAustralianMilitary{
        background:rgb(188, 26, 37);
    }
.ProductRecord__buttonAustralianMilitary{
        background:rgb(235, 33, 46);
        border:0.0625em solid rgb(235, 33, 46);
        color:white;
    }
.ProductRecord__buttonAustralianMilitary:hover, .ProductRecord__buttonAustralianMilitary:focus, .ProductRecord__buttonAustralianMilitary:active{
        background:rgb(188, 26, 37);
        border:0.0625em solid rgb(235, 33, 46);
        color:white;
    }
.ProductRecord__buttonWhiteAustralianMilitary{
        background:white;
        border:0.0625em solid rgb(235, 33, 46);
        color:rgb(235, 33, 46);
    }
.ProductRecord__buttonWhiteAustralianMilitary:hover, .ProductRecord__buttonWhiteAustralianMilitary:focus, .ProductRecord__buttonWhiteAustralianMilitary:active{
        background:rgb(188, 26, 37);
        border:0.0625em solid rgb(235, 33, 46);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderAustralianMilitary{
      border:0.0625em solid rgb(235, 33, 46);
    }
.ProductRecord__lenderBackgroundAustralianMilitary .ProductRecord__headerRatioBar{
        background:rgb(235, 33, 46);
      }
.ProductRecord__lenderBackgroundAustralianMilitary:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(188, 26, 37);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxAustralianMilitary{
        border:0.125em solid #eb212e;
        overflow:hidden;
    }
.ProductRecord__productRecordAustralianMilitary{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordAustralianMilitary:hover{
        border-left:0.0625em solid rgb(235, 33, 46);
        border-right:0.0625em solid rgb(235, 33, 46);
        border-bottom:0.0625em solid rgb(235, 33, 46);
    }
.ProductRecord__productRecordAustralianMilitary:hover .ProductRecord__sortingDescriptionBorderAustralianMilitary{
            background:rgb(235, 33, 46) !important;
            color:white;
        }
.ProductRecord__AustralianUnity, .ProductRecord__contentBgAustralianUnity, .ProductRecord__AustralianUnity .ProductRecord__viewMoreButton{
        background:#E37221 !important;
    }
.ProductRecord__AustralianUnity:hover, .ProductRecord__AustralianUnity .ProductRecord__viewMoreButton:hover{
        background:rgb(182, 91, 26) !important;
    }
.ProductRecord__progressBarAustralianUnity{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#E37221;
        background:-webkit-gradient(linear,  right top, left top,  from(#E37221),color-stop(50%, #E37221),color-stop(51%, #E37221),to(#E37221));
        background:linear-gradient(to left,  #E37221 0%,#E37221 50%,#E37221 51%,#E37221 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverAustralianUnity{
        background:rgb(182, 91, 26);
    }
.ProductRecord__buttonAustralianUnity{
        background:rgb(227, 114, 33);
        border:0.0625em solid rgb(227, 114, 33);
        color:white;
    }
.ProductRecord__buttonAustralianUnity:hover, .ProductRecord__buttonAustralianUnity:focus, .ProductRecord__buttonAustralianUnity:active{
        background:rgb(182, 91, 26);
        border:0.0625em solid rgb(227, 114, 33);
        color:white;
    }
.ProductRecord__buttonWhiteAustralianUnity{
        background:white;
        border:0.0625em solid rgb(227, 114, 33);
        color:rgb(227, 114, 33);
    }
.ProductRecord__buttonWhiteAustralianUnity:hover, .ProductRecord__buttonWhiteAustralianUnity:focus, .ProductRecord__buttonWhiteAustralianUnity:active{
        background:rgb(182, 91, 26);
        border:0.0625em solid rgb(227, 114, 33);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderAustralianUnity{
      border:0.0625em solid rgb(227, 114, 33);
    }
.ProductRecord__lenderBackgroundAustralianUnity .ProductRecord__headerRatioBar{
        background:rgb(227, 114, 33);
      }
.ProductRecord__lenderBackgroundAustralianUnity:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(182, 91, 26);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxAustralianUnity{
        border:0.125em solid #e37221;
        overflow:hidden;
    }
.ProductRecord__productRecordAustralianUnity{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordAustralianUnity:hover{
        border-left:0.0625em solid rgb(227, 114, 33);
        border-right:0.0625em solid rgb(227, 114, 33);
        border-bottom:0.0625em solid rgb(227, 114, 33);
    }
.ProductRecord__productRecordAustralianUnity:hover .ProductRecord__sortingDescriptionBorderAustralianUnity{
            background:rgb(227, 114, 33) !important;
            color:white;
        }
.ProductRecord__AuswideBank, .ProductRecord__contentBgAuswideBank, .ProductRecord__AuswideBank .ProductRecord__viewMoreButton{
        background:#F68B33 !important;
    }
.ProductRecord__AuswideBank:hover, .ProductRecord__AuswideBank .ProductRecord__viewMoreButton:hover{
        background:rgb(197, 111, 41) !important;
    }
.ProductRecord__progressBarAuswideBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#F68B33;
        background:-webkit-gradient(linear,  right top, left top,  from(#F68B33),color-stop(50%, #F68B33),color-stop(51%, #F68B33),to(#F68B33));
        background:linear-gradient(to left,  #F68B33 0%,#F68B33 50%,#F68B33 51%,#F68B33 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverAuswideBank{
        background:rgb(197, 111, 41);
    }
.ProductRecord__buttonAuswideBank{
        background:rgb(246, 139, 51);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.ProductRecord__buttonAuswideBank:hover, .ProductRecord__buttonAuswideBank:focus, .ProductRecord__buttonAuswideBank:active{
        background:rgb(197, 111, 41);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.ProductRecord__buttonWhiteAuswideBank{
        background:white;
        border:0.0625em solid rgb(246, 139, 51);
        color:rgb(246, 139, 51);
    }
.ProductRecord__buttonWhiteAuswideBank:hover, .ProductRecord__buttonWhiteAuswideBank:focus, .ProductRecord__buttonWhiteAuswideBank:active{
        background:rgb(197, 111, 41);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderAuswideBank{
      border:0.0625em solid rgb(246, 139, 51);
    }
.ProductRecord__lenderBackgroundAuswideBank .ProductRecord__headerRatioBar{
        background:rgb(246, 139, 51);
      }
.ProductRecord__lenderBackgroundAuswideBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(197, 111, 41);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxAuswideBank{
        border:0.125em solid #f68b33;
        overflow:hidden;
    }
.ProductRecord__productRecordAuswideBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordAuswideBank:hover{
        border-left:0.0625em solid rgb(246, 139, 51);
        border-right:0.0625em solid rgb(246, 139, 51);
        border-bottom:0.0625em solid rgb(246, 139, 51);
    }
.ProductRecord__productRecordAuswideBank:hover .ProductRecord__sortingDescriptionBorderAuswideBank{
            background:rgb(246, 139, 51) !important;
            color:white;
        }
.ProductRecord__BananacoastCCU, .ProductRecord__contentBgBananacoastCCU, .ProductRecord__BananacoastCCU .ProductRecord__viewMoreButton{
        background:#003F5F !important;
    }
.ProductRecord__BananacoastCCU:hover, .ProductRecord__BananacoastCCU .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 50, 76) !important;
    }
.ProductRecord__progressBarBananacoastCCU{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#003F5F;
        background:-webkit-gradient(linear,  right top, left top,  from(#003F5F),color-stop(50%, #003F5F),color-stop(51%, #003F5F),to(#003F5F));
        background:linear-gradient(to left,  #003F5F 0%,#003F5F 50%,#003F5F 51%,#003F5F 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBananacoastCCU{
        background:rgb(0, 50, 76);
    }
.ProductRecord__buttonBananacoastCCU{
        background:rgb(0, 63, 95);
        border:0.0625em solid rgb(0, 63, 95);
        color:white;
    }
.ProductRecord__buttonBananacoastCCU:hover, .ProductRecord__buttonBananacoastCCU:focus, .ProductRecord__buttonBananacoastCCU:active{
        background:rgb(0, 50, 76);
        border:0.0625em solid rgb(0, 63, 95);
        color:white;
    }
.ProductRecord__buttonWhiteBananacoastCCU{
        background:white;
        border:0.0625em solid rgb(0, 63, 95);
        color:rgb(0, 63, 95);
    }
.ProductRecord__buttonWhiteBananacoastCCU:hover, .ProductRecord__buttonWhiteBananacoastCCU:focus, .ProductRecord__buttonWhiteBananacoastCCU:active{
        background:rgb(0, 50, 76);
        border:0.0625em solid rgb(0, 63, 95);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBananacoastCCU{
      border:0.0625em solid rgb(0, 63, 95);
    }
.ProductRecord__lenderBackgroundBananacoastCCU .ProductRecord__headerRatioBar{
        background:rgb(0, 63, 95);
      }
.ProductRecord__lenderBackgroundBananacoastCCU:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 50, 76);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBananacoastCCU{
        border:0.125em solid #003f5f;
        overflow:hidden;
    }
.ProductRecord__productRecordBananacoastCCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBananacoastCCU:hover{
        border-left:0.0625em solid rgb(0, 63, 95);
        border-right:0.0625em solid rgb(0, 63, 95);
        border-bottom:0.0625em solid rgb(0, 63, 95);
    }
.ProductRecord__productRecordBananacoastCCU:hover .ProductRecord__sortingDescriptionBorderBananacoastCCU{
            background:rgb(0, 63, 95) !important;
            color:white;
        }
.ProductRecord__BankOfHeritageIsle, .ProductRecord__contentBgBankOfHeritageIsle, .ProductRecord__BankOfHeritageIsle .ProductRecord__viewMoreButton{
        background:#006D42 !important;
    }
.ProductRecord__BankOfHeritageIsle:hover, .ProductRecord__BankOfHeritageIsle .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 87, 53) !important;
    }
.ProductRecord__progressBarBankOfHeritageIsle{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#006D42;
        background:-webkit-gradient(linear,  right top, left top,  from(#006D42),color-stop(50%, #006D42),color-stop(51%, #006D42),to(#006D42));
        background:linear-gradient(to left,  #006D42 0%,#006D42 50%,#006D42 51%,#006D42 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBankOfHeritageIsle{
        background:rgb(0, 87, 53);
    }
.ProductRecord__buttonBankOfHeritageIsle{
        background:rgb(0, 109, 66);
        border:0.0625em solid rgb(0, 109, 66);
        color:white;
    }
.ProductRecord__buttonBankOfHeritageIsle:hover, .ProductRecord__buttonBankOfHeritageIsle:focus, .ProductRecord__buttonBankOfHeritageIsle:active{
        background:rgb(0, 87, 53);
        border:0.0625em solid rgb(0, 109, 66);
        color:white;
    }
.ProductRecord__buttonWhiteBankOfHeritageIsle{
        background:white;
        border:0.0625em solid rgb(0, 109, 66);
        color:rgb(0, 109, 66);
    }
.ProductRecord__buttonWhiteBankOfHeritageIsle:hover, .ProductRecord__buttonWhiteBankOfHeritageIsle:focus, .ProductRecord__buttonWhiteBankOfHeritageIsle:active{
        background:rgb(0, 87, 53);
        border:0.0625em solid rgb(0, 109, 66);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBankOfHeritageIsle{
      border:0.0625em solid rgb(0, 109, 66);
    }
.ProductRecord__lenderBackgroundBankOfHeritageIsle .ProductRecord__headerRatioBar{
        background:rgb(0, 109, 66);
      }
.ProductRecord__lenderBackgroundBankOfHeritageIsle:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 87, 53);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBankOfHeritageIsle{
        border:0.125em solid #006d42;
        overflow:hidden;
    }
.ProductRecord__productRecordBankOfHeritageIsle{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBankOfHeritageIsle:hover{
        border-left:0.0625em solid rgb(0, 109, 66);
        border-right:0.0625em solid rgb(0, 109, 66);
        border-bottom:0.0625em solid rgb(0, 109, 66);
    }
.ProductRecord__productRecordBankOfHeritageIsle:hover .ProductRecord__sortingDescriptionBorderBankOfHeritageIsle{
            background:rgb(0, 109, 66) !important;
            color:white;
        }
.ProductRecord__BankOfUS, .ProductRecord__contentBgBankOfUS, .ProductRecord__BankOfUS .ProductRecord__viewMoreButton{
        background:#90278E !important;
    }
.ProductRecord__BankOfUS:hover, .ProductRecord__BankOfUS .ProductRecord__viewMoreButton:hover{
        background:rgb(115, 31, 114) !important;
    }
.ProductRecord__progressBarBankOfUS{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#90278E;
        background:-webkit-gradient(linear,  right top, left top,  from(#90278E),color-stop(50%, #90278E),color-stop(51%, #90278E),to(#90278E));
        background:linear-gradient(to left,  #90278E 0%,#90278E 50%,#90278E 51%,#90278E 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBankOfUS{
        background:rgb(115, 31, 114);
    }
.ProductRecord__buttonBankOfUS{
        background:rgb(144, 39, 142);
        border:0.0625em solid rgb(144, 39, 142);
        color:white;
    }
.ProductRecord__buttonBankOfUS:hover, .ProductRecord__buttonBankOfUS:focus, .ProductRecord__buttonBankOfUS:active{
        background:rgb(115, 31, 114);
        border:0.0625em solid rgb(144, 39, 142);
        color:white;
    }
.ProductRecord__buttonWhiteBankOfUS{
        background:white;
        border:0.0625em solid rgb(144, 39, 142);
        color:rgb(144, 39, 142);
    }
.ProductRecord__buttonWhiteBankOfUS:hover, .ProductRecord__buttonWhiteBankOfUS:focus, .ProductRecord__buttonWhiteBankOfUS:active{
        background:rgb(115, 31, 114);
        border:0.0625em solid rgb(144, 39, 142);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBankOfUS{
      border:0.0625em solid rgb(144, 39, 142);
    }
.ProductRecord__lenderBackgroundBankOfUS .ProductRecord__headerRatioBar{
        background:rgb(144, 39, 142);
      }
.ProductRecord__lenderBackgroundBankOfUS:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(115, 31, 114);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBankOfUS{
        border:0.125em solid #90278e;
        overflow:hidden;
    }
.ProductRecord__productRecordBankOfUS{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBankOfUS:hover{
        border-left:0.0625em solid rgb(144, 39, 142);
        border-right:0.0625em solid rgb(144, 39, 142);
        border-bottom:0.0625em solid rgb(144, 39, 142);
    }
.ProductRecord__productRecordBankOfUS:hover .ProductRecord__sortingDescriptionBorderBankOfUS{
            background:rgb(144, 39, 142) !important;
            color:white;
        }
.ProductRecord__BDCUAllianceBank, .ProductRecord__contentBgBDCUAllianceBank, .ProductRecord__BDCUAllianceBank .ProductRecord__viewMoreButton{
        background:#0071BB !important;
    }
.ProductRecord__BDCUAllianceBank:hover, .ProductRecord__BDCUAllianceBank .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 90, 150) !important;
    }
.ProductRecord__progressBarBDCUAllianceBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#0071BB;
        background:-webkit-gradient(linear,  right top, left top,  from(#0071BB),color-stop(50%, #0071BB),color-stop(51%, #0071BB),to(#0071BB));
        background:linear-gradient(to left,  #0071BB 0%,#0071BB 50%,#0071BB 51%,#0071BB 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBDCUAllianceBank{
        background:rgb(0, 90, 150);
    }
.ProductRecord__buttonBDCUAllianceBank{
        background:rgb(0, 113, 187);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.ProductRecord__buttonBDCUAllianceBank:hover, .ProductRecord__buttonBDCUAllianceBank:focus, .ProductRecord__buttonBDCUAllianceBank:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.ProductRecord__buttonWhiteBDCUAllianceBank{
        background:white;
        border:0.0625em solid rgb(0, 113, 187);
        color:rgb(0, 113, 187);
    }
.ProductRecord__buttonWhiteBDCUAllianceBank:hover, .ProductRecord__buttonWhiteBDCUAllianceBank:focus, .ProductRecord__buttonWhiteBDCUAllianceBank:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBDCUAllianceBank{
      border:0.0625em solid rgb(0, 113, 187);
    }
.ProductRecord__lenderBackgroundBDCUAllianceBank .ProductRecord__headerRatioBar{
        background:rgb(0, 113, 187);
      }
.ProductRecord__lenderBackgroundBDCUAllianceBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 90, 150);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBDCUAllianceBank{
        border:0.125em solid #0071bb;
        overflow:hidden;
    }
.ProductRecord__productRecordBDCUAllianceBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBDCUAllianceBank:hover{
        border-left:0.0625em solid rgb(0, 113, 187);
        border-right:0.0625em solid rgb(0, 113, 187);
        border-bottom:0.0625em solid rgb(0, 113, 187);
    }
.ProductRecord__productRecordBDCUAllianceBank:hover .ProductRecord__sortingDescriptionBorderBDCUAllianceBank{
            background:rgb(0, 113, 187) !important;
            color:white;
        }
.ProductRecord__BankVIC, .ProductRecord__contentBgBankVIC, .ProductRecord__BankVIC .ProductRecord__viewMoreButton{
        background:#067AAE !important;
    }
.ProductRecord__BankVIC:hover, .ProductRecord__BankVIC .ProductRecord__viewMoreButton:hover{
        background:rgb(5, 98, 139) !important;
    }
.ProductRecord__progressBarBankVIC{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#067AAE;
        background:-webkit-gradient(linear,  right top, left top,  from(#067AAE),color-stop(50%, #067AAE),color-stop(51%, #067AAE),to(#067AAE));
        background:linear-gradient(to left,  #067AAE 0%,#067AAE 50%,#067AAE 51%,#067AAE 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBankVIC{
        background:rgb(5, 98, 139);
    }
.ProductRecord__buttonBankVIC{
        background:rgb(6, 122, 174);
        border:0.0625em solid rgb(6, 122, 174);
        color:white;
    }
.ProductRecord__buttonBankVIC:hover, .ProductRecord__buttonBankVIC:focus, .ProductRecord__buttonBankVIC:active{
        background:rgb(5, 98, 139);
        border:0.0625em solid rgb(6, 122, 174);
        color:white;
    }
.ProductRecord__buttonWhiteBankVIC{
        background:white;
        border:0.0625em solid rgb(6, 122, 174);
        color:rgb(6, 122, 174);
    }
.ProductRecord__buttonWhiteBankVIC:hover, .ProductRecord__buttonWhiteBankVIC:focus, .ProductRecord__buttonWhiteBankVIC:active{
        background:rgb(5, 98, 139);
        border:0.0625em solid rgb(6, 122, 174);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBankVIC{
      border:0.0625em solid rgb(6, 122, 174);
    }
.ProductRecord__lenderBackgroundBankVIC .ProductRecord__headerRatioBar{
        background:rgb(6, 122, 174);
      }
.ProductRecord__lenderBackgroundBankVIC:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(5, 98, 139);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBankVIC{
        border:0.125em solid #067aae;
        overflow:hidden;
    }
.ProductRecord__productRecordBankVIC{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBankVIC:hover{
        border-left:0.0625em solid rgb(6, 122, 174);
        border-right:0.0625em solid rgb(6, 122, 174);
        border-bottom:0.0625em solid rgb(6, 122, 174);
    }
.ProductRecord__productRecordBankVIC:hover .ProductRecord__sortingDescriptionBorderBankVIC{
            background:rgb(6, 122, 174) !important;
            color:white;
        }
.ProductRecord__BorderBank, .ProductRecord__contentBgBorderBank, .ProductRecord__BorderBank .ProductRecord__viewMoreButton{
        background:#1A3A6B !important;
    }
.ProductRecord__BorderBank:hover, .ProductRecord__BorderBank .ProductRecord__viewMoreButton:hover{
        background:rgb(21, 46, 86) !important;
    }
.ProductRecord__progressBarBorderBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#1A3A6B;
        background:-webkit-gradient(linear,  right top, left top,  from(#1A3A6B),color-stop(50%, #1A3A6B),color-stop(51%, #1A3A6B),to(#1A3A6B));
        background:linear-gradient(to left,  #1A3A6B 0%,#1A3A6B 50%,#1A3A6B 51%,#1A3A6B 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverBorderBank{
        background:rgb(21, 46, 86);
    }
.ProductRecord__buttonBorderBank{
        background:rgb(26, 58, 107);
        border:0.0625em solid rgb(26, 58, 107);
        color:white;
    }
.ProductRecord__buttonBorderBank:hover, .ProductRecord__buttonBorderBank:focus, .ProductRecord__buttonBorderBank:active{
        background:rgb(21, 46, 86);
        border:0.0625em solid rgb(26, 58, 107);
        color:white;
    }
.ProductRecord__buttonWhiteBorderBank{
        background:white;
        border:0.0625em solid rgb(26, 58, 107);
        color:rgb(26, 58, 107);
    }
.ProductRecord__buttonWhiteBorderBank:hover, .ProductRecord__buttonWhiteBorderBank:focus, .ProductRecord__buttonWhiteBorderBank:active{
        background:rgb(21, 46, 86);
        border:0.0625em solid rgb(26, 58, 107);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderBorderBank{
      border:0.0625em solid rgb(26, 58, 107);
    }
.ProductRecord__lenderBackgroundBorderBank .ProductRecord__headerRatioBar{
        background:rgb(26, 58, 107);
      }
.ProductRecord__lenderBackgroundBorderBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(21, 46, 86);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxBorderBank{
        border:0.125em solid #1a3a6b;
        overflow:hidden;
    }
.ProductRecord__productRecordBorderBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordBorderBank:hover{
        border-left:0.0625em solid rgb(26, 58, 107);
        border-right:0.0625em solid rgb(26, 58, 107);
        border-bottom:0.0625em solid rgb(26, 58, 107);
    }
.ProductRecord__productRecordBorderBank:hover .ProductRecord__sortingDescriptionBorderBorderBank{
            background:rgb(26, 58, 107) !important;
            color:white;
        }
.ProductRecord__CentralMurrayCU, .ProductRecord__contentBgCentralMurrayCU, .ProductRecord__CentralMurrayCU .ProductRecord__viewMoreButton{
        background:#900028 !important;
    }
.ProductRecord__CentralMurrayCU:hover, .ProductRecord__CentralMurrayCU .ProductRecord__viewMoreButton:hover{
        background:rgb(115, 0, 32) !important;
    }
.ProductRecord__progressBarCentralMurrayCU{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#900028;
        background:-webkit-gradient(linear,  right top, left top,  from(#900028),color-stop(50%, #900028),color-stop(51%, #900028),to(#900028));
        background:linear-gradient(to left,  #900028 0%,#900028 50%,#900028 51%,#900028 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverCentralMurrayCU{
        background:rgb(115, 0, 32);
    }
.ProductRecord__buttonCentralMurrayCU{
        background:rgb(144, 0, 40);
        border:0.0625em solid rgb(144, 0, 40);
        color:white;
    }
.ProductRecord__buttonCentralMurrayCU:hover, .ProductRecord__buttonCentralMurrayCU:focus, .ProductRecord__buttonCentralMurrayCU:active{
        background:rgb(115, 0, 32);
        border:0.0625em solid rgb(144, 0, 40);
        color:white;
    }
.ProductRecord__buttonWhiteCentralMurrayCU{
        background:white;
        border:0.0625em solid rgb(144, 0, 40);
        color:rgb(144, 0, 40);
    }
.ProductRecord__buttonWhiteCentralMurrayCU:hover, .ProductRecord__buttonWhiteCentralMurrayCU:focus, .ProductRecord__buttonWhiteCentralMurrayCU:active{
        background:rgb(115, 0, 32);
        border:0.0625em solid rgb(144, 0, 40);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderCentralMurrayCU{
      border:0.0625em solid rgb(144, 0, 40);
    }
.ProductRecord__lenderBackgroundCentralMurrayCU .ProductRecord__headerRatioBar{
        background:rgb(144, 0, 40);
      }
.ProductRecord__lenderBackgroundCentralMurrayCU:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(115, 0, 32);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxCentralMurrayCU{
        border:0.125em solid #900028;
        overflow:hidden;
    }
.ProductRecord__productRecordCentralMurrayCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordCentralMurrayCU:hover{
        border-left:0.0625em solid rgb(144, 0, 40);
        border-right:0.0625em solid rgb(144, 0, 40);
        border-bottom:0.0625em solid rgb(144, 0, 40);
    }
.ProductRecord__productRecordCentralMurrayCU:hover .ProductRecord__sortingDescriptionBorderCentralMurrayCU{
            background:rgb(144, 0, 40) !important;
            color:white;
        }
.ProductRecord__CentralWestCU, .ProductRecord__contentBgCentralWestCU, .ProductRecord__CentralWestCU .ProductRecord__viewMoreButton{
        background:#F1523D !important;
    }
.ProductRecord__CentralWestCU:hover, .ProductRecord__CentralWestCU .ProductRecord__viewMoreButton:hover{
        background:rgb(193, 66, 49) !important;
    }
.ProductRecord__progressBarCentralWestCU{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#F1523D;
        background:-webkit-gradient(linear,  right top, left top,  from(#F1523D),color-stop(50%, #F1523D),color-stop(51%, #F1523D),to(#F1523D));
        background:linear-gradient(to left,  #F1523D 0%,#F1523D 50%,#F1523D 51%,#F1523D 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverCentralWestCU{
        background:rgb(193, 66, 49);
    }
.ProductRecord__buttonCentralWestCU{
        background:rgb(241, 82, 61);
        border:0.0625em solid rgb(241, 82, 61);
        color:white;
    }
.ProductRecord__buttonCentralWestCU:hover, .ProductRecord__buttonCentralWestCU:focus, .ProductRecord__buttonCentralWestCU:active{
        background:rgb(193, 66, 49);
        border:0.0625em solid rgb(241, 82, 61);
        color:white;
    }
.ProductRecord__buttonWhiteCentralWestCU{
        background:white;
        border:0.0625em solid rgb(241, 82, 61);
        color:rgb(241, 82, 61);
    }
.ProductRecord__buttonWhiteCentralWestCU:hover, .ProductRecord__buttonWhiteCentralWestCU:focus, .ProductRecord__buttonWhiteCentralWestCU:active{
        background:rgb(193, 66, 49);
        border:0.0625em solid rgb(241, 82, 61);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderCentralWestCU{
      border:0.0625em solid rgb(241, 82, 61);
    }
.ProductRecord__lenderBackgroundCentralWestCU .ProductRecord__headerRatioBar{
        background:rgb(241, 82, 61);
      }
.ProductRecord__lenderBackgroundCentralWestCU:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(193, 66, 49);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxCentralWestCU{
        border:0.125em solid #f1523d;
        overflow:hidden;
    }
.ProductRecord__productRecordCentralWestCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordCentralWestCU:hover{
        border-left:0.0625em solid rgb(241, 82, 61);
        border-right:0.0625em solid rgb(241, 82, 61);
        border-bottom:0.0625em solid rgb(241, 82, 61);
    }
.ProductRecord__productRecordCentralWestCU:hover .ProductRecord__sortingDescriptionBorderCentralWestCU{
            background:rgb(241, 82, 61) !important;
            color:white;
        }
.ProductRecord__FamilyFirstCU, .ProductRecord__contentBgFamilyFirstCU, .ProductRecord__FamilyFirstCU .ProductRecord__viewMoreButton{
        background:#A6D14D !important;
    }
.ProductRecord__FamilyFirstCU:hover, .ProductRecord__FamilyFirstCU .ProductRecord__viewMoreButton:hover{
        background:rgb(133, 167, 62) !important;
    }
.ProductRecord__progressBarFamilyFirstCU{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#A6D14D;
        background:-webkit-gradient(linear,  right top, left top,  from(#A6D14D),color-stop(50%, #A6D14D),color-stop(51%, #A6D14D),to(#A6D14D));
        background:linear-gradient(to left,  #A6D14D 0%,#A6D14D 50%,#A6D14D 51%,#A6D14D 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverFamilyFirstCU{
        background:rgb(133, 167, 62);
    }
.ProductRecord__buttonFamilyFirstCU{
        background:rgb(166, 209, 77);
        border:0.0625em solid rgb(166, 209, 77);
        color:white;
    }
.ProductRecord__buttonFamilyFirstCU:hover, .ProductRecord__buttonFamilyFirstCU:focus, .ProductRecord__buttonFamilyFirstCU:active{
        background:rgb(133, 167, 62);
        border:0.0625em solid rgb(166, 209, 77);
        color:white;
    }
.ProductRecord__buttonWhiteFamilyFirstCU{
        background:white;
        border:0.0625em solid rgb(166, 209, 77);
        color:rgb(166, 209, 77);
    }
.ProductRecord__buttonWhiteFamilyFirstCU:hover, .ProductRecord__buttonWhiteFamilyFirstCU:focus, .ProductRecord__buttonWhiteFamilyFirstCU:active{
        background:rgb(133, 167, 62);
        border:0.0625em solid rgb(166, 209, 77);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderFamilyFirstCU{
      border:0.0625em solid rgb(166, 209, 77);
    }
.ProductRecord__lenderBackgroundFamilyFirstCU .ProductRecord__headerRatioBar{
        background:rgb(166, 209, 77);
      }
.ProductRecord__lenderBackgroundFamilyFirstCU:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(133, 167, 62);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxFamilyFirstCU{
        border:0.125em solid #a6d14d;
        overflow:hidden;
    }
.ProductRecord__productRecordFamilyFirstCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordFamilyFirstCU:hover{
        border-left:0.0625em solid rgb(166, 209, 77);
        border-right:0.0625em solid rgb(166, 209, 77);
        border-bottom:0.0625em solid rgb(166, 209, 77);
    }
.ProductRecord__productRecordFamilyFirstCU:hover .ProductRecord__sortingDescriptionBorderFamilyFirstCU{
            background:rgb(166, 209, 77) !important;
            color:white;
        }
.ProductRecord__FirefightersMB, .ProductRecord__contentBgFirefightersMB, .ProductRecord__FirefightersMB .ProductRecord__viewMoreButton{
        background:#000000 !important;
    }
.ProductRecord__FirefightersMB:hover, .ProductRecord__FirefightersMB .ProductRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.ProductRecord__progressBarFirefightersMB{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverFirefightersMB{
        background:rgb(51, 51, 51);
    }
.ProductRecord__buttonFirefightersMB{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonFirefightersMB:hover, .ProductRecord__buttonFirefightersMB:focus, .ProductRecord__buttonFirefightersMB:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonWhiteFirefightersMB{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.ProductRecord__buttonWhiteFirefightersMB:hover, .ProductRecord__buttonWhiteFirefightersMB:focus, .ProductRecord__buttonWhiteFirefightersMB:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderFirefightersMB{
      border:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__lenderBackgroundFirefightersMB .ProductRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.ProductRecord__lenderBackgroundFirefightersMB:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxFirefightersMB{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.ProductRecord__productRecordFirefightersMB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordFirefightersMB:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__productRecordFirefightersMB:hover .ProductRecord__sortingDescriptionBorderFirefightersMB{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.ProductRecord__GCMutualBank, .ProductRecord__contentBgGCMutualBank, .ProductRecord__GCMutualBank .ProductRecord__viewMoreButton{
        background:#04A987 !important;
    }
.ProductRecord__GCMutualBank:hover, .ProductRecord__GCMutualBank .ProductRecord__viewMoreButton:hover{
        background:rgb(3, 135, 108) !important;
    }
.ProductRecord__progressBarGCMutualBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#04A987;
        background:-webkit-gradient(linear,  right top, left top,  from(#04A987),color-stop(50%, #04A987),color-stop(51%, #04A987),to(#04A987));
        background:linear-gradient(to left,  #04A987 0%,#04A987 50%,#04A987 51%,#04A987 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverGCMutualBank{
        background:rgb(3, 135, 108);
    }
.ProductRecord__buttonGCMutualBank{
        background:rgb(4, 169, 135);
        border:0.0625em solid rgb(4, 169, 135);
        color:white;
    }
.ProductRecord__buttonGCMutualBank:hover, .ProductRecord__buttonGCMutualBank:focus, .ProductRecord__buttonGCMutualBank:active{
        background:rgb(3, 135, 108);
        border:0.0625em solid rgb(4, 169, 135);
        color:white;
    }
.ProductRecord__buttonWhiteGCMutualBank{
        background:white;
        border:0.0625em solid rgb(4, 169, 135);
        color:rgb(4, 169, 135);
    }
.ProductRecord__buttonWhiteGCMutualBank:hover, .ProductRecord__buttonWhiteGCMutualBank:focus, .ProductRecord__buttonWhiteGCMutualBank:active{
        background:rgb(3, 135, 108);
        border:0.0625em solid rgb(4, 169, 135);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderGCMutualBank{
      border:0.0625em solid rgb(4, 169, 135);
    }
.ProductRecord__lenderBackgroundGCMutualBank .ProductRecord__headerRatioBar{
        background:rgb(4, 169, 135);
      }
.ProductRecord__lenderBackgroundGCMutualBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(3, 135, 108);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxGCMutualBank{
        border:0.125em solid #04a987;
        overflow:hidden;
    }
.ProductRecord__productRecordGCMutualBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordGCMutualBank:hover{
        border-left:0.0625em solid rgb(4, 169, 135);
        border-right:0.0625em solid rgb(4, 169, 135);
        border-bottom:0.0625em solid rgb(4, 169, 135);
    }
.ProductRecord__productRecordGCMutualBank:hover .ProductRecord__sortingDescriptionBorderGCMutualBank{
            background:rgb(4, 169, 135) !important;
            color:white;
        }
.ProductRecord__GeelongBank, .ProductRecord__contentBgGeelongBank, .ProductRecord__GeelongBank .ProductRecord__viewMoreButton{
        background:#23356E !important;
    }
.ProductRecord__GeelongBank:hover, .ProductRecord__GeelongBank .ProductRecord__viewMoreButton:hover{
        background:rgb(28, 42, 88) !important;
    }
.ProductRecord__progressBarGeelongBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#23356E;
        background:-webkit-gradient(linear,  right top, left top,  from(#23356E),color-stop(50%, #23356E),color-stop(51%, #23356E),to(#23356E));
        background:linear-gradient(to left,  #23356E 0%,#23356E 50%,#23356E 51%,#23356E 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverGeelongBank{
        background:rgb(28, 42, 88);
    }
.ProductRecord__buttonGeelongBank{
        background:rgb(35, 53, 110);
        border:0.0625em solid rgb(35, 53, 110);
        color:white;
    }
.ProductRecord__buttonGeelongBank:hover, .ProductRecord__buttonGeelongBank:focus, .ProductRecord__buttonGeelongBank:active{
        background:rgb(28, 42, 88);
        border:0.0625em solid rgb(35, 53, 110);
        color:white;
    }
.ProductRecord__buttonWhiteGeelongBank{
        background:white;
        border:0.0625em solid rgb(35, 53, 110);
        color:rgb(35, 53, 110);
    }
.ProductRecord__buttonWhiteGeelongBank:hover, .ProductRecord__buttonWhiteGeelongBank:focus, .ProductRecord__buttonWhiteGeelongBank:active{
        background:rgb(28, 42, 88);
        border:0.0625em solid rgb(35, 53, 110);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderGeelongBank{
      border:0.0625em solid rgb(35, 53, 110);
    }
.ProductRecord__lenderBackgroundGeelongBank .ProductRecord__headerRatioBar{
        background:rgb(35, 53, 110);
      }
.ProductRecord__lenderBackgroundGeelongBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(28, 42, 88);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxGeelongBank{
        border:0.125em solid #23356e;
        overflow:hidden;
    }
.ProductRecord__productRecordGeelongBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordGeelongBank:hover{
        border-left:0.0625em solid rgb(35, 53, 110);
        border-right:0.0625em solid rgb(35, 53, 110);
        border-bottom:0.0625em solid rgb(35, 53, 110);
    }
.ProductRecord__productRecordGeelongBank:hover .ProductRecord__sortingDescriptionBorderGeelongBank{
            background:rgb(35, 53, 110) !important;
            color:white;
        }
.ProductRecord__GHL, .ProductRecord__contentBgGHL, .ProductRecord__GHL .ProductRecord__viewMoreButton{
        background:#328B09 !important;
    }
.ProductRecord__GHL:hover, .ProductRecord__GHL .ProductRecord__viewMoreButton:hover{
        background:rgb(40, 111, 7) !important;
    }
.ProductRecord__progressBarGHL{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#328B09;
        background:-webkit-gradient(linear,  right top, left top,  from(#328B09),color-stop(50%, #328B09),color-stop(51%, #328B09),to(#328B09));
        background:linear-gradient(to left,  #328B09 0%,#328B09 50%,#328B09 51%,#328B09 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverGHL{
        background:rgb(40, 111, 7);
    }
.ProductRecord__buttonGHL{
        background:rgb(50, 139, 9);
        border:0.0625em solid rgb(50, 139, 9);
        color:white;
    }
.ProductRecord__buttonGHL:hover, .ProductRecord__buttonGHL:focus, .ProductRecord__buttonGHL:active{
        background:rgb(40, 111, 7);
        border:0.0625em solid rgb(50, 139, 9);
        color:white;
    }
.ProductRecord__buttonWhiteGHL{
        background:white;
        border:0.0625em solid rgb(50, 139, 9);
        color:rgb(50, 139, 9);
    }
.ProductRecord__buttonWhiteGHL:hover, .ProductRecord__buttonWhiteGHL:focus, .ProductRecord__buttonWhiteGHL:active{
        background:rgb(40, 111, 7);
        border:0.0625em solid rgb(50, 139, 9);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderGHL{
      border:0.0625em solid rgb(50, 139, 9);
    }
.ProductRecord__lenderBackgroundGHL .ProductRecord__headerRatioBar{
        background:rgb(50, 139, 9);
      }
.ProductRecord__lenderBackgroundGHL:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(40, 111, 7);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxGHL{
        border:0.125em solid #328b09;
        overflow:hidden;
    }
.ProductRecord__productRecordGHL{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordGHL:hover{
        border-left:0.0625em solid rgb(50, 139, 9);
        border-right:0.0625em solid rgb(50, 139, 9);
        border-bottom:0.0625em solid rgb(50, 139, 9);
    }
.ProductRecord__productRecordGHL:hover .ProductRecord__sortingDescriptionBorderGHL{
            background:rgb(50, 139, 9) !important;
            color:white;
        }
.ProductRecord__GreaterBuilding, .ProductRecord__contentBgGreaterBuilding, .ProductRecord__GreaterBuilding .ProductRecord__viewMoreButton{
        background:#1F2A44 !important;
    }
.ProductRecord__GreaterBuilding:hover, .ProductRecord__GreaterBuilding .ProductRecord__viewMoreButton:hover{
        background:rgb(25, 34, 54) !important;
    }
.ProductRecord__progressBarGreaterBuilding{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#1F2A44;
        background:-webkit-gradient(linear,  right top, left top,  from(#1F2A44),color-stop(50%, #1F2A44),color-stop(51%, #1F2A44),to(#1F2A44));
        background:linear-gradient(to left,  #1F2A44 0%,#1F2A44 50%,#1F2A44 51%,#1F2A44 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverGreaterBuilding{
        background:rgb(25, 34, 54);
    }
.ProductRecord__buttonGreaterBuilding{
        background:rgb(31, 42, 68);
        border:0.0625em solid rgb(31, 42, 68);
        color:white;
    }
.ProductRecord__buttonGreaterBuilding:hover, .ProductRecord__buttonGreaterBuilding:focus, .ProductRecord__buttonGreaterBuilding:active{
        background:rgb(25, 34, 54);
        border:0.0625em solid rgb(31, 42, 68);
        color:white;
    }
.ProductRecord__buttonWhiteGreaterBuilding{
        background:white;
        border:0.0625em solid rgb(31, 42, 68);
        color:rgb(31, 42, 68);
    }
.ProductRecord__buttonWhiteGreaterBuilding:hover, .ProductRecord__buttonWhiteGreaterBuilding:focus, .ProductRecord__buttonWhiteGreaterBuilding:active{
        background:rgb(25, 34, 54);
        border:0.0625em solid rgb(31, 42, 68);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderGreaterBuilding{
      border:0.0625em solid rgb(31, 42, 68);
    }
.ProductRecord__lenderBackgroundGreaterBuilding .ProductRecord__headerRatioBar{
        background:rgb(31, 42, 68);
      }
.ProductRecord__lenderBackgroundGreaterBuilding:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(25, 34, 54);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxGreaterBuilding{
        border:0.125em solid #1f2a44;
        overflow:hidden;
    }
.ProductRecord__productRecordGreaterBuilding{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordGreaterBuilding:hover{
        border-left:0.0625em solid rgb(31, 42, 68);
        border-right:0.0625em solid rgb(31, 42, 68);
        border-bottom:0.0625em solid rgb(31, 42, 68);
    }
.ProductRecord__productRecordGreaterBuilding:hover .ProductRecord__sortingDescriptionBorderGreaterBuilding{
            background:rgb(31, 42, 68) !important;
            color:white;
        }
.ProductRecord__GoulburnMurrayCU, .ProductRecord__contentBgGoulburnMurrayCU, .ProductRecord__GoulburnMurrayCU .ProductRecord__viewMoreButton{
        background:#215A3F !important;
    }
.ProductRecord__GoulburnMurrayCU:hover, .ProductRecord__GoulburnMurrayCU .ProductRecord__viewMoreButton:hover{
        background:rgb(26, 72, 50) !important;
    }
.ProductRecord__progressBarGoulburnMurrayCU{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#215A3F;
        background:-webkit-gradient(linear,  right top, left top,  from(#215A3F),color-stop(50%, #215A3F),color-stop(51%, #215A3F),to(#215A3F));
        background:linear-gradient(to left,  #215A3F 0%,#215A3F 50%,#215A3F 51%,#215A3F 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverGoulburnMurrayCU{
        background:rgb(26, 72, 50);
    }
.ProductRecord__buttonGoulburnMurrayCU{
        background:rgb(33, 90, 63);
        border:0.0625em solid rgb(33, 90, 63);
        color:white;
    }
.ProductRecord__buttonGoulburnMurrayCU:hover, .ProductRecord__buttonGoulburnMurrayCU:focus, .ProductRecord__buttonGoulburnMurrayCU:active{
        background:rgb(26, 72, 50);
        border:0.0625em solid rgb(33, 90, 63);
        color:white;
    }
.ProductRecord__buttonWhiteGoulburnMurrayCU{
        background:white;
        border:0.0625em solid rgb(33, 90, 63);
        color:rgb(33, 90, 63);
    }
.ProductRecord__buttonWhiteGoulburnMurrayCU:hover, .ProductRecord__buttonWhiteGoulburnMurrayCU:focus, .ProductRecord__buttonWhiteGoulburnMurrayCU:active{
        background:rgb(26, 72, 50);
        border:0.0625em solid rgb(33, 90, 63);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderGoulburnMurrayCU{
      border:0.0625em solid rgb(33, 90, 63);
    }
.ProductRecord__lenderBackgroundGoulburnMurrayCU .ProductRecord__headerRatioBar{
        background:rgb(33, 90, 63);
      }
.ProductRecord__lenderBackgroundGoulburnMurrayCU:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(26, 72, 50);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxGoulburnMurrayCU{
        border:0.125em solid #215a3f;
        overflow:hidden;
    }
.ProductRecord__productRecordGoulburnMurrayCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordGoulburnMurrayCU:hover{
        border-left:0.0625em solid rgb(33, 90, 63);
        border-right:0.0625em solid rgb(33, 90, 63);
        border-bottom:0.0625em solid rgb(33, 90, 63);
    }
.ProductRecord__productRecordGoulburnMurrayCU:hover .ProductRecord__sortingDescriptionBorderGoulburnMurrayCU{
            background:rgb(33, 90, 63) !important;
            color:white;
        }
.ProductRecord__HorizonCU, .ProductRecord__contentBgHorizonCU, .ProductRecord__HorizonCU .ProductRecord__viewMoreButton{
        background:#F67318 !important;
    }
.ProductRecord__HorizonCU:hover, .ProductRecord__HorizonCU .ProductRecord__viewMoreButton:hover{
        background:rgb(197, 92, 19) !important;
    }
.ProductRecord__progressBarHorizonCU{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#F67318;
        background:-webkit-gradient(linear,  right top, left top,  from(#F67318),color-stop(50%, #F67318),color-stop(51%, #F67318),to(#F67318));
        background:linear-gradient(to left,  #F67318 0%,#F67318 50%,#F67318 51%,#F67318 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverHorizonCU{
        background:rgb(197, 92, 19);
    }
.ProductRecord__buttonHorizonCU{
        background:rgb(246, 115, 24);
        border:0.0625em solid rgb(246, 115, 24);
        color:white;
    }
.ProductRecord__buttonHorizonCU:hover, .ProductRecord__buttonHorizonCU:focus, .ProductRecord__buttonHorizonCU:active{
        background:rgb(197, 92, 19);
        border:0.0625em solid rgb(246, 115, 24);
        color:white;
    }
.ProductRecord__buttonWhiteHorizonCU{
        background:white;
        border:0.0625em solid rgb(246, 115, 24);
        color:rgb(246, 115, 24);
    }
.ProductRecord__buttonWhiteHorizonCU:hover, .ProductRecord__buttonWhiteHorizonCU:focus, .ProductRecord__buttonWhiteHorizonCU:active{
        background:rgb(197, 92, 19);
        border:0.0625em solid rgb(246, 115, 24);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderHorizonCU{
      border:0.0625em solid rgb(246, 115, 24);
    }
.ProductRecord__lenderBackgroundHorizonCU .ProductRecord__headerRatioBar{
        background:rgb(246, 115, 24);
      }
.ProductRecord__lenderBackgroundHorizonCU:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(197, 92, 19);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxHorizonCU{
        border:0.125em solid #f67318;
        overflow:hidden;
    }
.ProductRecord__productRecordHorizonCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordHorizonCU:hover{
        border-left:0.0625em solid rgb(246, 115, 24);
        border-right:0.0625em solid rgb(246, 115, 24);
        border-bottom:0.0625em solid rgb(246, 115, 24);
    }
.ProductRecord__productRecordHorizonCU:hover .ProductRecord__sortingDescriptionBorderHorizonCU{
            background:rgb(246, 115, 24) !important;
            color:white;
        }
.ProductRecord__HSF, .ProductRecord__contentBgHSF, .ProductRecord__HSF .ProductRecord__viewMoreButton{
        background:#0C2744 !important;
    }
.ProductRecord__HSF:hover, .ProductRecord__HSF .ProductRecord__viewMoreButton:hover{
        background:rgb(10, 31, 54) !important;
    }
.ProductRecord__progressBarHSF{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#0C2744;
        background:-webkit-gradient(linear,  right top, left top,  from(#0C2744),color-stop(50%, #0C2744),color-stop(51%, #0C2744),to(#0C2744));
        background:linear-gradient(to left,  #0C2744 0%,#0C2744 50%,#0C2744 51%,#0C2744 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverHSF{
        background:rgb(10, 31, 54);
    }
.ProductRecord__buttonHSF{
        background:rgb(12, 39, 68);
        border:0.0625em solid rgb(12, 39, 68);
        color:white;
    }
.ProductRecord__buttonHSF:hover, .ProductRecord__buttonHSF:focus, .ProductRecord__buttonHSF:active{
        background:rgb(10, 31, 54);
        border:0.0625em solid rgb(12, 39, 68);
        color:white;
    }
.ProductRecord__buttonWhiteHSF{
        background:white;
        border:0.0625em solid rgb(12, 39, 68);
        color:rgb(12, 39, 68);
    }
.ProductRecord__buttonWhiteHSF:hover, .ProductRecord__buttonWhiteHSF:focus, .ProductRecord__buttonWhiteHSF:active{
        background:rgb(10, 31, 54);
        border:0.0625em solid rgb(12, 39, 68);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderHSF{
      border:0.0625em solid rgb(12, 39, 68);
    }
.ProductRecord__lenderBackgroundHSF .ProductRecord__headerRatioBar{
        background:rgb(12, 39, 68);
      }
.ProductRecord__lenderBackgroundHSF:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(10, 31, 54);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxHSF{
        border:0.125em solid #0c2744;
        overflow:hidden;
    }
.ProductRecord__productRecordHSF{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordHSF:hover{
        border-left:0.0625em solid rgb(12, 39, 68);
        border-right:0.0625em solid rgb(12, 39, 68);
        border-bottom:0.0625em solid rgb(12, 39, 68);
    }
.ProductRecord__productRecordHSF:hover .ProductRecord__sortingDescriptionBorderHSF{
            background:rgb(12, 39, 68) !important;
            color:white;
        }
.ProductRecord__HUME, .ProductRecord__contentBgHUME, .ProductRecord__HUME .ProductRecord__viewMoreButton{
        background:#002A5C !important;
    }
.ProductRecord__HUME:hover, .ProductRecord__HUME .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 34, 74) !important;
    }
.ProductRecord__progressBarHUME{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#002A5C;
        background:-webkit-gradient(linear,  right top, left top,  from(#002A5C),color-stop(50%, #002A5C),color-stop(51%, #002A5C),to(#002A5C));
        background:linear-gradient(to left,  #002A5C 0%,#002A5C 50%,#002A5C 51%,#002A5C 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverHUME{
        background:rgb(0, 34, 74);
    }
.ProductRecord__buttonHUME{
        background:rgb(0, 42, 92);
        border:0.0625em solid rgb(0, 42, 92);
        color:white;
    }
.ProductRecord__buttonHUME:hover, .ProductRecord__buttonHUME:focus, .ProductRecord__buttonHUME:active{
        background:rgb(0, 34, 74);
        border:0.0625em solid rgb(0, 42, 92);
        color:white;
    }
.ProductRecord__buttonWhiteHUME{
        background:white;
        border:0.0625em solid rgb(0, 42, 92);
        color:rgb(0, 42, 92);
    }
.ProductRecord__buttonWhiteHUME:hover, .ProductRecord__buttonWhiteHUME:focus, .ProductRecord__buttonWhiteHUME:active{
        background:rgb(0, 34, 74);
        border:0.0625em solid rgb(0, 42, 92);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderHUME{
      border:0.0625em solid rgb(0, 42, 92);
    }
.ProductRecord__lenderBackgroundHUME .ProductRecord__headerRatioBar{
        background:rgb(0, 42, 92);
      }
.ProductRecord__lenderBackgroundHUME:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 34, 74);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxHUME{
        border:0.125em solid #002a5c;
        overflow:hidden;
    }
.ProductRecord__productRecordHUME{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordHUME:hover{
        border-left:0.0625em solid rgb(0, 42, 92);
        border-right:0.0625em solid rgb(0, 42, 92);
        border-bottom:0.0625em solid rgb(0, 42, 92);
    }
.ProductRecord__productRecordHUME:hover .ProductRecord__sortingDescriptionBorderHUME{
            background:rgb(0, 42, 92) !important;
            color:white;
        }
.ProductRecord__IMB, .ProductRecord__contentBgIMB, .ProductRecord__IMB .ProductRecord__viewMoreButton{
        background:#008877 !important;
    }
.ProductRecord__IMB:hover, .ProductRecord__IMB .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 109, 95) !important;
    }
.ProductRecord__progressBarIMB{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#008877;
        background:-webkit-gradient(linear,  right top, left top,  from(#008877),color-stop(50%, #008877),color-stop(51%, #008877),to(#008877));
        background:linear-gradient(to left,  #008877 0%,#008877 50%,#008877 51%,#008877 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverIMB{
        background:rgb(0, 109, 95);
    }
.ProductRecord__buttonIMB{
        background:rgb(0, 136, 119);
        border:0.0625em solid rgb(0, 136, 119);
        color:white;
    }
.ProductRecord__buttonIMB:hover, .ProductRecord__buttonIMB:focus, .ProductRecord__buttonIMB:active{
        background:rgb(0, 109, 95);
        border:0.0625em solid rgb(0, 136, 119);
        color:white;
    }
.ProductRecord__buttonWhiteIMB{
        background:white;
        border:0.0625em solid rgb(0, 136, 119);
        color:rgb(0, 136, 119);
    }
.ProductRecord__buttonWhiteIMB:hover, .ProductRecord__buttonWhiteIMB:focus, .ProductRecord__buttonWhiteIMB:active{
        background:rgb(0, 109, 95);
        border:0.0625em solid rgb(0, 136, 119);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderIMB{
      border:0.0625em solid rgb(0, 136, 119);
    }
.ProductRecord__lenderBackgroundIMB .ProductRecord__headerRatioBar{
        background:rgb(0, 136, 119);
      }
.ProductRecord__lenderBackgroundIMB:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 109, 95);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxIMB{
        border:0.125em solid #008877;
        overflow:hidden;
    }
.ProductRecord__productRecordIMB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordIMB:hover{
        border-left:0.0625em solid rgb(0, 136, 119);
        border-right:0.0625em solid rgb(0, 136, 119);
        border-bottom:0.0625em solid rgb(0, 136, 119);
    }
.ProductRecord__productRecordIMB:hover .ProductRecord__sortingDescriptionBorderIMB{
            background:rgb(0, 136, 119) !important;
            color:white;
        }
.ProductRecord__IllawarraCU, .ProductRecord__contentBgIllawarraCU, .ProductRecord__IllawarraCU .ProductRecord__viewMoreButton{
        background:#A63A40 !important;
    }
.ProductRecord__IllawarraCU:hover, .ProductRecord__IllawarraCU .ProductRecord__viewMoreButton:hover{
        background:rgb(133, 46, 51) !important;
    }
.ProductRecord__progressBarIllawarraCU{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#A63A40;
        background:-webkit-gradient(linear,  right top, left top,  from(#A63A40),color-stop(50%, #A63A40),color-stop(51%, #A63A40),to(#A63A40));
        background:linear-gradient(to left,  #A63A40 0%,#A63A40 50%,#A63A40 51%,#A63A40 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverIllawarraCU{
        background:rgb(133, 46, 51);
    }
.ProductRecord__buttonIllawarraCU{
        background:rgb(166, 58, 64);
        border:0.0625em solid rgb(166, 58, 64);
        color:white;
    }
.ProductRecord__buttonIllawarraCU:hover, .ProductRecord__buttonIllawarraCU:focus, .ProductRecord__buttonIllawarraCU:active{
        background:rgb(133, 46, 51);
        border:0.0625em solid rgb(166, 58, 64);
        color:white;
    }
.ProductRecord__buttonWhiteIllawarraCU{
        background:white;
        border:0.0625em solid rgb(166, 58, 64);
        color:rgb(166, 58, 64);
    }
.ProductRecord__buttonWhiteIllawarraCU:hover, .ProductRecord__buttonWhiteIllawarraCU:focus, .ProductRecord__buttonWhiteIllawarraCU:active{
        background:rgb(133, 46, 51);
        border:0.0625em solid rgb(166, 58, 64);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderIllawarraCU{
      border:0.0625em solid rgb(166, 58, 64);
    }
.ProductRecord__lenderBackgroundIllawarraCU .ProductRecord__headerRatioBar{
        background:rgb(166, 58, 64);
      }
.ProductRecord__lenderBackgroundIllawarraCU:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(133, 46, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxIllawarraCU{
        border:0.125em solid #a63a40;
        overflow:hidden;
    }
.ProductRecord__productRecordIllawarraCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordIllawarraCU:hover{
        border-left:0.0625em solid rgb(166, 58, 64);
        border-right:0.0625em solid rgb(166, 58, 64);
        border-bottom:0.0625em solid rgb(166, 58, 64);
    }
.ProductRecord__productRecordIllawarraCU:hover .ProductRecord__sortingDescriptionBorderIllawarraCU{
            background:rgb(166, 58, 64) !important;
            color:white;
        }
.ProductRecord__LaboratoriesCU, .ProductRecord__contentBgLaboratoriesCU, .ProductRecord__LaboratoriesCU .ProductRecord__viewMoreButton{
        background:#EE3224 !important;
    }
.ProductRecord__LaboratoriesCU:hover, .ProductRecord__LaboratoriesCU .ProductRecord__viewMoreButton:hover{
        background:rgb(190, 40, 29) !important;
    }
.ProductRecord__progressBarLaboratoriesCU{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#EE3224;
        background:-webkit-gradient(linear,  right top, left top,  from(#EE3224),color-stop(50%, #EE3224),color-stop(51%, #EE3224),to(#EE3224));
        background:linear-gradient(to left,  #EE3224 0%,#EE3224 50%,#EE3224 51%,#EE3224 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverLaboratoriesCU{
        background:rgb(190, 40, 29);
    }
.ProductRecord__buttonLaboratoriesCU{
        background:rgb(238, 50, 36);
        border:0.0625em solid rgb(238, 50, 36);
        color:white;
    }
.ProductRecord__buttonLaboratoriesCU:hover, .ProductRecord__buttonLaboratoriesCU:focus, .ProductRecord__buttonLaboratoriesCU:active{
        background:rgb(190, 40, 29);
        border:0.0625em solid rgb(238, 50, 36);
        color:white;
    }
.ProductRecord__buttonWhiteLaboratoriesCU{
        background:white;
        border:0.0625em solid rgb(238, 50, 36);
        color:rgb(238, 50, 36);
    }
.ProductRecord__buttonWhiteLaboratoriesCU:hover, .ProductRecord__buttonWhiteLaboratoriesCU:focus, .ProductRecord__buttonWhiteLaboratoriesCU:active{
        background:rgb(190, 40, 29);
        border:0.0625em solid rgb(238, 50, 36);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderLaboratoriesCU{
      border:0.0625em solid rgb(238, 50, 36);
    }
.ProductRecord__lenderBackgroundLaboratoriesCU .ProductRecord__headerRatioBar{
        background:rgb(238, 50, 36);
      }
.ProductRecord__lenderBackgroundLaboratoriesCU:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(190, 40, 29);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxLaboratoriesCU{
        border:0.125em solid #ee3224;
        overflow:hidden;
    }
.ProductRecord__productRecordLaboratoriesCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordLaboratoriesCU:hover{
        border-left:0.0625em solid rgb(238, 50, 36);
        border-right:0.0625em solid rgb(238, 50, 36);
        border-bottom:0.0625em solid rgb(238, 50, 36);
    }
.ProductRecord__productRecordLaboratoriesCU:hover .ProductRecord__sortingDescriptionBorderLaboratoriesCU{
            background:rgb(238, 50, 36) !important;
            color:white;
        }
.ProductRecord__LutheranLL, .ProductRecord__contentBgLutheranLL, .ProductRecord__LutheranLL .ProductRecord__viewMoreButton{
        background:#887C73 !important;
    }
.ProductRecord__LutheranLL:hover, .ProductRecord__LutheranLL .ProductRecord__viewMoreButton:hover{
        background:rgb(109, 99, 92) !important;
    }
.ProductRecord__progressBarLutheranLL{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#887C73;
        background:-webkit-gradient(linear,  right top, left top,  from(#887C73),color-stop(50%, #887C73),color-stop(51%, #887C73),to(#887C73));
        background:linear-gradient(to left,  #887C73 0%,#887C73 50%,#887C73 51%,#887C73 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverLutheranLL{
        background:rgb(109, 99, 92);
    }
.ProductRecord__buttonLutheranLL{
        background:rgb(136, 124, 115);
        border:0.0625em solid rgb(136, 124, 115);
        color:white;
    }
.ProductRecord__buttonLutheranLL:hover, .ProductRecord__buttonLutheranLL:focus, .ProductRecord__buttonLutheranLL:active{
        background:rgb(109, 99, 92);
        border:0.0625em solid rgb(136, 124, 115);
        color:white;
    }
.ProductRecord__buttonWhiteLutheranLL{
        background:white;
        border:0.0625em solid rgb(136, 124, 115);
        color:rgb(136, 124, 115);
    }
.ProductRecord__buttonWhiteLutheranLL:hover, .ProductRecord__buttonWhiteLutheranLL:focus, .ProductRecord__buttonWhiteLutheranLL:active{
        background:rgb(109, 99, 92);
        border:0.0625em solid rgb(136, 124, 115);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderLutheranLL{
      border:0.0625em solid rgb(136, 124, 115);
    }
.ProductRecord__lenderBackgroundLutheranLL .ProductRecord__headerRatioBar{
        background:rgb(136, 124, 115);
      }
.ProductRecord__lenderBackgroundLutheranLL:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(109, 99, 92);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxLutheranLL{
        border:0.125em solid #887c73;
        overflow:hidden;
    }
.ProductRecord__productRecordLutheranLL{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordLutheranLL:hover{
        border-left:0.0625em solid rgb(136, 124, 115);
        border-right:0.0625em solid rgb(136, 124, 115);
        border-bottom:0.0625em solid rgb(136, 124, 115);
    }
.ProductRecord__productRecordLutheranLL:hover .ProductRecord__sortingDescriptionBorderLutheranLL{
            background:rgb(136, 124, 115) !important;
            color:white;
        }
.ProductRecord__MyStateBank, .ProductRecord__contentBgMyStateBank, .ProductRecord__MyStateBank .ProductRecord__viewMoreButton{
        background:#004E57 !important;
    }
.ProductRecord__MyStateBank:hover, .ProductRecord__MyStateBank .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 62, 70) !important;
    }
.ProductRecord__progressBarMyStateBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#004E57;
        background:-webkit-gradient(linear,  right top, left top,  from(#004E57),color-stop(50%, #004E57),color-stop(51%, #004E57),to(#004E57));
        background:linear-gradient(to left,  #004E57 0%,#004E57 50%,#004E57 51%,#004E57 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverMyStateBank{
        background:rgb(0, 62, 70);
    }
.ProductRecord__buttonMyStateBank{
        background:rgb(0, 78, 87);
        border:0.0625em solid rgb(0, 78, 87);
        color:white;
    }
.ProductRecord__buttonMyStateBank:hover, .ProductRecord__buttonMyStateBank:focus, .ProductRecord__buttonMyStateBank:active{
        background:rgb(0, 62, 70);
        border:0.0625em solid rgb(0, 78, 87);
        color:white;
    }
.ProductRecord__buttonWhiteMyStateBank{
        background:white;
        border:0.0625em solid rgb(0, 78, 87);
        color:rgb(0, 78, 87);
    }
.ProductRecord__buttonWhiteMyStateBank:hover, .ProductRecord__buttonWhiteMyStateBank:focus, .ProductRecord__buttonWhiteMyStateBank:active{
        background:rgb(0, 62, 70);
        border:0.0625em solid rgb(0, 78, 87);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderMyStateBank{
      border:0.0625em solid rgb(0, 78, 87);
    }
.ProductRecord__lenderBackgroundMyStateBank .ProductRecord__headerRatioBar{
        background:rgb(0, 78, 87);
      }
.ProductRecord__lenderBackgroundMyStateBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 62, 70);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxMyStateBank{
        border:0.125em solid #004e57;
        overflow:hidden;
    }
.ProductRecord__productRecordMyStateBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordMyStateBank:hover{
        border-left:0.0625em solid rgb(0, 78, 87);
        border-right:0.0625em solid rgb(0, 78, 87);
        border-bottom:0.0625em solid rgb(0, 78, 87);
    }
.ProductRecord__productRecordMyStateBank:hover .ProductRecord__sortingDescriptionBorderMyStateBank{
            background:rgb(0, 78, 87) !important;
            color:white;
        }
.ProductRecord__NewCastle, .ProductRecord__contentBgNewCastle, .ProductRecord__NewCastle .ProductRecord__viewMoreButton{
        background:#000000 !important;
    }
.ProductRecord__NewCastle:hover, .ProductRecord__NewCastle .ProductRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.ProductRecord__progressBarNewCastle{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverNewCastle{
        background:rgb(51, 51, 51);
    }
.ProductRecord__buttonNewCastle{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonNewCastle:hover, .ProductRecord__buttonNewCastle:focus, .ProductRecord__buttonNewCastle:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonWhiteNewCastle{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.ProductRecord__buttonWhiteNewCastle:hover, .ProductRecord__buttonWhiteNewCastle:focus, .ProductRecord__buttonWhiteNewCastle:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderNewCastle{
      border:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__lenderBackgroundNewCastle .ProductRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.ProductRecord__lenderBackgroundNewCastle:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxNewCastle{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.ProductRecord__productRecordNewCastle{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordNewCastle:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__productRecordNewCastle:hover .ProductRecord__sortingDescriptionBorderNewCastle{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.ProductRecord__NorthernInlandCU, .ProductRecord__contentBgNorthernInlandCU, .ProductRecord__NorthernInlandCU .ProductRecord__viewMoreButton{
        background:#0098D8 !important;
    }
.ProductRecord__NorthernInlandCU:hover, .ProductRecord__NorthernInlandCU .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 122, 173) !important;
    }
.ProductRecord__progressBarNorthernInlandCU{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#0098D8;
        background:-webkit-gradient(linear,  right top, left top,  from(#0098D8),color-stop(50%, #0098D8),color-stop(51%, #0098D8),to(#0098D8));
        background:linear-gradient(to left,  #0098D8 0%,#0098D8 50%,#0098D8 51%,#0098D8 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverNorthernInlandCU{
        background:rgb(0, 122, 173);
    }
.ProductRecord__buttonNorthernInlandCU{
        background:rgb(0, 152, 216);
        border:0.0625em solid rgb(0, 152, 216);
        color:white;
    }
.ProductRecord__buttonNorthernInlandCU:hover, .ProductRecord__buttonNorthernInlandCU:focus, .ProductRecord__buttonNorthernInlandCU:active{
        background:rgb(0, 122, 173);
        border:0.0625em solid rgb(0, 152, 216);
        color:white;
    }
.ProductRecord__buttonWhiteNorthernInlandCU{
        background:white;
        border:0.0625em solid rgb(0, 152, 216);
        color:rgb(0, 152, 216);
    }
.ProductRecord__buttonWhiteNorthernInlandCU:hover, .ProductRecord__buttonWhiteNorthernInlandCU:focus, .ProductRecord__buttonWhiteNorthernInlandCU:active{
        background:rgb(0, 122, 173);
        border:0.0625em solid rgb(0, 152, 216);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderNorthernInlandCU{
      border:0.0625em solid rgb(0, 152, 216);
    }
.ProductRecord__lenderBackgroundNorthernInlandCU .ProductRecord__headerRatioBar{
        background:rgb(0, 152, 216);
      }
.ProductRecord__lenderBackgroundNorthernInlandCU:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 122, 173);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxNorthernInlandCU{
        border:0.125em solid #0098d8;
        overflow:hidden;
    }
.ProductRecord__productRecordNorthernInlandCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordNorthernInlandCU:hover{
        border-left:0.0625em solid rgb(0, 152, 216);
        border-right:0.0625em solid rgb(0, 152, 216);
        border-bottom:0.0625em solid rgb(0, 152, 216);
    }
.ProductRecord__productRecordNorthernInlandCU:hover .ProductRecord__sortingDescriptionBorderNorthernInlandCU{
            background:rgb(0, 152, 216) !important;
            color:white;
        }
.ProductRecord__NovaAllianceBank, .ProductRecord__contentBgNovaAllianceBank, .ProductRecord__NovaAllianceBank .ProductRecord__viewMoreButton{
        background:#0071BB !important;
    }
.ProductRecord__NovaAllianceBank:hover, .ProductRecord__NovaAllianceBank .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 90, 150) !important;
    }
.ProductRecord__progressBarNovaAllianceBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#0071BB;
        background:-webkit-gradient(linear,  right top, left top,  from(#0071BB),color-stop(50%, #0071BB),color-stop(51%, #0071BB),to(#0071BB));
        background:linear-gradient(to left,  #0071BB 0%,#0071BB 50%,#0071BB 51%,#0071BB 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverNovaAllianceBank{
        background:rgb(0, 90, 150);
    }
.ProductRecord__buttonNovaAllianceBank{
        background:rgb(0, 113, 187);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.ProductRecord__buttonNovaAllianceBank:hover, .ProductRecord__buttonNovaAllianceBank:focus, .ProductRecord__buttonNovaAllianceBank:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.ProductRecord__buttonWhiteNovaAllianceBank{
        background:white;
        border:0.0625em solid rgb(0, 113, 187);
        color:rgb(0, 113, 187);
    }
.ProductRecord__buttonWhiteNovaAllianceBank:hover, .ProductRecord__buttonWhiteNovaAllianceBank:focus, .ProductRecord__buttonWhiteNovaAllianceBank:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderNovaAllianceBank{
      border:0.0625em solid rgb(0, 113, 187);
    }
.ProductRecord__lenderBackgroundNovaAllianceBank .ProductRecord__headerRatioBar{
        background:rgb(0, 113, 187);
      }
.ProductRecord__lenderBackgroundNovaAllianceBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 90, 150);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxNovaAllianceBank{
        border:0.125em solid #0071bb;
        overflow:hidden;
    }
.ProductRecord__productRecordNovaAllianceBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordNovaAllianceBank:hover{
        border-left:0.0625em solid rgb(0, 113, 187);
        border-right:0.0625em solid rgb(0, 113, 187);
        border-bottom:0.0625em solid rgb(0, 113, 187);
    }
.ProductRecord__productRecordNovaAllianceBank:hover .ProductRecord__sortingDescriptionBorderNovaAllianceBank{
            background:rgb(0, 113, 187) !important;
            color:white;
        }
.ProductRecord__OrangeCU, .ProductRecord__contentBgOrangeCU, .ProductRecord__OrangeCU .ProductRecord__viewMoreButton{
        background:#F58027 !important;
    }
.ProductRecord__OrangeCU:hover, .ProductRecord__OrangeCU .ProductRecord__viewMoreButton:hover{
        background:rgb(196, 102, 31) !important;
    }
.ProductRecord__progressBarOrangeCU{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#F58027;
        background:-webkit-gradient(linear,  right top, left top,  from(#F58027),color-stop(50%, #F58027),color-stop(51%, #F58027),to(#F58027));
        background:linear-gradient(to left,  #F58027 0%,#F58027 50%,#F58027 51%,#F58027 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverOrangeCU{
        background:rgb(196, 102, 31);
    }
.ProductRecord__buttonOrangeCU{
        background:rgb(245, 128, 39);
        border:0.0625em solid rgb(245, 128, 39);
        color:white;
    }
.ProductRecord__buttonOrangeCU:hover, .ProductRecord__buttonOrangeCU:focus, .ProductRecord__buttonOrangeCU:active{
        background:rgb(196, 102, 31);
        border:0.0625em solid rgb(245, 128, 39);
        color:white;
    }
.ProductRecord__buttonWhiteOrangeCU{
        background:white;
        border:0.0625em solid rgb(245, 128, 39);
        color:rgb(245, 128, 39);
    }
.ProductRecord__buttonWhiteOrangeCU:hover, .ProductRecord__buttonWhiteOrangeCU:focus, .ProductRecord__buttonWhiteOrangeCU:active{
        background:rgb(196, 102, 31);
        border:0.0625em solid rgb(245, 128, 39);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderOrangeCU{
      border:0.0625em solid rgb(245, 128, 39);
    }
.ProductRecord__lenderBackgroundOrangeCU .ProductRecord__headerRatioBar{
        background:rgb(245, 128, 39);
      }
.ProductRecord__lenderBackgroundOrangeCU:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(196, 102, 31);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxOrangeCU{
        border:0.125em solid #f58027;
        overflow:hidden;
    }
.ProductRecord__productRecordOrangeCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordOrangeCU:hover{
        border-left:0.0625em solid rgb(245, 128, 39);
        border-right:0.0625em solid rgb(245, 128, 39);
        border-bottom:0.0625em solid rgb(245, 128, 39);
    }
.ProductRecord__productRecordOrangeCU:hover .ProductRecord__sortingDescriptionBorderOrangeCU{
            background:rgb(245, 128, 39) !important;
            color:white;
        }
.ProductRecord__PoliceBank, .ProductRecord__contentBgPoliceBank, .ProductRecord__PoliceBank .ProductRecord__viewMoreButton{
        background:#FFBB00 !important;
    }
.ProductRecord__PoliceBank:hover, .ProductRecord__PoliceBank .ProductRecord__viewMoreButton:hover{
        background:rgb(204, 150, 0) !important;
    }
.ProductRecord__progressBarPoliceBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#FFBB00;
        background:-webkit-gradient(linear,  right top, left top,  from(#FFBB00),color-stop(50%, #FFBB00),color-stop(51%, #FFBB00),to(#FFBB00));
        background:linear-gradient(to left,  #FFBB00 0%,#FFBB00 50%,#FFBB00 51%,#FFBB00 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverPoliceBank{
        background:rgb(204, 150, 0);
    }
.ProductRecord__buttonPoliceBank{
        background:rgb(255, 187, 0);
        border:0.0625em solid rgb(255, 187, 0);
        color:white;
    }
.ProductRecord__buttonPoliceBank:hover, .ProductRecord__buttonPoliceBank:focus, .ProductRecord__buttonPoliceBank:active{
        background:rgb(204, 150, 0);
        border:0.0625em solid rgb(255, 187, 0);
        color:white;
    }
.ProductRecord__buttonWhitePoliceBank{
        background:white;
        border:0.0625em solid rgb(255, 187, 0);
        color:rgb(255, 187, 0);
    }
.ProductRecord__buttonWhitePoliceBank:hover, .ProductRecord__buttonWhitePoliceBank:focus, .ProductRecord__buttonWhitePoliceBank:active{
        background:rgb(204, 150, 0);
        border:0.0625em solid rgb(255, 187, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderPoliceBank{
      border:0.0625em solid rgb(255, 187, 0);
    }
.ProductRecord__lenderBackgroundPoliceBank .ProductRecord__headerRatioBar{
        background:rgb(255, 187, 0);
      }
.ProductRecord__lenderBackgroundPoliceBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(204, 150, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxPoliceBank{
        border:0.125em solid #ffbb00;
        overflow:hidden;
    }
.ProductRecord__productRecordPoliceBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordPoliceBank:hover{
        border-left:0.0625em solid rgb(255, 187, 0);
        border-right:0.0625em solid rgb(255, 187, 0);
        border-bottom:0.0625em solid rgb(255, 187, 0);
    }
.ProductRecord__productRecordPoliceBank:hover .ProductRecord__sortingDescriptionBorderPoliceBank{
            background:rgb(255, 187, 0) !important;
            color:white;
        }
.ProductRecord__PoliceCU, .ProductRecord__contentBgPoliceCU, .ProductRecord__PoliceCU .ProductRecord__viewMoreButton{
        background:#1C3F94 !important;
    }
.ProductRecord__PoliceCU:hover, .ProductRecord__PoliceCU .ProductRecord__viewMoreButton:hover{
        background:rgb(22, 50, 118) !important;
    }
.ProductRecord__progressBarPoliceCU{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#1C3F94;
        background:-webkit-gradient(linear,  right top, left top,  from(#1C3F94),color-stop(50%, #1C3F94),color-stop(51%, #1C3F94),to(#1C3F94));
        background:linear-gradient(to left,  #1C3F94 0%,#1C3F94 50%,#1C3F94 51%,#1C3F94 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverPoliceCU{
        background:rgb(22, 50, 118);
    }
.ProductRecord__buttonPoliceCU{
        background:rgb(28, 63, 148);
        border:0.0625em solid rgb(28, 63, 148);
        color:white;
    }
.ProductRecord__buttonPoliceCU:hover, .ProductRecord__buttonPoliceCU:focus, .ProductRecord__buttonPoliceCU:active{
        background:rgb(22, 50, 118);
        border:0.0625em solid rgb(28, 63, 148);
        color:white;
    }
.ProductRecord__buttonWhitePoliceCU{
        background:white;
        border:0.0625em solid rgb(28, 63, 148);
        color:rgb(28, 63, 148);
    }
.ProductRecord__buttonWhitePoliceCU:hover, .ProductRecord__buttonWhitePoliceCU:focus, .ProductRecord__buttonWhitePoliceCU:active{
        background:rgb(22, 50, 118);
        border:0.0625em solid rgb(28, 63, 148);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderPoliceCU{
      border:0.0625em solid rgb(28, 63, 148);
    }
.ProductRecord__lenderBackgroundPoliceCU .ProductRecord__headerRatioBar{
        background:rgb(28, 63, 148);
      }
.ProductRecord__lenderBackgroundPoliceCU:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(22, 50, 118);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxPoliceCU{
        border:0.125em solid #1c3f94;
        overflow:hidden;
    }
.ProductRecord__productRecordPoliceCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordPoliceCU:hover{
        border-left:0.0625em solid rgb(28, 63, 148);
        border-right:0.0625em solid rgb(28, 63, 148);
        border-bottom:0.0625em solid rgb(28, 63, 148);
    }
.ProductRecord__productRecordPoliceCU:hover .ProductRecord__sortingDescriptionBorderPoliceCU{
            background:rgb(28, 63, 148) !important;
            color:white;
        }
.ProductRecord__QBank, .ProductRecord__contentBgQBank, .ProductRecord__QBank .ProductRecord__viewMoreButton{
        background:#385988 !important;
    }
.ProductRecord__QBank:hover, .ProductRecord__QBank .ProductRecord__viewMoreButton:hover{
        background:rgb(45, 71, 109) !important;
    }
.ProductRecord__progressBarQBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#385988;
        background:-webkit-gradient(linear,  right top, left top,  from(#385988),color-stop(50%, #385988),color-stop(51%, #385988),to(#385988));
        background:linear-gradient(to left,  #385988 0%,#385988 50%,#385988 51%,#385988 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverQBank{
        background:rgb(45, 71, 109);
    }
.ProductRecord__buttonQBank{
        background:rgb(56, 89, 136);
        border:0.0625em solid rgb(56, 89, 136);
        color:white;
    }
.ProductRecord__buttonQBank:hover, .ProductRecord__buttonQBank:focus, .ProductRecord__buttonQBank:active{
        background:rgb(45, 71, 109);
        border:0.0625em solid rgb(56, 89, 136);
        color:white;
    }
.ProductRecord__buttonWhiteQBank{
        background:white;
        border:0.0625em solid rgb(56, 89, 136);
        color:rgb(56, 89, 136);
    }
.ProductRecord__buttonWhiteQBank:hover, .ProductRecord__buttonWhiteQBank:focus, .ProductRecord__buttonWhiteQBank:active{
        background:rgb(45, 71, 109);
        border:0.0625em solid rgb(56, 89, 136);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderQBank{
      border:0.0625em solid rgb(56, 89, 136);
    }
.ProductRecord__lenderBackgroundQBank .ProductRecord__headerRatioBar{
        background:rgb(56, 89, 136);
      }
.ProductRecord__lenderBackgroundQBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(45, 71, 109);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxQBank{
        border:0.125em solid #385988;
        overflow:hidden;
    }
.ProductRecord__productRecordQBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordQBank:hover{
        border-left:0.0625em solid rgb(56, 89, 136);
        border-right:0.0625em solid rgb(56, 89, 136);
        border-bottom:0.0625em solid rgb(56, 89, 136);
    }
.ProductRecord__productRecordQBank:hover .ProductRecord__sortingDescriptionBorderQBank{
            background:rgb(56, 89, 136) !important;
            color:white;
        }
.ProductRecord__RaboBank, .ProductRecord__contentBgRaboBank, .ProductRecord__RaboBank .ProductRecord__viewMoreButton{
        background:#FF6701 !important;
    }
.ProductRecord__RaboBank:hover, .ProductRecord__RaboBank .ProductRecord__viewMoreButton:hover{
        background:rgb(204, 82, 1) !important;
    }
.ProductRecord__progressBarRaboBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#FF6701;
        background:-webkit-gradient(linear,  right top, left top,  from(#FF6701),color-stop(50%, #FF6701),color-stop(51%, #FF6701),to(#FF6701));
        background:linear-gradient(to left,  #FF6701 0%,#FF6701 50%,#FF6701 51%,#FF6701 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverRaboBank{
        background:rgb(204, 82, 1);
    }
.ProductRecord__buttonRaboBank{
        background:rgb(255, 103, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.ProductRecord__buttonRaboBank:hover, .ProductRecord__buttonRaboBank:focus, .ProductRecord__buttonRaboBank:active{
        background:rgb(204, 82, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.ProductRecord__buttonWhiteRaboBank{
        background:white;
        border:0.0625em solid rgb(255, 103, 1);
        color:rgb(255, 103, 1);
    }
.ProductRecord__buttonWhiteRaboBank:hover, .ProductRecord__buttonWhiteRaboBank:focus, .ProductRecord__buttonWhiteRaboBank:active{
        background:rgb(204, 82, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderRaboBank{
      border:0.0625em solid rgb(255, 103, 1);
    }
.ProductRecord__lenderBackgroundRaboBank .ProductRecord__headerRatioBar{
        background:rgb(255, 103, 1);
      }
.ProductRecord__lenderBackgroundRaboBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(204, 82, 1);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxRaboBank{
        border:0.125em solid #ff6701;
        overflow:hidden;
    }
.ProductRecord__productRecordRaboBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordRaboBank:hover{
        border-left:0.0625em solid rgb(255, 103, 1);
        border-right:0.0625em solid rgb(255, 103, 1);
        border-bottom:0.0625em solid rgb(255, 103, 1);
    }
.ProductRecord__productRecordRaboBank:hover .ProductRecord__sortingDescriptionBorderRaboBank{
            background:rgb(255, 103, 1) !important;
            color:white;
        }
.ProductRecord__RACQ, .ProductRecord__contentBgRACQ, .ProductRecord__RACQ .ProductRecord__viewMoreButton{
        background:#FFE600 !important;
    }
.ProductRecord__RACQ:hover, .ProductRecord__RACQ .ProductRecord__viewMoreButton:hover{
        background:rgb(204, 184, 0) !important;
    }
.ProductRecord__progressBarRACQ{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#FFE600;
        background:-webkit-gradient(linear,  right top, left top,  from(#FFE600),color-stop(50%, #FFE600),color-stop(51%, #FFE600),to(#FFE600));
        background:linear-gradient(to left,  #FFE600 0%,#FFE600 50%,#FFE600 51%,#FFE600 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverRACQ{
        background:rgb(204, 184, 0);
    }
.ProductRecord__buttonRACQ{
        background:rgb(255, 230, 0);
        border:0.0625em solid rgb(255, 230, 0);
        color:white;
    }
.ProductRecord__buttonRACQ:hover, .ProductRecord__buttonRACQ:focus, .ProductRecord__buttonRACQ:active{
        background:rgb(204, 184, 0);
        border:0.0625em solid rgb(255, 230, 0);
        color:white;
    }
.ProductRecord__buttonWhiteRACQ{
        background:white;
        border:0.0625em solid rgb(255, 230, 0);
        color:rgb(255, 230, 0);
    }
.ProductRecord__buttonWhiteRACQ:hover, .ProductRecord__buttonWhiteRACQ:focus, .ProductRecord__buttonWhiteRACQ:active{
        background:rgb(204, 184, 0);
        border:0.0625em solid rgb(255, 230, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderRACQ{
      border:0.0625em solid rgb(255, 230, 0);
    }
.ProductRecord__lenderBackgroundRACQ .ProductRecord__headerRatioBar{
        background:rgb(255, 230, 0);
      }
.ProductRecord__lenderBackgroundRACQ:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(204, 184, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxRACQ{
        border:0.125em solid #ffe600;
        overflow:hidden;
    }
.ProductRecord__productRecordRACQ{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordRACQ:hover{
        border-left:0.0625em solid rgb(255, 230, 0);
        border-right:0.0625em solid rgb(255, 230, 0);
        border-bottom:0.0625em solid rgb(255, 230, 0);
    }
.ProductRecord__productRecordRACQ:hover .ProductRecord__sortingDescriptionBorderRACQ{
            background:rgb(255, 230, 0) !important;
            color:white;
        }
.ProductRecord__RAMS, .ProductRecord__contentBgRAMS, .ProductRecord__RAMS .ProductRecord__viewMoreButton{
        background:#035482 !important;
    }
.ProductRecord__RAMS:hover, .ProductRecord__RAMS .ProductRecord__viewMoreButton:hover{
        background:rgb(2, 67, 104) !important;
    }
.ProductRecord__progressBarRAMS{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#035482;
        background:-webkit-gradient(linear,  right top, left top,  from(#035482),color-stop(50%, #035482),color-stop(51%, #035482),to(#035482));
        background:linear-gradient(to left,  #035482 0%,#035482 50%,#035482 51%,#035482 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverRAMS{
        background:rgb(2, 67, 104);
    }
.ProductRecord__buttonRAMS{
        background:rgb(3, 84, 130);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.ProductRecord__buttonRAMS:hover, .ProductRecord__buttonRAMS:focus, .ProductRecord__buttonRAMS:active{
        background:rgb(2, 67, 104);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.ProductRecord__buttonWhiteRAMS{
        background:white;
        border:0.0625em solid rgb(3, 84, 130);
        color:rgb(3, 84, 130);
    }
.ProductRecord__buttonWhiteRAMS:hover, .ProductRecord__buttonWhiteRAMS:focus, .ProductRecord__buttonWhiteRAMS:active{
        background:rgb(2, 67, 104);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderRAMS{
      border:0.0625em solid rgb(3, 84, 130);
    }
.ProductRecord__lenderBackgroundRAMS .ProductRecord__headerRatioBar{
        background:rgb(3, 84, 130);
      }
.ProductRecord__lenderBackgroundRAMS:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(2, 67, 104);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxRAMS{
        border:0.125em solid #035482;
        overflow:hidden;
    }
.ProductRecord__productRecordRAMS{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordRAMS:hover{
        border-left:0.0625em solid rgb(3, 84, 130);
        border-right:0.0625em solid rgb(3, 84, 130);
        border-bottom:0.0625em solid rgb(3, 84, 130);
    }
.ProductRecord__productRecordRAMS:hover .ProductRecord__sortingDescriptionBorderRAMS{
            background:rgb(3, 84, 130) !important;
            color:white;
        }
.ProductRecord__RegionalAUBank, .ProductRecord__contentBgRegionalAUBank, .ProductRecord__RegionalAUBank .ProductRecord__viewMoreButton{
        background:#00424D !important;
    }
.ProductRecord__RegionalAUBank:hover, .ProductRecord__RegionalAUBank .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 53, 62) !important;
    }
.ProductRecord__progressBarRegionalAUBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#00424D;
        background:-webkit-gradient(linear,  right top, left top,  from(#00424D),color-stop(50%, #00424D),color-stop(51%, #00424D),to(#00424D));
        background:linear-gradient(to left,  #00424D 0%,#00424D 50%,#00424D 51%,#00424D 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverRegionalAUBank{
        background:rgb(0, 53, 62);
    }
.ProductRecord__buttonRegionalAUBank{
        background:rgb(0, 66, 77);
        border:0.0625em solid rgb(0, 66, 77);
        color:white;
    }
.ProductRecord__buttonRegionalAUBank:hover, .ProductRecord__buttonRegionalAUBank:focus, .ProductRecord__buttonRegionalAUBank:active{
        background:rgb(0, 53, 62);
        border:0.0625em solid rgb(0, 66, 77);
        color:white;
    }
.ProductRecord__buttonWhiteRegionalAUBank{
        background:white;
        border:0.0625em solid rgb(0, 66, 77);
        color:rgb(0, 66, 77);
    }
.ProductRecord__buttonWhiteRegionalAUBank:hover, .ProductRecord__buttonWhiteRegionalAUBank:focus, .ProductRecord__buttonWhiteRegionalAUBank:active{
        background:rgb(0, 53, 62);
        border:0.0625em solid rgb(0, 66, 77);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderRegionalAUBank{
      border:0.0625em solid rgb(0, 66, 77);
    }
.ProductRecord__lenderBackgroundRegionalAUBank .ProductRecord__headerRatioBar{
        background:rgb(0, 66, 77);
      }
.ProductRecord__lenderBackgroundRegionalAUBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 53, 62);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxRegionalAUBank{
        border:0.125em solid #00424d;
        overflow:hidden;
    }
.ProductRecord__productRecordRegionalAUBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordRegionalAUBank:hover{
        border-left:0.0625em solid rgb(0, 66, 77);
        border-right:0.0625em solid rgb(0, 66, 77);
        border-bottom:0.0625em solid rgb(0, 66, 77);
    }
.ProductRecord__productRecordRegionalAUBank:hover .ProductRecord__sortingDescriptionBorderRegionalAUBank{
            background:rgb(0, 66, 77) !important;
            color:white;
        }
.ProductRecord__ServiceOneAlliance, .ProductRecord__contentBgServiceOneAlliance, .ProductRecord__ServiceOneAlliance .ProductRecord__viewMoreButton{
        background:#0071BB !important;
    }
.ProductRecord__ServiceOneAlliance:hover, .ProductRecord__ServiceOneAlliance .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 90, 150) !important;
    }
.ProductRecord__progressBarServiceOneAlliance{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#0071BB;
        background:-webkit-gradient(linear,  right top, left top,  from(#0071BB),color-stop(50%, #0071BB),color-stop(51%, #0071BB),to(#0071BB));
        background:linear-gradient(to left,  #0071BB 0%,#0071BB 50%,#0071BB 51%,#0071BB 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverServiceOneAlliance{
        background:rgb(0, 90, 150);
    }
.ProductRecord__buttonServiceOneAlliance{
        background:rgb(0, 113, 187);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.ProductRecord__buttonServiceOneAlliance:hover, .ProductRecord__buttonServiceOneAlliance:focus, .ProductRecord__buttonServiceOneAlliance:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.ProductRecord__buttonWhiteServiceOneAlliance{
        background:white;
        border:0.0625em solid rgb(0, 113, 187);
        color:rgb(0, 113, 187);
    }
.ProductRecord__buttonWhiteServiceOneAlliance:hover, .ProductRecord__buttonWhiteServiceOneAlliance:focus, .ProductRecord__buttonWhiteServiceOneAlliance:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderServiceOneAlliance{
      border:0.0625em solid rgb(0, 113, 187);
    }
.ProductRecord__lenderBackgroundServiceOneAlliance .ProductRecord__headerRatioBar{
        background:rgb(0, 113, 187);
      }
.ProductRecord__lenderBackgroundServiceOneAlliance:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 90, 150);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxServiceOneAlliance{
        border:0.125em solid #0071bb;
        overflow:hidden;
    }
.ProductRecord__productRecordServiceOneAlliance{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordServiceOneAlliance:hover{
        border-left:0.0625em solid rgb(0, 113, 187);
        border-right:0.0625em solid rgb(0, 113, 187);
        border-bottom:0.0625em solid rgb(0, 113, 187);
    }
.ProductRecord__productRecordServiceOneAlliance:hover .ProductRecord__sortingDescriptionBorderServiceOneAlliance{
            background:rgb(0, 113, 187) !important;
            color:white;
        }
.ProductRecord__SouthWest, .ProductRecord__contentBgSouthWest, .ProductRecord__SouthWest .ProductRecord__viewMoreButton{
        background:#092B49 !important;
    }
.ProductRecord__SouthWest:hover, .ProductRecord__SouthWest .ProductRecord__viewMoreButton:hover{
        background:rgb(7, 34, 58) !important;
    }
.ProductRecord__progressBarSouthWest{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#092B49;
        background:-webkit-gradient(linear,  right top, left top,  from(#092B49),color-stop(50%, #092B49),color-stop(51%, #092B49),to(#092B49));
        background:linear-gradient(to left,  #092B49 0%,#092B49 50%,#092B49 51%,#092B49 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverSouthWest{
        background:rgb(7, 34, 58);
    }
.ProductRecord__buttonSouthWest{
        background:rgb(9, 43, 73);
        border:0.0625em solid rgb(9, 43, 73);
        color:white;
    }
.ProductRecord__buttonSouthWest:hover, .ProductRecord__buttonSouthWest:focus, .ProductRecord__buttonSouthWest:active{
        background:rgb(7, 34, 58);
        border:0.0625em solid rgb(9, 43, 73);
        color:white;
    }
.ProductRecord__buttonWhiteSouthWest{
        background:white;
        border:0.0625em solid rgb(9, 43, 73);
        color:rgb(9, 43, 73);
    }
.ProductRecord__buttonWhiteSouthWest:hover, .ProductRecord__buttonWhiteSouthWest:focus, .ProductRecord__buttonWhiteSouthWest:active{
        background:rgb(7, 34, 58);
        border:0.0625em solid rgb(9, 43, 73);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderSouthWest{
      border:0.0625em solid rgb(9, 43, 73);
    }
.ProductRecord__lenderBackgroundSouthWest .ProductRecord__headerRatioBar{
        background:rgb(9, 43, 73);
      }
.ProductRecord__lenderBackgroundSouthWest:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(7, 34, 58);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxSouthWest{
        border:0.125em solid #092b49;
        overflow:hidden;
    }
.ProductRecord__productRecordSouthWest{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordSouthWest:hover{
        border-left:0.0625em solid rgb(9, 43, 73);
        border-right:0.0625em solid rgb(9, 43, 73);
        border-bottom:0.0625em solid rgb(9, 43, 73);
    }
.ProductRecord__productRecordSouthWest:hover .ProductRecord__sortingDescriptionBorderSouthWest{
            background:rgb(9, 43, 73) !important;
            color:white;
        }
.ProductRecord__SouthernCross, .ProductRecord__contentBgSouthernCross, .ProductRecord__SouthernCross .ProductRecord__viewMoreButton{
        background:#003779 !important;
    }
.ProductRecord__SouthernCross:hover, .ProductRecord__SouthernCross .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 44, 97) !important;
    }
.ProductRecord__progressBarSouthernCross{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#003779;
        background:-webkit-gradient(linear,  right top, left top,  from(#003779),color-stop(50%, #003779),color-stop(51%, #003779),to(#003779));
        background:linear-gradient(to left,  #003779 0%,#003779 50%,#003779 51%,#003779 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverSouthernCross{
        background:rgb(0, 44, 97);
    }
.ProductRecord__buttonSouthernCross{
        background:rgb(0, 55, 121);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.ProductRecord__buttonSouthernCross:hover, .ProductRecord__buttonSouthernCross:focus, .ProductRecord__buttonSouthernCross:active{
        background:rgb(0, 44, 97);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.ProductRecord__buttonWhiteSouthernCross{
        background:white;
        border:0.0625em solid rgb(0, 55, 121);
        color:rgb(0, 55, 121);
    }
.ProductRecord__buttonWhiteSouthernCross:hover, .ProductRecord__buttonWhiteSouthernCross:focus, .ProductRecord__buttonWhiteSouthernCross:active{
        background:rgb(0, 44, 97);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderSouthernCross{
      border:0.0625em solid rgb(0, 55, 121);
    }
.ProductRecord__lenderBackgroundSouthernCross .ProductRecord__headerRatioBar{
        background:rgb(0, 55, 121);
      }
.ProductRecord__lenderBackgroundSouthernCross:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 44, 97);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxSouthernCross{
        border:0.125em solid #003779;
        overflow:hidden;
    }
.ProductRecord__productRecordSouthernCross{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordSouthernCross:hover{
        border-left:0.0625em solid rgb(0, 55, 121);
        border-right:0.0625em solid rgb(0, 55, 121);
        border-bottom:0.0625em solid rgb(0, 55, 121);
    }
.ProductRecord__productRecordSouthernCross:hover .ProductRecord__sortingDescriptionBorderSouthernCross{
            background:rgb(0, 55, 121) !important;
            color:white;
        }
.ProductRecord__TeachersMutual, .ProductRecord__contentBgTeachersMutual, .ProductRecord__TeachersMutual .ProductRecord__viewMoreButton{
        background:#17A1AF !important;
    }
.ProductRecord__TeachersMutual:hover, .ProductRecord__TeachersMutual .ProductRecord__viewMoreButton:hover{
        background:rgb(18, 129, 140) !important;
    }
.ProductRecord__progressBarTeachersMutual{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#17A1AF;
        background:-webkit-gradient(linear,  right top, left top,  from(#17A1AF),color-stop(50%, #17A1AF),color-stop(51%, #17A1AF),to(#17A1AF));
        background:linear-gradient(to left,  #17A1AF 0%,#17A1AF 50%,#17A1AF 51%,#17A1AF 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverTeachersMutual{
        background:rgb(18, 129, 140);
    }
.ProductRecord__buttonTeachersMutual{
        background:rgb(23, 161, 175);
        border:0.0625em solid rgb(23, 161, 175);
        color:white;
    }
.ProductRecord__buttonTeachersMutual:hover, .ProductRecord__buttonTeachersMutual:focus, .ProductRecord__buttonTeachersMutual:active{
        background:rgb(18, 129, 140);
        border:0.0625em solid rgb(23, 161, 175);
        color:white;
    }
.ProductRecord__buttonWhiteTeachersMutual{
        background:white;
        border:0.0625em solid rgb(23, 161, 175);
        color:rgb(23, 161, 175);
    }
.ProductRecord__buttonWhiteTeachersMutual:hover, .ProductRecord__buttonWhiteTeachersMutual:focus, .ProductRecord__buttonWhiteTeachersMutual:active{
        background:rgb(18, 129, 140);
        border:0.0625em solid rgb(23, 161, 175);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderTeachersMutual{
      border:0.0625em solid rgb(23, 161, 175);
    }
.ProductRecord__lenderBackgroundTeachersMutual .ProductRecord__headerRatioBar{
        background:rgb(23, 161, 175);
      }
.ProductRecord__lenderBackgroundTeachersMutual:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(18, 129, 140);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxTeachersMutual{
        border:0.125em solid #17a1af;
        overflow:hidden;
    }
.ProductRecord__productRecordTeachersMutual{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordTeachersMutual:hover{
        border-left:0.0625em solid rgb(23, 161, 175);
        border-right:0.0625em solid rgb(23, 161, 175);
        border-bottom:0.0625em solid rgb(23, 161, 175);
    }
.ProductRecord__productRecordTeachersMutual:hover .ProductRecord__sortingDescriptionBorderTeachersMutual{
            background:rgb(23, 161, 175) !important;
            color:white;
        }
.ProductRecord__TheCapricornianBank, .ProductRecord__contentBgTheCapricornianBank, .ProductRecord__TheCapricornianBank .ProductRecord__viewMoreButton{
        background:#B42D34 !important;
    }
.ProductRecord__TheCapricornianBank:hover, .ProductRecord__TheCapricornianBank .ProductRecord__viewMoreButton:hover{
        background:rgb(144, 36, 42) !important;
    }
.ProductRecord__progressBarTheCapricornianBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#B42D34;
        background:-webkit-gradient(linear,  right top, left top,  from(#B42D34),color-stop(50%, #B42D34),color-stop(51%, #B42D34),to(#B42D34));
        background:linear-gradient(to left,  #B42D34 0%,#B42D34 50%,#B42D34 51%,#B42D34 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverTheCapricornianBank{
        background:rgb(144, 36, 42);
    }
.ProductRecord__buttonTheCapricornianBank{
        background:rgb(180, 45, 52);
        border:0.0625em solid rgb(180, 45, 52);
        color:white;
    }
.ProductRecord__buttonTheCapricornianBank:hover, .ProductRecord__buttonTheCapricornianBank:focus, .ProductRecord__buttonTheCapricornianBank:active{
        background:rgb(144, 36, 42);
        border:0.0625em solid rgb(180, 45, 52);
        color:white;
    }
.ProductRecord__buttonWhiteTheCapricornianBank{
        background:white;
        border:0.0625em solid rgb(180, 45, 52);
        color:rgb(180, 45, 52);
    }
.ProductRecord__buttonWhiteTheCapricornianBank:hover, .ProductRecord__buttonWhiteTheCapricornianBank:focus, .ProductRecord__buttonWhiteTheCapricornianBank:active{
        background:rgb(144, 36, 42);
        border:0.0625em solid rgb(180, 45, 52);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderTheCapricornianBank{
      border:0.0625em solid rgb(180, 45, 52);
    }
.ProductRecord__lenderBackgroundTheCapricornianBank .ProductRecord__headerRatioBar{
        background:rgb(180, 45, 52);
      }
.ProductRecord__lenderBackgroundTheCapricornianBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(144, 36, 42);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxTheCapricornianBank{
        border:0.125em solid #b42d34;
        overflow:hidden;
    }
.ProductRecord__productRecordTheCapricornianBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordTheCapricornianBank:hover{
        border-left:0.0625em solid rgb(180, 45, 52);
        border-right:0.0625em solid rgb(180, 45, 52);
        border-bottom:0.0625em solid rgb(180, 45, 52);
    }
.ProductRecord__productRecordTheCapricornianBank:hover .ProductRecord__sortingDescriptionBorderTheCapricornianBank{
            background:rgb(180, 45, 52) !important;
            color:white;
        }
.ProductRecord__TheMutualBank, .ProductRecord__contentBgTheMutualBank, .ProductRecord__TheMutualBank .ProductRecord__viewMoreButton{
        background:#000000 !important;
    }
.ProductRecord__TheMutualBank:hover, .ProductRecord__TheMutualBank .ProductRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.ProductRecord__progressBarTheMutualBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverTheMutualBank{
        background:rgb(51, 51, 51);
    }
.ProductRecord__buttonTheMutualBank{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonTheMutualBank:hover, .ProductRecord__buttonTheMutualBank:focus, .ProductRecord__buttonTheMutualBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonWhiteTheMutualBank{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.ProductRecord__buttonWhiteTheMutualBank:hover, .ProductRecord__buttonWhiteTheMutualBank:focus, .ProductRecord__buttonWhiteTheMutualBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderTheMutualBank{
      border:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__lenderBackgroundTheMutualBank .ProductRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.ProductRecord__lenderBackgroundTheMutualBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxTheMutualBank{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.ProductRecord__productRecordTheMutualBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordTheMutualBank:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__productRecordTheMutualBank:hover .ProductRecord__sortingDescriptionBorderTheMutualBank{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.ProductRecord__TraditionalCU, .ProductRecord__contentBgTraditionalCU, .ProductRecord__TraditionalCU .ProductRecord__viewMoreButton{
        background:#000000 !important;
    }
.ProductRecord__TraditionalCU:hover, .ProductRecord__TraditionalCU .ProductRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.ProductRecord__progressBarTraditionalCU{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverTraditionalCU{
        background:rgb(51, 51, 51);
    }
.ProductRecord__buttonTraditionalCU{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonTraditionalCU:hover, .ProductRecord__buttonTraditionalCU:focus, .ProductRecord__buttonTraditionalCU:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__buttonWhiteTraditionalCU{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.ProductRecord__buttonWhiteTraditionalCU:hover, .ProductRecord__buttonWhiteTraditionalCU:focus, .ProductRecord__buttonWhiteTraditionalCU:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderTraditionalCU{
      border:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__lenderBackgroundTraditionalCU .ProductRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.ProductRecord__lenderBackgroundTraditionalCU:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxTraditionalCU{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.ProductRecord__productRecordTraditionalCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordTraditionalCU:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.ProductRecord__productRecordTraditionalCU:hover .ProductRecord__sortingDescriptionBorderTraditionalCU{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.ProductRecord__ToyotaFinance, .ProductRecord__contentBgToyotaFinance, .ProductRecord__ToyotaFinance .ProductRecord__viewMoreButton{
        background:#EB0A1E !important;
    }
.ProductRecord__ToyotaFinance:hover, .ProductRecord__ToyotaFinance .ProductRecord__viewMoreButton:hover{
        background:rgb(188, 8, 24) !important;
    }
.ProductRecord__progressBarToyotaFinance{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#EB0A1E;
        background:-webkit-gradient(linear,  right top, left top,  from(#EB0A1E),color-stop(50%, #EB0A1E),color-stop(51%, #EB0A1E),to(#EB0A1E));
        background:linear-gradient(to left,  #EB0A1E 0%,#EB0A1E 50%,#EB0A1E 51%,#EB0A1E 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverToyotaFinance{
        background:rgb(188, 8, 24);
    }
.ProductRecord__buttonToyotaFinance{
        background:rgb(235, 10, 30);
        border:0.0625em solid rgb(235, 10, 30);
        color:white;
    }
.ProductRecord__buttonToyotaFinance:hover, .ProductRecord__buttonToyotaFinance:focus, .ProductRecord__buttonToyotaFinance:active{
        background:rgb(188, 8, 24);
        border:0.0625em solid rgb(235, 10, 30);
        color:white;
    }
.ProductRecord__buttonWhiteToyotaFinance{
        background:white;
        border:0.0625em solid rgb(235, 10, 30);
        color:rgb(235, 10, 30);
    }
.ProductRecord__buttonWhiteToyotaFinance:hover, .ProductRecord__buttonWhiteToyotaFinance:focus, .ProductRecord__buttonWhiteToyotaFinance:active{
        background:rgb(188, 8, 24);
        border:0.0625em solid rgb(235, 10, 30);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderToyotaFinance{
      border:0.0625em solid rgb(235, 10, 30);
    }
.ProductRecord__lenderBackgroundToyotaFinance .ProductRecord__headerRatioBar{
        background:rgb(235, 10, 30);
      }
.ProductRecord__lenderBackgroundToyotaFinance:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(188, 8, 24);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxToyotaFinance{
        border:0.125em solid #eb0a1e;
        overflow:hidden;
    }
.ProductRecord__productRecordToyotaFinance{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordToyotaFinance:hover{
        border-left:0.0625em solid rgb(235, 10, 30);
        border-right:0.0625em solid rgb(235, 10, 30);
        border-bottom:0.0625em solid rgb(235, 10, 30);
    }
.ProductRecord__productRecordToyotaFinance:hover .ProductRecord__sortingDescriptionBorderToyotaFinance{
            background:rgb(235, 10, 30) !important;
            color:white;
        }
.ProductRecord__UniBank, .ProductRecord__contentBgUniBank, .ProductRecord__UniBank .ProductRecord__viewMoreButton{
        background:#00AEEF !important;
    }
.ProductRecord__UniBank:hover, .ProductRecord__UniBank .ProductRecord__viewMoreButton:hover{
        background:rgb(0, 139, 191) !important;
    }
.ProductRecord__progressBarUniBank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#00AEEF;
        background:-webkit-gradient(linear,  right top, left top,  from(#00AEEF),color-stop(50%, #00AEEF),color-stop(51%, #00AEEF),to(#00AEEF));
        background:linear-gradient(to left,  #00AEEF 0%,#00AEEF 50%,#00AEEF 51%,#00AEEF 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverUniBank{
        background:rgb(0, 139, 191);
    }
.ProductRecord__buttonUniBank{
        background:rgb(0, 174, 239);
        border:0.0625em solid rgb(0, 174, 239);
        color:white;
    }
.ProductRecord__buttonUniBank:hover, .ProductRecord__buttonUniBank:focus, .ProductRecord__buttonUniBank:active{
        background:rgb(0, 139, 191);
        border:0.0625em solid rgb(0, 174, 239);
        color:white;
    }
.ProductRecord__buttonWhiteUniBank{
        background:white;
        border:0.0625em solid rgb(0, 174, 239);
        color:rgb(0, 174, 239);
    }
.ProductRecord__buttonWhiteUniBank:hover, .ProductRecord__buttonWhiteUniBank:focus, .ProductRecord__buttonWhiteUniBank:active{
        background:rgb(0, 139, 191);
        border:0.0625em solid rgb(0, 174, 239);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderUniBank{
      border:0.0625em solid rgb(0, 174, 239);
    }
.ProductRecord__lenderBackgroundUniBank .ProductRecord__headerRatioBar{
        background:rgb(0, 174, 239);
      }
.ProductRecord__lenderBackgroundUniBank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(0, 139, 191);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxUniBank{
        border:0.125em solid #00aeef;
        overflow:hidden;
    }
.ProductRecord__productRecordUniBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordUniBank:hover{
        border-left:0.0625em solid rgb(0, 174, 239);
        border-right:0.0625em solid rgb(0, 174, 239);
        border-bottom:0.0625em solid rgb(0, 174, 239);
    }
.ProductRecord__productRecordUniBank:hover .ProductRecord__sortingDescriptionBorderUniBank{
            background:rgb(0, 174, 239) !important;
            color:white;
        }
.ProductRecord__virgin, .ProductRecord__contentBgvirgin, .ProductRecord__virgin .ProductRecord__viewMoreButton{
        background:#CC0000 !important;
    }
.ProductRecord__virgin:hover, .ProductRecord__virgin .ProductRecord__viewMoreButton:hover{
        background:rgb(163, 0, 0) !important;
    }
.ProductRecord__progressBarvirgin{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#CC0000;
        background:-webkit-gradient(linear,  right top, left top,  from(#CC0000),color-stop(50%, #CC0000),color-stop(51%, #CC0000),to(#CC0000));
        background:linear-gradient(to left,  #CC0000 0%,#CC0000 50%,#CC0000 51%,#CC0000 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hovervirgin{
        background:rgb(163, 0, 0);
    }
.ProductRecord__buttonvirgin{
        background:rgb(204, 0, 0);
        border:0.0625em solid rgb(204, 0, 0);
        color:white;
    }
.ProductRecord__buttonvirgin:hover, .ProductRecord__buttonvirgin:focus, .ProductRecord__buttonvirgin:active{
        background:rgb(163, 0, 0);
        border:0.0625em solid rgb(204, 0, 0);
        color:white;
    }
.ProductRecord__buttonWhitevirgin{
        background:white;
        border:0.0625em solid rgb(204, 0, 0);
        color:rgb(204, 0, 0);
    }
.ProductRecord__buttonWhitevirgin:hover, .ProductRecord__buttonWhitevirgin:focus, .ProductRecord__buttonWhitevirgin:active{
        background:rgb(163, 0, 0);
        border:0.0625em solid rgb(204, 0, 0);
        color:white;
    }
.ProductRecord__sortingDescriptionBordervirgin{
      border:0.0625em solid rgb(204, 0, 0);
    }
.ProductRecord__lenderBackgroundvirgin .ProductRecord__headerRatioBar{
        background:rgb(204, 0, 0);
      }
.ProductRecord__lenderBackgroundvirgin:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(163, 0, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxvirgin{
        border:0.125em solid #cc0000;
        overflow:hidden;
    }
.ProductRecord__productRecordvirgin{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordvirgin:hover{
        border-left:0.0625em solid rgb(204, 0, 0);
        border-right:0.0625em solid rgb(204, 0, 0);
        border-bottom:0.0625em solid rgb(204, 0, 0);
    }
.ProductRecord__productRecordvirgin:hover .ProductRecord__sortingDescriptionBordervirgin{
            background:rgb(204, 0, 0) !important;
            color:white;
        }
.ProductRecord__VWFinance, .ProductRecord__contentBgVWFinance, .ProductRecord__VWFinance .ProductRecord__viewMoreButton{
        background:#A21E4D !important;
    }
.ProductRecord__VWFinance:hover, .ProductRecord__VWFinance .ProductRecord__viewMoreButton:hover{
        background:rgb(130, 24, 62) !important;
    }
.ProductRecord__progressBarVWFinance{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#A21E4D;
        background:-webkit-gradient(linear,  right top, left top,  from(#A21E4D),color-stop(50%, #A21E4D),color-stop(51%, #A21E4D),to(#A21E4D));
        background:linear-gradient(to left,  #A21E4D 0%,#A21E4D 50%,#A21E4D 51%,#A21E4D 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverVWFinance{
        background:rgb(130, 24, 62);
    }
.ProductRecord__buttonVWFinance{
        background:rgb(162, 30, 77);
        border:0.0625em solid rgb(162, 30, 77);
        color:white;
    }
.ProductRecord__buttonVWFinance:hover, .ProductRecord__buttonVWFinance:focus, .ProductRecord__buttonVWFinance:active{
        background:rgb(130, 24, 62);
        border:0.0625em solid rgb(162, 30, 77);
        color:white;
    }
.ProductRecord__buttonWhiteVWFinance{
        background:white;
        border:0.0625em solid rgb(162, 30, 77);
        color:rgb(162, 30, 77);
    }
.ProductRecord__buttonWhiteVWFinance:hover, .ProductRecord__buttonWhiteVWFinance:focus, .ProductRecord__buttonWhiteVWFinance:active{
        background:rgb(130, 24, 62);
        border:0.0625em solid rgb(162, 30, 77);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderVWFinance{
      border:0.0625em solid rgb(162, 30, 77);
    }
.ProductRecord__lenderBackgroundVWFinance .ProductRecord__headerRatioBar{
        background:rgb(162, 30, 77);
      }
.ProductRecord__lenderBackgroundVWFinance:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(130, 24, 62);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxVWFinance{
        border:0.125em solid #a21e4d;
        overflow:hidden;
    }
.ProductRecord__productRecordVWFinance{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordVWFinance:hover{
        border-left:0.0625em solid rgb(162, 30, 77);
        border-right:0.0625em solid rgb(162, 30, 77);
        border-bottom:0.0625em solid rgb(162, 30, 77);
    }
.ProductRecord__productRecordVWFinance:hover .ProductRecord__sortingDescriptionBorderVWFinance{
            background:rgb(162, 30, 77) !important;
            color:white;
        }
.ProductRecord__WarwickCU, .ProductRecord__contentBgWarwickCU, .ProductRecord__WarwickCU .ProductRecord__viewMoreButton{
        background:#022F5D !important;
    }
.ProductRecord__WarwickCU:hover, .ProductRecord__WarwickCU .ProductRecord__viewMoreButton:hover{
        background:rgb(2, 38, 74) !important;
    }
.ProductRecord__progressBarWarwickCU{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#022F5D;
        background:-webkit-gradient(linear,  right top, left top,  from(#022F5D),color-stop(50%, #022F5D),color-stop(51%, #022F5D),to(#022F5D));
        background:linear-gradient(to left,  #022F5D 0%,#022F5D 50%,#022F5D 51%,#022F5D 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverWarwickCU{
        background:rgb(2, 38, 74);
    }
.ProductRecord__buttonWarwickCU{
        background:rgb(2, 47, 93);
        border:0.0625em solid rgb(2, 47, 93);
        color:white;
    }
.ProductRecord__buttonWarwickCU:hover, .ProductRecord__buttonWarwickCU:focus, .ProductRecord__buttonWarwickCU:active{
        background:rgb(2, 38, 74);
        border:0.0625em solid rgb(2, 47, 93);
        color:white;
    }
.ProductRecord__buttonWhiteWarwickCU{
        background:white;
        border:0.0625em solid rgb(2, 47, 93);
        color:rgb(2, 47, 93);
    }
.ProductRecord__buttonWhiteWarwickCU:hover, .ProductRecord__buttonWhiteWarwickCU:focus, .ProductRecord__buttonWhiteWarwickCU:active{
        background:rgb(2, 38, 74);
        border:0.0625em solid rgb(2, 47, 93);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderWarwickCU{
      border:0.0625em solid rgb(2, 47, 93);
    }
.ProductRecord__lenderBackgroundWarwickCU .ProductRecord__headerRatioBar{
        background:rgb(2, 47, 93);
      }
.ProductRecord__lenderBackgroundWarwickCU:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(2, 38, 74);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxWarwickCU{
        border:0.125em solid #022f5d;
        overflow:hidden;
    }
.ProductRecord__productRecordWarwickCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordWarwickCU:hover{
        border-left:0.0625em solid rgb(2, 47, 93);
        border-right:0.0625em solid rgb(2, 47, 93);
        border-bottom:0.0625em solid rgb(2, 47, 93);
    }
.ProductRecord__productRecordWarwickCU:hover .ProductRecord__sortingDescriptionBorderWarwickCU{
            background:rgb(2, 47, 93) !important;
            color:white;
        }
.ProductRecord__ZipMoney, .ProductRecord__contentBgZipMoney, .ProductRecord__ZipMoney .ProductRecord__viewMoreButton{
        background:#434776 !important;
    }
.ProductRecord__ZipMoney:hover, .ProductRecord__ZipMoney .ProductRecord__viewMoreButton:hover{
        background:rgb(54, 57, 94) !important;
    }
.ProductRecord__progressBarZipMoney{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#434776;
        background:-webkit-gradient(linear,  right top, left top,  from(#434776),color-stop(50%, #434776),color-stop(51%, #434776),to(#434776));
        background:linear-gradient(to left,  #434776 0%,#434776 50%,#434776 51%,#434776 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverZipMoney{
        background:rgb(54, 57, 94);
    }
.ProductRecord__buttonZipMoney{
        background:rgb(67, 71, 118);
        border:0.0625em solid rgb(67, 71, 118);
        color:white;
    }
.ProductRecord__buttonZipMoney:hover, .ProductRecord__buttonZipMoney:focus, .ProductRecord__buttonZipMoney:active{
        background:rgb(54, 57, 94);
        border:0.0625em solid rgb(67, 71, 118);
        color:white;
    }
.ProductRecord__buttonWhiteZipMoney{
        background:white;
        border:0.0625em solid rgb(67, 71, 118);
        color:rgb(67, 71, 118);
    }
.ProductRecord__buttonWhiteZipMoney:hover, .ProductRecord__buttonWhiteZipMoney:focus, .ProductRecord__buttonWhiteZipMoney:active{
        background:rgb(54, 57, 94);
        border:0.0625em solid rgb(67, 71, 118);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderZipMoney{
      border:0.0625em solid rgb(67, 71, 118);
    }
.ProductRecord__lenderBackgroundZipMoney .ProductRecord__headerRatioBar{
        background:rgb(67, 71, 118);
      }
.ProductRecord__lenderBackgroundZipMoney:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(54, 57, 94);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxZipMoney{
        border:0.125em solid #434776;
        overflow:hidden;
    }
.ProductRecord__productRecordZipMoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordZipMoney:hover{
        border-left:0.0625em solid rgb(67, 71, 118);
        border-right:0.0625em solid rgb(67, 71, 118);
        border-bottom:0.0625em solid rgb(67, 71, 118);
    }
.ProductRecord__productRecordZipMoney:hover .ProductRecord__sortingDescriptionBorderZipMoney{
            background:rgb(67, 71, 118) !important;
            color:white;
        }
.ProductRecord__VirginMoneyCC, .ProductRecord__contentBgVirginMoneyCC, .ProductRecord__VirginMoneyCC .ProductRecord__viewMoreButton{
        background:#BD1D65 !important;
    }
.ProductRecord__VirginMoneyCC:hover, .ProductRecord__VirginMoneyCC .ProductRecord__viewMoreButton:hover{
        background:rgb(151, 23, 81) !important;
    }
.ProductRecord__progressBarVirginMoneyCC{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#BD1D65;
        background:-webkit-gradient(linear,  right top, left top,  from(#BD1D65),color-stop(50%, #BD1D65),color-stop(51%, #BD1D65),to(#BD1D65));
        background:linear-gradient(to left,  #BD1D65 0%,#BD1D65 50%,#BD1D65 51%,#BD1D65 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverVirginMoneyCC{
        background:rgb(151, 23, 81);
    }
.ProductRecord__buttonVirginMoneyCC{
        background:rgb(189, 29, 101);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.ProductRecord__buttonVirginMoneyCC:hover, .ProductRecord__buttonVirginMoneyCC:focus, .ProductRecord__buttonVirginMoneyCC:active{
        background:rgb(151, 23, 81);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.ProductRecord__buttonWhiteVirginMoneyCC{
        background:white;
        border:0.0625em solid rgb(189, 29, 101);
        color:rgb(189, 29, 101);
    }
.ProductRecord__buttonWhiteVirginMoneyCC:hover, .ProductRecord__buttonWhiteVirginMoneyCC:focus, .ProductRecord__buttonWhiteVirginMoneyCC:active{
        background:rgb(151, 23, 81);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderVirginMoneyCC{
      border:0.0625em solid rgb(189, 29, 101);
    }
.ProductRecord__lenderBackgroundVirginMoneyCC .ProductRecord__headerRatioBar{
        background:rgb(189, 29, 101);
      }
.ProductRecord__lenderBackgroundVirginMoneyCC:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(151, 23, 81);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxVirginMoneyCC{
        border:0.125em solid #bd1d65;
        overflow:hidden;
    }
.ProductRecord__productRecordVirginMoneyCC{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordVirginMoneyCC:hover{
        border-left:0.0625em solid rgb(189, 29, 101);
        border-right:0.0625em solid rgb(189, 29, 101);
        border-bottom:0.0625em solid rgb(189, 29, 101);
    }
.ProductRecord__productRecordVirginMoneyCC:hover .ProductRecord__sortingDescriptionBorderVirginMoneyCC{
            background:rgb(189, 29, 101) !important;
            color:white;
        }
.ProductRecord__VirginMoneyHL, .ProductRecord__contentBgVirginMoneyHL, .ProductRecord__VirginMoneyHL .ProductRecord__viewMoreButton{
        background:#BD1D65 !important;
    }
.ProductRecord__VirginMoneyHL:hover, .ProductRecord__VirginMoneyHL .ProductRecord__viewMoreButton:hover{
        background:rgb(151, 23, 81) !important;
    }
.ProductRecord__progressBarVirginMoneyHL{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#BD1D65;
        background:-webkit-gradient(linear,  right top, left top,  from(#BD1D65),color-stop(50%, #BD1D65),color-stop(51%, #BD1D65),to(#BD1D65));
        background:linear-gradient(to left,  #BD1D65 0%,#BD1D65 50%,#BD1D65 51%,#BD1D65 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverVirginMoneyHL{
        background:rgb(151, 23, 81);
    }
.ProductRecord__buttonVirginMoneyHL{
        background:rgb(189, 29, 101);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.ProductRecord__buttonVirginMoneyHL:hover, .ProductRecord__buttonVirginMoneyHL:focus, .ProductRecord__buttonVirginMoneyHL:active{
        background:rgb(151, 23, 81);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.ProductRecord__buttonWhiteVirginMoneyHL{
        background:white;
        border:0.0625em solid rgb(189, 29, 101);
        color:rgb(189, 29, 101);
    }
.ProductRecord__buttonWhiteVirginMoneyHL:hover, .ProductRecord__buttonWhiteVirginMoneyHL:focus, .ProductRecord__buttonWhiteVirginMoneyHL:active{
        background:rgb(151, 23, 81);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderVirginMoneyHL{
      border:0.0625em solid rgb(189, 29, 101);
    }
.ProductRecord__lenderBackgroundVirginMoneyHL .ProductRecord__headerRatioBar{
        background:rgb(189, 29, 101);
      }
.ProductRecord__lenderBackgroundVirginMoneyHL:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(151, 23, 81);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxVirginMoneyHL{
        border:0.125em solid #bd1d65;
        overflow:hidden;
    }
.ProductRecord__productRecordVirginMoneyHL{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordVirginMoneyHL:hover{
        border-left:0.0625em solid rgb(189, 29, 101);
        border-right:0.0625em solid rgb(189, 29, 101);
        border-bottom:0.0625em solid rgb(189, 29, 101);
    }
.ProductRecord__productRecordVirginMoneyHL:hover .ProductRecord__sortingDescriptionBorderVirginMoneyHL{
            background:rgb(189, 29, 101) !important;
            color:white;
        }
.ProductRecord__Thinktank, .ProductRecord__contentBgThinktank, .ProductRecord__Thinktank .ProductRecord__viewMoreButton{
        background:#063462 !important;
    }
.ProductRecord__Thinktank:hover, .ProductRecord__Thinktank .ProductRecord__viewMoreButton:hover{
        background:rgb(56, 93, 129) !important;
    }
.ProductRecord__progressBarThinktank{
        -webkit-animation:ProductRecord__show 0.8s;
        animation:ProductRecord__show 0.8s;

        background:#063462;
        background:-webkit-gradient(linear,  right top, left top,  from(#063462),color-stop(50%, #063462),color-stop(51%, #063462),to(#063462));
        background:linear-gradient(to left,  #063462 0%,#063462 50%,#063462 51%,#063462 100%);

        overflow:hidden;
        z-index:290;
    }
.ProductRecord__hoverThinktank{
        background:rgb(56, 93, 129);
    }
.ProductRecord__buttonThinktank{
        background:rgb(6, 52, 98);
        border:0.0625em solid rgb(6, 52, 98);
        color:white;
    }
.ProductRecord__buttonThinktank:hover, .ProductRecord__buttonThinktank:focus, .ProductRecord__buttonThinktank:active{
        background:rgb(56, 93, 129);
        border:0.0625em solid rgb(6, 52, 98);
        color:white;
    }
.ProductRecord__buttonWhiteThinktank{
        background:white;
        border:0.0625em solid rgb(6, 52, 98);
        color:rgb(6, 52, 98);
    }
.ProductRecord__buttonWhiteThinktank:hover, .ProductRecord__buttonWhiteThinktank:focus, .ProductRecord__buttonWhiteThinktank:active{
        background:rgb(56, 93, 129);
        border:0.0625em solid rgb(6, 52, 98);
        color:white;
    }
.ProductRecord__sortingDescriptionBorderThinktank{
      border:0.0625em solid rgb(6, 52, 98);
    }
.ProductRecord__lenderBackgroundThinktank .ProductRecord__headerRatioBar{
        background:rgb(6, 52, 98);
      }
.ProductRecord__lenderBackgroundThinktank:hover.ProductRecord__collapsed .ProductRecord__headerRatioBar{
        background:rgb(56, 93, 129);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.ProductRecord__boxThinktank{
        border:0.125em solid #063462;
        overflow:hidden;
    }
.ProductRecord__productRecordThinktank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.ProductRecord__productRecordThinktank:hover{
        border-left:0.0625em solid rgb(6, 52, 98);
        border-right:0.0625em solid rgb(6, 52, 98);
        border-bottom:0.0625em solid rgb(6, 52, 98);
    }
.ProductRecord__productRecordThinktank:hover .ProductRecord__sortingDescriptionBorderThinktank{
            background:rgb(6, 52, 98) !important;
            color:white;
        }
.ProductRecord__badge{
  z-index:100;
}
.ProductRecord__root{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
  margin-top:0.625rem;
  margin-bottom:0.625rem;
  -webkit-transition:border-color 100ms ease-in-out, background-color 100ms ease-in-out;
  transition:border-color 100ms ease-in-out, background-color 100ms ease-in-out;
  background:#F7FAFB;
  border-radius:0.5rem;
  position:relative;
}
.ProductRecord__shouldShowSelected{
  border:0.125em solid #006fa8;
  margin-top:1rem;
}
.ProductRecord__shouldShowSelected .ProductRecord__content{
    border:none;
  }
.ProductRecord__shouldShowSelected .ProductRecord__header{
    border-radius:initial;
  }
.ProductRecord__collapsed{
  background:white;
}
.ProductRecord__collapsed .ProductRecord__secondaryContent{
    height:0
  }
.ProductRecord__collapsed .ProductRecord__secondaryContent.ProductRecord__topBorder{
      border-top:none;
    }
.ProductRecord__collapsed .ProductRecord__titleSection:after{
    width:0;
  }
.ProductRecord__content{
  background-color:white;
  border-radius:0 0 0.5em 0.5em;
}
.ProductRecord__contentBorder{
  border-left:0.0625em solid #c0ced7;
  border-right:0.0625em solid #c0ced7;
  border-bottom:0.0625em solid #c0ced7;
}
.ProductRecord__collapsedContent{
}
.ProductRecord__collapsedContent:hover{
    cursor:pointer;
  }
.ProductRecord__collapsedContent:hover .ProductRecord__expandIcon, .ProductRecord__collapsedContent:hover .ProductRecord__titleSection{
      color:inherit;
    }
.ProductRecord__collapsedContent:hover .ProductRecord__descriptionWrapper{
      background:#4a4a4a;
      color:white;
    }
.ProductRecord__primaryContent, .ProductRecord__secondaryContent{
  padding:0 1.25rem
}
.ProductRecord__primaryContent > *:last-child, .ProductRecord__secondaryContent > *:last-child{
    padding-bottom:0.625rem;
  }
.ProductRecord__topBorder{
  border-top:0.0625em solid #c0ced7;
}
.ProductRecord__roundedBorder{
  border-radius:0.5em 0.5em;
}
.ProductRecord__secondaryContent{
  height:auto;
  -webkit-transition:height 300ms ease-in-out;
  transition:height 300ms ease-in-out;
  overflow:hidden;
}
.ProductRecord__titleSection{

  position:relative;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-flex:1;
  -webkit-flex:auto;
      -ms-flex:auto;
          flex:auto;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row nowrap;
      -ms-flex-flow:row nowrap;
          flex-flow:row nowrap;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  padding:0.625rem;

  color:#4a4a4a;
  max-height:3.2em;
  cursor:pointer;
  -webkit-transition:border-color 100ms ease-in-out, background-color 100ms ease-in-out;
  transition:border-color 100ms ease-in-out, background-color 100ms ease-in-out
}
.ProductRecord__titleSection:after{
    content:'';
    position:absolute;
    left:0;
    bottom:-1px;
    width:100%;
    height:0.125rem;
    -webkit-transition:width 0.4s linear;
    transition:width 0.4s linear;
  }
.ProductRecord__titleSection:hover .ProductRecord__expandIcon{
      color:inherit;
    }
.ProductRecord__titleSection .ProductRecord__logo img{
      vertical-align:middle;
    }
.ProductRecord__expandIcon{
  -webkit-transition:color 100ms ease-in-out;
  transition:color 100ms ease-in-out;
  color:#c0ced7;
  font-size:1.4rem;
}
.ProductRecord__titleWrapper{
  margin-left:0.5em;
  margin-right:0;
  padding-right:0.125rem;
  white-space:nowrap;
  min-width:3em;
  width:100%;
  -webkit-flex-shrink:2;
      -ms-flex-negative:2;
          flex-shrink:2;
}
.ProductRecord__titleWrapper .ProductRecord__title{
    text-decoration:none;
    text-overflow:ellipsis;
    overflow:hidden;
    display:block;
  }
.ProductRecord__titleWrapper.ProductRecord__right{
    text-align:right;
    margin-right:1rem;
  }
.ProductRecord__logo{
  text-align:center;
  min-width:7rem;
  width:7rem;
  padding:0.5rem;
}
.ProductRecord__logo img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:2.75rem;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:1;
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
  }
.ProductRecord__lenderName{
  color:white;
}
.ProductRecord__descriptionWrapper{
  text-transform:uppercase;
  text-align:center;
  font-size:0.5em;
  background-color:#F7FAFB;
  min-width:5.5rem;
  padding-top:0.25em;
  padding-bottom:0.25em;
}
.ProductRecord__collapsibleContent{
  padding-top:0.625rem;
  border-top:0.0625em solid #c0ced7;
}
.ProductRecord__collapsibleContent .ProductRecord__lenderDescription, .ProductRecord__collapsibleContent .ProductRecord__buttonWrapper{
    display:inline-block
  }
@media(min-width: 48rem){

  .ProductRecord__collapsibleContent .ProductRecord__lenderDescription, .ProductRecord__collapsibleContent .ProductRecord__buttonWrapper{
      width:50%
  }
    }
.ProductRecord__lenderDescription{
  margin-top:0;
  font-weight:100;
  font-size:0.815em;
  letter-spacing:0
}
@media(min-width: 48rem){
.ProductRecord__lenderDescription{
    margin-bottom:0;
    padding-right:10%
}
  }
.ProductRecord__lenderDescription a{
    padding-left:0.3125rem;
  }
.ProductRecord__buttonWrapper{
  vertical-align:top;
  width:100%
}
@media(min-width: 48rem){
.ProductRecord__buttonWrapper{
    margin-top:0.1rem;
    padding-left:0.25rem
}
  }
.ProductRecord__header{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  height:3.75em;
  position:relative;
  overflow:hidden;
  border-radius:0.5em 0.5em 0 0;
  background:#2b2b2b
}
.ProductRecord__header:hover{
    background:#4a4a4a
  }
.ProductRecord__header:hover .ProductRecord__viewMoreButton{
      background:#2b2b2b;
    }
.ProductRecord__header .ProductRecord__logo{
    width:9rem;
    line-height:6;
  }
.ProductRecord__header > .ProductRecord__slibing{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    padding-left:0.625rem;
    border-radius:0.3em 0.3em 0 0;
    position:relative;
    width:100%;
    color:white;
    height:100%;
    border:none;
  }
.ProductRecord__header .ProductRecord__viewMore{
    position:absolute;
    right:0.625rem;
    top:0.3125rem;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    text-align:center;
  }
.ProductRecord__header .ProductRecord__viewMoreButton{
    border:none;
    color:white;
    -webkit-box-shadow:none;
            box-shadow:none;
    margin:0;
    background:inherit;
  }
.ProductRecord__headerBorder{
  border-left:0.0625em solid #c0ced7;
  border-right:0.0625em solid #c0ced7;
  border-top:0.0625em solid #c0ced7;
}
.ButtonWithSpinner__showSpinner{
  width:100%;
  height:5rem;
  margin:.10em 0 .25em;
  padding:1em;
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  font-weight:400;
}
.ButtonWithSpinner__spinner{
  width:2.25rem;
  height:2.25rem;
  margin-right:1rem;
  display:inline-block;
  vertical-align:middle;
  -webkit-animation:ButtonWithSpinner__rotation 2s linear infinite;
          animation:ButtonWithSpinner__rotation 2s linear infinite;
}
.ButtonWithSpinner__label{
  color:#cdd9e0;
  font-size:1.2rem;
  line-height:2.5rem;
  pointer-events:none;
}
@media(min-width: 48rem){
  .ButtonWithSpinner__label{
    font-size:1.5rem;
  }
}
@-webkit-keyframes ButtonWithSpinner__rotation{
  from{
    -webkit-transform:rotate(0deg);
            transform:rotate(0deg);
  }
  to{
    -webkit-transform:rotate(360deg);
            transform:rotate(360deg);
  }
}
@keyframes ButtonWithSpinner__rotation{
  from{
    -webkit-transform:rotate(0deg);
            transform:rotate(0deg);
  }
  to{
    -webkit-transform:rotate(360deg);
            transform:rotate(360deg);
  }
}
.ProductList__message{
  font-size:1.2em;
}
.ProductList__sorting{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:end;
  -webkit-justify-content:flex-end;
      -ms-flex-pack:end;
          justify-content:flex-end;
}

.RepaymentsExplanation__root{
  color:#4a4a4a;
  font-size:0.7em;
  line-height:1.9362;
  margin:2rem auto;
}
  .RepaymentsExplanation__root ul{
    padding-left:2rem;
  }
  .RepaymentsExplanation__root .RepaymentsExplanation__disclaimerText{
    margin-bottom:1rem
  }
  .RepaymentsExplanation__root .RepaymentsExplanation__disclaimerText > div{
      margin-bottom:0.5rem;
    }
  .RepaymentsExplanation__root .RepaymentsExplanation__disclaimerText > div:last-of-type{
      margin-bottom:0;
    }

.ComparePageNavigator__root{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
}

.AccordionButton__summary{

  margin:0.5rem 0;
  padding-left:1rem;
  text-align:left;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
}
.AccordionButton__dropArrow{

  width:1.2rem;
  height:1.2rem;
  font-size:1.5em;
  padding-right:2rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
  padding-bottom:0.5em;

  .AccordionButton__dropArrow{
    margin-top:-0.3em;
  }
}

.ProgressBar__root{
  width:100%;
  height:12px;
  background-color:#7e939f;
}
.ProgressBar__progressBar{
  width:0;
  height:100%;
  background-color:white;
  border:3px solid #7e939f;
}

.PopupItem__overlay{
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  z-index:290;
  background-color:rgba(0,0,0,0.7);
  overflow-x:hidden;
  overflow-y:auto;
}
.PopupItem__root{
  border-radius:5px;
  width:80%;
  max-width:24em;
  margin:100px auto;

  color:#4a4a4a;
  background-color:#fcfcfc;
  position:relative;
  padding:20px 30px 10px;
}
.PopupItem__absolute.PopupItem__overlay{
    position:absolute;
  }
.PopupItem__updating .PopupItem__contents, .PopupItem__updating .PopupItem__descriptionWrapper, .PopupItem__updated .PopupItem__contents, .PopupItem__updated .PopupItem__descriptionWrapper, .PopupItem__errored .PopupItem__contents, .PopupItem__errored .PopupItem__descriptionWrapper{
    display:none;
  }
.PopupItem__updating .PopupItem__popupBody, .PopupItem__updated .PopupItem__popupBody, .PopupItem__errored .PopupItem__popupBody{
    min-height:14em
  }
@media (min-width: 48rem){

  .PopupItem__updating .PopupItem__popupBody, .PopupItem__updated .PopupItem__popupBody, .PopupItem__errored .PopupItem__popupBody{
      min-height:16em
  }
    }
.PopupItem__errored .PopupItem__updateStatus{
    color:#55b724;
  }
.PopupItem__updated .PopupItem__updateStatus{
    color:#4a4a4a;
  }
.PopupItem__noScroll{
  overflow-y:hidden;
}
.PopupItem__header{
  background-color:white;
  overflow:hidden;
  position:relative;
  font-size:20px;
  font-weight:bold;
  margin-bottom:10px;
}
.PopupItem__header .PopupItem__name{
    float:left;
  }
.PopupItem__header .PopupItem__value{
    float:right;
    font-weight:bold;
  }
.PopupItem__headerContent{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
}
.PopupItem__closeIcon{
  margin-left:0.5rem;
  font-size:0.5rem;
  cursor:pointer;

  padding:initial;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  position:absolute;
  
  width:2.5em;
  height:2.5em;
  position:absolute;
  right:0px;
  top:5px;
}
.PopupItem__closeIcon:before{
  font-weight:bold !important;
  line-height:initial !important;
}
.PopupItem__popupBody{
  padding:10px 0px 20px;
}
.PopupItem__expenseHeading{
  color:#4a4a4a;
  font-weight:800;
  font-size:1.25em;
}
.PopupItem__expenseHeading i{
    margin-right:0.25rem;
  }
.PopupItem__expenseHeading i:before{
    font-weight:700;
  }
.PopupItem__recurringItemWrapper{
  margin-bottom:2rem;
}
.PopupItem__recurringItem{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
}
.PopupItem__recurringItemnot(:last-child){
    margin-bottom:2rem;
  }
.PopupItem__recurringItem h3{
    font-family:'Source Sans Pro', sans-serif;
    color:#4a4a4a;
    font-weight:300;
    font-size:1em;
    margin-bottom:0;
  }
.PopupItem__recurringItem p{
    margin:0;
    font-size:0.815em;
  }
.PopupItem__recurringItem div:first-child{
    width:70%;
  }
.PopupItem__recurringItem div:last-child{
    width:30%;
  }
.PopupItem__recurringItem div:last-child span{
      float:right;
    }
.PopupItem__descriptionWrapper{
  padding:10px 0px 20px;
  background-color:white;
  border-radius:0 0 1em 1em;
}
.PopupItem__descriptionWrapper h1:not(.PopupItem__expenseHeading){
    color:#4a4a4a;
    line-height:1.383;
    font-size:1em;
    letter-spacing:-0.00625em;
    font-family:'Source Sans Pro', sans-serif;
    font-weight:bold;
    margin:0;
  }
.PopupItem__descriptionWrapper h2{
    font-family:'Source Sans Pro', sans-serif;
    color:#4a4a4a;
    font-weight:300;
    font-size:1em;
    margin-bottom:0;
  }
.PopupItem__descriptionWrapper .PopupItem__fineprint{
    font-size:0.815em;
    margin:0;
  }
.PopupItem__descriptionWrapper p{
    margin-top:0;
  }
.PopupItem__descriptionWrapper a{
    margin:0.625rem 0;
    display:inherit;
  }
.PopupItem__descriptionWrapper table{
    vertical-align:top;
    width:100%;
    border-collapse:collapse;
    margin:0.5rem 0 1rem;
  }
.PopupItem__descriptionWrapper table thead td{
        border-bottom:0.0625em solid black;
      }
.PopupItem__descriptionWrapper table tbody{
      padding-top:0.5rem;
    }
.PopupItem__descriptionWrapper table td:last-of-type{
      vertical-align:top;
      text-align:right;
    }
.PopupItem__infoOnly h1{
    line-height:1.383;
    font-size:1em;
    letter-spacing:-0.00625em;
    font-family:'Source Sans Pro', sans-serif;
    font-weight:bold;
    margin:0;
    color:#4a4a4a;
  }
.PopupItem__infoOnly p{
    margin-top:0;
  }
.PopupItem__infoOnly table{
    border-collapse:collapse;
    padding:1rem;
    margin:auto;
    width:80%;
  }
.PopupItem__infoOnly th{
    text-align:left;
    font-weight:300;
    vertical-align:top;
  }
.PopupItem__infoOnly td{
    text-align:right;
    padding-bottom:0.5rem;
  }
.PopupItem__infoOnly tfoot{
    border-top:1px solid black;
  }
.PopupItem__infoOnly tfoot th, .PopupItem__infoOnly tfoot td{
      padding-top:0.5rem;
      font-weight:500;
    }
.PopupItem__infoOnly tbody tr:last-child th, .PopupItem__infoOnly tbody tr:last-child td{
        padding-bottom:1rem;
      }
.PopupItem__infoOnly math{
    margin:auto;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    text-align:center;
  }
.PopupItem__infoOnly math > *{
      margin:0 0.33333rem;
    }
@media (min-width: 48rem){
      .PopupItem__infoOnly math .PopupItem__stickTogether{
        white-space:nowrap;
      }
    }
.PopupItem__infoOnly box{
    -webkit-box-flex:2;
    -webkit-flex-grow:2;
        -ms-flex-positive:2;
            flex-grow:2;
    text-align:center;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
  }
.PopupItem__infoOnly box div:first-child{
      padding-bottom:0.2rem;
    }
.PopupItem__infoOnly box over{
      border-top:1px solid black;
      padding-top:0.2rem;
    }
.PopupItem__narrow{
  width:50%;
}
.PopupItem__dark{
  margin-top:32rem
}
.PopupItem__dark.PopupItem__updating .PopupItem__popupBody, .PopupItem__dark.PopupItem__updated .PopupItem__popupBody, .PopupItem__dark.PopupItem__errored .PopupItem__popupBody{
      border-bottom-left-radius:1em;
      border-bottom-right-radius:1em;
    }
.PopupItem__dark input, .PopupItem__dark .PopupItem__popupBody{
    background-color:white;
  }
.PopupItem__dark form > a{
    border:0.0625em solid #c0ced7;
    background:white;
    color:black;
  }
.PopupItem__dark .PopupItem__closeIcon:before{
    color:brandColor__bg from global;
    font-weight:700;
  }
.PopupItem__dark label{
    font-family:'Geomanist', sans-serif !important;
  }
.PopupItem__updateLogin{
  padding:0 1rem;
}
.PopupItem__updateLogin h2{
    text-align:center;
    font-weight:bolder;
  }
.PopupItem__updateLogin span{
    width:3em;
    display:inline-block;
    color:grey;
  }
.PopupItem__updateLogin .PopupItem__updateDescription{
    text-align:center;
    margin:2rem 0;
  }
.PopupItem__updateLogin .PopupItem__updated{
    margin-bottom:1rem;
  }
.PopupItem__updateLogin .PopupItem__updated > div{
      width:90%;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
    }
.PopupItem__updateLogin .PopupItem__updated > div > div{
        width:100%;
        word-wrap:break-word;
        padding-right:15px;
      }
.PopupItem__updateLogin .PopupItem__updated span{
      margin-right:14px;
      width:10%;
      padding-right:10px;
    }
.PopupItem__updateLogin .PopupItem__icon{
    display:block;
    width:8rem;
    height:5rem;
    margin:0 auto 3rem;
    text-align:center
  }
.PopupItem__updateLogin .PopupItem__icon.PopupItem__mobileIcon{
      width:5rem;
    }
.PopupItem__updatedValue{
  display:inline-block;
  word-wrap:break-word;
}

.Pop__enter, .Pop__appear{
  -webkit-transform:scale(0.0);
          transform:scale(0.0);
}

.Pop__enterActive, .Pop__appearActive{
  -webkit-transform:scale(1.0);
          transform:scale(1.0);
  -webkit-animation-timing-function:cubic-bezier(.24,.72,0,1);
          animation-timing-function:cubic-bezier(.24,.72,0,1);
  -webkit-animation:Pop__pop 0.3s forwards;
          animation:Pop__pop 0.3s forwards;
}

@-webkit-keyframes Pop__pop{
  from{}
  0%{
    border-radius:1em;
    -webkit-transform:scale(0);
            transform:scale(0);
  }
  80%{
    border-radius:0.25em;
    -webkit-transform:scale(1.03);
            transform:scale(1.03);
  }
  100%{
    border-radius:0.25em;
    -webkit-transform:scale(1);
            transform:scale(1);
  }
}

@keyframes Pop__pop{
  from{}
  0%{
    border-radius:1em;
    -webkit-transform:scale(0);
            transform:scale(0);
  }
  80%{
    border-radius:0.25em;
    -webkit-transform:scale(1.03);
            transform:scale(1.03);
  }
  100%{
    border-radius:0.25em;
    -webkit-transform:scale(1);
            transform:scale(1);
  }
}
.Rotation__rotation{
  -webkit-animation:Rotation__rotation 2s linear infinite;
          animation:Rotation__rotation 2s linear infinite;
}

@-webkit-keyframes Rotation__rotation{
  from{
    -webkit-transform:rotate(0deg);
            transform:rotate(0deg);
  }
  to{
    -webkit-transform:rotate(360deg);
            transform:rotate(360deg);
  }
}

@keyframes Rotation__rotation{
  from{
    -webkit-transform:rotate(0deg);
            transform:rotate(0deg);
  }
  to{
    -webkit-transform:rotate(360deg);
            transform:rotate(360deg);
  }
}

.DrawSVG__draw{
}
  .DrawSVG__draw .draw{
    stroke-dasharray:1000;
    stroke-dashoffset:1000;
    -webkit-animation:DrawSVG__draw;
            animation:DrawSVG__draw;
    -webkit-animation-delay:100ms;
            animation-delay:100ms;
    -webkit-animation-duration:2000ms;
            animation-duration:2000ms;
    -webkit-animation-fill-mode:forwards;
            animation-fill-mode:forwards;
    -webkit-animation-direction:normal;
            animation-direction:normal;
    -webkit-animation-iteration-count:1;
            animation-iteration-count:1

  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
  .DrawSVG__draw .draw{
      stroke-dasharray:none;
      stroke-dashoffset:none

  }
    }
  .DrawSVG__draw .draw{

  }
  @supports (-ms-ime-align:auto){
  .DrawSVG__draw .draw{
      stroke-dashoffset:0

  }
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){

.DrawSVG__draw{
    width:2rem;
    height:1.7rem
}
  }

.DrawSVG__draw{
}

@supports (-ms-ime-align:auto){

.DrawSVG__draw{
    width:2rem
}
  }

@-webkit-keyframes DrawSVG__draw{
  from{
    stroke-dashoffset:1000;
  }
  to{
    stroke-dashoffset:0;
  }
}

@keyframes DrawSVG__draw{
  from{
    stroke-dashoffset:1000;
  }
  to{
    stroke-dashoffset:0;
  }
}

.PopupStatus__status{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
  padding:1rem;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
}
.PopupStatus__description{
  -webkit-box-ordinal-group:3;
  -webkit-order:2;
      -ms-flex-order:2;
          order:2;
  margin-top:1rem;
  text-align:center;
}
.PopupStatus__icon{
  -webkit-box-ordinal-group:2;
  -webkit-order:1;
      -ms-flex-order:1;
          order:1;
}
.PopupStatus__buttons{
  -webkit-box-ordinal-group:4;
  -webkit-order:3;
      -ms-flex-order:3;
          order:3;
  width:100%;
}
.PopupStatus__heading{
  display:block;
  overflow:visible;
  font-family:'Geomanist', sans-serif;
  font-weight:700;
  font-size:1.5rem
}
@media (min-width: 48rem){
.PopupStatus__heading{
    font-size:2rem
}
  }
.PopupStatus__erroredHeading, .PopupStatus__processingHeading{
}
.PopupStatus__processedHeading{
  color:#00A186;
}

.Form__hr{
  color:#9b9b9b;
  max-width:initial;
  margin:1rem auto;
}
.Form__label{
  color:#7e939f;
}
.Form__root input{
    margin:0.5rem 0 1rem;
  }

.GoalPreferencesLoanOptionsModal__mainBody{
  margin-top:1rem
}
@media(min-width: 48rem){
.GoalPreferencesLoanOptionsModal__mainBody{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
}

    .GoalPreferencesLoanOptionsModal__mainBody .GoalPreferencesLoanOptionsModal__leftContent, .GoalPreferencesLoanOptionsModal__mainBody .GoalPreferencesLoanOptionsModal__rightContent{
      width:50%;
    }

    .GoalPreferencesLoanOptionsModal__mainBody .GoalPreferencesLoanOptionsModal__rightContent{
      padding-left:1rem;
      margin-top:0;
    }
  }
.GoalPreferencesLoanOptionsModal__leftContent{
  padding:1rem;
  margin-bottom:1rem;
  border-radius:0.25em;
  display:inline-block
}
@media (max-width: 48rem){
.GoalPreferencesLoanOptionsModal__leftContent{
    width:100%
}
  }
.GoalPreferencesLoanOptionsModal__leftContent label{
    display:block;
    padding-bottom:0.5rem;
    color:white;
  }
.GoalPreferencesLoanOptionsModal__leftContent li{
    padding:0.5rem 0;
    border-bottom:0;
  }
.GoalPreferencesLoanOptionsModal__leftContent li span{
      color:white;
      line-height:1;
    }
.GoalPreferencesLoanOptionsModal__leftContent textarea{
    margin:1rem 0;
  }
.GoalPreferencesLoanOptionsModal__rightContent{
  margin:1rem 0;
  color:black;
}
.GoalPreferencesLoanOptionsModal__rightContent h5{
    font-weight:600;
  }
.GoalPreferencesLoanOptionsModal__rightContent h5 i{
      font-size:1.3em;
      margin-left:-0.4rem;
    }
.GoalPreferencesLoanOptionsModal__rightContent p:first-of-type, .GoalPreferencesLoanOptionsModal__rightContent ul{
    margin-top:0;
  }
.GoalPreferencesLoanOptionsModal__saveButton{
}
@media(min-width: 48rem){
.GoalPreferencesLoanOptionsModal__saveButton{
    width:50%;
    margin:auto
}
  }

.Modal__overlay{
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  z-index:290;
  background-color:rgba(0,0,0,0.7);
  overflow-x:hidden;
  overflow-y:auto;
}
.Modal__root{
  border-radius:5px;
  width:85%;
  max-width:35em;
  padding:20px 30px 10px;
  margin:100px auto;
  background-color:#fcfcfc;
  position:relative
}
@media(max-width: 48rem){
.Modal__root{
    max-width:24em
}
  }
.Modal__header{
  padding:0px 0px 10px;
  background-color:white;
  overflow:hidden;
  position:relative;
}
.Modal__header .Modal__name{
    float:left;
  }
.Modal__header .Modal__value{
    float:right;
    font-weight:bold;
  }
.Modal__header .Modal__title{
    font-weight:bold;
    font-size:20px;
  }
.Modal__closeIcon{
  margin-left:0.5rem;
  font-size:0.5rem;
  cursor:pointer;
  width:2.5em;
  height:2.5em;

  padding:initial;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  position:absolute;
  right:0px;
  top:5px;
}
.Modal__closeIcon:before{
  font-weight:bold !important;
  line-height:initial !important;
}
.Modal__popupBody{
  padding:0px 0px 20px;
}
.Modal__halfWidth{
  max-width:24em;
}
.InfoSection__infoSection{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  margin:1rem;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
}
  .InfoSection__infoSection > div{
    width:100%;
  }
@media (min-width: 48rem){
.InfoSection__infoSection{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
        -ms-flex-direction:row;
            flex-direction:row;
}
    .InfoSection__infoSection > div{
      width:50%;
    }
  }
.InfoSection__infoSection .InfoSection__maxBorrowLabel{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
  }
.InfoSection__infoSection .InfoSection__maxBorrowLabel .InfoSection__label{
      font-size:1.4rem;
    }
.InfoSection__infoSection .InfoSection__assessmentAndAmount{
    padding-left:0;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    margin-top:1rem
  }
@media (min-width: 48rem){
  .InfoSection__infoSection .InfoSection__assessmentAndAmount{
      margin-top:0;
      padding-left:1rem
  }
    }
.InfoSection__infoSection .InfoSection__assessmentAndAmount > div{
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:vertical;
      -webkit-box-direction:normal;
      -webkit-flex-direction:column;
          -ms-flex-direction:column;
              flex-direction:column;
    }
.InfoSection__infoSection .InfoSection__assessmentAndAmount .InfoSection__initialAssessement{
      width:35%;
    }
.InfoSection__infoSection .InfoSection__assessmentAndAmount .InfoSection__maxBorrowAmount{
      text-align:right;
    }
.InfoSection__infoSection .InfoSection__assessmentAndAmount .InfoSection__maxBorrowAmount .InfoSection__label{
        font-size:2rem;
      }
.InfoSection__infoSection .InfoSection__label{
    color:#4a4a4a;
    font-weight:600;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
  }
.InfoSection__infoSection .InfoSection__hint{
    font-size:0.815em;
    color:#4a4a4a;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
  }
.InfoSection__uppercase{
  text-transform:uppercase;
}



:root{
}
@-webkit-keyframes LenderRecord__show{
   from{
       width:0%;
   }
}
@keyframes LenderRecord__show{
   from{ width:0%; }
}
.LenderRecord__AdelaideBank, .LenderRecord__contentBgAdelaideBank, .LenderRecord__AdelaideBank .LenderRecord__viewMoreButton{
        background:#0033A0 !important;
    }
.LenderRecord__AdelaideBank:hover, .LenderRecord__AdelaideBank .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 43, 136) !important;
    }
.LenderRecord__progressBarAdelaideBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#0033A0;
        background:-webkit-gradient(linear,  right top, left top,  from(#0033A0),color-stop(50%, #0033A0),color-stop(51%, #0033A0),to(#0033A0));
        background:linear-gradient(to left,  #0033A0 0%,#0033A0 50%,#0033A0 51%,#0033A0 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverAdelaideBank{
        background:rgb(0, 43, 136);
    }
.LenderRecord__buttonAdelaideBank{
        background:rgb(0, 51, 160);
        border:0.0625em solid rgb(0, 51, 160);
        color:white;
    }
.LenderRecord__buttonAdelaideBank:hover, .LenderRecord__buttonAdelaideBank:focus, .LenderRecord__buttonAdelaideBank:active{
        background:rgb(0, 43, 136);
        border:0.0625em solid rgb(0, 51, 160);
        color:white;
    }
.LenderRecord__buttonWhiteAdelaideBank{
        background:white;
        border:0.0625em solid rgb(0, 51, 160);
        color:rgb(0, 51, 160);
    }
.LenderRecord__buttonWhiteAdelaideBank:hover, .LenderRecord__buttonWhiteAdelaideBank:focus, .LenderRecord__buttonWhiteAdelaideBank:active{
        background:rgb(0, 43, 136);
        border:0.0625em solid rgb(0, 51, 160);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderAdelaideBank{
      border:0.0625em solid rgb(0, 51, 160);
    }
.LenderRecord__lenderBackgroundAdelaideBank .LenderRecord__headerRatioBar{
        background:rgb(0, 51, 160);
      }
.LenderRecord__lenderBackgroundAdelaideBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 43, 136);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxAdelaideBank{
        border:0.125em solid #0033a0;
        overflow:hidden;
    }
.LenderRecord__productRecordAdelaideBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordAdelaideBank:hover{
        border-left:0.0625em solid rgb(0, 51, 160);
        border-right:0.0625em solid rgb(0, 51, 160);
        border-bottom:0.0625em solid rgb(0, 51, 160);
    }
.LenderRecord__productRecordAdelaideBank:hover .LenderRecord__sortingDescriptionBorderAdelaideBank{
            background:rgb(0, 51, 160) !important;
            color:white;
        }
.LenderRecord__AmericanExpressAU, .LenderRecord__contentBgAmericanExpressAU, .LenderRecord__AmericanExpressAU .LenderRecord__viewMoreButton{
        background:#006BCD !important;
    }
.LenderRecord__AmericanExpressAU:hover, .LenderRecord__AmericanExpressAU .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 86, 164) !important;
    }
.LenderRecord__progressBarAmericanExpressAU{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#006BCD;
        background:-webkit-gradient(linear,  right top, left top,  from(#006BCD),color-stop(50%, #006BCD),color-stop(51%, #006BCD),to(#006BCD));
        background:linear-gradient(to left,  #006BCD 0%,#006BCD 50%,#006BCD 51%,#006BCD 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverAmericanExpressAU{
        background:rgb(0, 86, 164);
    }
.LenderRecord__buttonAmericanExpressAU{
        background:rgb(0, 107, 205);
        border:0.0625em solid rgb(0, 107, 205);
        color:white;
    }
.LenderRecord__buttonAmericanExpressAU:hover, .LenderRecord__buttonAmericanExpressAU:focus, .LenderRecord__buttonAmericanExpressAU:active{
        background:rgb(0, 86, 164);
        border:0.0625em solid rgb(0, 107, 205);
        color:white;
    }
.LenderRecord__buttonWhiteAmericanExpressAU{
        background:white;
        border:0.0625em solid rgb(0, 107, 205);
        color:rgb(0, 107, 205);
    }
.LenderRecord__buttonWhiteAmericanExpressAU:hover, .LenderRecord__buttonWhiteAmericanExpressAU:focus, .LenderRecord__buttonWhiteAmericanExpressAU:active{
        background:rgb(0, 86, 164);
        border:0.0625em solid rgb(0, 107, 205);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderAmericanExpressAU{
      border:0.0625em solid rgb(0, 107, 205);
    }
.LenderRecord__lenderBackgroundAmericanExpressAU .LenderRecord__headerRatioBar{
        background:rgb(0, 107, 205);
      }
.LenderRecord__lenderBackgroundAmericanExpressAU:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 86, 164);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxAmericanExpressAU{
        border:0.125em solid #006bcd;
        overflow:hidden;
    }
.LenderRecord__productRecordAmericanExpressAU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordAmericanExpressAU:hover{
        border-left:0.0625em solid rgb(0, 107, 205);
        border-right:0.0625em solid rgb(0, 107, 205);
        border-bottom:0.0625em solid rgb(0, 107, 205);
    }
.LenderRecord__productRecordAmericanExpressAU:hover .LenderRecord__sortingDescriptionBorderAmericanExpressAU{
            background:rgb(0, 107, 205) !important;
            color:white;
        }
.LenderRecord__AMP, .LenderRecord__contentBgAMP, .LenderRecord__AMP .LenderRecord__viewMoreButton{
        background:#001E41 !important;
    }
.LenderRecord__AMP:hover, .LenderRecord__AMP .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 26, 55) !important;
    }
.LenderRecord__progressBarAMP{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#001E41;
        background:-webkit-gradient(linear,  right top, left top,  from(#001E41),color-stop(50%, #001E41),color-stop(51%, #001E41),to(#001E41));
        background:linear-gradient(to left,  #001E41 0%,#001E41 50%,#001E41 51%,#001E41 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverAMP{
        background:rgb(0, 26, 55);
    }
.LenderRecord__buttonAMP{
        background:rgb(0, 30, 65);
        border:0.0625em solid rgb(0, 30, 65);
        color:white;
    }
.LenderRecord__buttonAMP:hover, .LenderRecord__buttonAMP:focus, .LenderRecord__buttonAMP:active{
        background:rgb(0, 26, 55);
        border:0.0625em solid rgb(0, 30, 65);
        color:white;
    }
.LenderRecord__buttonWhiteAMP{
        background:white;
        border:0.0625em solid rgb(0, 30, 65);
        color:rgb(0, 30, 65);
    }
.LenderRecord__buttonWhiteAMP:hover, .LenderRecord__buttonWhiteAMP:focus, .LenderRecord__buttonWhiteAMP:active{
        background:rgb(0, 26, 55);
        border:0.0625em solid rgb(0, 30, 65);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderAMP{
      border:0.0625em solid rgb(0, 30, 65);
    }
.LenderRecord__lenderBackgroundAMP .LenderRecord__headerRatioBar{
        background:rgb(0, 30, 65);
      }
.LenderRecord__lenderBackgroundAMP:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 26, 55);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxAMP{
        border:0.125em solid #001e41;
        overflow:hidden;
    }
.LenderRecord__productRecordAMP{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordAMP:hover{
        border-left:0.0625em solid rgb(0, 30, 65);
        border-right:0.0625em solid rgb(0, 30, 65);
        border-bottom:0.0625em solid rgb(0, 30, 65);
    }
.LenderRecord__productRecordAMP:hover .LenderRecord__sortingDescriptionBorderAMP{
            background:rgb(0, 30, 65) !important;
            color:white;
        }
.LenderRecord__ANZ, .LenderRecord__contentBgANZ, .LenderRecord__ANZ .LenderRecord__viewMoreButton{
        background:#217DBA !important;
    }
.LenderRecord__ANZ:hover, .LenderRecord__ANZ .LenderRecord__viewMoreButton:hover{
        background:rgb(26, 100, 149) !important;
    }
.LenderRecord__progressBarANZ{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#217DBA;
        background:-webkit-gradient(linear,  right top, left top,  from(#217DBA),color-stop(50%, #217DBA),color-stop(51%, #217DBA),to(#217DBA));
        background:linear-gradient(to left,  #217DBA 0%,#217DBA 50%,#217DBA 51%,#217DBA 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverANZ{
        background:rgb(26, 100, 149);
    }
.LenderRecord__buttonANZ{
        background:rgb(33, 125, 186);
        border:0.0625em solid rgb(33, 125, 186);
        color:white;
    }
.LenderRecord__buttonANZ:hover, .LenderRecord__buttonANZ:focus, .LenderRecord__buttonANZ:active{
        background:rgb(26, 100, 149);
        border:0.0625em solid rgb(33, 125, 186);
        color:white;
    }
.LenderRecord__buttonWhiteANZ{
        background:white;
        border:0.0625em solid rgb(33, 125, 186);
        color:rgb(33, 125, 186);
    }
.LenderRecord__buttonWhiteANZ:hover, .LenderRecord__buttonWhiteANZ:focus, .LenderRecord__buttonWhiteANZ:active{
        background:rgb(26, 100, 149);
        border:0.0625em solid rgb(33, 125, 186);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderANZ{
      border:0.0625em solid rgb(33, 125, 186);
    }
.LenderRecord__lenderBackgroundANZ .LenderRecord__headerRatioBar{
        background:rgb(33, 125, 186);
      }
.LenderRecord__lenderBackgroundANZ:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(26, 100, 149);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxANZ{
        border:0.125em solid #217dba;
        overflow:hidden;
    }
.LenderRecord__productRecordANZ{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordANZ:hover{
        border-left:0.0625em solid rgb(33, 125, 186);
        border-right:0.0625em solid rgb(33, 125, 186);
        border-bottom:0.0625em solid rgb(33, 125, 186);
    }
.LenderRecord__productRecordANZ:hover .LenderRecord__sortingDescriptionBorderANZ{
            background:rgb(33, 125, 186) !important;
            color:white;
        }
.LenderRecord__AsapFinance, .LenderRecord__contentBgAsapFinance, .LenderRecord__AsapFinance .LenderRecord__viewMoreButton{
        background:#F5320C !important;
    }
.LenderRecord__AsapFinance:hover, .LenderRecord__AsapFinance .LenderRecord__viewMoreButton:hover{
        background:rgb(196, 40, 10) !important;
    }
.LenderRecord__progressBarAsapFinance{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#F5320C;
        background:-webkit-gradient(linear,  right top, left top,  from(#F5320C),color-stop(50%, #F5320C),color-stop(51%, #F5320C),to(#F5320C));
        background:linear-gradient(to left,  #F5320C 0%,#F5320C 50%,#F5320C 51%,#F5320C 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverAsapFinance{
        background:rgb(196, 40, 10);
    }
.LenderRecord__buttonAsapFinance{
        background:rgb(245, 50, 12);
        border:0.0625em solid rgb(245, 50, 12);
        color:white;
    }
.LenderRecord__buttonAsapFinance:hover, .LenderRecord__buttonAsapFinance:focus, .LenderRecord__buttonAsapFinance:active{
        background:rgb(196, 40, 10);
        border:0.0625em solid rgb(245, 50, 12);
        color:white;
    }
.LenderRecord__buttonWhiteAsapFinance{
        background:white;
        border:0.0625em solid rgb(245, 50, 12);
        color:rgb(245, 50, 12);
    }
.LenderRecord__buttonWhiteAsapFinance:hover, .LenderRecord__buttonWhiteAsapFinance:focus, .LenderRecord__buttonWhiteAsapFinance:active{
        background:rgb(196, 40, 10);
        border:0.0625em solid rgb(245, 50, 12);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderAsapFinance{
      border:0.0625em solid rgb(245, 50, 12);
    }
.LenderRecord__lenderBackgroundAsapFinance .LenderRecord__headerRatioBar{
        background:rgb(245, 50, 12);
      }
.LenderRecord__lenderBackgroundAsapFinance:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(196, 40, 10);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxAsapFinance{
        border:0.125em solid #f5320c;
        overflow:hidden;
    }
.LenderRecord__productRecordAsapFinance{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordAsapFinance:hover{
        border-left:0.0625em solid rgb(245, 50, 12);
        border-right:0.0625em solid rgb(245, 50, 12);
        border-bottom:0.0625em solid rgb(245, 50, 12);
    }
.LenderRecord__productRecordAsapFinance:hover .LenderRecord__sortingDescriptionBorderAsapFinance{
            background:rgb(245, 50, 12) !important;
            color:white;
        }
.LenderRecord__ASB, .LenderRecord__contentBgASB, .LenderRecord__ASB .LenderRecord__viewMoreButton{
        background:#FBB804 !important;
    }
.LenderRecord__ASB:hover, .LenderRecord__ASB .LenderRecord__viewMoreButton:hover{
        background:rgb(201, 147, 3) !important;
    }
.LenderRecord__progressBarASB{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#FBB804;
        background:-webkit-gradient(linear,  right top, left top,  from(#FBB804),color-stop(50%, #FBB804),color-stop(51%, #FBB804),to(#FBB804));
        background:linear-gradient(to left,  #FBB804 0%,#FBB804 50%,#FBB804 51%,#FBB804 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverASB{
        background:rgb(201, 147, 3);
    }
.LenderRecord__buttonASB{
        background:rgb(251, 184, 4);
        border:0.0625em solid rgb(251, 184, 4);
        color:white;
    }
.LenderRecord__buttonASB:hover, .LenderRecord__buttonASB:focus, .LenderRecord__buttonASB:active{
        background:rgb(201, 147, 3);
        border:0.0625em solid rgb(251, 184, 4);
        color:white;
    }
.LenderRecord__buttonWhiteASB{
        background:white;
        border:0.0625em solid rgb(251, 184, 4);
        color:rgb(251, 184, 4);
    }
.LenderRecord__buttonWhiteASB:hover, .LenderRecord__buttonWhiteASB:focus, .LenderRecord__buttonWhiteASB:active{
        background:rgb(201, 147, 3);
        border:0.0625em solid rgb(251, 184, 4);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderASB{
      border:0.0625em solid rgb(251, 184, 4);
    }
.LenderRecord__lenderBackgroundASB .LenderRecord__headerRatioBar{
        background:rgb(251, 184, 4);
      }
.LenderRecord__lenderBackgroundASB:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(201, 147, 3);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxASB{
        border:0.125em solid #fbb804;
        overflow:hidden;
    }
.LenderRecord__productRecordASB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordASB:hover{
        border-left:0.0625em solid rgb(251, 184, 4);
        border-right:0.0625em solid rgb(251, 184, 4);
        border-bottom:0.0625em solid rgb(251, 184, 4);
    }
.LenderRecord__productRecordASB:hover .LenderRecord__sortingDescriptionBorderASB{
            background:rgb(251, 184, 4) !important;
            color:white;
        }
.LenderRecord__ArabBank, .LenderRecord__contentBgArabBank, .LenderRecord__ArabBank .LenderRecord__viewMoreButton{
        background:#00906C !important;
    }
.LenderRecord__ArabBank:hover, .LenderRecord__ArabBank .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 115, 86) !important;
    }
.LenderRecord__progressBarArabBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#00906C;
        background:-webkit-gradient(linear,  right top, left top,  from(#00906C),color-stop(50%, #00906C),color-stop(51%, #00906C),to(#00906C));
        background:linear-gradient(to left,  #00906C 0%,#00906C 50%,#00906C 51%,#00906C 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverArabBank{
        background:rgb(0, 115, 86);
    }
.LenderRecord__buttonArabBank{
        background:rgb(0, 144, 108);
        border:0.0625em solid rgb(0, 144, 108);
        color:white;
    }
.LenderRecord__buttonArabBank:hover, .LenderRecord__buttonArabBank:focus, .LenderRecord__buttonArabBank:active{
        background:rgb(0, 115, 86);
        border:0.0625em solid rgb(0, 144, 108);
        color:white;
    }
.LenderRecord__buttonWhiteArabBank{
        background:white;
        border:0.0625em solid rgb(0, 144, 108);
        color:rgb(0, 144, 108);
    }
.LenderRecord__buttonWhiteArabBank:hover, .LenderRecord__buttonWhiteArabBank:focus, .LenderRecord__buttonWhiteArabBank:active{
        background:rgb(0, 115, 86);
        border:0.0625em solid rgb(0, 144, 108);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderArabBank{
      border:0.0625em solid rgb(0, 144, 108);
    }
.LenderRecord__lenderBackgroundArabBank .LenderRecord__headerRatioBar{
        background:rgb(0, 144, 108);
      }
.LenderRecord__lenderBackgroundArabBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 115, 86);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxArabBank{
        border:0.125em solid #00906c;
        overflow:hidden;
    }
.LenderRecord__productRecordArabBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordArabBank:hover{
        border-left:0.0625em solid rgb(0, 144, 108);
        border-right:0.0625em solid rgb(0, 144, 108);
        border-bottom:0.0625em solid rgb(0, 144, 108);
    }
.LenderRecord__productRecordArabBank:hover .LenderRecord__sortingDescriptionBorderArabBank{
            background:rgb(0, 144, 108) !important;
            color:white;
        }
.LenderRecord__AustralianMB, .LenderRecord__contentBgAustralianMB, .LenderRecord__AustralianMB .LenderRecord__viewMoreButton{
        background:#005587 !important;
    }
.LenderRecord__AustralianMB:hover, .LenderRecord__AustralianMB .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 68, 108) !important;
    }
.LenderRecord__progressBarAustralianMB{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#005587;
        background:-webkit-gradient(linear,  right top, left top,  from(#005587),color-stop(50%, #005587),color-stop(51%, #005587),to(#005587));
        background:linear-gradient(to left,  #005587 0%,#005587 50%,#005587 51%,#005587 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverAustralianMB{
        background:rgb(0, 68, 108);
    }
.LenderRecord__buttonAustralianMB{
        background:rgb(0, 85, 135);
        border:0.0625em solid rgb(0, 85, 135);
        color:white;
    }
.LenderRecord__buttonAustralianMB:hover, .LenderRecord__buttonAustralianMB:focus, .LenderRecord__buttonAustralianMB:active{
        background:rgb(0, 68, 108);
        border:0.0625em solid rgb(0, 85, 135);
        color:white;
    }
.LenderRecord__buttonWhiteAustralianMB{
        background:white;
        border:0.0625em solid rgb(0, 85, 135);
        color:rgb(0, 85, 135);
    }
.LenderRecord__buttonWhiteAustralianMB:hover, .LenderRecord__buttonWhiteAustralianMB:focus, .LenderRecord__buttonWhiteAustralianMB:active{
        background:rgb(0, 68, 108);
        border:0.0625em solid rgb(0, 85, 135);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderAustralianMB{
      border:0.0625em solid rgb(0, 85, 135);
    }
.LenderRecord__lenderBackgroundAustralianMB .LenderRecord__headerRatioBar{
        background:rgb(0, 85, 135);
      }
.LenderRecord__lenderBackgroundAustralianMB:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 68, 108);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxAustralianMB{
        border:0.125em solid #005587;
        overflow:hidden;
    }
.LenderRecord__productRecordAustralianMB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordAustralianMB:hover{
        border-left:0.0625em solid rgb(0, 85, 135);
        border-right:0.0625em solid rgb(0, 85, 135);
        border-bottom:0.0625em solid rgb(0, 85, 135);
    }
.LenderRecord__productRecordAustralianMB:hover .LenderRecord__sortingDescriptionBorderAustralianMB{
            background:rgb(0, 85, 135) !important;
            color:white;
        }
.LenderRecord__Avanti, .LenderRecord__contentBgAvanti, .LenderRecord__Avanti .LenderRecord__viewMoreButton{
        background:#195EAE !important;
    }
.LenderRecord__Avanti:hover, .LenderRecord__Avanti .LenderRecord__viewMoreButton:hover{
        background:rgb(20, 75, 139) !important;
    }
.LenderRecord__progressBarAvanti{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#195EAE;
        background:-webkit-gradient(linear,  right top, left top,  from(#195EAE),color-stop(50%, #195EAE),color-stop(51%, #195EAE),to(#195EAE));
        background:linear-gradient(to left,  #195EAE 0%,#195EAE 50%,#195EAE 51%,#195EAE 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverAvanti{
        background:rgb(20, 75, 139);
    }
.LenderRecord__buttonAvanti{
        background:rgb(25, 94, 174);
        border:0.0625em solid rgb(25, 94, 174);
        color:white;
    }
.LenderRecord__buttonAvanti:hover, .LenderRecord__buttonAvanti:focus, .LenderRecord__buttonAvanti:active{
        background:rgb(20, 75, 139);
        border:0.0625em solid rgb(25, 94, 174);
        color:white;
    }
.LenderRecord__buttonWhiteAvanti{
        background:white;
        border:0.0625em solid rgb(25, 94, 174);
        color:rgb(25, 94, 174);
    }
.LenderRecord__buttonWhiteAvanti:hover, .LenderRecord__buttonWhiteAvanti:focus, .LenderRecord__buttonWhiteAvanti:active{
        background:rgb(20, 75, 139);
        border:0.0625em solid rgb(25, 94, 174);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderAvanti{
      border:0.0625em solid rgb(25, 94, 174);
    }
.LenderRecord__lenderBackgroundAvanti .LenderRecord__headerRatioBar{
        background:rgb(25, 94, 174);
      }
.LenderRecord__lenderBackgroundAvanti:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(20, 75, 139);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxAvanti{
        border:0.125em solid #195eae;
        overflow:hidden;
    }
.LenderRecord__productRecordAvanti{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordAvanti:hover{
        border-left:0.0625em solid rgb(25, 94, 174);
        border-right:0.0625em solid rgb(25, 94, 174);
        border-bottom:0.0625em solid rgb(25, 94, 174);
    }
.LenderRecord__productRecordAvanti:hover .LenderRecord__sortingDescriptionBorderAvanti{
            background:rgb(25, 94, 174) !important;
            color:white;
        }
.LenderRecord__AuswideBank, .LenderRecord__contentBgAuswideBank, .LenderRecord__AuswideBank .LenderRecord__viewMoreButton{
        background:#F68B33 !important;
    }
.LenderRecord__AuswideBank:hover, .LenderRecord__AuswideBank .LenderRecord__viewMoreButton:hover{
        background:rgb(197, 111, 41) !important;
    }
.LenderRecord__progressBarAuswideBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#F68B33;
        background:-webkit-gradient(linear,  right top, left top,  from(#F68B33),color-stop(50%, #F68B33),color-stop(51%, #F68B33),to(#F68B33));
        background:linear-gradient(to left,  #F68B33 0%,#F68B33 50%,#F68B33 51%,#F68B33 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverAuswideBank{
        background:rgb(197, 111, 41);
    }
.LenderRecord__buttonAuswideBank{
        background:rgb(246, 139, 51);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.LenderRecord__buttonAuswideBank:hover, .LenderRecord__buttonAuswideBank:focus, .LenderRecord__buttonAuswideBank:active{
        background:rgb(197, 111, 41);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.LenderRecord__buttonWhiteAuswideBank{
        background:white;
        border:0.0625em solid rgb(246, 139, 51);
        color:rgb(246, 139, 51);
    }
.LenderRecord__buttonWhiteAuswideBank:hover, .LenderRecord__buttonWhiteAuswideBank:focus, .LenderRecord__buttonWhiteAuswideBank:active{
        background:rgb(197, 111, 41);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderAuswideBank{
      border:0.0625em solid rgb(246, 139, 51);
    }
.LenderRecord__lenderBackgroundAuswideBank .LenderRecord__headerRatioBar{
        background:rgb(246, 139, 51);
      }
.LenderRecord__lenderBackgroundAuswideBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(197, 111, 41);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxAuswideBank{
        border:0.125em solid #f68b33;
        overflow:hidden;
    }
.LenderRecord__productRecordAuswideBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordAuswideBank:hover{
        border-left:0.0625em solid rgb(246, 139, 51);
        border-right:0.0625em solid rgb(246, 139, 51);
        border-bottom:0.0625em solid rgb(246, 139, 51);
    }
.LenderRecord__productRecordAuswideBank:hover .LenderRecord__sortingDescriptionBorderAuswideBank{
            background:rgb(246, 139, 51) !important;
            color:white;
        }
.LenderRecord__Bankfirst, .LenderRecord__contentBgBankfirst, .LenderRecord__Bankfirst .LenderRecord__viewMoreButton{
        background:#109DDD !important;
    }
.LenderRecord__Bankfirst:hover, .LenderRecord__Bankfirst .LenderRecord__viewMoreButton:hover{
        background:rgb(13, 126, 177) !important;
    }
.LenderRecord__progressBarBankfirst{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#109DDD;
        background:-webkit-gradient(linear,  right top, left top,  from(#109DDD),color-stop(50%, #109DDD),color-stop(51%, #109DDD),to(#109DDD));
        background:linear-gradient(to left,  #109DDD 0%,#109DDD 50%,#109DDD 51%,#109DDD 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBankfirst{
        background:rgb(13, 126, 177);
    }
.LenderRecord__buttonBankfirst{
        background:rgb(16, 157, 221);
        border:0.0625em solid rgb(16, 157, 221);
        color:white;
    }
.LenderRecord__buttonBankfirst:hover, .LenderRecord__buttonBankfirst:focus, .LenderRecord__buttonBankfirst:active{
        background:rgb(13, 126, 177);
        border:0.0625em solid rgb(16, 157, 221);
        color:white;
    }
.LenderRecord__buttonWhiteBankfirst{
        background:white;
        border:0.0625em solid rgb(16, 157, 221);
        color:rgb(16, 157, 221);
    }
.LenderRecord__buttonWhiteBankfirst:hover, .LenderRecord__buttonWhiteBankfirst:focus, .LenderRecord__buttonWhiteBankfirst:active{
        background:rgb(13, 126, 177);
        border:0.0625em solid rgb(16, 157, 221);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBankfirst{
      border:0.0625em solid rgb(16, 157, 221);
    }
.LenderRecord__lenderBackgroundBankfirst .LenderRecord__headerRatioBar{
        background:rgb(16, 157, 221);
      }
.LenderRecord__lenderBackgroundBankfirst:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(13, 126, 177);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBankfirst{
        border:0.125em solid #109ddd;
        overflow:hidden;
    }
.LenderRecord__productRecordBankfirst{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBankfirst:hover{
        border-left:0.0625em solid rgb(16, 157, 221);
        border-right:0.0625em solid rgb(16, 157, 221);
        border-bottom:0.0625em solid rgb(16, 157, 221);
    }
.LenderRecord__productRecordBankfirst:hover .LenderRecord__sortingDescriptionBorderBankfirst{
            background:rgb(16, 157, 221) !important;
            color:white;
        }
.LenderRecord__BankSA, .LenderRecord__contentBgBankSA, .LenderRecord__BankSA .LenderRecord__viewMoreButton{
        background:#FACB1B !important;
    }
.LenderRecord__BankSA:hover, .LenderRecord__BankSA .LenderRecord__viewMoreButton:hover{
        background:rgb(200, 162, 22) !important;
    }
.LenderRecord__progressBarBankSA{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#FACB1B;
        background:-webkit-gradient(linear,  right top, left top,  from(#FACB1B),color-stop(50%, #FACB1B),color-stop(51%, #FACB1B),to(#FACB1B));
        background:linear-gradient(to left,  #FACB1B 0%,#FACB1B 50%,#FACB1B 51%,#FACB1B 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBankSA{
        background:rgb(200, 162, 22);
    }
.LenderRecord__buttonBankSA{
        background:rgb(250, 203, 27);
        border:0.0625em solid rgb(250, 203, 27);
        color:white;
    }
.LenderRecord__buttonBankSA:hover, .LenderRecord__buttonBankSA:focus, .LenderRecord__buttonBankSA:active{
        background:rgb(200, 162, 22);
        border:0.0625em solid rgb(250, 203, 27);
        color:white;
    }
.LenderRecord__buttonWhiteBankSA{
        background:white;
        border:0.0625em solid rgb(250, 203, 27);
        color:rgb(250, 203, 27);
    }
.LenderRecord__buttonWhiteBankSA:hover, .LenderRecord__buttonWhiteBankSA:focus, .LenderRecord__buttonWhiteBankSA:active{
        background:rgb(200, 162, 22);
        border:0.0625em solid rgb(250, 203, 27);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBankSA{
      border:0.0625em solid rgb(250, 203, 27);
    }
.LenderRecord__lenderBackgroundBankSA .LenderRecord__headerRatioBar{
        background:rgb(250, 203, 27);
      }
.LenderRecord__lenderBackgroundBankSA:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(200, 162, 22);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBankSA{
        border:0.125em solid #facb1b;
        overflow:hidden;
    }
.LenderRecord__productRecordBankSA{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBankSA:hover{
        border-left:0.0625em solid rgb(250, 203, 27);
        border-right:0.0625em solid rgb(250, 203, 27);
        border-bottom:0.0625em solid rgb(250, 203, 27);
    }
.LenderRecord__productRecordBankSA:hover .LenderRecord__sortingDescriptionBorderBankSA{
            background:rgb(250, 203, 27) !important;
            color:white;
        }
.LenderRecord__BankOfSydney, .LenderRecord__contentBgBankOfSydney, .LenderRecord__BankOfSydney .LenderRecord__viewMoreButton{
        background:#003366 !important;
    }
.LenderRecord__BankOfSydney:hover, .LenderRecord__BankOfSydney .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 41, 82) !important;
    }
.LenderRecord__progressBarBankOfSydney{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#003366;
        background:-webkit-gradient(linear,  right top, left top,  from(#003366),color-stop(50%, #003366),color-stop(51%, #003366),to(#003366));
        background:linear-gradient(to left,  #003366 0%,#003366 50%,#003366 51%,#003366 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBankOfSydney{
        background:rgb(0, 41, 82);
    }
.LenderRecord__buttonBankOfSydney{
        background:rgb(0, 51, 102);
        border:0.0625em solid rgb(0, 51, 102);
        color:white;
    }
.LenderRecord__buttonBankOfSydney:hover, .LenderRecord__buttonBankOfSydney:focus, .LenderRecord__buttonBankOfSydney:active{
        background:rgb(0, 41, 82);
        border:0.0625em solid rgb(0, 51, 102);
        color:white;
    }
.LenderRecord__buttonWhiteBankOfSydney{
        background:white;
        border:0.0625em solid rgb(0, 51, 102);
        color:rgb(0, 51, 102);
    }
.LenderRecord__buttonWhiteBankOfSydney:hover, .LenderRecord__buttonWhiteBankOfSydney:focus, .LenderRecord__buttonWhiteBankOfSydney:active{
        background:rgb(0, 41, 82);
        border:0.0625em solid rgb(0, 51, 102);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBankOfSydney{
      border:0.0625em solid rgb(0, 51, 102);
    }
.LenderRecord__lenderBackgroundBankOfSydney .LenderRecord__headerRatioBar{
        background:rgb(0, 51, 102);
      }
.LenderRecord__lenderBackgroundBankOfSydney:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 41, 82);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBankOfSydney{
        border:0.125em solid #003366;
        overflow:hidden;
    }
.LenderRecord__productRecordBankOfSydney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBankOfSydney:hover{
        border-left:0.0625em solid rgb(0, 51, 102);
        border-right:0.0625em solid rgb(0, 51, 102);
        border-bottom:0.0625em solid rgb(0, 51, 102);
    }
.LenderRecord__productRecordBankOfSydney:hover .LenderRecord__sortingDescriptionBorderBankOfSydney{
            background:rgb(0, 51, 102) !important;
            color:white;
        }
.LenderRecord__Bankwest, .LenderRecord__contentBgBankwest, .LenderRecord__Bankwest .LenderRecord__viewMoreButton{
        background:#EF7900 !important;
    }
.LenderRecord__Bankwest:hover, .LenderRecord__Bankwest .LenderRecord__viewMoreButton:hover{
        background:rgb(191, 97, 0) !important;
    }
.LenderRecord__progressBarBankwest{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#EF7900;
        background:-webkit-gradient(linear,  right top, left top,  from(#EF7900),color-stop(50%, #EF7900),color-stop(51%, #EF7900),to(#EF7900));
        background:linear-gradient(to left,  #EF7900 0%,#EF7900 50%,#EF7900 51%,#EF7900 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBankwest{
        background:rgb(191, 97, 0);
    }
.LenderRecord__buttonBankwest{
        background:rgb(239, 121, 0);
        border:0.0625em solid rgb(239, 121, 0);
        color:white;
    }
.LenderRecord__buttonBankwest:hover, .LenderRecord__buttonBankwest:focus, .LenderRecord__buttonBankwest:active{
        background:rgb(191, 97, 0);
        border:0.0625em solid rgb(239, 121, 0);
        color:white;
    }
.LenderRecord__buttonWhiteBankwest{
        background:white;
        border:0.0625em solid rgb(239, 121, 0);
        color:rgb(239, 121, 0);
    }
.LenderRecord__buttonWhiteBankwest:hover, .LenderRecord__buttonWhiteBankwest:focus, .LenderRecord__buttonWhiteBankwest:active{
        background:rgb(191, 97, 0);
        border:0.0625em solid rgb(239, 121, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBankwest{
      border:0.0625em solid rgb(239, 121, 0);
    }
.LenderRecord__lenderBackgroundBankwest .LenderRecord__headerRatioBar{
        background:rgb(239, 121, 0);
      }
.LenderRecord__lenderBackgroundBankwest:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(191, 97, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBankwest{
        border:0.125em solid #ef7900;
        overflow:hidden;
    }
.LenderRecord__productRecordBankwest{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBankwest:hover{
        border-left:0.0625em solid rgb(239, 121, 0);
        border-right:0.0625em solid rgb(239, 121, 0);
        border-bottom:0.0625em solid rgb(239, 121, 0);
    }
.LenderRecord__productRecordBankwest:hover .LenderRecord__sortingDescriptionBorderBankwest{
            background:rgb(239, 121, 0) !important;
            color:white;
        }
.LenderRecord__Basecorp, .LenderRecord__contentBgBasecorp, .LenderRecord__Basecorp .LenderRecord__viewMoreButton{
        background:#1DA8DB !important;
    }
.LenderRecord__Basecorp:hover, .LenderRecord__Basecorp .LenderRecord__viewMoreButton:hover{
        background:rgb(23, 134, 175) !important;
    }
.LenderRecord__progressBarBasecorp{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#1DA8DB;
        background:-webkit-gradient(linear,  right top, left top,  from(#1DA8DB),color-stop(50%, #1DA8DB),color-stop(51%, #1DA8DB),to(#1DA8DB));
        background:linear-gradient(to left,  #1DA8DB 0%,#1DA8DB 50%,#1DA8DB 51%,#1DA8DB 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBasecorp{
        background:rgb(23, 134, 175);
    }
.LenderRecord__buttonBasecorp{
        background:rgb(29, 168, 219);
        border:0.0625em solid rgb(29, 168, 219);
        color:white;
    }
.LenderRecord__buttonBasecorp:hover, .LenderRecord__buttonBasecorp:focus, .LenderRecord__buttonBasecorp:active{
        background:rgb(23, 134, 175);
        border:0.0625em solid rgb(29, 168, 219);
        color:white;
    }
.LenderRecord__buttonWhiteBasecorp{
        background:white;
        border:0.0625em solid rgb(29, 168, 219);
        color:rgb(29, 168, 219);
    }
.LenderRecord__buttonWhiteBasecorp:hover, .LenderRecord__buttonWhiteBasecorp:focus, .LenderRecord__buttonWhiteBasecorp:active{
        background:rgb(23, 134, 175);
        border:0.0625em solid rgb(29, 168, 219);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBasecorp{
      border:0.0625em solid rgb(29, 168, 219);
    }
.LenderRecord__lenderBackgroundBasecorp .LenderRecord__headerRatioBar{
        background:rgb(29, 168, 219);
      }
.LenderRecord__lenderBackgroundBasecorp:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(23, 134, 175);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBasecorp{
        border:0.125em solid #1da8db;
        overflow:hidden;
    }
.LenderRecord__productRecordBasecorp{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBasecorp:hover{
        border-left:0.0625em solid rgb(29, 168, 219);
        border-right:0.0625em solid rgb(29, 168, 219);
        border-bottom:0.0625em solid rgb(29, 168, 219);
    }
.LenderRecord__productRecordBasecorp:hover .LenderRecord__sortingDescriptionBorderBasecorp{
            background:rgb(29, 168, 219) !important;
            color:white;
        }
.LenderRecord__BB, .LenderRecord__contentBgBB, .LenderRecord__BB .LenderRecord__viewMoreButton{
        background:#642279 !important;
    }
.LenderRecord__BB:hover, .LenderRecord__BB .LenderRecord__viewMoreButton:hover{
        background:rgb(85, 29, 103) !important;
    }
.LenderRecord__progressBarBB{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#642279;
        background:-webkit-gradient(linear,  right top, left top,  from(#642279),color-stop(50%, #642279),color-stop(51%, #642279),to(#642279));
        background:linear-gradient(to left,  #642279 0%,#642279 50%,#642279 51%,#642279 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBB{
        background:rgb(85, 29, 103);
    }
.LenderRecord__buttonBB{
        background:rgb(100, 34, 121);
        border:0.0625em solid rgb(100, 34, 121);
        color:white;
    }
.LenderRecord__buttonBB:hover, .LenderRecord__buttonBB:focus, .LenderRecord__buttonBB:active{
        background:rgb(85, 29, 103);
        border:0.0625em solid rgb(100, 34, 121);
        color:white;
    }
.LenderRecord__buttonWhiteBB{
        background:white;
        border:0.0625em solid rgb(100, 34, 121);
        color:rgb(100, 34, 121);
    }
.LenderRecord__buttonWhiteBB:hover, .LenderRecord__buttonWhiteBB:focus, .LenderRecord__buttonWhiteBB:active{
        background:rgb(85, 29, 103);
        border:0.0625em solid rgb(100, 34, 121);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBB{
      border:0.0625em solid rgb(100, 34, 121);
    }
.LenderRecord__lenderBackgroundBB .LenderRecord__headerRatioBar{
        background:rgb(100, 34, 121);
      }
.LenderRecord__lenderBackgroundBB:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(85, 29, 103);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBB{
        border:0.125em solid #642279;
        overflow:hidden;
    }
.LenderRecord__productRecordBB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBB:hover{
        border-left:0.0625em solid rgb(100, 34, 121);
        border-right:0.0625em solid rgb(100, 34, 121);
        border-bottom:0.0625em solid rgb(100, 34, 121);
    }
.LenderRecord__productRecordBB:hover .LenderRecord__sortingDescriptionBorderBB{
            background:rgb(100, 34, 121) !important;
            color:white;
        }
.LenderRecord__BendigoBank, .LenderRecord__contentBgBendigoBank, .LenderRecord__BendigoBank .LenderRecord__viewMoreButton{
        background:#AF022E !important;
    }
.LenderRecord__BendigoBank:hover, .LenderRecord__BendigoBank .LenderRecord__viewMoreButton:hover{
        background:rgb(140, 2, 37) !important;
    }
.LenderRecord__progressBarBendigoBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#AF022E;
        background:-webkit-gradient(linear,  right top, left top,  from(#AF022E),color-stop(50%, #AF022E),color-stop(51%, #AF022E),to(#AF022E));
        background:linear-gradient(to left,  #AF022E 0%,#AF022E 50%,#AF022E 51%,#AF022E 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBendigoBank{
        background:rgb(140, 2, 37);
    }
.LenderRecord__buttonBendigoBank{
        background:rgb(175, 2, 46);
        border:0.0625em solid rgb(175, 2, 46);
        color:white;
    }
.LenderRecord__buttonBendigoBank:hover, .LenderRecord__buttonBendigoBank:focus, .LenderRecord__buttonBendigoBank:active{
        background:rgb(140, 2, 37);
        border:0.0625em solid rgb(175, 2, 46);
        color:white;
    }
.LenderRecord__buttonWhiteBendigoBank{
        background:white;
        border:0.0625em solid rgb(175, 2, 46);
        color:rgb(175, 2, 46);
    }
.LenderRecord__buttonWhiteBendigoBank:hover, .LenderRecord__buttonWhiteBendigoBank:focus, .LenderRecord__buttonWhiteBendigoBank:active{
        background:rgb(140, 2, 37);
        border:0.0625em solid rgb(175, 2, 46);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBendigoBank{
      border:0.0625em solid rgb(175, 2, 46);
    }
.LenderRecord__lenderBackgroundBendigoBank .LenderRecord__headerRatioBar{
        background:rgb(175, 2, 46);
      }
.LenderRecord__lenderBackgroundBendigoBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(140, 2, 37);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBendigoBank{
        border:0.125em solid #af022e;
        overflow:hidden;
    }
.LenderRecord__productRecordBendigoBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBendigoBank:hover{
        border-left:0.0625em solid rgb(175, 2, 46);
        border-right:0.0625em solid rgb(175, 2, 46);
        border-bottom:0.0625em solid rgb(175, 2, 46);
    }
.LenderRecord__productRecordBendigoBank:hover .LenderRecord__sortingDescriptionBorderBendigoBank{
            background:rgb(175, 2, 46) !important;
            color:white;
        }
.LenderRecord__BCHL, .LenderRecord__contentBgBCHL, .LenderRecord__BCHL .LenderRecord__viewMoreButton{
        background:#879FB7 !important;
    }
.LenderRecord__BCHL:hover, .LenderRecord__BCHL .LenderRecord__viewMoreButton:hover{
        background:rgb(108, 127, 146) !important;
    }
.LenderRecord__progressBarBCHL{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#879FB7;
        background:-webkit-gradient(linear,  right top, left top,  from(#879FB7),color-stop(50%, #879FB7),color-stop(51%, #879FB7),to(#879FB7));
        background:linear-gradient(to left,  #879FB7 0%,#879FB7 50%,#879FB7 51%,#879FB7 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBCHL{
        background:rgb(108, 127, 146);
    }
.LenderRecord__buttonBCHL{
        background:rgb(135, 159, 183);
        border:0.0625em solid rgb(135, 159, 183);
        color:white;
    }
.LenderRecord__buttonBCHL:hover, .LenderRecord__buttonBCHL:focus, .LenderRecord__buttonBCHL:active{
        background:rgb(108, 127, 146);
        border:0.0625em solid rgb(135, 159, 183);
        color:white;
    }
.LenderRecord__buttonWhiteBCHL{
        background:white;
        border:0.0625em solid rgb(135, 159, 183);
        color:rgb(135, 159, 183);
    }
.LenderRecord__buttonWhiteBCHL:hover, .LenderRecord__buttonWhiteBCHL:focus, .LenderRecord__buttonWhiteBCHL:active{
        background:rgb(108, 127, 146);
        border:0.0625em solid rgb(135, 159, 183);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBCHL{
      border:0.0625em solid rgb(135, 159, 183);
    }
.LenderRecord__lenderBackgroundBCHL .LenderRecord__headerRatioBar{
        background:rgb(135, 159, 183);
      }
.LenderRecord__lenderBackgroundBCHL:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(108, 127, 146);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBCHL{
        border:0.125em solid #879fb7;
        overflow:hidden;
    }
.LenderRecord__productRecordBCHL{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBCHL:hover{
        border-left:0.0625em solid rgb(135, 159, 183);
        border-right:0.0625em solid rgb(135, 159, 183);
        border-bottom:0.0625em solid rgb(135, 159, 183);
    }
.LenderRecord__productRecordBCHL:hover .LenderRecord__sortingDescriptionBorderBCHL{
            background:rgb(135, 159, 183) !important;
            color:white;
        }
.LenderRecord__BetterChoice, .LenderRecord__contentBgBetterChoice, .LenderRecord__BetterChoice .LenderRecord__viewMoreButton{
        background:#973567 !important;
    }
.LenderRecord__BetterChoice:hover, .LenderRecord__BetterChoice .LenderRecord__viewMoreButton:hover{
        background:rgb(128, 45, 88) !important;
    }
.LenderRecord__progressBarBetterChoice{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#973567;
        background:-webkit-gradient(linear,  right top, left top,  from(#973567),color-stop(50%, #973567),color-stop(51%, #973567),to(#973567));
        background:linear-gradient(to left,  #973567 0%,#973567 50%,#973567 51%,#973567 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBetterChoice{
        background:rgb(128, 45, 88);
    }
.LenderRecord__buttonBetterChoice{
        background:rgb(151, 53, 103);
        border:0.0625em solid rgb(151, 53, 103);
        color:white;
    }
.LenderRecord__buttonBetterChoice:hover, .LenderRecord__buttonBetterChoice:focus, .LenderRecord__buttonBetterChoice:active{
        background:rgb(128, 45, 88);
        border:0.0625em solid rgb(151, 53, 103);
        color:white;
    }
.LenderRecord__buttonWhiteBetterChoice{
        background:white;
        border:0.0625em solid rgb(151, 53, 103);
        color:rgb(151, 53, 103);
    }
.LenderRecord__buttonWhiteBetterChoice:hover, .LenderRecord__buttonWhiteBetterChoice:focus, .LenderRecord__buttonWhiteBetterChoice:active{
        background:rgb(128, 45, 88);
        border:0.0625em solid rgb(151, 53, 103);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBetterChoice{
      border:0.0625em solid rgb(151, 53, 103);
    }
.LenderRecord__lenderBackgroundBetterChoice .LenderRecord__headerRatioBar{
        background:rgb(151, 53, 103);
      }
.LenderRecord__lenderBackgroundBetterChoice:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(128, 45, 88);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBetterChoice{
        border:0.125em solid #973567;
        overflow:hidden;
    }
.LenderRecord__productRecordBetterChoice{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBetterChoice:hover{
        border-left:0.0625em solid rgb(151, 53, 103);
        border-right:0.0625em solid rgb(151, 53, 103);
        border-bottom:0.0625em solid rgb(151, 53, 103);
    }
.LenderRecord__productRecordBetterChoice:hover .LenderRecord__sortingDescriptionBorderBetterChoice{
            background:rgb(151, 53, 103) !important;
            color:white;
        }
.LenderRecord__Bluestone, .LenderRecord__contentBgBluestone, .LenderRecord__Bluestone .LenderRecord__viewMoreButton{
        background:#1E71B8 !important;
    }
.LenderRecord__Bluestone:hover, .LenderRecord__Bluestone .LenderRecord__viewMoreButton:hover{
        background:rgb(24, 90, 147) !important;
    }
.LenderRecord__progressBarBluestone{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#1E71B8;
        background:-webkit-gradient(linear,  right top, left top,  from(#1E71B8),color-stop(50%, #1E71B8),color-stop(51%, #1E71B8),to(#1E71B8));
        background:linear-gradient(to left,  #1E71B8 0%,#1E71B8 50%,#1E71B8 51%,#1E71B8 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBluestone{
        background:rgb(24, 90, 147);
    }
.LenderRecord__buttonBluestone{
        background:rgb(30, 113, 184);
        border:0.0625em solid rgb(30, 113, 184);
        color:white;
    }
.LenderRecord__buttonBluestone:hover, .LenderRecord__buttonBluestone:focus, .LenderRecord__buttonBluestone:active{
        background:rgb(24, 90, 147);
        border:0.0625em solid rgb(30, 113, 184);
        color:white;
    }
.LenderRecord__buttonWhiteBluestone{
        background:white;
        border:0.0625em solid rgb(30, 113, 184);
        color:rgb(30, 113, 184);
    }
.LenderRecord__buttonWhiteBluestone:hover, .LenderRecord__buttonWhiteBluestone:focus, .LenderRecord__buttonWhiteBluestone:active{
        background:rgb(24, 90, 147);
        border:0.0625em solid rgb(30, 113, 184);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBluestone{
      border:0.0625em solid rgb(30, 113, 184);
    }
.LenderRecord__lenderBackgroundBluestone .LenderRecord__headerRatioBar{
        background:rgb(30, 113, 184);
      }
.LenderRecord__lenderBackgroundBluestone:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(24, 90, 147);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBluestone{
        border:0.125em solid #1e71b8;
        overflow:hidden;
    }
.LenderRecord__productRecordBluestone{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBluestone:hover{
        border-left:0.0625em solid rgb(30, 113, 184);
        border-right:0.0625em solid rgb(30, 113, 184);
        border-bottom:0.0625em solid rgb(30, 113, 184);
    }
.LenderRecord__productRecordBluestone:hover .LenderRecord__sortingDescriptionBorderBluestone{
            background:rgb(30, 113, 184) !important;
            color:white;
        }
.LenderRecord__BMM, .LenderRecord__contentBgBMM, .LenderRecord__BMM .LenderRecord__viewMoreButton{
        background:#7BC242 !important;
    }
.LenderRecord__BMM:hover, .LenderRecord__BMM .LenderRecord__viewMoreButton:hover{
        background:rgb(105, 165, 56) !important;
    }
.LenderRecord__progressBarBMM{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#7BC242;
        background:-webkit-gradient(linear,  right top, left top,  from(#7BC242),color-stop(50%, #7BC242),color-stop(51%, #7BC242),to(#7BC242));
        background:linear-gradient(to left,  #7BC242 0%,#7BC242 50%,#7BC242 51%,#7BC242 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBMM{
        background:rgb(105, 165, 56);
    }
.LenderRecord__buttonBMM{
        background:rgb(123, 194, 66);
        border:0.0625em solid rgb(123, 194, 66);
        color:white;
    }
.LenderRecord__buttonBMM:hover, .LenderRecord__buttonBMM:focus, .LenderRecord__buttonBMM:active{
        background:rgb(105, 165, 56);
        border:0.0625em solid rgb(123, 194, 66);
        color:white;
    }
.LenderRecord__buttonWhiteBMM{
        background:white;
        border:0.0625em solid rgb(123, 194, 66);
        color:rgb(123, 194, 66);
    }
.LenderRecord__buttonWhiteBMM:hover, .LenderRecord__buttonWhiteBMM:focus, .LenderRecord__buttonWhiteBMM:active{
        background:rgb(105, 165, 56);
        border:0.0625em solid rgb(123, 194, 66);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBMM{
      border:0.0625em solid rgb(123, 194, 66);
    }
.LenderRecord__lenderBackgroundBMM .LenderRecord__headerRatioBar{
        background:rgb(123, 194, 66);
      }
.LenderRecord__lenderBackgroundBMM:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(105, 165, 56);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBMM{
        border:0.125em solid #7bc242;
        overflow:hidden;
    }
.LenderRecord__productRecordBMM{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBMM:hover{
        border-left:0.0625em solid rgb(123, 194, 66);
        border-right:0.0625em solid rgb(123, 194, 66);
        border-bottom:0.0625em solid rgb(123, 194, 66);
    }
.LenderRecord__productRecordBMM:hover .LenderRecord__sortingDescriptionBorderBMM{
            background:rgb(123, 194, 66) !important;
            color:white;
        }
.LenderRecord__BNZ, .LenderRecord__contentBgBNZ, .LenderRecord__BNZ .LenderRecord__viewMoreButton{
        background:#092D6C !important;
    }
.LenderRecord__BNZ:hover, .LenderRecord__BNZ .LenderRecord__viewMoreButton:hover{
        background:rgb(7, 36, 86) !important;
    }
.LenderRecord__progressBarBNZ{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#092D6C;
        background:-webkit-gradient(linear,  right top, left top,  from(#092D6C),color-stop(50%, #092D6C),color-stop(51%, #092D6C),to(#092D6C));
        background:linear-gradient(to left,  #092D6C 0%,#092D6C 50%,#092D6C 51%,#092D6C 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBNZ{
        background:rgb(7, 36, 86);
    }
.LenderRecord__buttonBNZ{
        background:rgb(9, 45, 108);
        border:0.0625em solid rgb(9, 45, 108);
        color:white;
    }
.LenderRecord__buttonBNZ:hover, .LenderRecord__buttonBNZ:focus, .LenderRecord__buttonBNZ:active{
        background:rgb(7, 36, 86);
        border:0.0625em solid rgb(9, 45, 108);
        color:white;
    }
.LenderRecord__buttonWhiteBNZ{
        background:white;
        border:0.0625em solid rgb(9, 45, 108);
        color:rgb(9, 45, 108);
    }
.LenderRecord__buttonWhiteBNZ:hover, .LenderRecord__buttonWhiteBNZ:focus, .LenderRecord__buttonWhiteBNZ:active{
        background:rgb(7, 36, 86);
        border:0.0625em solid rgb(9, 45, 108);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBNZ{
      border:0.0625em solid rgb(9, 45, 108);
    }
.LenderRecord__lenderBackgroundBNZ .LenderRecord__headerRatioBar{
        background:rgb(9, 45, 108);
      }
.LenderRecord__lenderBackgroundBNZ:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(7, 36, 86);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBNZ{
        border:0.125em solid #092d6c;
        overflow:hidden;
    }
.LenderRecord__productRecordBNZ{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBNZ:hover{
        border-left:0.0625em solid rgb(9, 45, 108);
        border-right:0.0625em solid rgb(9, 45, 108);
        border-bottom:0.0625em solid rgb(9, 45, 108);
    }
.LenderRecord__productRecordBNZ:hover .LenderRecord__sortingDescriptionBorderBNZ{
            background:rgb(9, 45, 108) !important;
            color:white;
        }
.LenderRecord__BankOfChina, .LenderRecord__contentBgBankOfChina, .LenderRecord__BankOfChina .LenderRecord__viewMoreButton{
        background:#A71E32 !important;
    }
.LenderRecord__BankOfChina:hover, .LenderRecord__BankOfChina .LenderRecord__viewMoreButton:hover{
        background:rgb(134, 24, 40) !important;
    }
.LenderRecord__progressBarBankOfChina{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#A71E32;
        background:-webkit-gradient(linear,  right top, left top,  from(#A71E32),color-stop(50%, #A71E32),color-stop(51%, #A71E32),to(#A71E32));
        background:linear-gradient(to left,  #A71E32 0%,#A71E32 50%,#A71E32 51%,#A71E32 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBankOfChina{
        background:rgb(134, 24, 40);
    }
.LenderRecord__buttonBankOfChina{
        background:rgb(167, 30, 50);
        border:0.0625em solid rgb(167, 30, 50);
        color:white;
    }
.LenderRecord__buttonBankOfChina:hover, .LenderRecord__buttonBankOfChina:focus, .LenderRecord__buttonBankOfChina:active{
        background:rgb(134, 24, 40);
        border:0.0625em solid rgb(167, 30, 50);
        color:white;
    }
.LenderRecord__buttonWhiteBankOfChina{
        background:white;
        border:0.0625em solid rgb(167, 30, 50);
        color:rgb(167, 30, 50);
    }
.LenderRecord__buttonWhiteBankOfChina:hover, .LenderRecord__buttonWhiteBankOfChina:focus, .LenderRecord__buttonWhiteBankOfChina:active{
        background:rgb(134, 24, 40);
        border:0.0625em solid rgb(167, 30, 50);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBankOfChina{
      border:0.0625em solid rgb(167, 30, 50);
    }
.LenderRecord__lenderBackgroundBankOfChina .LenderRecord__headerRatioBar{
        background:rgb(167, 30, 50);
      }
.LenderRecord__lenderBackgroundBankOfChina:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(134, 24, 40);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBankOfChina{
        border:0.125em solid #a71e32;
        overflow:hidden;
    }
.LenderRecord__productRecordBankOfChina{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBankOfChina:hover{
        border-left:0.0625em solid rgb(167, 30, 50);
        border-right:0.0625em solid rgb(167, 30, 50);
        border-bottom:0.0625em solid rgb(167, 30, 50);
    }
.LenderRecord__productRecordBankOfChina:hover .LenderRecord__sortingDescriptionBorderBankOfChina{
            background:rgb(167, 30, 50) !important;
            color:white;
        }
.LenderRecord__BOM, .LenderRecord__contentBgBOM, .LenderRecord__BOM .LenderRecord__viewMoreButton{
        background:#20024E !important;
    }
.LenderRecord__BOM:hover, .LenderRecord__BOM .LenderRecord__viewMoreButton:hover{
        background:rgb(27, 2, 66) !important;
    }
.LenderRecord__progressBarBOM{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#20024E;
        background:-webkit-gradient(linear,  right top, left top,  from(#20024E),color-stop(50%, #20024E),color-stop(51%, #20024E),to(#20024E));
        background:linear-gradient(to left,  #20024E 0%,#20024E 50%,#20024E 51%,#20024E 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBOM{
        background:rgb(27, 2, 66);
    }
.LenderRecord__buttonBOM{
        background:rgb(32, 2, 78);
        border:0.0625em solid rgb(32, 2, 78);
        color:white;
    }
.LenderRecord__buttonBOM:hover, .LenderRecord__buttonBOM:focus, .LenderRecord__buttonBOM:active{
        background:rgb(27, 2, 66);
        border:0.0625em solid rgb(32, 2, 78);
        color:white;
    }
.LenderRecord__buttonWhiteBOM{
        background:white;
        border:0.0625em solid rgb(32, 2, 78);
        color:rgb(32, 2, 78);
    }
.LenderRecord__buttonWhiteBOM:hover, .LenderRecord__buttonWhiteBOM:focus, .LenderRecord__buttonWhiteBOM:active{
        background:rgb(27, 2, 66);
        border:0.0625em solid rgb(32, 2, 78);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBOM{
      border:0.0625em solid rgb(32, 2, 78);
    }
.LenderRecord__lenderBackgroundBOM .LenderRecord__headerRatioBar{
        background:rgb(32, 2, 78);
      }
.LenderRecord__lenderBackgroundBOM:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(27, 2, 66);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBOM{
        border:0.125em solid #20024e;
        overflow:hidden;
    }
.LenderRecord__productRecordBOM{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBOM:hover{
        border-left:0.0625em solid rgb(32, 2, 78);
        border-right:0.0625em solid rgb(32, 2, 78);
        border-bottom:0.0625em solid rgb(32, 2, 78);
    }
.LenderRecord__productRecordBOM:hover .LenderRecord__sortingDescriptionBorderBOM{
            background:rgb(32, 2, 78) !important;
            color:white;
        }
.LenderRecord__BOQ, .LenderRecord__contentBgBOQ, .LenderRecord__BOQ .LenderRecord__viewMoreButton{
        background:#0A3164 !important;
    }
.LenderRecord__BOQ:hover, .LenderRecord__BOQ .LenderRecord__viewMoreButton:hover{
        background:rgb(8, 39, 80) !important;
    }
.LenderRecord__progressBarBOQ{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#0A3164;
        background:-webkit-gradient(linear,  right top, left top,  from(#0A3164),color-stop(50%, #0A3164),color-stop(51%, #0A3164),to(#0A3164));
        background:linear-gradient(to left,  #0A3164 0%,#0A3164 50%,#0A3164 51%,#0A3164 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBOQ{
        background:rgb(8, 39, 80);
    }
.LenderRecord__buttonBOQ{
        background:rgb(10, 49, 100);
        border:0.0625em solid rgb(10, 49, 100);
        color:white;
    }
.LenderRecord__buttonBOQ:hover, .LenderRecord__buttonBOQ:focus, .LenderRecord__buttonBOQ:active{
        background:rgb(8, 39, 80);
        border:0.0625em solid rgb(10, 49, 100);
        color:white;
    }
.LenderRecord__buttonWhiteBOQ{
        background:white;
        border:0.0625em solid rgb(10, 49, 100);
        color:rgb(10, 49, 100);
    }
.LenderRecord__buttonWhiteBOQ:hover, .LenderRecord__buttonWhiteBOQ:focus, .LenderRecord__buttonWhiteBOQ:active{
        background:rgb(8, 39, 80);
        border:0.0625em solid rgb(10, 49, 100);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBOQ{
      border:0.0625em solid rgb(10, 49, 100);
    }
.LenderRecord__lenderBackgroundBOQ .LenderRecord__headerRatioBar{
        background:rgb(10, 49, 100);
      }
.LenderRecord__lenderBackgroundBOQ:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(8, 39, 80);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBOQ{
        border:0.125em solid #0a3164;
        overflow:hidden;
    }
.LenderRecord__productRecordBOQ{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBOQ:hover{
        border-left:0.0625em solid rgb(10, 49, 100);
        border-right:0.0625em solid rgb(10, 49, 100);
        border-bottom:0.0625em solid rgb(10, 49, 100);
    }
.LenderRecord__productRecordBOQ:hover .LenderRecord__sortingDescriptionBorderBOQ{
            background:rgb(10, 49, 100) !important;
            color:white;
        }
.LenderRecord__BOS, .LenderRecord__contentBgBOS, .LenderRecord__BOS .LenderRecord__viewMoreButton{
        background:#003367 !important;
    }
.LenderRecord__BOS:hover, .LenderRecord__BOS .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 41, 82) !important;
    }
.LenderRecord__progressBarBOS{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#003367;
        background:-webkit-gradient(linear,  right top, left top,  from(#003367),color-stop(50%, #003367),color-stop(51%, #003367),to(#003367));
        background:linear-gradient(to left,  #003367 0%,#003367 50%,#003367 51%,#003367 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBOS{
        background:rgb(0, 41, 82);
    }
.LenderRecord__buttonBOS{
        background:rgb(0, 51, 103);
        border:0.0625em solid rgb(0, 51, 103);
        color:white;
    }
.LenderRecord__buttonBOS:hover, .LenderRecord__buttonBOS:focus, .LenderRecord__buttonBOS:active{
        background:rgb(0, 41, 82);
        border:0.0625em solid rgb(0, 51, 103);
        color:white;
    }
.LenderRecord__buttonWhiteBOS{
        background:white;
        border:0.0625em solid rgb(0, 51, 103);
        color:rgb(0, 51, 103);
    }
.LenderRecord__buttonWhiteBOS:hover, .LenderRecord__buttonWhiteBOS:focus, .LenderRecord__buttonWhiteBOS:active{
        background:rgb(0, 41, 82);
        border:0.0625em solid rgb(0, 51, 103);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBOS{
      border:0.0625em solid rgb(0, 51, 103);
    }
.LenderRecord__lenderBackgroundBOS .LenderRecord__headerRatioBar{
        background:rgb(0, 51, 103);
      }
.LenderRecord__lenderBackgroundBOS:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 41, 82);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBOS{
        border:0.125em solid #003367;
        overflow:hidden;
    }
.LenderRecord__productRecordBOS{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBOS:hover{
        border-left:0.0625em solid rgb(0, 51, 103);
        border-right:0.0625em solid rgb(0, 51, 103);
        border-bottom:0.0625em solid rgb(0, 51, 103);
    }
.LenderRecord__productRecordBOS:hover .LenderRecord__sortingDescriptionBorderBOS{
            background:rgb(0, 51, 103) !important;
            color:white;
        }
.LenderRecord__CBA, .LenderRecord__contentBgCBA, .LenderRecord__CBA .LenderRecord__viewMoreButton{
        background:#000000 !important;
    }
.LenderRecord__CBA:hover, .LenderRecord__CBA .LenderRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.LenderRecord__progressBarCBA{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverCBA{
        background:rgb(51, 51, 51);
    }
.LenderRecord__buttonCBA{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonCBA:hover, .LenderRecord__buttonCBA:focus, .LenderRecord__buttonCBA:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonWhiteCBA{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.LenderRecord__buttonWhiteCBA:hover, .LenderRecord__buttonWhiteCBA:focus, .LenderRecord__buttonWhiteCBA:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderCBA{
      border:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__lenderBackgroundCBA .LenderRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.LenderRecord__lenderBackgroundCBA:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxCBA{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.LenderRecord__productRecordCBA{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordCBA:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__productRecordCBA:hover .LenderRecord__sortingDescriptionBorderCBA{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.LenderRecord__CFML, .LenderRecord__contentBgCFML, .LenderRecord__CFML .LenderRecord__viewMoreButton{
        background:#141516 !important;
    }
.LenderRecord__CFML:hover, .LenderRecord__CFML .LenderRecord__viewMoreButton:hover{
        background:rgb(16, 17, 18) !important;
    }
.LenderRecord__progressBarCFML{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#141516;
        background:-webkit-gradient(linear,  right top, left top,  from(#141516),color-stop(50%, #141516),color-stop(51%, #141516),to(#141516));
        background:linear-gradient(to left,  #141516 0%,#141516 50%,#141516 51%,#141516 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverCFML{
        background:rgb(16, 17, 18);
    }
.LenderRecord__buttonCFML{
        background:rgb(20, 21, 22);
        border:0.0625em solid rgb(20, 21, 22);
        color:white;
    }
.LenderRecord__buttonCFML:hover, .LenderRecord__buttonCFML:focus, .LenderRecord__buttonCFML:active{
        background:rgb(16, 17, 18);
        border:0.0625em solid rgb(20, 21, 22);
        color:white;
    }
.LenderRecord__buttonWhiteCFML{
        background:white;
        border:0.0625em solid rgb(20, 21, 22);
        color:rgb(20, 21, 22);
    }
.LenderRecord__buttonWhiteCFML:hover, .LenderRecord__buttonWhiteCFML:focus, .LenderRecord__buttonWhiteCFML:active{
        background:rgb(16, 17, 18);
        border:0.0625em solid rgb(20, 21, 22);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderCFML{
      border:0.0625em solid rgb(20, 21, 22);
    }
.LenderRecord__lenderBackgroundCFML .LenderRecord__headerRatioBar{
        background:rgb(20, 21, 22);
      }
.LenderRecord__lenderBackgroundCFML:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(16, 17, 18);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxCFML{
        border:0.125em solid #141516;
        overflow:hidden;
    }
.LenderRecord__productRecordCFML{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordCFML:hover{
        border-left:0.0625em solid rgb(20, 21, 22);
        border-right:0.0625em solid rgb(20, 21, 22);
        border-bottom:0.0625em solid rgb(20, 21, 22);
    }
.LenderRecord__productRecordCFML:hover .LenderRecord__sortingDescriptionBorderCFML{
            background:rgb(20, 21, 22) !important;
            color:white;
        }
.LenderRecord__Circle, .LenderRecord__contentBgCircle, .LenderRecord__Circle .LenderRecord__viewMoreButton{
        background:#1162AB !important;
    }
.LenderRecord__Circle:hover, .LenderRecord__Circle .LenderRecord__viewMoreButton:hover{
        background:rgb(14, 78, 137) !important;
    }
.LenderRecord__progressBarCircle{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#1162AB;
        background:-webkit-gradient(linear,  right top, left top,  from(#1162AB),color-stop(50%, #1162AB),color-stop(51%, #1162AB),to(#1162AB));
        background:linear-gradient(to left,  #1162AB 0%,#1162AB 50%,#1162AB 51%,#1162AB 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverCircle{
        background:rgb(14, 78, 137);
    }
.LenderRecord__buttonCircle{
        background:rgb(17, 98, 171);
        border:0.0625em solid rgb(17, 98, 171);
        color:white;
    }
.LenderRecord__buttonCircle:hover, .LenderRecord__buttonCircle:focus, .LenderRecord__buttonCircle:active{
        background:rgb(14, 78, 137);
        border:0.0625em solid rgb(17, 98, 171);
        color:white;
    }
.LenderRecord__buttonWhiteCircle{
        background:white;
        border:0.0625em solid rgb(17, 98, 171);
        color:rgb(17, 98, 171);
    }
.LenderRecord__buttonWhiteCircle:hover, .LenderRecord__buttonWhiteCircle:focus, .LenderRecord__buttonWhiteCircle:active{
        background:rgb(14, 78, 137);
        border:0.0625em solid rgb(17, 98, 171);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderCircle{
      border:0.0625em solid rgb(17, 98, 171);
    }
.LenderRecord__lenderBackgroundCircle .LenderRecord__headerRatioBar{
        background:rgb(17, 98, 171);
      }
.LenderRecord__lenderBackgroundCircle:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(14, 78, 137);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxCircle{
        border:0.125em solid #1162ab;
        overflow:hidden;
    }
.LenderRecord__productRecordCircle{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordCircle:hover{
        border-left:0.0625em solid rgb(17, 98, 171);
        border-right:0.0625em solid rgb(17, 98, 171);
        border-bottom:0.0625em solid rgb(17, 98, 171);
    }
.LenderRecord__productRecordCircle:hover .LenderRecord__sortingDescriptionBorderCircle{
            background:rgb(17, 98, 171) !important;
            color:white;
        }
.LenderRecord__Citibank, .LenderRecord__contentBgCitibank, .LenderRecord__Citibank .LenderRecord__viewMoreButton{
        background:#004784 !important;
    }
.LenderRecord__Citibank:hover, .LenderRecord__Citibank .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 57, 106) !important;
    }
.LenderRecord__progressBarCitibank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#004784;
        background:-webkit-gradient(linear,  right top, left top,  from(#004784),color-stop(50%, #004784),color-stop(51%, #004784),to(#004784));
        background:linear-gradient(to left,  #004784 0%,#004784 50%,#004784 51%,#004784 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverCitibank{
        background:rgb(0, 57, 106);
    }
.LenderRecord__buttonCitibank{
        background:rgb(0, 71, 132);
        border:0.0625em solid rgb(0, 71, 132);
        color:white;
    }
.LenderRecord__buttonCitibank:hover, .LenderRecord__buttonCitibank:focus, .LenderRecord__buttonCitibank:active{
        background:rgb(0, 57, 106);
        border:0.0625em solid rgb(0, 71, 132);
        color:white;
    }
.LenderRecord__buttonWhiteCitibank{
        background:white;
        border:0.0625em solid rgb(0, 71, 132);
        color:rgb(0, 71, 132);
    }
.LenderRecord__buttonWhiteCitibank:hover, .LenderRecord__buttonWhiteCitibank:focus, .LenderRecord__buttonWhiteCitibank:active{
        background:rgb(0, 57, 106);
        border:0.0625em solid rgb(0, 71, 132);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderCitibank{
      border:0.0625em solid rgb(0, 71, 132);
    }
.LenderRecord__lenderBackgroundCitibank .LenderRecord__headerRatioBar{
        background:rgb(0, 71, 132);
      }
.LenderRecord__lenderBackgroundCitibank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 57, 106);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxCitibank{
        border:0.125em solid #004784;
        overflow:hidden;
    }
.LenderRecord__productRecordCitibank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordCitibank:hover{
        border-left:0.0625em solid rgb(0, 71, 132);
        border-right:0.0625em solid rgb(0, 71, 132);
        border-bottom:0.0625em solid rgb(0, 71, 132);
    }
.LenderRecord__productRecordCitibank:hover .LenderRecord__sortingDescriptionBorderCitibank{
            background:rgb(0, 71, 132) !important;
            color:white;
        }
.LenderRecord__CressidaCapital, .LenderRecord__contentBgCressidaCapital, .LenderRecord__CressidaCapital .LenderRecord__viewMoreButton{
        background:#59B2FF !important;
    }
.LenderRecord__CressidaCapital:hover, .LenderRecord__CressidaCapital .LenderRecord__viewMoreButton:hover{
        background:rgb(71, 142, 204) !important;
    }
.LenderRecord__progressBarCressidaCapital{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#59B2FF;
        background:-webkit-gradient(linear,  right top, left top,  from(#59B2FF),color-stop(50%, #59B2FF),color-stop(51%, #59B2FF),to(#59B2FF));
        background:linear-gradient(to left,  #59B2FF 0%,#59B2FF 50%,#59B2FF 51%,#59B2FF 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverCressidaCapital{
        background:rgb(71, 142, 204);
    }
.LenderRecord__buttonCressidaCapital{
        background:rgb(89, 178, 255);
        border:0.0625em solid rgb(89, 178, 255);
        color:white;
    }
.LenderRecord__buttonCressidaCapital:hover, .LenderRecord__buttonCressidaCapital:focus, .LenderRecord__buttonCressidaCapital:active{
        background:rgb(71, 142, 204);
        border:0.0625em solid rgb(89, 178, 255);
        color:white;
    }
.LenderRecord__buttonWhiteCressidaCapital{
        background:white;
        border:0.0625em solid rgb(89, 178, 255);
        color:rgb(89, 178, 255);
    }
.LenderRecord__buttonWhiteCressidaCapital:hover, .LenderRecord__buttonWhiteCressidaCapital:focus, .LenderRecord__buttonWhiteCressidaCapital:active{
        background:rgb(71, 142, 204);
        border:0.0625em solid rgb(89, 178, 255);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderCressidaCapital{
      border:0.0625em solid rgb(89, 178, 255);
    }
.LenderRecord__lenderBackgroundCressidaCapital .LenderRecord__headerRatioBar{
        background:rgb(89, 178, 255);
      }
.LenderRecord__lenderBackgroundCressidaCapital:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(71, 142, 204);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxCressidaCapital{
        border:0.125em solid #59b2ff;
        overflow:hidden;
    }
.LenderRecord__productRecordCressidaCapital{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordCressidaCapital:hover{
        border-left:0.0625em solid rgb(89, 178, 255);
        border-right:0.0625em solid rgb(89, 178, 255);
        border-bottom:0.0625em solid rgb(89, 178, 255);
    }
.LenderRecord__productRecordCressidaCapital:hover .LenderRecord__sortingDescriptionBorderCressidaCapital{
            background:rgb(89, 178, 255) !important;
            color:white;
        }
.LenderRecord__CUA, .LenderRecord__contentBgCUA, .LenderRecord__CUA .LenderRecord__viewMoreButton{
        background:#1CB1C1 !important;
    }
.LenderRecord__CUA:hover, .LenderRecord__CUA .LenderRecord__viewMoreButton:hover{
        background:rgb(22, 142, 154) !important;
    }
.LenderRecord__progressBarCUA{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#1CB1C1;
        background:-webkit-gradient(linear,  right top, left top,  from(#1CB1C1),color-stop(50%, #1CB1C1),color-stop(51%, #1CB1C1),to(#1CB1C1));
        background:linear-gradient(to left,  #1CB1C1 0%,#1CB1C1 50%,#1CB1C1 51%,#1CB1C1 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverCUA{
        background:rgb(22, 142, 154);
    }
.LenderRecord__buttonCUA{
        background:rgb(28, 177, 193);
        border:0.0625em solid rgb(28, 177, 193);
        color:white;
    }
.LenderRecord__buttonCUA:hover, .LenderRecord__buttonCUA:focus, .LenderRecord__buttonCUA:active{
        background:rgb(22, 142, 154);
        border:0.0625em solid rgb(28, 177, 193);
        color:white;
    }
.LenderRecord__buttonWhiteCUA{
        background:white;
        border:0.0625em solid rgb(28, 177, 193);
        color:rgb(28, 177, 193);
    }
.LenderRecord__buttonWhiteCUA:hover, .LenderRecord__buttonWhiteCUA:focus, .LenderRecord__buttonWhiteCUA:active{
        background:rgb(22, 142, 154);
        border:0.0625em solid rgb(28, 177, 193);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderCUA{
      border:0.0625em solid rgb(28, 177, 193);
    }
.LenderRecord__lenderBackgroundCUA .LenderRecord__headerRatioBar{
        background:rgb(28, 177, 193);
      }
.LenderRecord__lenderBackgroundCUA:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(22, 142, 154);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxCUA{
        border:0.125em solid #1cb1c1;
        overflow:hidden;
    }
.LenderRecord__productRecordCUA{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordCUA:hover{
        border-left:0.0625em solid rgb(28, 177, 193);
        border-right:0.0625em solid rgb(28, 177, 193);
        border-bottom:0.0625em solid rgb(28, 177, 193);
    }
.LenderRecord__productRecordCUA:hover .LenderRecord__sortingDescriptionBorderCUA{
            background:rgb(28, 177, 193) !important;
            color:white;
        }
.LenderRecord__DBR, .LenderRecord__contentBgDBR, .LenderRecord__DBR .LenderRecord__viewMoreButton{
        background:#1948D9 !important;
    }
.LenderRecord__DBR:hover, .LenderRecord__DBR .LenderRecord__viewMoreButton:hover{
        background:rgb(20, 58, 174) !important;
    }
.LenderRecord__progressBarDBR{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#1948D9;
        background:-webkit-gradient(linear,  right top, left top,  from(#1948D9),color-stop(50%, #1948D9),color-stop(51%, #1948D9),to(#1948D9));
        background:linear-gradient(to left,  #1948D9 0%,#1948D9 50%,#1948D9 51%,#1948D9 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverDBR{
        background:rgb(20, 58, 174);
    }
.LenderRecord__buttonDBR{
        background:rgb(25, 72, 217);
        border:0.0625em solid rgb(25, 72, 217);
        color:white;
    }
.LenderRecord__buttonDBR:hover, .LenderRecord__buttonDBR:focus, .LenderRecord__buttonDBR:active{
        background:rgb(20, 58, 174);
        border:0.0625em solid rgb(25, 72, 217);
        color:white;
    }
.LenderRecord__buttonWhiteDBR{
        background:white;
        border:0.0625em solid rgb(25, 72, 217);
        color:rgb(25, 72, 217);
    }
.LenderRecord__buttonWhiteDBR:hover, .LenderRecord__buttonWhiteDBR:focus, .LenderRecord__buttonWhiteDBR:active{
        background:rgb(20, 58, 174);
        border:0.0625em solid rgb(25, 72, 217);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderDBR{
      border:0.0625em solid rgb(25, 72, 217);
    }
.LenderRecord__lenderBackgroundDBR .LenderRecord__headerRatioBar{
        background:rgb(25, 72, 217);
      }
.LenderRecord__lenderBackgroundDBR:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(20, 58, 174);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxDBR{
        border:0.125em solid #1948d9;
        overflow:hidden;
    }
.LenderRecord__productRecordDBR{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordDBR:hover{
        border-left:0.0625em solid rgb(25, 72, 217);
        border-right:0.0625em solid rgb(25, 72, 217);
        border-bottom:0.0625em solid rgb(25, 72, 217);
    }
.LenderRecord__productRecordDBR:hover .LenderRecord__sortingDescriptionBorderDBR{
            background:rgb(25, 72, 217) !important;
            color:white;
        }
.LenderRecord__DirectMoney, .LenderRecord__contentBgDirectMoney, .LenderRecord__DirectMoney .LenderRecord__viewMoreButton{
        background:#00853E !important;
    }
.LenderRecord__DirectMoney:hover, .LenderRecord__DirectMoney .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 106, 50) !important;
    }
.LenderRecord__progressBarDirectMoney{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#00853E;
        background:-webkit-gradient(linear,  right top, left top,  from(#00853E),color-stop(50%, #00853E),color-stop(51%, #00853E),to(#00853E));
        background:linear-gradient(to left,  #00853E 0%,#00853E 50%,#00853E 51%,#00853E 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverDirectMoney{
        background:rgb(0, 106, 50);
    }
.LenderRecord__buttonDirectMoney{
        background:rgb(0, 133, 62);
        border:0.0625em solid rgb(0, 133, 62);
        color:white;
    }
.LenderRecord__buttonDirectMoney:hover, .LenderRecord__buttonDirectMoney:focus, .LenderRecord__buttonDirectMoney:active{
        background:rgb(0, 106, 50);
        border:0.0625em solid rgb(0, 133, 62);
        color:white;
    }
.LenderRecord__buttonWhiteDirectMoney{
        background:white;
        border:0.0625em solid rgb(0, 133, 62);
        color:rgb(0, 133, 62);
    }
.LenderRecord__buttonWhiteDirectMoney:hover, .LenderRecord__buttonWhiteDirectMoney:focus, .LenderRecord__buttonWhiteDirectMoney:active{
        background:rgb(0, 106, 50);
        border:0.0625em solid rgb(0, 133, 62);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderDirectMoney{
      border:0.0625em solid rgb(0, 133, 62);
    }
.LenderRecord__lenderBackgroundDirectMoney .LenderRecord__headerRatioBar{
        background:rgb(0, 133, 62);
      }
.LenderRecord__lenderBackgroundDirectMoney:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 106, 50);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxDirectMoney{
        border:0.125em solid #00853e;
        overflow:hidden;
    }
.LenderRecord__productRecordDirectMoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordDirectMoney:hover{
        border-left:0.0625em solid rgb(0, 133, 62);
        border-right:0.0625em solid rgb(0, 133, 62);
        border-bottom:0.0625em solid rgb(0, 133, 62);
    }
.LenderRecord__productRecordDirectMoney:hover .LenderRecord__sortingDescriptionBorderDirectMoney{
            background:rgb(0, 133, 62) !important;
            color:white;
        }
.LenderRecord__emoney, .LenderRecord__contentBgemoney, .LenderRecord__emoney .LenderRecord__viewMoreButton{
        background:#16426A !important;
    }
.LenderRecord__emoney:hover, .LenderRecord__emoney .LenderRecord__viewMoreButton:hover{
        background:rgb(19, 56, 90) !important;
    }
.LenderRecord__progressBaremoney{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#16426A;
        background:-webkit-gradient(linear,  right top, left top,  from(#16426A),color-stop(50%, #16426A),color-stop(51%, #16426A),to(#16426A));
        background:linear-gradient(to left,  #16426A 0%,#16426A 50%,#16426A 51%,#16426A 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoveremoney{
        background:rgb(19, 56, 90);
    }
.LenderRecord__buttonemoney{
        background:rgb(22, 66, 106);
        border:0.0625em solid rgb(22, 66, 106);
        color:white;
    }
.LenderRecord__buttonemoney:hover, .LenderRecord__buttonemoney:focus, .LenderRecord__buttonemoney:active{
        background:rgb(19, 56, 90);
        border:0.0625em solid rgb(22, 66, 106);
        color:white;
    }
.LenderRecord__buttonWhiteemoney{
        background:white;
        border:0.0625em solid rgb(22, 66, 106);
        color:rgb(22, 66, 106);
    }
.LenderRecord__buttonWhiteemoney:hover, .LenderRecord__buttonWhiteemoney:focus, .LenderRecord__buttonWhiteemoney:active{
        background:rgb(19, 56, 90);
        border:0.0625em solid rgb(22, 66, 106);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderemoney{
      border:0.0625em solid rgb(22, 66, 106);
    }
.LenderRecord__lenderBackgroundemoney .LenderRecord__headerRatioBar{
        background:rgb(22, 66, 106);
      }
.LenderRecord__lenderBackgroundemoney:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(19, 56, 90);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxemoney{
        border:0.125em solid #16426a;
        overflow:hidden;
    }
.LenderRecord__productRecordemoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordemoney:hover{
        border-left:0.0625em solid rgb(22, 66, 106);
        border-right:0.0625em solid rgb(22, 66, 106);
        border-bottom:0.0625em solid rgb(22, 66, 106);
    }
.LenderRecord__productRecordemoney:hover .LenderRecord__sortingDescriptionBorderemoney{
            background:rgb(22, 66, 106) !important;
            color:white;
        }
.LenderRecord__FirstMac, .LenderRecord__contentBgFirstMac, .LenderRecord__FirstMac .LenderRecord__viewMoreButton{
        background:#000000 !important;
    }
.LenderRecord__FirstMac:hover, .LenderRecord__FirstMac .LenderRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.LenderRecord__progressBarFirstMac{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverFirstMac{
        background:rgb(51, 51, 51);
    }
.LenderRecord__buttonFirstMac{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonFirstMac:hover, .LenderRecord__buttonFirstMac:focus, .LenderRecord__buttonFirstMac:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonWhiteFirstMac{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.LenderRecord__buttonWhiteFirstMac:hover, .LenderRecord__buttonWhiteFirstMac:focus, .LenderRecord__buttonWhiteFirstMac:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderFirstMac{
      border:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__lenderBackgroundFirstMac .LenderRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.LenderRecord__lenderBackgroundFirstMac:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxFirstMac{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.LenderRecord__productRecordFirstMac{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordFirstMac:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__productRecordFirstMac:hover .LenderRecord__sortingDescriptionBorderFirstMac{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.LenderRecord__FirstMortgageTrust, .LenderRecord__contentBgFirstMortgageTrust, .LenderRecord__FirstMortgageTrust .LenderRecord__viewMoreButton{
        background:#29A78D !important;
    }
.LenderRecord__FirstMortgageTrust:hover, .LenderRecord__FirstMortgageTrust .LenderRecord__viewMoreButton:hover{
        background:rgb(33, 134, 113) !important;
    }
.LenderRecord__progressBarFirstMortgageTrust{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#29A78D;
        background:-webkit-gradient(linear,  right top, left top,  from(#29A78D),color-stop(50%, #29A78D),color-stop(51%, #29A78D),to(#29A78D));
        background:linear-gradient(to left,  #29A78D 0%,#29A78D 50%,#29A78D 51%,#29A78D 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverFirstMortgageTrust{
        background:rgb(33, 134, 113);
    }
.LenderRecord__buttonFirstMortgageTrust{
        background:rgb(41, 167, 141);
        border:0.0625em solid rgb(41, 167, 141);
        color:white;
    }
.LenderRecord__buttonFirstMortgageTrust:hover, .LenderRecord__buttonFirstMortgageTrust:focus, .LenderRecord__buttonFirstMortgageTrust:active{
        background:rgb(33, 134, 113);
        border:0.0625em solid rgb(41, 167, 141);
        color:white;
    }
.LenderRecord__buttonWhiteFirstMortgageTrust{
        background:white;
        border:0.0625em solid rgb(41, 167, 141);
        color:rgb(41, 167, 141);
    }
.LenderRecord__buttonWhiteFirstMortgageTrust:hover, .LenderRecord__buttonWhiteFirstMortgageTrust:focus, .LenderRecord__buttonWhiteFirstMortgageTrust:active{
        background:rgb(33, 134, 113);
        border:0.0625em solid rgb(41, 167, 141);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderFirstMortgageTrust{
      border:0.0625em solid rgb(41, 167, 141);
    }
.LenderRecord__lenderBackgroundFirstMortgageTrust .LenderRecord__headerRatioBar{
        background:rgb(41, 167, 141);
      }
.LenderRecord__lenderBackgroundFirstMortgageTrust:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(33, 134, 113);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxFirstMortgageTrust{
        border:0.125em solid #29a78d;
        overflow:hidden;
    }
.LenderRecord__productRecordFirstMortgageTrust{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordFirstMortgageTrust:hover{
        border-left:0.0625em solid rgb(41, 167, 141);
        border-right:0.0625em solid rgb(41, 167, 141);
        border-bottom:0.0625em solid rgb(41, 167, 141);
    }
.LenderRecord__productRecordFirstMortgageTrust:hover .LenderRecord__sortingDescriptionBorderFirstMortgageTrust{
            background:rgb(41, 167, 141) !important;
            color:white;
        }
.LenderRecord__FLEXI, .LenderRecord__contentBgFLEXI, .LenderRecord__FLEXI .LenderRecord__viewMoreButton{
        background:#30C1C4 !important;
    }
.LenderRecord__FLEXI:hover, .LenderRecord__FLEXI .LenderRecord__viewMoreButton:hover{
        background:rgb(41, 164, 167) !important;
    }
.LenderRecord__progressBarFLEXI{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#30C1C4;
        background:-webkit-gradient(linear,  right top, left top,  from(#30C1C4),color-stop(50%, #30C1C4),color-stop(51%, #30C1C4),to(#30C1C4));
        background:linear-gradient(to left,  #30C1C4 0%,#30C1C4 50%,#30C1C4 51%,#30C1C4 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverFLEXI{
        background:rgb(41, 164, 167);
    }
.LenderRecord__buttonFLEXI{
        background:rgb(48, 193, 196);
        border:0.0625em solid rgb(48, 193, 196);
        color:white;
    }
.LenderRecord__buttonFLEXI:hover, .LenderRecord__buttonFLEXI:focus, .LenderRecord__buttonFLEXI:active{
        background:rgb(41, 164, 167);
        border:0.0625em solid rgb(48, 193, 196);
        color:white;
    }
.LenderRecord__buttonWhiteFLEXI{
        background:white;
        border:0.0625em solid rgb(48, 193, 196);
        color:rgb(48, 193, 196);
    }
.LenderRecord__buttonWhiteFLEXI:hover, .LenderRecord__buttonWhiteFLEXI:focus, .LenderRecord__buttonWhiteFLEXI:active{
        background:rgb(41, 164, 167);
        border:0.0625em solid rgb(48, 193, 196);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderFLEXI{
      border:0.0625em solid rgb(48, 193, 196);
    }
.LenderRecord__lenderBackgroundFLEXI .LenderRecord__headerRatioBar{
        background:rgb(48, 193, 196);
      }
.LenderRecord__lenderBackgroundFLEXI:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(41, 164, 167);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxFLEXI{
        border:0.125em solid #30c1c4;
        overflow:hidden;
    }
.LenderRecord__productRecordFLEXI{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordFLEXI:hover{
        border-left:0.0625em solid rgb(48, 193, 196);
        border-right:0.0625em solid rgb(48, 193, 196);
        border-bottom:0.0625em solid rgb(48, 193, 196);
    }
.LenderRecord__productRecordFLEXI:hover .LenderRecord__sortingDescriptionBorderFLEXI{
            background:rgb(48, 193, 196) !important;
            color:white;
        }
.LenderRecord__FutureFinancial, .LenderRecord__contentBgFutureFinancial, .LenderRecord__FutureFinancial .LenderRecord__viewMoreButton{
        background:#003876 !important;
    }
.LenderRecord__FutureFinancial:hover, .LenderRecord__FutureFinancial .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 45, 94) !important;
    }
.LenderRecord__progressBarFutureFinancial{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#003876;
        background:-webkit-gradient(linear,  right top, left top,  from(#003876),color-stop(50%, #003876),color-stop(51%, #003876),to(#003876));
        background:linear-gradient(to left,  #003876 0%,#003876 50%,#003876 51%,#003876 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverFutureFinancial{
        background:rgb(0, 45, 94);
    }
.LenderRecord__buttonFutureFinancial{
        background:rgb(0, 56, 118);
        border:0.0625em solid rgb(0, 56, 118);
        color:white;
    }
.LenderRecord__buttonFutureFinancial:hover, .LenderRecord__buttonFutureFinancial:focus, .LenderRecord__buttonFutureFinancial:active{
        background:rgb(0, 45, 94);
        border:0.0625em solid rgb(0, 56, 118);
        color:white;
    }
.LenderRecord__buttonWhiteFutureFinancial{
        background:white;
        border:0.0625em solid rgb(0, 56, 118);
        color:rgb(0, 56, 118);
    }
.LenderRecord__buttonWhiteFutureFinancial:hover, .LenderRecord__buttonWhiteFutureFinancial:focus, .LenderRecord__buttonWhiteFutureFinancial:active{
        background:rgb(0, 45, 94);
        border:0.0625em solid rgb(0, 56, 118);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderFutureFinancial{
      border:0.0625em solid rgb(0, 56, 118);
    }
.LenderRecord__lenderBackgroundFutureFinancial .LenderRecord__headerRatioBar{
        background:rgb(0, 56, 118);
      }
.LenderRecord__lenderBackgroundFutureFinancial:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 45, 94);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxFutureFinancial{
        border:0.125em solid #003876;
        overflow:hidden;
    }
.LenderRecord__productRecordFutureFinancial{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordFutureFinancial:hover{
        border-left:0.0625em solid rgb(0, 56, 118);
        border-right:0.0625em solid rgb(0, 56, 118);
        border-bottom:0.0625em solid rgb(0, 56, 118);
    }
.LenderRecord__productRecordFutureFinancial:hover .LenderRecord__sortingDescriptionBorderFutureFinancial{
            background:rgb(0, 56, 118) !important;
            color:white;
        }
.LenderRecord__GEMoney, .LenderRecord__contentBgGEMoney, .LenderRecord__GEMoney .LenderRecord__viewMoreButton{
        background:#005CB9 !important;
    }
.LenderRecord__GEMoney:hover, .LenderRecord__GEMoney .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 74, 148) !important;
    }
.LenderRecord__progressBarGEMoney{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#005CB9;
        background:-webkit-gradient(linear,  right top, left top,  from(#005CB9),color-stop(50%, #005CB9),color-stop(51%, #005CB9),to(#005CB9));
        background:linear-gradient(to left,  #005CB9 0%,#005CB9 50%,#005CB9 51%,#005CB9 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverGEMoney{
        background:rgb(0, 74, 148);
    }
.LenderRecord__buttonGEMoney{
        background:rgb(0, 92, 185);
        border:0.0625em solid rgb(0, 92, 185);
        color:white;
    }
.LenderRecord__buttonGEMoney:hover, .LenderRecord__buttonGEMoney:focus, .LenderRecord__buttonGEMoney:active{
        background:rgb(0, 74, 148);
        border:0.0625em solid rgb(0, 92, 185);
        color:white;
    }
.LenderRecord__buttonWhiteGEMoney{
        background:white;
        border:0.0625em solid rgb(0, 92, 185);
        color:rgb(0, 92, 185);
    }
.LenderRecord__buttonWhiteGEMoney:hover, .LenderRecord__buttonWhiteGEMoney:focus, .LenderRecord__buttonWhiteGEMoney:active{
        background:rgb(0, 74, 148);
        border:0.0625em solid rgb(0, 92, 185);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderGEMoney{
      border:0.0625em solid rgb(0, 92, 185);
    }
.LenderRecord__lenderBackgroundGEMoney .LenderRecord__headerRatioBar{
        background:rgb(0, 92, 185);
      }
.LenderRecord__lenderBackgroundGEMoney:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 74, 148);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxGEMoney{
        border:0.125em solid #005cb9;
        overflow:hidden;
    }
.LenderRecord__productRecordGEMoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordGEMoney:hover{
        border-left:0.0625em solid rgb(0, 92, 185);
        border-right:0.0625em solid rgb(0, 92, 185);
        border-bottom:0.0625em solid rgb(0, 92, 185);
    }
.LenderRecord__productRecordGEMoney:hover .LenderRecord__sortingDescriptionBorderGEMoney{
            background:rgb(0, 92, 185) !important;
            color:white;
        }
.LenderRecord__GreaterBank, .LenderRecord__contentBgGreaterBank, .LenderRecord__GreaterBank .LenderRecord__viewMoreButton{
        background:#232E46 !important;
    }
.LenderRecord__GreaterBank:hover, .LenderRecord__GreaterBank .LenderRecord__viewMoreButton:hover{
        background:rgb(28, 37, 56) !important;
    }
.LenderRecord__progressBarGreaterBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#232E46;
        background:-webkit-gradient(linear,  right top, left top,  from(#232E46),color-stop(50%, #232E46),color-stop(51%, #232E46),to(#232E46));
        background:linear-gradient(to left,  #232E46 0%,#232E46 50%,#232E46 51%,#232E46 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverGreaterBank{
        background:rgb(28, 37, 56);
    }
.LenderRecord__buttonGreaterBank{
        background:rgb(35, 46, 70);
        border:0.0625em solid rgb(35, 46, 70);
        color:white;
    }
.LenderRecord__buttonGreaterBank:hover, .LenderRecord__buttonGreaterBank:focus, .LenderRecord__buttonGreaterBank:active{
        background:rgb(28, 37, 56);
        border:0.0625em solid rgb(35, 46, 70);
        color:white;
    }
.LenderRecord__buttonWhiteGreaterBank{
        background:white;
        border:0.0625em solid rgb(35, 46, 70);
        color:rgb(35, 46, 70);
    }
.LenderRecord__buttonWhiteGreaterBank:hover, .LenderRecord__buttonWhiteGreaterBank:focus, .LenderRecord__buttonWhiteGreaterBank:active{
        background:rgb(28, 37, 56);
        border:0.0625em solid rgb(35, 46, 70);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderGreaterBank{
      border:0.0625em solid rgb(35, 46, 70);
    }
.LenderRecord__lenderBackgroundGreaterBank .LenderRecord__headerRatioBar{
        background:rgb(35, 46, 70);
      }
.LenderRecord__lenderBackgroundGreaterBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(28, 37, 56);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxGreaterBank{
        border:0.125em solid #232e46;
        overflow:hidden;
    }
.LenderRecord__productRecordGreaterBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordGreaterBank:hover{
        border-left:0.0625em solid rgb(35, 46, 70);
        border-right:0.0625em solid rgb(35, 46, 70);
        border-bottom:0.0625em solid rgb(35, 46, 70);
    }
.LenderRecord__productRecordGreaterBank:hover .LenderRecord__sortingDescriptionBorderGreaterBank{
            background:rgb(35, 46, 70) !important;
            color:white;
        }
.LenderRecord__HeartlandBank, .LenderRecord__contentBgHeartlandBank, .LenderRecord__HeartlandBank .LenderRecord__viewMoreButton{
        background:#0C203D !important;
    }
.LenderRecord__HeartlandBank:hover, .LenderRecord__HeartlandBank .LenderRecord__viewMoreButton:hover{
        background:rgb(10, 26, 49) !important;
    }
.LenderRecord__progressBarHeartlandBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#0C203D;
        background:-webkit-gradient(linear,  right top, left top,  from(#0C203D),color-stop(50%, #0C203D),color-stop(51%, #0C203D),to(#0C203D));
        background:linear-gradient(to left,  #0C203D 0%,#0C203D 50%,#0C203D 51%,#0C203D 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverHeartlandBank{
        background:rgb(10, 26, 49);
    }
.LenderRecord__buttonHeartlandBank{
        background:rgb(12, 32, 61);
        border:0.0625em solid rgb(12, 32, 61);
        color:white;
    }
.LenderRecord__buttonHeartlandBank:hover, .LenderRecord__buttonHeartlandBank:focus, .LenderRecord__buttonHeartlandBank:active{
        background:rgb(10, 26, 49);
        border:0.0625em solid rgb(12, 32, 61);
        color:white;
    }
.LenderRecord__buttonWhiteHeartlandBank{
        background:white;
        border:0.0625em solid rgb(12, 32, 61);
        color:rgb(12, 32, 61);
    }
.LenderRecord__buttonWhiteHeartlandBank:hover, .LenderRecord__buttonWhiteHeartlandBank:focus, .LenderRecord__buttonWhiteHeartlandBank:active{
        background:rgb(10, 26, 49);
        border:0.0625em solid rgb(12, 32, 61);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderHeartlandBank{
      border:0.0625em solid rgb(12, 32, 61);
    }
.LenderRecord__lenderBackgroundHeartlandBank .LenderRecord__headerRatioBar{
        background:rgb(12, 32, 61);
      }
.LenderRecord__lenderBackgroundHeartlandBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(10, 26, 49);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxHeartlandBank{
        border:0.125em solid #0c203d;
        overflow:hidden;
    }
.LenderRecord__productRecordHeartlandBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordHeartlandBank:hover{
        border-left:0.0625em solid rgb(12, 32, 61);
        border-right:0.0625em solid rgb(12, 32, 61);
        border-bottom:0.0625em solid rgb(12, 32, 61);
    }
.LenderRecord__productRecordHeartlandBank:hover .LenderRecord__sortingDescriptionBorderHeartlandBank{
            background:rgb(12, 32, 61) !important;
            color:white;
        }
.LenderRecord__HeritageBank, .LenderRecord__contentBgHeritageBank, .LenderRecord__HeritageBank .LenderRecord__viewMoreButton{
        background:#000000 !important;
    }
.LenderRecord__HeritageBank:hover, .LenderRecord__HeritageBank .LenderRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.LenderRecord__progressBarHeritageBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverHeritageBank{
        background:rgb(51, 51, 51);
    }
.LenderRecord__buttonHeritageBank{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonHeritageBank:hover, .LenderRecord__buttonHeritageBank:focus, .LenderRecord__buttonHeritageBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonWhiteHeritageBank{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.LenderRecord__buttonWhiteHeritageBank:hover, .LenderRecord__buttonWhiteHeritageBank:focus, .LenderRecord__buttonWhiteHeritageBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderHeritageBank{
      border:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__lenderBackgroundHeritageBank .LenderRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.LenderRecord__lenderBackgroundHeritageBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxHeritageBank{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.LenderRecord__productRecordHeritageBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordHeritageBank:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__productRecordHeritageBank:hover .LenderRecord__sortingDescriptionBorderHeritageBank{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.LenderRecord__Homeloans, .LenderRecord__contentBgHomeloans, .LenderRecord__Homeloans .LenderRecord__viewMoreButton{
        background:#000000 !important;
    }
.LenderRecord__Homeloans:hover, .LenderRecord__Homeloans .LenderRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.LenderRecord__progressBarHomeloans{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverHomeloans{
        background:rgb(51, 51, 51);
    }
.LenderRecord__buttonHomeloans{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonHomeloans:hover, .LenderRecord__buttonHomeloans:focus, .LenderRecord__buttonHomeloans:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonWhiteHomeloans{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.LenderRecord__buttonWhiteHomeloans:hover, .LenderRecord__buttonWhiteHomeloans:focus, .LenderRecord__buttonWhiteHomeloans:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderHomeloans{
      border:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__lenderBackgroundHomeloans .LenderRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.LenderRecord__lenderBackgroundHomeloans:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxHomeloans{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.LenderRecord__productRecordHomeloans{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordHomeloans:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__productRecordHomeloans:hover .LenderRecord__sortingDescriptionBorderHomeloans{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.LenderRecord__HomeStart, .LenderRecord__contentBgHomeStart, .LenderRecord__HomeStart .LenderRecord__viewMoreButton{
        background:#0077BC !important;
    }
.LenderRecord__HomeStart:hover, .LenderRecord__HomeStart .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 95, 150) !important;
    }
.LenderRecord__progressBarHomeStart{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#0077BC;
        background:-webkit-gradient(linear,  right top, left top,  from(#0077BC),color-stop(50%, #0077BC),color-stop(51%, #0077BC),to(#0077BC));
        background:linear-gradient(to left,  #0077BC 0%,#0077BC 50%,#0077BC 51%,#0077BC 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverHomeStart{
        background:rgb(0, 95, 150);
    }
.LenderRecord__buttonHomeStart{
        background:rgb(0, 119, 188);
        border:0.0625em solid rgb(0, 119, 188);
        color:white;
    }
.LenderRecord__buttonHomeStart:hover, .LenderRecord__buttonHomeStart:focus, .LenderRecord__buttonHomeStart:active{
        background:rgb(0, 95, 150);
        border:0.0625em solid rgb(0, 119, 188);
        color:white;
    }
.LenderRecord__buttonWhiteHomeStart{
        background:white;
        border:0.0625em solid rgb(0, 119, 188);
        color:rgb(0, 119, 188);
    }
.LenderRecord__buttonWhiteHomeStart:hover, .LenderRecord__buttonWhiteHomeStart:focus, .LenderRecord__buttonWhiteHomeStart:active{
        background:rgb(0, 95, 150);
        border:0.0625em solid rgb(0, 119, 188);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderHomeStart{
      border:0.0625em solid rgb(0, 119, 188);
    }
.LenderRecord__lenderBackgroundHomeStart .LenderRecord__headerRatioBar{
        background:rgb(0, 119, 188);
      }
.LenderRecord__lenderBackgroundHomeStart:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 95, 150);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxHomeStart{
        border:0.125em solid #0077bc;
        overflow:hidden;
    }
.LenderRecord__productRecordHomeStart{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordHomeStart:hover{
        border-left:0.0625em solid rgb(0, 119, 188);
        border-right:0.0625em solid rgb(0, 119, 188);
        border-bottom:0.0625em solid rgb(0, 119, 188);
    }
.LenderRecord__productRecordHomeStart:hover .LenderRecord__sortingDescriptionBorderHomeStart{
            background:rgb(0, 119, 188) !important;
            color:white;
        }
.LenderRecord__HSBC, .LenderRecord__contentBgHSBC, .LenderRecord__HSBC .LenderRecord__viewMoreButton{
        background:#E0001A !important;
    }
.LenderRecord__HSBC:hover, .LenderRecord__HSBC .LenderRecord__viewMoreButton:hover{
        background:rgb(179, 0, 21) !important;
    }
.LenderRecord__progressBarHSBC{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#E0001A;
        background:-webkit-gradient(linear,  right top, left top,  from(#E0001A),color-stop(50%, #E0001A),color-stop(51%, #E0001A),to(#E0001A));
        background:linear-gradient(to left,  #E0001A 0%,#E0001A 50%,#E0001A 51%,#E0001A 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverHSBC{
        background:rgb(179, 0, 21);
    }
.LenderRecord__buttonHSBC{
        background:rgb(224, 0, 26);
        border:0.0625em solid rgb(224, 0, 26);
        color:white;
    }
.LenderRecord__buttonHSBC:hover, .LenderRecord__buttonHSBC:focus, .LenderRecord__buttonHSBC:active{
        background:rgb(179, 0, 21);
        border:0.0625em solid rgb(224, 0, 26);
        color:white;
    }
.LenderRecord__buttonWhiteHSBC{
        background:white;
        border:0.0625em solid rgb(224, 0, 26);
        color:rgb(224, 0, 26);
    }
.LenderRecord__buttonWhiteHSBC:hover, .LenderRecord__buttonWhiteHSBC:focus, .LenderRecord__buttonWhiteHSBC:active{
        background:rgb(179, 0, 21);
        border:0.0625em solid rgb(224, 0, 26);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderHSBC{
      border:0.0625em solid rgb(224, 0, 26);
    }
.LenderRecord__lenderBackgroundHSBC .LenderRecord__headerRatioBar{
        background:rgb(224, 0, 26);
      }
.LenderRecord__lenderBackgroundHSBC:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(179, 0, 21);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxHSBC{
        border:0.125em solid #e0001a;
        overflow:hidden;
    }
.LenderRecord__productRecordHSBC{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordHSBC:hover{
        border-left:0.0625em solid rgb(224, 0, 26);
        border-right:0.0625em solid rgb(224, 0, 26);
        border-bottom:0.0625em solid rgb(224, 0, 26);
    }
.LenderRecord__productRecordHSBC:hover .LenderRecord__sortingDescriptionBorderHSBC{
            background:rgb(224, 0, 26) !important;
            color:white;
        }
.LenderRecord__INGDirect, .LenderRecord__contentBgINGDirect, .LenderRecord__INGDirect .LenderRecord__viewMoreButton{
        background:#FF6100 !important;
    }
.LenderRecord__INGDirect:hover, .LenderRecord__INGDirect .LenderRecord__viewMoreButton:hover{
        background:rgb(204, 78, 0) !important;
    }
.LenderRecord__progressBarINGDirect{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#FF6100;
        background:-webkit-gradient(linear,  right top, left top,  from(#FF6100),color-stop(50%, #FF6100),color-stop(51%, #FF6100),to(#FF6100));
        background:linear-gradient(to left,  #FF6100 0%,#FF6100 50%,#FF6100 51%,#FF6100 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverINGDirect{
        background:rgb(204, 78, 0);
    }
.LenderRecord__buttonINGDirect{
        background:rgb(255, 97, 0);
        border:0.0625em solid rgb(255, 97, 0);
        color:white;
    }
.LenderRecord__buttonINGDirect:hover, .LenderRecord__buttonINGDirect:focus, .LenderRecord__buttonINGDirect:active{
        background:rgb(204, 78, 0);
        border:0.0625em solid rgb(255, 97, 0);
        color:white;
    }
.LenderRecord__buttonWhiteINGDirect{
        background:white;
        border:0.0625em solid rgb(255, 97, 0);
        color:rgb(255, 97, 0);
    }
.LenderRecord__buttonWhiteINGDirect:hover, .LenderRecord__buttonWhiteINGDirect:focus, .LenderRecord__buttonWhiteINGDirect:active{
        background:rgb(204, 78, 0);
        border:0.0625em solid rgb(255, 97, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderINGDirect{
      border:0.0625em solid rgb(255, 97, 0);
    }
.LenderRecord__lenderBackgroundINGDirect .LenderRecord__headerRatioBar{
        background:rgb(255, 97, 0);
      }
.LenderRecord__lenderBackgroundINGDirect:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(204, 78, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxINGDirect{
        border:0.125em solid #ff6100;
        overflow:hidden;
    }
.LenderRecord__productRecordINGDirect{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordINGDirect:hover{
        border-left:0.0625em solid rgb(255, 97, 0);
        border-right:0.0625em solid rgb(255, 97, 0);
        border-bottom:0.0625em solid rgb(255, 97, 0);
    }
.LenderRecord__productRecordINGDirect:hover .LenderRecord__sortingDescriptionBorderINGDirect{
            background:rgb(255, 97, 0) !important;
            color:white;
        }
.LenderRecord__Keystart, .LenderRecord__contentBgKeystart, .LenderRecord__Keystart .LenderRecord__viewMoreButton{
        background:#EA533A !important;
    }
.LenderRecord__Keystart:hover, .LenderRecord__Keystart .LenderRecord__viewMoreButton:hover{
        background:rgb(187, 66, 46) !important;
    }
.LenderRecord__progressBarKeystart{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#EA533A;
        background:-webkit-gradient(linear,  right top, left top,  from(#EA533A),color-stop(50%, #EA533A),color-stop(51%, #EA533A),to(#EA533A));
        background:linear-gradient(to left,  #EA533A 0%,#EA533A 50%,#EA533A 51%,#EA533A 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverKeystart{
        background:rgb(187, 66, 46);
    }
.LenderRecord__buttonKeystart{
        background:rgb(234, 83, 58);
        border:0.0625em solid rgb(234, 83, 58);
        color:white;
    }
.LenderRecord__buttonKeystart:hover, .LenderRecord__buttonKeystart:focus, .LenderRecord__buttonKeystart:active{
        background:rgb(187, 66, 46);
        border:0.0625em solid rgb(234, 83, 58);
        color:white;
    }
.LenderRecord__buttonWhiteKeystart{
        background:white;
        border:0.0625em solid rgb(234, 83, 58);
        color:rgb(234, 83, 58);
    }
.LenderRecord__buttonWhiteKeystart:hover, .LenderRecord__buttonWhiteKeystart:focus, .LenderRecord__buttonWhiteKeystart:active{
        background:rgb(187, 66, 46);
        border:0.0625em solid rgb(234, 83, 58);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderKeystart{
      border:0.0625em solid rgb(234, 83, 58);
    }
.LenderRecord__lenderBackgroundKeystart .LenderRecord__headerRatioBar{
        background:rgb(234, 83, 58);
      }
.LenderRecord__lenderBackgroundKeystart:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(187, 66, 46);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxKeystart{
        border:0.125em solid #ea533a;
        overflow:hidden;
    }
.LenderRecord__productRecordKeystart{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordKeystart:hover{
        border-left:0.0625em solid rgb(234, 83, 58);
        border-right:0.0625em solid rgb(234, 83, 58);
        border-bottom:0.0625em solid rgb(234, 83, 58);
    }
.LenderRecord__productRecordKeystart:hover .LenderRecord__sortingDescriptionBorderKeystart{
            background:rgb(234, 83, 58) !important;
            color:white;
        }
.LenderRecord__Latitude, .LenderRecord__contentBgLatitude, .LenderRecord__Latitude .LenderRecord__viewMoreButton{
        background:#006AC6 !important;
    }
.LenderRecord__Latitude:hover, .LenderRecord__Latitude .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 85, 158) !important;
    }
.LenderRecord__progressBarLatitude{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#006AC6;
        background:-webkit-gradient(linear,  right top, left top,  from(#006AC6),color-stop(50%, #006AC6),color-stop(51%, #006AC6),to(#006AC6));
        background:linear-gradient(to left,  #006AC6 0%,#006AC6 50%,#006AC6 51%,#006AC6 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverLatitude{
        background:rgb(0, 85, 158);
    }
.LenderRecord__buttonLatitude{
        background:rgb(0, 106, 198);
        border:0.0625em solid rgb(0, 106, 198);
        color:white;
    }
.LenderRecord__buttonLatitude:hover, .LenderRecord__buttonLatitude:focus, .LenderRecord__buttonLatitude:active{
        background:rgb(0, 85, 158);
        border:0.0625em solid rgb(0, 106, 198);
        color:white;
    }
.LenderRecord__buttonWhiteLatitude{
        background:white;
        border:0.0625em solid rgb(0, 106, 198);
        color:rgb(0, 106, 198);
    }
.LenderRecord__buttonWhiteLatitude:hover, .LenderRecord__buttonWhiteLatitude:focus, .LenderRecord__buttonWhiteLatitude:active{
        background:rgb(0, 85, 158);
        border:0.0625em solid rgb(0, 106, 198);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderLatitude{
      border:0.0625em solid rgb(0, 106, 198);
    }
.LenderRecord__lenderBackgroundLatitude .LenderRecord__headerRatioBar{
        background:rgb(0, 106, 198);
      }
.LenderRecord__lenderBackgroundLatitude:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 85, 158);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxLatitude{
        border:0.125em solid #006ac6;
        overflow:hidden;
    }
.LenderRecord__productRecordLatitude{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordLatitude:hover{
        border-left:0.0625em solid rgb(0, 106, 198);
        border-right:0.0625em solid rgb(0, 106, 198);
        border-bottom:0.0625em solid rgb(0, 106, 198);
    }
.LenderRecord__productRecordLatitude:hover .LenderRecord__sortingDescriptionBorderLatitude{
            background:rgb(0, 106, 198) !important;
            color:white;
        }
.LenderRecord__LaTrobe, .LenderRecord__contentBgLaTrobe, .LenderRecord__LaTrobe .LenderRecord__viewMoreButton{
        background:#30B4F4 !important;
    }
.LenderRecord__LaTrobe:hover, .LenderRecord__LaTrobe .LenderRecord__viewMoreButton:hover{
        background:rgb(38, 144, 195) !important;
    }
.LenderRecord__progressBarLaTrobe{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#30B4F4;
        background:-webkit-gradient(linear,  right top, left top,  from(#30B4F4),color-stop(50%, #30B4F4),color-stop(51%, #30B4F4),to(#30B4F4));
        background:linear-gradient(to left,  #30B4F4 0%,#30B4F4 50%,#30B4F4 51%,#30B4F4 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverLaTrobe{
        background:rgb(38, 144, 195);
    }
.LenderRecord__buttonLaTrobe{
        background:rgb(48, 180, 244);
        border:0.0625em solid rgb(48, 180, 244);
        color:white;
    }
.LenderRecord__buttonLaTrobe:hover, .LenderRecord__buttonLaTrobe:focus, .LenderRecord__buttonLaTrobe:active{
        background:rgb(38, 144, 195);
        border:0.0625em solid rgb(48, 180, 244);
        color:white;
    }
.LenderRecord__buttonWhiteLaTrobe{
        background:white;
        border:0.0625em solid rgb(48, 180, 244);
        color:rgb(48, 180, 244);
    }
.LenderRecord__buttonWhiteLaTrobe:hover, .LenderRecord__buttonWhiteLaTrobe:focus, .LenderRecord__buttonWhiteLaTrobe:active{
        background:rgb(38, 144, 195);
        border:0.0625em solid rgb(48, 180, 244);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderLaTrobe{
      border:0.0625em solid rgb(48, 180, 244);
    }
.LenderRecord__lenderBackgroundLaTrobe .LenderRecord__headerRatioBar{
        background:rgb(48, 180, 244);
      }
.LenderRecord__lenderBackgroundLaTrobe:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(38, 144, 195);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxLaTrobe{
        border:0.125em solid #30b4f4;
        overflow:hidden;
    }
.LenderRecord__productRecordLaTrobe{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordLaTrobe:hover{
        border-left:0.0625em solid rgb(48, 180, 244);
        border-right:0.0625em solid rgb(48, 180, 244);
        border-bottom:0.0625em solid rgb(48, 180, 244);
    }
.LenderRecord__productRecordLaTrobe:hover .LenderRecord__sortingDescriptionBorderLaTrobe{
            background:rgb(48, 180, 244) !important;
            color:white;
        }
.LenderRecord__LibertyFinancial, .LenderRecord__contentBgLibertyFinancial, .LenderRecord__LibertyFinancial .LenderRecord__viewMoreButton{
        background:#0A3371 !important;
    }
.LenderRecord__LibertyFinancial:hover, .LenderRecord__LibertyFinancial .LenderRecord__viewMoreButton:hover{
        background:rgb(8, 41, 90) !important;
    }
.LenderRecord__progressBarLibertyFinancial{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#0A3371;
        background:-webkit-gradient(linear,  right top, left top,  from(#0A3371),color-stop(50%, #0A3371),color-stop(51%, #0A3371),to(#0A3371));
        background:linear-gradient(to left,  #0A3371 0%,#0A3371 50%,#0A3371 51%,#0A3371 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverLibertyFinancial{
        background:rgb(8, 41, 90);
    }
.LenderRecord__buttonLibertyFinancial{
        background:rgb(10, 51, 113);
        border:0.0625em solid rgb(10, 51, 113);
        color:white;
    }
.LenderRecord__buttonLibertyFinancial:hover, .LenderRecord__buttonLibertyFinancial:focus, .LenderRecord__buttonLibertyFinancial:active{
        background:rgb(8, 41, 90);
        border:0.0625em solid rgb(10, 51, 113);
        color:white;
    }
.LenderRecord__buttonWhiteLibertyFinancial{
        background:white;
        border:0.0625em solid rgb(10, 51, 113);
        color:rgb(10, 51, 113);
    }
.LenderRecord__buttonWhiteLibertyFinancial:hover, .LenderRecord__buttonWhiteLibertyFinancial:focus, .LenderRecord__buttonWhiteLibertyFinancial:active{
        background:rgb(8, 41, 90);
        border:0.0625em solid rgb(10, 51, 113);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderLibertyFinancial{
      border:0.0625em solid rgb(10, 51, 113);
    }
.LenderRecord__lenderBackgroundLibertyFinancial .LenderRecord__headerRatioBar{
        background:rgb(10, 51, 113);
      }
.LenderRecord__lenderBackgroundLibertyFinancial:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(8, 41, 90);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxLibertyFinancial{
        border:0.125em solid #0a3371;
        overflow:hidden;
    }
.LenderRecord__productRecordLibertyFinancial{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordLibertyFinancial:hover{
        border-left:0.0625em solid rgb(10, 51, 113);
        border-right:0.0625em solid rgb(10, 51, 113);
        border-bottom:0.0625em solid rgb(10, 51, 113);
    }
.LenderRecord__productRecordLibertyFinancial:hover .LenderRecord__sortingDescriptionBorderLibertyFinancial{
            background:rgb(10, 51, 113) !important;
            color:white;
        }
.LenderRecord__LoanMarketGO, .LenderRecord__contentBgLoanMarketGO, .LenderRecord__LoanMarketGO .LenderRecord__viewMoreButton{
        background:#00AAE5 !important;
    }
.LenderRecord__LoanMarketGO:hover, .LenderRecord__LoanMarketGO .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 145, 195) !important;
    }
.LenderRecord__progressBarLoanMarketGO{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#00AAE5;
        background:-webkit-gradient(linear,  right top, left top,  from(#00AAE5),color-stop(50%, #00AAE5),color-stop(51%, #00AAE5),to(#00AAE5));
        background:linear-gradient(to left,  #00AAE5 0%,#00AAE5 50%,#00AAE5 51%,#00AAE5 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverLoanMarketGO{
        background:rgb(0, 145, 195);
    }
.LenderRecord__buttonLoanMarketGO{
        background:rgb(0, 170, 229);
        border:0.0625em solid rgb(0, 170, 229);
        color:white;
    }
.LenderRecord__buttonLoanMarketGO:hover, .LenderRecord__buttonLoanMarketGO:focus, .LenderRecord__buttonLoanMarketGO:active{
        background:rgb(0, 145, 195);
        border:0.0625em solid rgb(0, 170, 229);
        color:white;
    }
.LenderRecord__buttonWhiteLoanMarketGO{
        background:white;
        border:0.0625em solid rgb(0, 170, 229);
        color:rgb(0, 170, 229);
    }
.LenderRecord__buttonWhiteLoanMarketGO:hover, .LenderRecord__buttonWhiteLoanMarketGO:focus, .LenderRecord__buttonWhiteLoanMarketGO:active{
        background:rgb(0, 145, 195);
        border:0.0625em solid rgb(0, 170, 229);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderLoanMarketGO{
      border:0.0625em solid rgb(0, 170, 229);
    }
.LenderRecord__lenderBackgroundLoanMarketGO .LenderRecord__headerRatioBar{
        background:rgb(0, 170, 229);
      }
.LenderRecord__lenderBackgroundLoanMarketGO:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 145, 195);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxLoanMarketGO{
        border:0.125em solid #00aae5;
        overflow:hidden;
    }
.LenderRecord__productRecordLoanMarketGO{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordLoanMarketGO:hover{
        border-left:0.0625em solid rgb(0, 170, 229);
        border-right:0.0625em solid rgb(0, 170, 229);
        border-bottom:0.0625em solid rgb(0, 170, 229);
    }
.LenderRecord__productRecordLoanMarketGO:hover .LenderRecord__sortingDescriptionBorderLoanMarketGO{
            background:rgb(0, 170, 229) !important;
            color:white;
        }
.LenderRecord__MacquarieBank, .LenderRecord__contentBgMacquarieBank, .LenderRecord__MacquarieBank .LenderRecord__viewMoreButton{
        background:#000000 !important;
    }
.LenderRecord__MacquarieBank:hover, .LenderRecord__MacquarieBank .LenderRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.LenderRecord__progressBarMacquarieBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverMacquarieBank{
        background:rgb(51, 51, 51);
    }
.LenderRecord__buttonMacquarieBank{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonMacquarieBank:hover, .LenderRecord__buttonMacquarieBank:focus, .LenderRecord__buttonMacquarieBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonWhiteMacquarieBank{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.LenderRecord__buttonWhiteMacquarieBank:hover, .LenderRecord__buttonWhiteMacquarieBank:focus, .LenderRecord__buttonWhiteMacquarieBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderMacquarieBank{
      border:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__lenderBackgroundMacquarieBank .LenderRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.LenderRecord__lenderBackgroundMacquarieBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxMacquarieBank{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.LenderRecord__productRecordMacquarieBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordMacquarieBank:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__productRecordMacquarieBank:hover .LenderRecord__sortingDescriptionBorderMacquarieBank{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.LenderRecord__MEBank, .LenderRecord__contentBgMEBank, .LenderRecord__MEBank .LenderRecord__viewMoreButton{
        background:#000000 !important;
    }
.LenderRecord__MEBank:hover, .LenderRecord__MEBank .LenderRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.LenderRecord__progressBarMEBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverMEBank{
        background:rgb(51, 51, 51);
    }
.LenderRecord__buttonMEBank{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonMEBank:hover, .LenderRecord__buttonMEBank:focus, .LenderRecord__buttonMEBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonWhiteMEBank{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.LenderRecord__buttonWhiteMEBank:hover, .LenderRecord__buttonWhiteMEBank:focus, .LenderRecord__buttonWhiteMEBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderMEBank{
      border:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__lenderBackgroundMEBank .LenderRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.LenderRecord__lenderBackgroundMEBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxMEBank{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.LenderRecord__productRecordMEBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordMEBank:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__productRecordMEBank:hover .LenderRecord__sortingDescriptionBorderMEBank{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.LenderRecord__MKMCapital, .LenderRecord__contentBgMKMCapital, .LenderRecord__MKMCapital .LenderRecord__viewMoreButton{
        background:#3C4E85 !important;
    }
.LenderRecord__MKMCapital:hover, .LenderRecord__MKMCapital .LenderRecord__viewMoreButton:hover{
        background:rgb(48, 62, 106) !important;
    }
.LenderRecord__progressBarMKMCapital{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#3C4E85;
        background:-webkit-gradient(linear,  right top, left top,  from(#3C4E85),color-stop(50%, #3C4E85),color-stop(51%, #3C4E85),to(#3C4E85));
        background:linear-gradient(to left,  #3C4E85 0%,#3C4E85 50%,#3C4E85 51%,#3C4E85 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverMKMCapital{
        background:rgb(48, 62, 106);
    }
.LenderRecord__buttonMKMCapital{
        background:rgb(60, 78, 133);
        border:0.0625em solid rgb(60, 78, 133);
        color:white;
    }
.LenderRecord__buttonMKMCapital:hover, .LenderRecord__buttonMKMCapital:focus, .LenderRecord__buttonMKMCapital:active{
        background:rgb(48, 62, 106);
        border:0.0625em solid rgb(60, 78, 133);
        color:white;
    }
.LenderRecord__buttonWhiteMKMCapital{
        background:white;
        border:0.0625em solid rgb(60, 78, 133);
        color:rgb(60, 78, 133);
    }
.LenderRecord__buttonWhiteMKMCapital:hover, .LenderRecord__buttonWhiteMKMCapital:focus, .LenderRecord__buttonWhiteMKMCapital:active{
        background:rgb(48, 62, 106);
        border:0.0625em solid rgb(60, 78, 133);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderMKMCapital{
      border:0.0625em solid rgb(60, 78, 133);
    }
.LenderRecord__lenderBackgroundMKMCapital .LenderRecord__headerRatioBar{
        background:rgb(60, 78, 133);
      }
.LenderRecord__lenderBackgroundMKMCapital:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(48, 62, 106);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxMKMCapital{
        border:0.125em solid #3c4e85;
        overflow:hidden;
    }
.LenderRecord__productRecordMKMCapital{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordMKMCapital:hover{
        border-left:0.0625em solid rgb(60, 78, 133);
        border-right:0.0625em solid rgb(60, 78, 133);
        border-bottom:0.0625em solid rgb(60, 78, 133);
    }
.LenderRecord__productRecordMKMCapital:hover .LenderRecord__sortingDescriptionBorderMKMCapital{
            background:rgb(60, 78, 133) !important;
            color:white;
        }
.LenderRecord__MortgageEzy, .LenderRecord__contentBgMortgageEzy, .LenderRecord__MortgageEzy .LenderRecord__viewMoreButton{
        background:#000000 !important;
    }
.LenderRecord__MortgageEzy:hover, .LenderRecord__MortgageEzy .LenderRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.LenderRecord__progressBarMortgageEzy{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverMortgageEzy{
        background:rgb(51, 51, 51);
    }
.LenderRecord__buttonMortgageEzy{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonMortgageEzy:hover, .LenderRecord__buttonMortgageEzy:focus, .LenderRecord__buttonMortgageEzy:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonWhiteMortgageEzy{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.LenderRecord__buttonWhiteMortgageEzy:hover, .LenderRecord__buttonWhiteMortgageEzy:focus, .LenderRecord__buttonWhiteMortgageEzy:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderMortgageEzy{
      border:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__lenderBackgroundMortgageEzy .LenderRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.LenderRecord__lenderBackgroundMortgageEzy:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxMortgageEzy{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.LenderRecord__productRecordMortgageEzy{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordMortgageEzy:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__productRecordMortgageEzy:hover .LenderRecord__sortingDescriptionBorderMortgageEzy{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.LenderRecord__MyGov, .LenderRecord__contentBgMyGov, .LenderRecord__MyGov .LenderRecord__viewMoreButton{
        background:#62B049 !important;
    }
.LenderRecord__MyGov:hover, .LenderRecord__MyGov .LenderRecord__viewMoreButton:hover{
        background:rgb(78, 141, 58) !important;
    }
.LenderRecord__progressBarMyGov{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#62B049;
        background:-webkit-gradient(linear,  right top, left top,  from(#62B049),color-stop(50%, #62B049),color-stop(51%, #62B049),to(#62B049));
        background:linear-gradient(to left,  #62B049 0%,#62B049 50%,#62B049 51%,#62B049 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverMyGov{
        background:rgb(78, 141, 58);
    }
.LenderRecord__buttonMyGov{
        background:rgb(98, 176, 73);
        border:0.0625em solid rgb(98, 176, 73);
        color:white;
    }
.LenderRecord__buttonMyGov:hover, .LenderRecord__buttonMyGov:focus, .LenderRecord__buttonMyGov:active{
        background:rgb(78, 141, 58);
        border:0.0625em solid rgb(98, 176, 73);
        color:white;
    }
.LenderRecord__buttonWhiteMyGov{
        background:white;
        border:0.0625em solid rgb(98, 176, 73);
        color:rgb(98, 176, 73);
    }
.LenderRecord__buttonWhiteMyGov:hover, .LenderRecord__buttonWhiteMyGov:focus, .LenderRecord__buttonWhiteMyGov:active{
        background:rgb(78, 141, 58);
        border:0.0625em solid rgb(98, 176, 73);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderMyGov{
      border:0.0625em solid rgb(98, 176, 73);
    }
.LenderRecord__lenderBackgroundMyGov .LenderRecord__headerRatioBar{
        background:rgb(98, 176, 73);
      }
.LenderRecord__lenderBackgroundMyGov:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(78, 141, 58);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxMyGov{
        border:0.125em solid #62b049;
        overflow:hidden;
    }
.LenderRecord__productRecordMyGov{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordMyGov:hover{
        border-left:0.0625em solid rgb(98, 176, 73);
        border-right:0.0625em solid rgb(98, 176, 73);
        border-bottom:0.0625em solid rgb(98, 176, 73);
    }
.LenderRecord__productRecordMyGov:hover .LenderRecord__sortingDescriptionBorderMyGov{
            background:rgb(98, 176, 73) !important;
            color:white;
        }
.LenderRecord__MyStateBankLtd, .LenderRecord__contentBgMyStateBankLtd, .LenderRecord__MyStateBankLtd .LenderRecord__viewMoreButton{
        background:#003940 !important;
    }
.LenderRecord__MyStateBankLtd:hover, .LenderRecord__MyStateBankLtd .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 46, 51) !important;
    }
.LenderRecord__progressBarMyStateBankLtd{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#003940;
        background:-webkit-gradient(linear,  right top, left top,  from(#003940),color-stop(50%, #003940),color-stop(51%, #003940),to(#003940));
        background:linear-gradient(to left,  #003940 0%,#003940 50%,#003940 51%,#003940 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverMyStateBankLtd{
        background:rgb(0, 46, 51);
    }
.LenderRecord__buttonMyStateBankLtd{
        background:rgb(0, 57, 64);
        border:0.0625em solid rgb(0, 57, 64);
        color:white;
    }
.LenderRecord__buttonMyStateBankLtd:hover, .LenderRecord__buttonMyStateBankLtd:focus, .LenderRecord__buttonMyStateBankLtd:active{
        background:rgb(0, 46, 51);
        border:0.0625em solid rgb(0, 57, 64);
        color:white;
    }
.LenderRecord__buttonWhiteMyStateBankLtd{
        background:white;
        border:0.0625em solid rgb(0, 57, 64);
        color:rgb(0, 57, 64);
    }
.LenderRecord__buttonWhiteMyStateBankLtd:hover, .LenderRecord__buttonWhiteMyStateBankLtd:focus, .LenderRecord__buttonWhiteMyStateBankLtd:active{
        background:rgb(0, 46, 51);
        border:0.0625em solid rgb(0, 57, 64);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderMyStateBankLtd{
      border:0.0625em solid rgb(0, 57, 64);
    }
.LenderRecord__lenderBackgroundMyStateBankLtd .LenderRecord__headerRatioBar{
        background:rgb(0, 57, 64);
      }
.LenderRecord__lenderBackgroundMyStateBankLtd:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 46, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxMyStateBankLtd{
        border:0.125em solid #003940;
        overflow:hidden;
    }
.LenderRecord__productRecordMyStateBankLtd{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordMyStateBankLtd:hover{
        border-left:0.0625em solid rgb(0, 57, 64);
        border-right:0.0625em solid rgb(0, 57, 64);
        border-bottom:0.0625em solid rgb(0, 57, 64);
    }
.LenderRecord__productRecordMyStateBankLtd:hover .LenderRecord__sortingDescriptionBorderMyStateBankLtd{
            background:rgb(0, 57, 64) !important;
            color:white;
        }
.LenderRecord__NAB, .LenderRecord__contentBgNAB, .LenderRecord__NAB .LenderRecord__viewMoreButton{
        background:#000000 !important;
    }
.LenderRecord__NAB:hover, .LenderRecord__NAB .LenderRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.LenderRecord__progressBarNAB{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverNAB{
        background:rgb(51, 51, 51);
    }
.LenderRecord__buttonNAB{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonNAB:hover, .LenderRecord__buttonNAB:focus, .LenderRecord__buttonNAB:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonWhiteNAB{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.LenderRecord__buttonWhiteNAB:hover, .LenderRecord__buttonWhiteNAB:focus, .LenderRecord__buttonWhiteNAB:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderNAB{
      border:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__lenderBackgroundNAB .LenderRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.LenderRecord__lenderBackgroundNAB:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxNAB{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.LenderRecord__productRecordNAB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordNAB:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__productRecordNAB:hover .LenderRecord__sortingDescriptionBorderNAB{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.LenderRecord__NowFinance, .LenderRecord__contentBgNowFinance, .LenderRecord__NowFinance .LenderRecord__viewMoreButton{
        background:#EC6719 !important;
    }
.LenderRecord__NowFinance:hover, .LenderRecord__NowFinance .LenderRecord__viewMoreButton:hover{
        background:rgb(189, 82, 20) !important;
    }
.LenderRecord__progressBarNowFinance{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#EC6719;
        background:-webkit-gradient(linear,  right top, left top,  from(#EC6719),color-stop(50%, #EC6719),color-stop(51%, #EC6719),to(#EC6719));
        background:linear-gradient(to left,  #EC6719 0%,#EC6719 50%,#EC6719 51%,#EC6719 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverNowFinance{
        background:rgb(189, 82, 20);
    }
.LenderRecord__buttonNowFinance{
        background:rgb(236, 103, 25);
        border:0.0625em solid rgb(236, 103, 25);
        color:white;
    }
.LenderRecord__buttonNowFinance:hover, .LenderRecord__buttonNowFinance:focus, .LenderRecord__buttonNowFinance:active{
        background:rgb(189, 82, 20);
        border:0.0625em solid rgb(236, 103, 25);
        color:white;
    }
.LenderRecord__buttonWhiteNowFinance{
        background:white;
        border:0.0625em solid rgb(236, 103, 25);
        color:rgb(236, 103, 25);
    }
.LenderRecord__buttonWhiteNowFinance:hover, .LenderRecord__buttonWhiteNowFinance:focus, .LenderRecord__buttonWhiteNowFinance:active{
        background:rgb(189, 82, 20);
        border:0.0625em solid rgb(236, 103, 25);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderNowFinance{
      border:0.0625em solid rgb(236, 103, 25);
    }
.LenderRecord__lenderBackgroundNowFinance .LenderRecord__headerRatioBar{
        background:rgb(236, 103, 25);
      }
.LenderRecord__lenderBackgroundNowFinance:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(189, 82, 20);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxNowFinance{
        border:0.125em solid #ec6719;
        overflow:hidden;
    }
.LenderRecord__productRecordNowFinance{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordNowFinance:hover{
        border-left:0.0625em solid rgb(236, 103, 25);
        border-right:0.0625em solid rgb(236, 103, 25);
        border-bottom:0.0625em solid rgb(236, 103, 25);
    }
.LenderRecord__productRecordNowFinance:hover .LenderRecord__sortingDescriptionBorderNowFinance{
            background:rgb(236, 103, 25) !important;
            color:white;
        }
.LenderRecord__NWCFinace, .LenderRecord__contentBgNWCFinace, .LenderRecord__NWCFinace .LenderRecord__viewMoreButton{
        background:#000000 !important;
    }
.LenderRecord__NWCFinace:hover, .LenderRecord__NWCFinace .LenderRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.LenderRecord__progressBarNWCFinace{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverNWCFinace{
        background:rgb(51, 51, 51);
    }
.LenderRecord__buttonNWCFinace{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonNWCFinace:hover, .LenderRecord__buttonNWCFinace:focus, .LenderRecord__buttonNWCFinace:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonWhiteNWCFinace{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.LenderRecord__buttonWhiteNWCFinace:hover, .LenderRecord__buttonWhiteNWCFinace:focus, .LenderRecord__buttonWhiteNWCFinace:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderNWCFinace{
      border:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__lenderBackgroundNWCFinace .LenderRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.LenderRecord__lenderBackgroundNWCFinace:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxNWCFinace{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.LenderRecord__productRecordNWCFinace{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordNWCFinace:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__productRecordNWCFinace:hover .LenderRecord__sortingDescriptionBorderNWCFinace{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.LenderRecord__pnb, .LenderRecord__contentBgpnb, .LenderRecord__pnb .LenderRecord__viewMoreButton{
        background:#E2231A !important;
    }
.LenderRecord__pnb:hover, .LenderRecord__pnb .LenderRecord__viewMoreButton:hover{
        background:rgb(181, 28, 21) !important;
    }
.LenderRecord__progressBarpnb{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#E2231A;
        background:-webkit-gradient(linear,  right top, left top,  from(#E2231A),color-stop(50%, #E2231A),color-stop(51%, #E2231A),to(#E2231A));
        background:linear-gradient(to left,  #E2231A 0%,#E2231A 50%,#E2231A 51%,#E2231A 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverpnb{
        background:rgb(181, 28, 21);
    }
.LenderRecord__buttonpnb{
        background:rgb(226, 35, 26);
        border:0.0625em solid rgb(226, 35, 26);
        color:white;
    }
.LenderRecord__buttonpnb:hover, .LenderRecord__buttonpnb:focus, .LenderRecord__buttonpnb:active{
        background:rgb(181, 28, 21);
        border:0.0625em solid rgb(226, 35, 26);
        color:white;
    }
.LenderRecord__buttonWhitepnb{
        background:white;
        border:0.0625em solid rgb(226, 35, 26);
        color:rgb(226, 35, 26);
    }
.LenderRecord__buttonWhitepnb:hover, .LenderRecord__buttonWhitepnb:focus, .LenderRecord__buttonWhitepnb:active{
        background:rgb(181, 28, 21);
        border:0.0625em solid rgb(226, 35, 26);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderpnb{
      border:0.0625em solid rgb(226, 35, 26);
    }
.LenderRecord__lenderBackgroundpnb .LenderRecord__headerRatioBar{
        background:rgb(226, 35, 26);
      }
.LenderRecord__lenderBackgroundpnb:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(181, 28, 21);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxpnb{
        border:0.125em solid #e2231a;
        overflow:hidden;
    }
.LenderRecord__productRecordpnb{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordpnb:hover{
        border-left:0.0625em solid rgb(226, 35, 26);
        border-right:0.0625em solid rgb(226, 35, 26);
        border-bottom:0.0625em solid rgb(226, 35, 26);
    }
.LenderRecord__productRecordpnb:hover .LenderRecord__sortingDescriptionBorderpnb{
            background:rgb(226, 35, 26) !important;
            color:white;
        }
.LenderRecord__ParamountMortgage, .LenderRecord__contentBgParamountMortgage, .LenderRecord__ParamountMortgage .LenderRecord__viewMoreButton{
        background:#00A1E4 !important;
    }
.LenderRecord__ParamountMortgage:hover, .LenderRecord__ParamountMortgage .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 129, 182) !important;
    }
.LenderRecord__progressBarParamountMortgage{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#00A1E4;
        background:-webkit-gradient(linear,  right top, left top,  from(#00A1E4),color-stop(50%, #00A1E4),color-stop(51%, #00A1E4),to(#00A1E4));
        background:linear-gradient(to left,  #00A1E4 0%,#00A1E4 50%,#00A1E4 51%,#00A1E4 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverParamountMortgage{
        background:rgb(0, 129, 182);
    }
.LenderRecord__buttonParamountMortgage{
        background:rgb(0, 161, 228);
        border:0.0625em solid rgb(0, 161, 228);
        color:white;
    }
.LenderRecord__buttonParamountMortgage:hover, .LenderRecord__buttonParamountMortgage:focus, .LenderRecord__buttonParamountMortgage:active{
        background:rgb(0, 129, 182);
        border:0.0625em solid rgb(0, 161, 228);
        color:white;
    }
.LenderRecord__buttonWhiteParamountMortgage{
        background:white;
        border:0.0625em solid rgb(0, 161, 228);
        color:rgb(0, 161, 228);
    }
.LenderRecord__buttonWhiteParamountMortgage:hover, .LenderRecord__buttonWhiteParamountMortgage:focus, .LenderRecord__buttonWhiteParamountMortgage:active{
        background:rgb(0, 129, 182);
        border:0.0625em solid rgb(0, 161, 228);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderParamountMortgage{
      border:0.0625em solid rgb(0, 161, 228);
    }
.LenderRecord__lenderBackgroundParamountMortgage .LenderRecord__headerRatioBar{
        background:rgb(0, 161, 228);
      }
.LenderRecord__lenderBackgroundParamountMortgage:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 129, 182);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxParamountMortgage{
        border:0.125em solid #00a1e4;
        overflow:hidden;
    }
.LenderRecord__productRecordParamountMortgage{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordParamountMortgage:hover{
        border-left:0.0625em solid rgb(0, 161, 228);
        border-right:0.0625em solid rgb(0, 161, 228);
        border-bottom:0.0625em solid rgb(0, 161, 228);
    }
.LenderRecord__productRecordParamountMortgage:hover .LenderRecord__sortingDescriptionBorderParamountMortgage{
            background:rgb(0, 161, 228) !important;
            color:white;
        }
.LenderRecord__PeoplesChoice, .LenderRecord__contentBgPeoplesChoice, .LenderRecord__PeoplesChoice .LenderRecord__viewMoreButton{
        background:#F71E0A !important;
    }
.LenderRecord__PeoplesChoice:hover, .LenderRecord__PeoplesChoice .LenderRecord__viewMoreButton:hover{
        background:rgb(198, 24, 8) !important;
    }
.LenderRecord__progressBarPeoplesChoice{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#F71E0A;
        background:-webkit-gradient(linear,  right top, left top,  from(#F71E0A),color-stop(50%, #F71E0A),color-stop(51%, #F71E0A),to(#F71E0A));
        background:linear-gradient(to left,  #F71E0A 0%,#F71E0A 50%,#F71E0A 51%,#F71E0A 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverPeoplesChoice{
        background:rgb(198, 24, 8);
    }
.LenderRecord__buttonPeoplesChoice{
        background:rgb(247, 30, 10);
        border:0.0625em solid rgb(247, 30, 10);
        color:white;
    }
.LenderRecord__buttonPeoplesChoice:hover, .LenderRecord__buttonPeoplesChoice:focus, .LenderRecord__buttonPeoplesChoice:active{
        background:rgb(198, 24, 8);
        border:0.0625em solid rgb(247, 30, 10);
        color:white;
    }
.LenderRecord__buttonWhitePeoplesChoice{
        background:white;
        border:0.0625em solid rgb(247, 30, 10);
        color:rgb(247, 30, 10);
    }
.LenderRecord__buttonWhitePeoplesChoice:hover, .LenderRecord__buttonWhitePeoplesChoice:focus, .LenderRecord__buttonWhitePeoplesChoice:active{
        background:rgb(198, 24, 8);
        border:0.0625em solid rgb(247, 30, 10);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderPeoplesChoice{
      border:0.0625em solid rgb(247, 30, 10);
    }
.LenderRecord__lenderBackgroundPeoplesChoice .LenderRecord__headerRatioBar{
        background:rgb(247, 30, 10);
      }
.LenderRecord__lenderBackgroundPeoplesChoice:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(198, 24, 8);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxPeoplesChoice{
        border:0.125em solid #f71e0a;
        overflow:hidden;
    }
.LenderRecord__productRecordPeoplesChoice{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordPeoplesChoice:hover{
        border-left:0.0625em solid rgb(247, 30, 10);
        border-right:0.0625em solid rgb(247, 30, 10);
        border-bottom:0.0625em solid rgb(247, 30, 10);
    }
.LenderRecord__productRecordPeoplesChoice:hover .LenderRecord__sortingDescriptionBorderPeoplesChoice{
            background:rgb(247, 30, 10) !important;
            color:white;
        }
.LenderRecord__PepperMoney, .LenderRecord__contentBgPepperMoney, .LenderRecord__PepperMoney .LenderRecord__viewMoreButton{
        background:#E3001A !important;
    }
.LenderRecord__PepperMoney:hover, .LenderRecord__PepperMoney .LenderRecord__viewMoreButton:hover{
        background:rgb(182, 0, 21) !important;
    }
.LenderRecord__progressBarPepperMoney{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#E3001A;
        background:-webkit-gradient(linear,  right top, left top,  from(#E3001A),color-stop(50%, #E3001A),color-stop(51%, #E3001A),to(#E3001A));
        background:linear-gradient(to left,  #E3001A 0%,#E3001A 50%,#E3001A 51%,#E3001A 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverPepperMoney{
        background:rgb(182, 0, 21);
    }
.LenderRecord__buttonPepperMoney{
        background:rgb(227, 0, 26);
        border:0.0625em solid rgb(227, 0, 26);
        color:white;
    }
.LenderRecord__buttonPepperMoney:hover, .LenderRecord__buttonPepperMoney:focus, .LenderRecord__buttonPepperMoney:active{
        background:rgb(182, 0, 21);
        border:0.0625em solid rgb(227, 0, 26);
        color:white;
    }
.LenderRecord__buttonWhitePepperMoney{
        background:white;
        border:0.0625em solid rgb(227, 0, 26);
        color:rgb(227, 0, 26);
    }
.LenderRecord__buttonWhitePepperMoney:hover, .LenderRecord__buttonWhitePepperMoney:focus, .LenderRecord__buttonWhitePepperMoney:active{
        background:rgb(182, 0, 21);
        border:0.0625em solid rgb(227, 0, 26);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderPepperMoney{
      border:0.0625em solid rgb(227, 0, 26);
    }
.LenderRecord__lenderBackgroundPepperMoney .LenderRecord__headerRatioBar{
        background:rgb(227, 0, 26);
      }
.LenderRecord__lenderBackgroundPepperMoney:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(182, 0, 21);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxPepperMoney{
        border:0.125em solid #e3001a;
        overflow:hidden;
    }
.LenderRecord__productRecordPepperMoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordPepperMoney:hover{
        border-left:0.0625em solid rgb(227, 0, 26);
        border-right:0.0625em solid rgb(227, 0, 26);
        border-bottom:0.0625em solid rgb(227, 0, 26);
    }
.LenderRecord__productRecordPepperMoney:hover .LenderRecord__sortingDescriptionBorderPepperMoney{
            background:rgb(227, 0, 26) !important;
            color:white;
        }
.LenderRecord__Pioneer, .LenderRecord__contentBgPioneer, .LenderRecord__Pioneer .LenderRecord__viewMoreButton{
        background:#F16823 !important;
    }
.LenderRecord__Pioneer:hover, .LenderRecord__Pioneer .LenderRecord__viewMoreButton:hover{
        background:rgb(193, 83, 28) !important;
    }
.LenderRecord__progressBarPioneer{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#F16823;
        background:-webkit-gradient(linear,  right top, left top,  from(#F16823),color-stop(50%, #F16823),color-stop(51%, #F16823),to(#F16823));
        background:linear-gradient(to left,  #F16823 0%,#F16823 50%,#F16823 51%,#F16823 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverPioneer{
        background:rgb(193, 83, 28);
    }
.LenderRecord__buttonPioneer{
        background:rgb(241, 104, 35);
        border:0.0625em solid rgb(241, 104, 35);
        color:white;
    }
.LenderRecord__buttonPioneer:hover, .LenderRecord__buttonPioneer:focus, .LenderRecord__buttonPioneer:active{
        background:rgb(193, 83, 28);
        border:0.0625em solid rgb(241, 104, 35);
        color:white;
    }
.LenderRecord__buttonWhitePioneer{
        background:white;
        border:0.0625em solid rgb(241, 104, 35);
        color:rgb(241, 104, 35);
    }
.LenderRecord__buttonWhitePioneer:hover, .LenderRecord__buttonWhitePioneer:focus, .LenderRecord__buttonWhitePioneer:active{
        background:rgb(193, 83, 28);
        border:0.0625em solid rgb(241, 104, 35);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderPioneer{
      border:0.0625em solid rgb(241, 104, 35);
    }
.LenderRecord__lenderBackgroundPioneer .LenderRecord__headerRatioBar{
        background:rgb(241, 104, 35);
      }
.LenderRecord__lenderBackgroundPioneer:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(193, 83, 28);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxPioneer{
        border:0.125em solid #f16823;
        overflow:hidden;
    }
.LenderRecord__productRecordPioneer{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordPioneer:hover{
        border-left:0.0625em solid rgb(241, 104, 35);
        border-right:0.0625em solid rgb(241, 104, 35);
        border-bottom:0.0625em solid rgb(241, 104, 35);
    }
.LenderRecord__productRecordPioneer:hover .LenderRecord__sortingDescriptionBorderPioneer{
            background:rgb(241, 104, 35) !important;
            color:white;
        }
.LenderRecord__RAMS, .LenderRecord__contentBgRAMS, .LenderRecord__RAMS .LenderRecord__viewMoreButton{
        background:#035482 !important;
    }
.LenderRecord__RAMS:hover, .LenderRecord__RAMS .LenderRecord__viewMoreButton:hover{
        background:rgb(2, 67, 104) !important;
    }
.LenderRecord__progressBarRAMS{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#035482;
        background:-webkit-gradient(linear,  right top, left top,  from(#035482),color-stop(50%, #035482),color-stop(51%, #035482),to(#035482));
        background:linear-gradient(to left,  #035482 0%,#035482 50%,#035482 51%,#035482 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverRAMS{
        background:rgb(2, 67, 104);
    }
.LenderRecord__buttonRAMS{
        background:rgb(3, 84, 130);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.LenderRecord__buttonRAMS:hover, .LenderRecord__buttonRAMS:focus, .LenderRecord__buttonRAMS:active{
        background:rgb(2, 67, 104);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.LenderRecord__buttonWhiteRAMS{
        background:white;
        border:0.0625em solid rgb(3, 84, 130);
        color:rgb(3, 84, 130);
    }
.LenderRecord__buttonWhiteRAMS:hover, .LenderRecord__buttonWhiteRAMS:focus, .LenderRecord__buttonWhiteRAMS:active{
        background:rgb(2, 67, 104);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderRAMS{
      border:0.0625em solid rgb(3, 84, 130);
    }
.LenderRecord__lenderBackgroundRAMS .LenderRecord__headerRatioBar{
        background:rgb(3, 84, 130);
      }
.LenderRecord__lenderBackgroundRAMS:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(2, 67, 104);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxRAMS{
        border:0.125em solid #035482;
        overflow:hidden;
    }
.LenderRecord__productRecordRAMS{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordRAMS:hover{
        border-left:0.0625em solid rgb(3, 84, 130);
        border-right:0.0625em solid rgb(3, 84, 130);
        border-bottom:0.0625em solid rgb(3, 84, 130);
    }
.LenderRecord__productRecordRAMS:hover .LenderRecord__sortingDescriptionBorderRAMS{
            background:rgb(3, 84, 130) !important;
            color:white;
        }
.LenderRecord__Resimac, .LenderRecord__contentBgResimac, .LenderRecord__Resimac .LenderRecord__viewMoreButton{
        background:#B61826 !important;
    }
.LenderRecord__Resimac:hover, .LenderRecord__Resimac .LenderRecord__viewMoreButton:hover{
        background:rgb(197, 70, 81) !important;
    }
.LenderRecord__progressBarResimac{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#B61826;
        background:-webkit-gradient(linear,  right top, left top,  from(#B61826),color-stop(50%, #B61826),color-stop(51%, #B61826),to(#B61826));
        background:linear-gradient(to left,  #B61826 0%,#B61826 50%,#B61826 51%,#B61826 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverResimac{
        background:rgb(197, 70, 81);
    }
.LenderRecord__buttonResimac{
        background:rgb(182, 24, 38);
        border:0.0625em solid rgb(182, 24, 38);
        color:white;
    }
.LenderRecord__buttonResimac:hover, .LenderRecord__buttonResimac:focus, .LenderRecord__buttonResimac:active{
        background:rgb(197, 70, 81);
        border:0.0625em solid rgb(182, 24, 38);
        color:white;
    }
.LenderRecord__buttonWhiteResimac{
        background:white;
        border:0.0625em solid rgb(182, 24, 38);
        color:rgb(182, 24, 38);
    }
.LenderRecord__buttonWhiteResimac:hover, .LenderRecord__buttonWhiteResimac:focus, .LenderRecord__buttonWhiteResimac:active{
        background:rgb(197, 70, 81);
        border:0.0625em solid rgb(182, 24, 38);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderResimac{
      border:0.0625em solid rgb(182, 24, 38);
    }
.LenderRecord__lenderBackgroundResimac .LenderRecord__headerRatioBar{
        background:rgb(182, 24, 38);
      }
.LenderRecord__lenderBackgroundResimac:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(197, 70, 81);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxResimac{
        border:0.125em solid #b61826;
        overflow:hidden;
    }
.LenderRecord__productRecordResimac{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordResimac:hover{
        border-left:0.0625em solid rgb(182, 24, 38);
        border-right:0.0625em solid rgb(182, 24, 38);
        border-bottom:0.0625em solid rgb(182, 24, 38);
    }
.LenderRecord__productRecordResimac:hover .LenderRecord__sortingDescriptionBorderResimac{
            background:rgb(182, 24, 38) !important;
            color:white;
        }
.LenderRecord__SBSBank, .LenderRecord__contentBgSBSBank, .LenderRecord__SBSBank .LenderRecord__viewMoreButton{
        background:#F34F2D !important;
    }
.LenderRecord__SBSBank:hover, .LenderRecord__SBSBank .LenderRecord__viewMoreButton:hover{
        background:rgb(194, 63, 36) !important;
    }
.LenderRecord__progressBarSBSBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#F34F2D;
        background:-webkit-gradient(linear,  right top, left top,  from(#F34F2D),color-stop(50%, #F34F2D),color-stop(51%, #F34F2D),to(#F34F2D));
        background:linear-gradient(to left,  #F34F2D 0%,#F34F2D 50%,#F34F2D 51%,#F34F2D 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverSBSBank{
        background:rgb(194, 63, 36);
    }
.LenderRecord__buttonSBSBank{
        background:rgb(243, 79, 45);
        border:0.0625em solid rgb(243, 79, 45);
        color:white;
    }
.LenderRecord__buttonSBSBank:hover, .LenderRecord__buttonSBSBank:focus, .LenderRecord__buttonSBSBank:active{
        background:rgb(194, 63, 36);
        border:0.0625em solid rgb(243, 79, 45);
        color:white;
    }
.LenderRecord__buttonWhiteSBSBank{
        background:white;
        border:0.0625em solid rgb(243, 79, 45);
        color:rgb(243, 79, 45);
    }
.LenderRecord__buttonWhiteSBSBank:hover, .LenderRecord__buttonWhiteSBSBank:focus, .LenderRecord__buttonWhiteSBSBank:active{
        background:rgb(194, 63, 36);
        border:0.0625em solid rgb(243, 79, 45);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderSBSBank{
      border:0.0625em solid rgb(243, 79, 45);
    }
.LenderRecord__lenderBackgroundSBSBank .LenderRecord__headerRatioBar{
        background:rgb(243, 79, 45);
      }
.LenderRecord__lenderBackgroundSBSBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(194, 63, 36);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxSBSBank{
        border:0.125em solid #f34f2d;
        overflow:hidden;
    }
.LenderRecord__productRecordSBSBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordSBSBank:hover{
        border-left:0.0625em solid rgb(243, 79, 45);
        border-right:0.0625em solid rgb(243, 79, 45);
        border-bottom:0.0625em solid rgb(243, 79, 45);
    }
.LenderRecord__productRecordSBSBank:hover .LenderRecord__sortingDescriptionBorderSBSBank{
            background:rgb(243, 79, 45) !important;
            color:white;
        }
.LenderRecord__Select, .LenderRecord__contentBgSelect, .LenderRecord__Select .LenderRecord__viewMoreButton{
        background:#000000 !important;
    }
.LenderRecord__Select:hover, .LenderRecord__Select .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 0, 0) !important;
    }
.LenderRecord__progressBarSelect{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverSelect{
        background:rgb(0, 0, 0);
    }
.LenderRecord__buttonSelect{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonSelect:hover, .LenderRecord__buttonSelect:focus, .LenderRecord__buttonSelect:active{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonWhiteSelect{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.LenderRecord__buttonWhiteSelect:hover, .LenderRecord__buttonWhiteSelect:focus, .LenderRecord__buttonWhiteSelect:active{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderSelect{
      border:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__lenderBackgroundSelect .LenderRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.LenderRecord__lenderBackgroundSelect:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 0, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxSelect{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.LenderRecord__productRecordSelect{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordSelect:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__productRecordSelect:hover .LenderRecord__sortingDescriptionBorderSelect{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.LenderRecord__SouthernCross, .LenderRecord__contentBgSouthernCross, .LenderRecord__SouthernCross .LenderRecord__viewMoreButton{
        background:#003779 !important;
    }
.LenderRecord__SouthernCross:hover, .LenderRecord__SouthernCross .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 44, 97) !important;
    }
.LenderRecord__progressBarSouthernCross{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#003779;
        background:-webkit-gradient(linear,  right top, left top,  from(#003779),color-stop(50%, #003779),color-stop(51%, #003779),to(#003779));
        background:linear-gradient(to left,  #003779 0%,#003779 50%,#003779 51%,#003779 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverSouthernCross{
        background:rgb(0, 44, 97);
    }
.LenderRecord__buttonSouthernCross{
        background:rgb(0, 55, 121);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.LenderRecord__buttonSouthernCross:hover, .LenderRecord__buttonSouthernCross:focus, .LenderRecord__buttonSouthernCross:active{
        background:rgb(0, 44, 97);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.LenderRecord__buttonWhiteSouthernCross{
        background:white;
        border:0.0625em solid rgb(0, 55, 121);
        color:rgb(0, 55, 121);
    }
.LenderRecord__buttonWhiteSouthernCross:hover, .LenderRecord__buttonWhiteSouthernCross:focus, .LenderRecord__buttonWhiteSouthernCross:active{
        background:rgb(0, 44, 97);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderSouthernCross{
      border:0.0625em solid rgb(0, 55, 121);
    }
.LenderRecord__lenderBackgroundSouthernCross .LenderRecord__headerRatioBar{
        background:rgb(0, 55, 121);
      }
.LenderRecord__lenderBackgroundSouthernCross:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 44, 97);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxSouthernCross{
        border:0.125em solid #003779;
        overflow:hidden;
    }
.LenderRecord__productRecordSouthernCross{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordSouthernCross:hover{
        border-left:0.0625em solid rgb(0, 55, 121);
        border-right:0.0625em solid rgb(0, 55, 121);
        border-bottom:0.0625em solid rgb(0, 55, 121);
    }
.LenderRecord__productRecordSouthernCross:hover .LenderRecord__sortingDescriptionBorderSouthernCross{
            background:rgb(0, 55, 121) !important;
            color:white;
        }
.LenderRecord__SouthernCrossCU, .LenderRecord__contentBgSouthernCrossCU, .LenderRecord__SouthernCrossCU .LenderRecord__viewMoreButton{
        background:#07397f !important;
    }
.LenderRecord__SouthernCrossCU:hover, .LenderRecord__SouthernCrossCU .LenderRecord__viewMoreButton:hover{
        background:rgb(7, 57, 127) !important;
    }
.LenderRecord__progressBarSouthernCrossCU{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#07397f;
        background:-webkit-gradient(linear,  right top, left top,  from(#07397f),color-stop(50%, #07397f),color-stop(51%, #07397f),to(#07397f));
        background:linear-gradient(to left,  #07397f 0%,#07397f 50%,#07397f 51%,#07397f 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverSouthernCrossCU{
        background:rgb(7, 57, 127);
    }
.LenderRecord__buttonSouthernCrossCU{
        background:rgb(7, 57, 127);
        border:0.0625em solid rgb(7, 57, 127);
        color:white;
    }
.LenderRecord__buttonSouthernCrossCU:hover, .LenderRecord__buttonSouthernCrossCU:focus, .LenderRecord__buttonSouthernCrossCU:active{
        background:rgb(7, 57, 127);
        border:0.0625em solid rgb(7, 57, 127);
        color:white;
    }
.LenderRecord__buttonWhiteSouthernCrossCU{
        background:white;
        border:0.0625em solid rgb(7, 57, 127);
        color:rgb(7, 57, 127);
    }
.LenderRecord__buttonWhiteSouthernCrossCU:hover, .LenderRecord__buttonWhiteSouthernCrossCU:focus, .LenderRecord__buttonWhiteSouthernCrossCU:active{
        background:rgb(7, 57, 127);
        border:0.0625em solid rgb(7, 57, 127);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderSouthernCrossCU{
      border:0.0625em solid rgb(7, 57, 127);
    }
.LenderRecord__lenderBackgroundSouthernCrossCU .LenderRecord__headerRatioBar{
        background:rgb(7, 57, 127);
      }
.LenderRecord__lenderBackgroundSouthernCrossCU:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(7, 57, 127);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxSouthernCrossCU{
        border:0.125em solid #07397f;
        overflow:hidden;
    }
.LenderRecord__productRecordSouthernCrossCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordSouthernCrossCU:hover{
        border-left:0.0625em solid rgb(7, 57, 127);
        border-right:0.0625em solid rgb(7, 57, 127);
        border-bottom:0.0625em solid rgb(7, 57, 127);
    }
.LenderRecord__productRecordSouthernCrossCU:hover .LenderRecord__sortingDescriptionBorderSouthernCrossCU{
            background:rgb(7, 57, 127) !important;
            color:white;
        }
.LenderRecord__Sovereign, .LenderRecord__contentBgSovereign, .LenderRecord__Sovereign .LenderRecord__viewMoreButton{
        background:#6CCACD !important;
    }
.LenderRecord__Sovereign:hover, .LenderRecord__Sovereign .LenderRecord__viewMoreButton:hover{
        background:rgb(108, 202, 205) !important;
    }
.LenderRecord__progressBarSovereign{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#6CCACD;
        background:-webkit-gradient(linear,  right top, left top,  from(#6CCACD),color-stop(50%, #6CCACD),color-stop(51%, #6CCACD),to(#6CCACD));
        background:linear-gradient(to left,  #6CCACD 0%,#6CCACD 50%,#6CCACD 51%,#6CCACD 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverSovereign{
        background:rgb(108, 202, 205);
    }
.LenderRecord__buttonSovereign{
        background:rgb(108, 202, 205);
        border:0.0625em solid rgb(108, 202, 205);
        color:white;
    }
.LenderRecord__buttonSovereign:hover, .LenderRecord__buttonSovereign:focus, .LenderRecord__buttonSovereign:active{
        background:rgb(108, 202, 205);
        border:0.0625em solid rgb(108, 202, 205);
        color:white;
    }
.LenderRecord__buttonWhiteSovereign{
        background:white;
        border:0.0625em solid rgb(108, 202, 205);
        color:rgb(108, 202, 205);
    }
.LenderRecord__buttonWhiteSovereign:hover, .LenderRecord__buttonWhiteSovereign:focus, .LenderRecord__buttonWhiteSovereign:active{
        background:rgb(108, 202, 205);
        border:0.0625em solid rgb(108, 202, 205);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderSovereign{
      border:0.0625em solid rgb(108, 202, 205);
    }
.LenderRecord__lenderBackgroundSovereign .LenderRecord__headerRatioBar{
        background:rgb(108, 202, 205);
      }
.LenderRecord__lenderBackgroundSovereign:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(108, 202, 205);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxSovereign{
        border:0.125em solid #6ccacd;
        overflow:hidden;
    }
.LenderRecord__productRecordSovereign{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordSovereign:hover{
        border-left:0.0625em solid rgb(108, 202, 205);
        border-right:0.0625em solid rgb(108, 202, 205);
        border-bottom:0.0625em solid rgb(108, 202, 205);
    }
.LenderRecord__productRecordSovereign:hover .LenderRecord__sortingDescriptionBorderSovereign{
            background:rgb(108, 202, 205) !important;
            color:white;
        }
.LenderRecord__StGeorge, .LenderRecord__contentBgStGeorge, .LenderRecord__StGeorge .LenderRecord__viewMoreButton{
        background:#1F7933 !important;
    }
.LenderRecord__StGeorge:hover, .LenderRecord__StGeorge .LenderRecord__viewMoreButton:hover{
        background:rgb(25, 97, 41) !important;
    }
.LenderRecord__progressBarStGeorge{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#1F7933;
        background:-webkit-gradient(linear,  right top, left top,  from(#1F7933),color-stop(50%, #1F7933),color-stop(51%, #1F7933),to(#1F7933));
        background:linear-gradient(to left,  #1F7933 0%,#1F7933 50%,#1F7933 51%,#1F7933 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverStGeorge{
        background:rgb(25, 97, 41);
    }
.LenderRecord__buttonStGeorge{
        background:rgb(31, 121, 51);
        border:0.0625em solid rgb(31, 121, 51);
        color:white;
    }
.LenderRecord__buttonStGeorge:hover, .LenderRecord__buttonStGeorge:focus, .LenderRecord__buttonStGeorge:active{
        background:rgb(25, 97, 41);
        border:0.0625em solid rgb(31, 121, 51);
        color:white;
    }
.LenderRecord__buttonWhiteStGeorge{
        background:white;
        border:0.0625em solid rgb(31, 121, 51);
        color:rgb(31, 121, 51);
    }
.LenderRecord__buttonWhiteStGeorge:hover, .LenderRecord__buttonWhiteStGeorge:focus, .LenderRecord__buttonWhiteStGeorge:active{
        background:rgb(25, 97, 41);
        border:0.0625em solid rgb(31, 121, 51);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderStGeorge{
      border:0.0625em solid rgb(31, 121, 51);
    }
.LenderRecord__lenderBackgroundStGeorge .LenderRecord__headerRatioBar{
        background:rgb(31, 121, 51);
      }
.LenderRecord__lenderBackgroundStGeorge:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(25, 97, 41);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxStGeorge{
        border:0.125em solid #1f7933;
        overflow:hidden;
    }
.LenderRecord__productRecordStGeorge{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordStGeorge:hover{
        border-left:0.0625em solid rgb(31, 121, 51);
        border-right:0.0625em solid rgb(31, 121, 51);
        border-bottom:0.0625em solid rgb(31, 121, 51);
    }
.LenderRecord__productRecordStGeorge:hover .LenderRecord__sortingDescriptionBorderStGeorge{
            background:rgb(31, 121, 51) !important;
            color:white;
        }
.LenderRecord__SuncorpBank, .LenderRecord__contentBgSuncorpBank, .LenderRecord__SuncorpBank .LenderRecord__viewMoreButton{
        background:#006F66 !important;
    }
.LenderRecord__SuncorpBank:hover, .LenderRecord__SuncorpBank .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 89, 82) !important;
    }
.LenderRecord__progressBarSuncorpBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#006F66;
        background:-webkit-gradient(linear,  right top, left top,  from(#006F66),color-stop(50%, #006F66),color-stop(51%, #006F66),to(#006F66));
        background:linear-gradient(to left,  #006F66 0%,#006F66 50%,#006F66 51%,#006F66 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverSuncorpBank{
        background:rgb(0, 89, 82);
    }
.LenderRecord__buttonSuncorpBank{
        background:rgb(0, 111, 102);
        border:0.0625em solid rgb(0, 111, 102);
        color:white;
    }
.LenderRecord__buttonSuncorpBank:hover, .LenderRecord__buttonSuncorpBank:focus, .LenderRecord__buttonSuncorpBank:active{
        background:rgb(0, 89, 82);
        border:0.0625em solid rgb(0, 111, 102);
        color:white;
    }
.LenderRecord__buttonWhiteSuncorpBank{
        background:white;
        border:0.0625em solid rgb(0, 111, 102);
        color:rgb(0, 111, 102);
    }
.LenderRecord__buttonWhiteSuncorpBank:hover, .LenderRecord__buttonWhiteSuncorpBank:focus, .LenderRecord__buttonWhiteSuncorpBank:active{
        background:rgb(0, 89, 82);
        border:0.0625em solid rgb(0, 111, 102);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderSuncorpBank{
      border:0.0625em solid rgb(0, 111, 102);
    }
.LenderRecord__lenderBackgroundSuncorpBank .LenderRecord__headerRatioBar{
        background:rgb(0, 111, 102);
      }
.LenderRecord__lenderBackgroundSuncorpBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 89, 82);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxSuncorpBank{
        border:0.125em solid #006f66;
        overflow:hidden;
    }
.LenderRecord__productRecordSuncorpBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordSuncorpBank:hover{
        border-left:0.0625em solid rgb(0, 111, 102);
        border-right:0.0625em solid rgb(0, 111, 102);
        border-bottom:0.0625em solid rgb(0, 111, 102);
    }
.LenderRecord__productRecordSuncorpBank:hover .LenderRecord__sortingDescriptionBorderSuncorpBank{
            background:rgb(0, 111, 102) !important;
            color:white;
        }
.LenderRecord__TheCooperativeBank, .LenderRecord__contentBgTheCooperativeBank, .LenderRecord__TheCooperativeBank .LenderRecord__viewMoreButton{
        background:#249B3E !important;
    }
.LenderRecord__TheCooperativeBank:hover, .LenderRecord__TheCooperativeBank .LenderRecord__viewMoreButton:hover{
        background:rgb(29, 124, 50) !important;
    }
.LenderRecord__progressBarTheCooperativeBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#249B3E;
        background:-webkit-gradient(linear,  right top, left top,  from(#249B3E),color-stop(50%, #249B3E),color-stop(51%, #249B3E),to(#249B3E));
        background:linear-gradient(to left,  #249B3E 0%,#249B3E 50%,#249B3E 51%,#249B3E 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverTheCooperativeBank{
        background:rgb(29, 124, 50);
    }
.LenderRecord__buttonTheCooperativeBank{
        background:rgb(36, 155, 62);
        border:0.0625em solid rgb(36, 155, 62);
        color:white;
    }
.LenderRecord__buttonTheCooperativeBank:hover, .LenderRecord__buttonTheCooperativeBank:focus, .LenderRecord__buttonTheCooperativeBank:active{
        background:rgb(29, 124, 50);
        border:0.0625em solid rgb(36, 155, 62);
        color:white;
    }
.LenderRecord__buttonWhiteTheCooperativeBank{
        background:white;
        border:0.0625em solid rgb(36, 155, 62);
        color:rgb(36, 155, 62);
    }
.LenderRecord__buttonWhiteTheCooperativeBank:hover, .LenderRecord__buttonWhiteTheCooperativeBank:focus, .LenderRecord__buttonWhiteTheCooperativeBank:active{
        background:rgb(29, 124, 50);
        border:0.0625em solid rgb(36, 155, 62);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderTheCooperativeBank{
      border:0.0625em solid rgb(36, 155, 62);
    }
.LenderRecord__lenderBackgroundTheCooperativeBank .LenderRecord__headerRatioBar{
        background:rgb(36, 155, 62);
      }
.LenderRecord__lenderBackgroundTheCooperativeBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(29, 124, 50);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxTheCooperativeBank{
        border:0.125em solid #249b3e;
        overflow:hidden;
    }
.LenderRecord__productRecordTheCooperativeBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordTheCooperativeBank:hover{
        border-left:0.0625em solid rgb(36, 155, 62);
        border-right:0.0625em solid rgb(36, 155, 62);
        border-bottom:0.0625em solid rgb(36, 155, 62);
    }
.LenderRecord__productRecordTheCooperativeBank:hover .LenderRecord__sortingDescriptionBorderTheCooperativeBank{
            background:rgb(36, 155, 62) !important;
            color:white;
        }
.LenderRecord__TheMac, .LenderRecord__contentBgTheMac, .LenderRecord__TheMac .LenderRecord__viewMoreButton{
        background:#f15c22 !important;
    }
.LenderRecord__TheMac:hover, .LenderRecord__TheMac .LenderRecord__viewMoreButton:hover{
        background:rgb(193, 74, 27) !important;
    }
.LenderRecord__progressBarTheMac{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#f15c22;
        background:-webkit-gradient(linear,  right top, left top,  from(#f15c22),color-stop(50%, #f15c22),color-stop(51%, #f15c22),to(#f15c22));
        background:linear-gradient(to left,  #f15c22 0%,#f15c22 50%,#f15c22 51%,#f15c22 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverTheMac{
        background:rgb(193, 74, 27);
    }
.LenderRecord__buttonTheMac{
        background:rgb(241, 92, 34);
        border:0.0625em solid rgb(241, 92, 34);
        color:white;
    }
.LenderRecord__buttonTheMac:hover, .LenderRecord__buttonTheMac:focus, .LenderRecord__buttonTheMac:active{
        background:rgb(193, 74, 27);
        border:0.0625em solid rgb(241, 92, 34);
        color:white;
    }
.LenderRecord__buttonWhiteTheMac{
        background:white;
        border:0.0625em solid rgb(241, 92, 34);
        color:rgb(241, 92, 34);
    }
.LenderRecord__buttonWhiteTheMac:hover, .LenderRecord__buttonWhiteTheMac:focus, .LenderRecord__buttonWhiteTheMac:active{
        background:rgb(193, 74, 27);
        border:0.0625em solid rgb(241, 92, 34);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderTheMac{
      border:0.0625em solid rgb(241, 92, 34);
    }
.LenderRecord__lenderBackgroundTheMac .LenderRecord__headerRatioBar{
        background:rgb(241, 92, 34);
      }
.LenderRecord__lenderBackgroundTheMac:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(193, 74, 27);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxTheMac{
        border:0.125em solid #f15c22;
        overflow:hidden;
    }
.LenderRecord__productRecordTheMac{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordTheMac:hover{
        border-left:0.0625em solid rgb(241, 92, 34);
        border-right:0.0625em solid rgb(241, 92, 34);
        border-bottom:0.0625em solid rgb(241, 92, 34);
    }
.LenderRecord__productRecordTheMac:hover .LenderRecord__sortingDescriptionBorderTheMac{
            background:rgb(241, 92, 34) !important;
            color:white;
        }
.LenderRecord__UBank, .LenderRecord__contentBgUBank, .LenderRecord__UBank .LenderRecord__viewMoreButton{
        background:#00832D !important;
    }
.LenderRecord__UBank:hover, .LenderRecord__UBank .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 105, 36) !important;
    }
.LenderRecord__progressBarUBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#00832D;
        background:-webkit-gradient(linear,  right top, left top,  from(#00832D),color-stop(50%, #00832D),color-stop(51%, #00832D),to(#00832D));
        background:linear-gradient(to left,  #00832D 0%,#00832D 50%,#00832D 51%,#00832D 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverUBank{
        background:rgb(0, 105, 36);
    }
.LenderRecord__buttonUBank{
        background:rgb(0, 131, 45);
        border:0.0625em solid rgb(0, 131, 45);
        color:white;
    }
.LenderRecord__buttonUBank:hover, .LenderRecord__buttonUBank:focus, .LenderRecord__buttonUBank:active{
        background:rgb(0, 105, 36);
        border:0.0625em solid rgb(0, 131, 45);
        color:white;
    }
.LenderRecord__buttonWhiteUBank{
        background:white;
        border:0.0625em solid rgb(0, 131, 45);
        color:rgb(0, 131, 45);
    }
.LenderRecord__buttonWhiteUBank:hover, .LenderRecord__buttonWhiteUBank:focus, .LenderRecord__buttonWhiteUBank:active{
        background:rgb(0, 105, 36);
        border:0.0625em solid rgb(0, 131, 45);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderUBank{
      border:0.0625em solid rgb(0, 131, 45);
    }
.LenderRecord__lenderBackgroundUBank .LenderRecord__headerRatioBar{
        background:rgb(0, 131, 45);
      }
.LenderRecord__lenderBackgroundUBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 105, 36);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxUBank{
        border:0.125em solid #00832d;
        overflow:hidden;
    }
.LenderRecord__productRecordUBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordUBank:hover{
        border-left:0.0625em solid rgb(0, 131, 45);
        border-right:0.0625em solid rgb(0, 131, 45);
        border-bottom:0.0625em solid rgb(0, 131, 45);
    }
.LenderRecord__productRecordUBank:hover .LenderRecord__sortingDescriptionBorderUBank{
            background:rgb(0, 131, 45) !important;
            color:white;
        }
.LenderRecord__VTMB, .LenderRecord__contentBgVTMB, .LenderRecord__VTMB .LenderRecord__viewMoreButton{
        background:#005DAB !important;
    }
.LenderRecord__VTMB:hover, .LenderRecord__VTMB .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 74, 137) !important;
    }
.LenderRecord__progressBarVTMB{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#005DAB;
        background:-webkit-gradient(linear,  right top, left top,  from(#005DAB),color-stop(50%, #005DAB),color-stop(51%, #005DAB),to(#005DAB));
        background:linear-gradient(to left,  #005DAB 0%,#005DAB 50%,#005DAB 51%,#005DAB 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverVTMB{
        background:rgb(0, 74, 137);
    }
.LenderRecord__buttonVTMB{
        background:rgb(0, 93, 171);
        border:0.0625em solid rgb(0, 93, 171);
        color:white;
    }
.LenderRecord__buttonVTMB:hover, .LenderRecord__buttonVTMB:focus, .LenderRecord__buttonVTMB:active{
        background:rgb(0, 74, 137);
        border:0.0625em solid rgb(0, 93, 171);
        color:white;
    }
.LenderRecord__buttonWhiteVTMB{
        background:white;
        border:0.0625em solid rgb(0, 93, 171);
        color:rgb(0, 93, 171);
    }
.LenderRecord__buttonWhiteVTMB:hover, .LenderRecord__buttonWhiteVTMB:focus, .LenderRecord__buttonWhiteVTMB:active{
        background:rgb(0, 74, 137);
        border:0.0625em solid rgb(0, 93, 171);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderVTMB{
      border:0.0625em solid rgb(0, 93, 171);
    }
.LenderRecord__lenderBackgroundVTMB .LenderRecord__headerRatioBar{
        background:rgb(0, 93, 171);
      }
.LenderRecord__lenderBackgroundVTMB:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 74, 137);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxVTMB{
        border:0.125em solid #005dab;
        overflow:hidden;
    }
.LenderRecord__productRecordVTMB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordVTMB:hover{
        border-left:0.0625em solid rgb(0, 93, 171);
        border-right:0.0625em solid rgb(0, 93, 171);
        border-bottom:0.0625em solid rgb(0, 93, 171);
    }
.LenderRecord__productRecordVTMB:hover .LenderRecord__sortingDescriptionBorderVTMB{
            background:rgb(0, 93, 171) !important;
            color:white;
        }
.LenderRecord__Westpac, .LenderRecord__contentBgWestpac, .LenderRecord__Westpac .LenderRecord__viewMoreButton{
        background:#ED233A !important;
    }
.LenderRecord__Westpac:hover, .LenderRecord__Westpac .LenderRecord__viewMoreButton:hover{
        background:rgb(190, 28, 46) !important;
    }
.LenderRecord__progressBarWestpac{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#ED233A;
        background:-webkit-gradient(linear,  right top, left top,  from(#ED233A),color-stop(50%, #ED233A),color-stop(51%, #ED233A),to(#ED233A));
        background:linear-gradient(to left,  #ED233A 0%,#ED233A 50%,#ED233A 51%,#ED233A 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverWestpac{
        background:rgb(190, 28, 46);
    }
.LenderRecord__buttonWestpac{
        background:rgb(237, 35, 58);
        border:0.0625em solid rgb(237, 35, 58);
        color:white;
    }
.LenderRecord__buttonWestpac:hover, .LenderRecord__buttonWestpac:focus, .LenderRecord__buttonWestpac:active{
        background:rgb(190, 28, 46);
        border:0.0625em solid rgb(237, 35, 58);
        color:white;
    }
.LenderRecord__buttonWhiteWestpac{
        background:white;
        border:0.0625em solid rgb(237, 35, 58);
        color:rgb(237, 35, 58);
    }
.LenderRecord__buttonWhiteWestpac:hover, .LenderRecord__buttonWhiteWestpac:focus, .LenderRecord__buttonWhiteWestpac:active{
        background:rgb(190, 28, 46);
        border:0.0625em solid rgb(237, 35, 58);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderWestpac{
      border:0.0625em solid rgb(237, 35, 58);
    }
.LenderRecord__lenderBackgroundWestpac .LenderRecord__headerRatioBar{
        background:rgb(237, 35, 58);
      }
.LenderRecord__lenderBackgroundWestpac:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(190, 28, 46);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxWestpac{
        border:0.125em solid #ed233a;
        overflow:hidden;
    }
.LenderRecord__productRecordWestpac{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordWestpac:hover{
        border-left:0.0625em solid rgb(237, 35, 58);
        border-right:0.0625em solid rgb(237, 35, 58);
        border-bottom:0.0625em solid rgb(237, 35, 58);
    }
.LenderRecord__productRecordWestpac:hover .LenderRecord__sortingDescriptionBorderWestpac{
            background:rgb(237, 35, 58) !important;
            color:white;
        }
.LenderRecord__WoolworthsMoney, .LenderRecord__contentBgWoolworthsMoney, .LenderRecord__WoolworthsMoney .LenderRecord__viewMoreButton{
        background:#055634 !important;
    }
.LenderRecord__WoolworthsMoney:hover, .LenderRecord__WoolworthsMoney .LenderRecord__viewMoreButton:hover{
        background:rgb(4, 69, 42) !important;
    }
.LenderRecord__progressBarWoolworthsMoney{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#055634;
        background:-webkit-gradient(linear,  right top, left top,  from(#055634),color-stop(50%, #055634),color-stop(51%, #055634),to(#055634));
        background:linear-gradient(to left,  #055634 0%,#055634 50%,#055634 51%,#055634 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverWoolworthsMoney{
        background:rgb(4, 69, 42);
    }
.LenderRecord__buttonWoolworthsMoney{
        background:rgb(5, 86, 52);
        border:0.0625em solid rgb(5, 86, 52);
        color:white;
    }
.LenderRecord__buttonWoolworthsMoney:hover, .LenderRecord__buttonWoolworthsMoney:focus, .LenderRecord__buttonWoolworthsMoney:active{
        background:rgb(4, 69, 42);
        border:0.0625em solid rgb(5, 86, 52);
        color:white;
    }
.LenderRecord__buttonWhiteWoolworthsMoney{
        background:white;
        border:0.0625em solid rgb(5, 86, 52);
        color:rgb(5, 86, 52);
    }
.LenderRecord__buttonWhiteWoolworthsMoney:hover, .LenderRecord__buttonWhiteWoolworthsMoney:focus, .LenderRecord__buttonWhiteWoolworthsMoney:active{
        background:rgb(4, 69, 42);
        border:0.0625em solid rgb(5, 86, 52);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderWoolworthsMoney{
      border:0.0625em solid rgb(5, 86, 52);
    }
.LenderRecord__lenderBackgroundWoolworthsMoney .LenderRecord__headerRatioBar{
        background:rgb(5, 86, 52);
      }
.LenderRecord__lenderBackgroundWoolworthsMoney:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(4, 69, 42);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxWoolworthsMoney{
        border:0.125em solid #055634;
        overflow:hidden;
    }
.LenderRecord__productRecordWoolworthsMoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordWoolworthsMoney:hover{
        border-left:0.0625em solid rgb(5, 86, 52);
        border-right:0.0625em solid rgb(5, 86, 52);
        border-bottom:0.0625em solid rgb(5, 86, 52);
    }
.LenderRecord__productRecordWoolworthsMoney:hover .LenderRecord__sortingDescriptionBorderWoolworthsMoney{
            background:rgb(5, 86, 52) !important;
            color:white;
        }
.LenderRecord__DegreesMasterCard, .LenderRecord__contentBgDegreesMasterCard, .LenderRecord__DegreesMasterCard .LenderRecord__viewMoreButton{
        background:#192A56 !important;
    }
.LenderRecord__DegreesMasterCard:hover, .LenderRecord__DegreesMasterCard .LenderRecord__viewMoreButton:hover{
        background:rgb(20, 34, 69) !important;
    }
.LenderRecord__progressBarDegreesMasterCard{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#192A56;
        background:-webkit-gradient(linear,  right top, left top,  from(#192A56),color-stop(50%, #192A56),color-stop(51%, #192A56),to(#192A56));
        background:linear-gradient(to left,  #192A56 0%,#192A56 50%,#192A56 51%,#192A56 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverDegreesMasterCard{
        background:rgb(20, 34, 69);
    }
.LenderRecord__buttonDegreesMasterCard{
        background:rgb(25, 42, 86);
        border:0.0625em solid rgb(25, 42, 86);
        color:white;
    }
.LenderRecord__buttonDegreesMasterCard:hover, .LenderRecord__buttonDegreesMasterCard:focus, .LenderRecord__buttonDegreesMasterCard:active{
        background:rgb(20, 34, 69);
        border:0.0625em solid rgb(25, 42, 86);
        color:white;
    }
.LenderRecord__buttonWhiteDegreesMasterCard{
        background:white;
        border:0.0625em solid rgb(25, 42, 86);
        color:rgb(25, 42, 86);
    }
.LenderRecord__buttonWhiteDegreesMasterCard:hover, .LenderRecord__buttonWhiteDegreesMasterCard:focus, .LenderRecord__buttonWhiteDegreesMasterCard:active{
        background:rgb(20, 34, 69);
        border:0.0625em solid rgb(25, 42, 86);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderDegreesMasterCard{
      border:0.0625em solid rgb(25, 42, 86);
    }
.LenderRecord__lenderBackgroundDegreesMasterCard .LenderRecord__headerRatioBar{
        background:rgb(25, 42, 86);
      }
.LenderRecord__lenderBackgroundDegreesMasterCard:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(20, 34, 69);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxDegreesMasterCard{
        border:0.125em solid #192a56;
        overflow:hidden;
    }
.LenderRecord__productRecordDegreesMasterCard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordDegreesMasterCard:hover{
        border-left:0.0625em solid rgb(25, 42, 86);
        border-right:0.0625em solid rgb(25, 42, 86);
        border-bottom:0.0625em solid rgb(25, 42, 86);
    }
.LenderRecord__productRecordDegreesMasterCard:hover .LenderRecord__sortingDescriptionBorderDegreesMasterCard{
            background:rgb(25, 42, 86) !important;
            color:white;
        }
.LenderRecord__BankAustralia, .LenderRecord__contentBgBankAustralia, .LenderRecord__BankAustralia .LenderRecord__viewMoreButton{
        background:#012B50 !important;
    }
.LenderRecord__BankAustralia:hover, .LenderRecord__BankAustralia .LenderRecord__viewMoreButton:hover{
        background:rgb(1, 34, 64) !important;
    }
.LenderRecord__progressBarBankAustralia{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#012B50;
        background:-webkit-gradient(linear,  right top, left top,  from(#012B50),color-stop(50%, #012B50),color-stop(51%, #012B50),to(#012B50));
        background:linear-gradient(to left,  #012B50 0%,#012B50 50%,#012B50 51%,#012B50 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBankAustralia{
        background:rgb(1, 34, 64);
    }
.LenderRecord__buttonBankAustralia{
        background:rgb(1, 43, 80);
        border:0.0625em solid rgb(1, 43, 80);
        color:white;
    }
.LenderRecord__buttonBankAustralia:hover, .LenderRecord__buttonBankAustralia:focus, .LenderRecord__buttonBankAustralia:active{
        background:rgb(1, 34, 64);
        border:0.0625em solid rgb(1, 43, 80);
        color:white;
    }
.LenderRecord__buttonWhiteBankAustralia{
        background:white;
        border:0.0625em solid rgb(1, 43, 80);
        color:rgb(1, 43, 80);
    }
.LenderRecord__buttonWhiteBankAustralia:hover, .LenderRecord__buttonWhiteBankAustralia:focus, .LenderRecord__buttonWhiteBankAustralia:active{
        background:rgb(1, 34, 64);
        border:0.0625em solid rgb(1, 43, 80);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBankAustralia{
      border:0.0625em solid rgb(1, 43, 80);
    }
.LenderRecord__lenderBackgroundBankAustralia .LenderRecord__headerRatioBar{
        background:rgb(1, 43, 80);
      }
.LenderRecord__lenderBackgroundBankAustralia:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(1, 34, 64);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBankAustralia{
        border:0.125em solid #012b50;
        overflow:hidden;
    }
.LenderRecord__productRecordBankAustralia{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBankAustralia:hover{
        border-left:0.0625em solid rgb(1, 43, 80);
        border-right:0.0625em solid rgb(1, 43, 80);
        border-bottom:0.0625em solid rgb(1, 43, 80);
    }
.LenderRecord__productRecordBankAustralia:hover .LenderRecord__sortingDescriptionBorderBankAustralia{
            background:rgb(1, 43, 80) !important;
            color:white;
        }
.LenderRecord__BeyondBank, .LenderRecord__contentBgBeyondBank, .LenderRecord__BeyondBank .LenderRecord__viewMoreButton{
        background:#6B1E74 !important;
    }
.LenderRecord__BeyondBank:hover, .LenderRecord__BeyondBank .LenderRecord__viewMoreButton:hover{
        background:rgb(86, 24, 93) !important;
    }
.LenderRecord__progressBarBeyondBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#6B1E74;
        background:-webkit-gradient(linear,  right top, left top,  from(#6B1E74),color-stop(50%, #6B1E74),color-stop(51%, #6B1E74),to(#6B1E74));
        background:linear-gradient(to left,  #6B1E74 0%,#6B1E74 50%,#6B1E74 51%,#6B1E74 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBeyondBank{
        background:rgb(86, 24, 93);
    }
.LenderRecord__buttonBeyondBank{
        background:rgb(107, 30, 116);
        border:0.0625em solid rgb(107, 30, 116);
        color:white;
    }
.LenderRecord__buttonBeyondBank:hover, .LenderRecord__buttonBeyondBank:focus, .LenderRecord__buttonBeyondBank:active{
        background:rgb(86, 24, 93);
        border:0.0625em solid rgb(107, 30, 116);
        color:white;
    }
.LenderRecord__buttonWhiteBeyondBank{
        background:white;
        border:0.0625em solid rgb(107, 30, 116);
        color:rgb(107, 30, 116);
    }
.LenderRecord__buttonWhiteBeyondBank:hover, .LenderRecord__buttonWhiteBeyondBank:focus, .LenderRecord__buttonWhiteBeyondBank:active{
        background:rgb(86, 24, 93);
        border:0.0625em solid rgb(107, 30, 116);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBeyondBank{
      border:0.0625em solid rgb(107, 30, 116);
    }
.LenderRecord__lenderBackgroundBeyondBank .LenderRecord__headerRatioBar{
        background:rgb(107, 30, 116);
      }
.LenderRecord__lenderBackgroundBeyondBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(86, 24, 93);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBeyondBank{
        border:0.125em solid #6b1e74;
        overflow:hidden;
    }
.LenderRecord__productRecordBeyondBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBeyondBank:hover{
        border-left:0.0625em solid rgb(107, 30, 116);
        border-right:0.0625em solid rgb(107, 30, 116);
        border-bottom:0.0625em solid rgb(107, 30, 116);
    }
.LenderRecord__productRecordBeyondBank:hover .LenderRecord__sortingDescriptionBorderBeyondBank{
            background:rgb(107, 30, 116) !important;
            color:white;
        }
.LenderRecord__BrokerhillCommunityCU, .LenderRecord__contentBgBrokerhillCommunityCU, .LenderRecord__BrokerhillCommunityCU .LenderRecord__viewMoreButton{
        background:#E3001B !important;
    }
.LenderRecord__BrokerhillCommunityCU:hover, .LenderRecord__BrokerhillCommunityCU .LenderRecord__viewMoreButton:hover{
        background:rgb(182, 0, 22) !important;
    }
.LenderRecord__progressBarBrokerhillCommunityCU{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#E3001B;
        background:-webkit-gradient(linear,  right top, left top,  from(#E3001B),color-stop(50%, #E3001B),color-stop(51%, #E3001B),to(#E3001B));
        background:linear-gradient(to left,  #E3001B 0%,#E3001B 50%,#E3001B 51%,#E3001B 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBrokerhillCommunityCU{
        background:rgb(182, 0, 22);
    }
.LenderRecord__buttonBrokerhillCommunityCU{
        background:rgb(227, 0, 27);
        border:0.0625em solid rgb(227, 0, 27);
        color:white;
    }
.LenderRecord__buttonBrokerhillCommunityCU:hover, .LenderRecord__buttonBrokerhillCommunityCU:focus, .LenderRecord__buttonBrokerhillCommunityCU:active{
        background:rgb(182, 0, 22);
        border:0.0625em solid rgb(227, 0, 27);
        color:white;
    }
.LenderRecord__buttonWhiteBrokerhillCommunityCU{
        background:white;
        border:0.0625em solid rgb(227, 0, 27);
        color:rgb(227, 0, 27);
    }
.LenderRecord__buttonWhiteBrokerhillCommunityCU:hover, .LenderRecord__buttonWhiteBrokerhillCommunityCU:focus, .LenderRecord__buttonWhiteBrokerhillCommunityCU:active{
        background:rgb(182, 0, 22);
        border:0.0625em solid rgb(227, 0, 27);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBrokerhillCommunityCU{
      border:0.0625em solid rgb(227, 0, 27);
    }
.LenderRecord__lenderBackgroundBrokerhillCommunityCU .LenderRecord__headerRatioBar{
        background:rgb(227, 0, 27);
      }
.LenderRecord__lenderBackgroundBrokerhillCommunityCU:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(182, 0, 22);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBrokerhillCommunityCU{
        border:0.125em solid #e3001b;
        overflow:hidden;
    }
.LenderRecord__productRecordBrokerhillCommunityCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBrokerhillCommunityCU:hover{
        border-left:0.0625em solid rgb(227, 0, 27);
        border-right:0.0625em solid rgb(227, 0, 27);
        border-bottom:0.0625em solid rgb(227, 0, 27);
    }
.LenderRecord__productRecordBrokerhillCommunityCU:hover .LenderRecord__sortingDescriptionBorderBrokerhillCommunityCU{
            background:rgb(227, 0, 27) !important;
            color:white;
        }
.LenderRecord__BuyersEdge, .LenderRecord__contentBgBuyersEdge, .LenderRecord__BuyersEdge .LenderRecord__viewMoreButton{
        background:#414973 !important;
    }
.LenderRecord__BuyersEdge:hover, .LenderRecord__BuyersEdge .LenderRecord__viewMoreButton:hover{
        background:rgb(52, 58, 92) !important;
    }
.LenderRecord__progressBarBuyersEdge{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#414973;
        background:-webkit-gradient(linear,  right top, left top,  from(#414973),color-stop(50%, #414973),color-stop(51%, #414973),to(#414973));
        background:linear-gradient(to left,  #414973 0%,#414973 50%,#414973 51%,#414973 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBuyersEdge{
        background:rgb(52, 58, 92);
    }
.LenderRecord__buttonBuyersEdge{
        background:rgb(65, 73, 115);
        border:0.0625em solid rgb(65, 73, 115);
        color:white;
    }
.LenderRecord__buttonBuyersEdge:hover, .LenderRecord__buttonBuyersEdge:focus, .LenderRecord__buttonBuyersEdge:active{
        background:rgb(52, 58, 92);
        border:0.0625em solid rgb(65, 73, 115);
        color:white;
    }
.LenderRecord__buttonWhiteBuyersEdge{
        background:white;
        border:0.0625em solid rgb(65, 73, 115);
        color:rgb(65, 73, 115);
    }
.LenderRecord__buttonWhiteBuyersEdge:hover, .LenderRecord__buttonWhiteBuyersEdge:focus, .LenderRecord__buttonWhiteBuyersEdge:active{
        background:rgb(52, 58, 92);
        border:0.0625em solid rgb(65, 73, 115);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBuyersEdge{
      border:0.0625em solid rgb(65, 73, 115);
    }
.LenderRecord__lenderBackgroundBuyersEdge .LenderRecord__headerRatioBar{
        background:rgb(65, 73, 115);
      }
.LenderRecord__lenderBackgroundBuyersEdge:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(52, 58, 92);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBuyersEdge{
        border:0.125em solid #414973;
        overflow:hidden;
    }
.LenderRecord__productRecordBuyersEdge{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBuyersEdge:hover{
        border-left:0.0625em solid rgb(65, 73, 115);
        border-right:0.0625em solid rgb(65, 73, 115);
        border-bottom:0.0625em solid rgb(65, 73, 115);
    }
.LenderRecord__productRecordBuyersEdge:hover .LenderRecord__sortingDescriptionBorderBuyersEdge{
            background:rgb(65, 73, 115) !important;
            color:white;
        }
.LenderRecord__CoastlineCU, .LenderRecord__contentBgCoastlineCU, .LenderRecord__CoastlineCU .LenderRecord__viewMoreButton{
        background:#223A77 !important;
    }
.LenderRecord__CoastlineCU:hover, .LenderRecord__CoastlineCU .LenderRecord__viewMoreButton:hover{
        background:rgb(27, 46, 95) !important;
    }
.LenderRecord__progressBarCoastlineCU{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#223A77;
        background:-webkit-gradient(linear,  right top, left top,  from(#223A77),color-stop(50%, #223A77),color-stop(51%, #223A77),to(#223A77));
        background:linear-gradient(to left,  #223A77 0%,#223A77 50%,#223A77 51%,#223A77 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverCoastlineCU{
        background:rgb(27, 46, 95);
    }
.LenderRecord__buttonCoastlineCU{
        background:rgb(34, 58, 119);
        border:0.0625em solid rgb(34, 58, 119);
        color:white;
    }
.LenderRecord__buttonCoastlineCU:hover, .LenderRecord__buttonCoastlineCU:focus, .LenderRecord__buttonCoastlineCU:active{
        background:rgb(27, 46, 95);
        border:0.0625em solid rgb(34, 58, 119);
        color:white;
    }
.LenderRecord__buttonWhiteCoastlineCU{
        background:white;
        border:0.0625em solid rgb(34, 58, 119);
        color:rgb(34, 58, 119);
    }
.LenderRecord__buttonWhiteCoastlineCU:hover, .LenderRecord__buttonWhiteCoastlineCU:focus, .LenderRecord__buttonWhiteCoastlineCU:active{
        background:rgb(27, 46, 95);
        border:0.0625em solid rgb(34, 58, 119);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderCoastlineCU{
      border:0.0625em solid rgb(34, 58, 119);
    }
.LenderRecord__lenderBackgroundCoastlineCU .LenderRecord__headerRatioBar{
        background:rgb(34, 58, 119);
      }
.LenderRecord__lenderBackgroundCoastlineCU:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(27, 46, 95);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxCoastlineCU{
        border:0.125em solid #223a77;
        overflow:hidden;
    }
.LenderRecord__productRecordCoastlineCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordCoastlineCU:hover{
        border-left:0.0625em solid rgb(34, 58, 119);
        border-right:0.0625em solid rgb(34, 58, 119);
        border-bottom:0.0625em solid rgb(34, 58, 119);
    }
.LenderRecord__productRecordCoastlineCU:hover .LenderRecord__sortingDescriptionBorderCoastlineCU{
            background:rgb(34, 58, 119) !important;
            color:white;
        }
.LenderRecord__CreditUnionSA, .LenderRecord__contentBgCreditUnionSA, .LenderRecord__CreditUnionSA .LenderRecord__viewMoreButton{
        background:#695E4A !important;
    }
.LenderRecord__CreditUnionSA:hover, .LenderRecord__CreditUnionSA .LenderRecord__viewMoreButton:hover{
        background:rgb(84, 75, 59) !important;
    }
.LenderRecord__progressBarCreditUnionSA{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#695E4A;
        background:-webkit-gradient(linear,  right top, left top,  from(#695E4A),color-stop(50%, #695E4A),color-stop(51%, #695E4A),to(#695E4A));
        background:linear-gradient(to left,  #695E4A 0%,#695E4A 50%,#695E4A 51%,#695E4A 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverCreditUnionSA{
        background:rgb(84, 75, 59);
    }
.LenderRecord__buttonCreditUnionSA{
        background:rgb(105, 94, 74);
        border:0.0625em solid rgb(105, 94, 74);
        color:white;
    }
.LenderRecord__buttonCreditUnionSA:hover, .LenderRecord__buttonCreditUnionSA:focus, .LenderRecord__buttonCreditUnionSA:active{
        background:rgb(84, 75, 59);
        border:0.0625em solid rgb(105, 94, 74);
        color:white;
    }
.LenderRecord__buttonWhiteCreditUnionSA{
        background:white;
        border:0.0625em solid rgb(105, 94, 74);
        color:rgb(105, 94, 74);
    }
.LenderRecord__buttonWhiteCreditUnionSA:hover, .LenderRecord__buttonWhiteCreditUnionSA:focus, .LenderRecord__buttonWhiteCreditUnionSA:active{
        background:rgb(84, 75, 59);
        border:0.0625em solid rgb(105, 94, 74);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderCreditUnionSA{
      border:0.0625em solid rgb(105, 94, 74);
    }
.LenderRecord__lenderBackgroundCreditUnionSA .LenderRecord__headerRatioBar{
        background:rgb(105, 94, 74);
      }
.LenderRecord__lenderBackgroundCreditUnionSA:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(84, 75, 59);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxCreditUnionSA{
        border:0.125em solid #695e4a;
        overflow:hidden;
    }
.LenderRecord__productRecordCreditUnionSA{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordCreditUnionSA:hover{
        border-left:0.0625em solid rgb(105, 94, 74);
        border-right:0.0625em solid rgb(105, 94, 74);
        border-bottom:0.0625em solid rgb(105, 94, 74);
    }
.LenderRecord__productRecordCreditUnionSA:hover .LenderRecord__sortingDescriptionBorderCreditUnionSA{
            background:rgb(105, 94, 74) !important;
            color:white;
        }
.LenderRecord__CreditlineCard, .LenderRecord__contentBgCreditlineCard, .LenderRecord__CreditlineCard .LenderRecord__viewMoreButton{
        background:#0878AB !important;
    }
.LenderRecord__CreditlineCard:hover, .LenderRecord__CreditlineCard .LenderRecord__viewMoreButton:hover{
        background:rgb(6, 96, 137) !important;
    }
.LenderRecord__progressBarCreditlineCard{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#0878AB;
        background:-webkit-gradient(linear,  right top, left top,  from(#0878AB),color-stop(50%, #0878AB),color-stop(51%, #0878AB),to(#0878AB));
        background:linear-gradient(to left,  #0878AB 0%,#0878AB 50%,#0878AB 51%,#0878AB 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverCreditlineCard{
        background:rgb(6, 96, 137);
    }
.LenderRecord__buttonCreditlineCard{
        background:rgb(8, 120, 171);
        border:0.0625em solid rgb(8, 120, 171);
        color:white;
    }
.LenderRecord__buttonCreditlineCard:hover, .LenderRecord__buttonCreditlineCard:focus, .LenderRecord__buttonCreditlineCard:active{
        background:rgb(6, 96, 137);
        border:0.0625em solid rgb(8, 120, 171);
        color:white;
    }
.LenderRecord__buttonWhiteCreditlineCard{
        background:white;
        border:0.0625em solid rgb(8, 120, 171);
        color:rgb(8, 120, 171);
    }
.LenderRecord__buttonWhiteCreditlineCard:hover, .LenderRecord__buttonWhiteCreditlineCard:focus, .LenderRecord__buttonWhiteCreditlineCard:active{
        background:rgb(6, 96, 137);
        border:0.0625em solid rgb(8, 120, 171);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderCreditlineCard{
      border:0.0625em solid rgb(8, 120, 171);
    }
.LenderRecord__lenderBackgroundCreditlineCard .LenderRecord__headerRatioBar{
        background:rgb(8, 120, 171);
      }
.LenderRecord__lenderBackgroundCreditlineCard:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(6, 96, 137);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxCreditlineCard{
        border:0.125em solid #0878ab;
        overflow:hidden;
    }
.LenderRecord__productRecordCreditlineCard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordCreditlineCard:hover{
        border-left:0.0625em solid rgb(8, 120, 171);
        border-right:0.0625em solid rgb(8, 120, 171);
        border-bottom:0.0625em solid rgb(8, 120, 171);
    }
.LenderRecord__productRecordCreditlineCard:hover .LenderRecord__sortingDescriptionBorderCreditlineCard{
            background:rgb(8, 120, 171) !important;
            color:white;
        }
.LenderRecord__DefenseBank, .LenderRecord__contentBgDefenseBank, .LenderRecord__DefenseBank .LenderRecord__viewMoreButton{
        background:#D41245 !important;
    }
.LenderRecord__DefenseBank:hover, .LenderRecord__DefenseBank .LenderRecord__viewMoreButton:hover{
        background:rgb(170, 14, 55) !important;
    }
.LenderRecord__progressBarDefenseBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#D41245;
        background:-webkit-gradient(linear,  right top, left top,  from(#D41245),color-stop(50%, #D41245),color-stop(51%, #D41245),to(#D41245));
        background:linear-gradient(to left,  #D41245 0%,#D41245 50%,#D41245 51%,#D41245 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverDefenseBank{
        background:rgb(170, 14, 55);
    }
.LenderRecord__buttonDefenseBank{
        background:rgb(212, 18, 69);
        border:0.0625em solid rgb(212, 18, 69);
        color:white;
    }
.LenderRecord__buttonDefenseBank:hover, .LenderRecord__buttonDefenseBank:focus, .LenderRecord__buttonDefenseBank:active{
        background:rgb(170, 14, 55);
        border:0.0625em solid rgb(212, 18, 69);
        color:white;
    }
.LenderRecord__buttonWhiteDefenseBank{
        background:white;
        border:0.0625em solid rgb(212, 18, 69);
        color:rgb(212, 18, 69);
    }
.LenderRecord__buttonWhiteDefenseBank:hover, .LenderRecord__buttonWhiteDefenseBank:focus, .LenderRecord__buttonWhiteDefenseBank:active{
        background:rgb(170, 14, 55);
        border:0.0625em solid rgb(212, 18, 69);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderDefenseBank{
      border:0.0625em solid rgb(212, 18, 69);
    }
.LenderRecord__lenderBackgroundDefenseBank .LenderRecord__headerRatioBar{
        background:rgb(212, 18, 69);
      }
.LenderRecord__lenderBackgroundDefenseBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(170, 14, 55);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxDefenseBank{
        border:0.125em solid #d41245;
        overflow:hidden;
    }
.LenderRecord__productRecordDefenseBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordDefenseBank:hover{
        border-left:0.0625em solid rgb(212, 18, 69);
        border-right:0.0625em solid rgb(212, 18, 69);
        border-bottom:0.0625em solid rgb(212, 18, 69);
    }
.LenderRecord__productRecordDefenseBank:hover .LenderRecord__sortingDescriptionBorderDefenseBank{
            background:rgb(212, 18, 69) !important;
            color:white;
        }
.LenderRecord__FireServicesCU, .LenderRecord__contentBgFireServicesCU, .LenderRecord__FireServicesCU .LenderRecord__viewMoreButton{
        background:#000000 !important;
    }
.LenderRecord__FireServicesCU:hover, .LenderRecord__FireServicesCU .LenderRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.LenderRecord__progressBarFireServicesCU{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverFireServicesCU{
        background:rgb(51, 51, 51);
    }
.LenderRecord__buttonFireServicesCU{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonFireServicesCU:hover, .LenderRecord__buttonFireServicesCU:focus, .LenderRecord__buttonFireServicesCU:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonWhiteFireServicesCU{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.LenderRecord__buttonWhiteFireServicesCU:hover, .LenderRecord__buttonWhiteFireServicesCU:focus, .LenderRecord__buttonWhiteFireServicesCU:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderFireServicesCU{
      border:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__lenderBackgroundFireServicesCU .LenderRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.LenderRecord__lenderBackgroundFireServicesCU:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxFireServicesCU{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.LenderRecord__productRecordFireServicesCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordFireServicesCU:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__productRecordFireServicesCU:hover .LenderRecord__sortingDescriptionBorderFireServicesCU{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.LenderRecord__FirstChoiceCU, .LenderRecord__contentBgFirstChoiceCU, .LenderRecord__FirstChoiceCU .LenderRecord__viewMoreButton{
        background:#72A49B !important;
    }
.LenderRecord__FirstChoiceCU:hover, .LenderRecord__FirstChoiceCU .LenderRecord__viewMoreButton:hover{
        background:rgb(91, 131, 124) !important;
    }
.LenderRecord__progressBarFirstChoiceCU{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#72A49B;
        background:-webkit-gradient(linear,  right top, left top,  from(#72A49B),color-stop(50%, #72A49B),color-stop(51%, #72A49B),to(#72A49B));
        background:linear-gradient(to left,  #72A49B 0%,#72A49B 50%,#72A49B 51%,#72A49B 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverFirstChoiceCU{
        background:rgb(91, 131, 124);
    }
.LenderRecord__buttonFirstChoiceCU{
        background:rgb(114, 164, 155);
        border:0.0625em solid rgb(114, 164, 155);
        color:white;
    }
.LenderRecord__buttonFirstChoiceCU:hover, .LenderRecord__buttonFirstChoiceCU:focus, .LenderRecord__buttonFirstChoiceCU:active{
        background:rgb(91, 131, 124);
        border:0.0625em solid rgb(114, 164, 155);
        color:white;
    }
.LenderRecord__buttonWhiteFirstChoiceCU{
        background:white;
        border:0.0625em solid rgb(114, 164, 155);
        color:rgb(114, 164, 155);
    }
.LenderRecord__buttonWhiteFirstChoiceCU:hover, .LenderRecord__buttonWhiteFirstChoiceCU:focus, .LenderRecord__buttonWhiteFirstChoiceCU:active{
        background:rgb(91, 131, 124);
        border:0.0625em solid rgb(114, 164, 155);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderFirstChoiceCU{
      border:0.0625em solid rgb(114, 164, 155);
    }
.LenderRecord__lenderBackgroundFirstChoiceCU .LenderRecord__headerRatioBar{
        background:rgb(114, 164, 155);
      }
.LenderRecord__lenderBackgroundFirstChoiceCU:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(91, 131, 124);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxFirstChoiceCU{
        border:0.125em solid #72a49b;
        overflow:hidden;
    }
.LenderRecord__productRecordFirstChoiceCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordFirstChoiceCU:hover{
        border-left:0.0625em solid rgb(114, 164, 155);
        border-right:0.0625em solid rgb(114, 164, 155);
        border-bottom:0.0625em solid rgb(114, 164, 155);
    }
.LenderRecord__productRecordFirstChoiceCU:hover .LenderRecord__sortingDescriptionBorderFirstChoiceCU{
            background:rgb(114, 164, 155) !important;
            color:white;
        }
.LenderRecord__GatewayBank, .LenderRecord__contentBgGatewayBank, .LenderRecord__GatewayBank .LenderRecord__viewMoreButton{
        background:#002B54 !important;
    }
.LenderRecord__GatewayBank:hover, .LenderRecord__GatewayBank .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 34, 67) !important;
    }
.LenderRecord__progressBarGatewayBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#002B54;
        background:-webkit-gradient(linear,  right top, left top,  from(#002B54),color-stop(50%, #002B54),color-stop(51%, #002B54),to(#002B54));
        background:linear-gradient(to left,  #002B54 0%,#002B54 50%,#002B54 51%,#002B54 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverGatewayBank{
        background:rgb(0, 34, 67);
    }
.LenderRecord__buttonGatewayBank{
        background:rgb(0, 43, 84);
        border:0.0625em solid rgb(0, 43, 84);
        color:white;
    }
.LenderRecord__buttonGatewayBank:hover, .LenderRecord__buttonGatewayBank:focus, .LenderRecord__buttonGatewayBank:active{
        background:rgb(0, 34, 67);
        border:0.0625em solid rgb(0, 43, 84);
        color:white;
    }
.LenderRecord__buttonWhiteGatewayBank{
        background:white;
        border:0.0625em solid rgb(0, 43, 84);
        color:rgb(0, 43, 84);
    }
.LenderRecord__buttonWhiteGatewayBank:hover, .LenderRecord__buttonWhiteGatewayBank:focus, .LenderRecord__buttonWhiteGatewayBank:active{
        background:rgb(0, 34, 67);
        border:0.0625em solid rgb(0, 43, 84);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderGatewayBank{
      border:0.0625em solid rgb(0, 43, 84);
    }
.LenderRecord__lenderBackgroundGatewayBank .LenderRecord__headerRatioBar{
        background:rgb(0, 43, 84);
      }
.LenderRecord__lenderBackgroundGatewayBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 34, 67);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxGatewayBank{
        border:0.125em solid #002b54;
        overflow:hidden;
    }
.LenderRecord__productRecordGatewayBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordGatewayBank:hover{
        border-left:0.0625em solid rgb(0, 43, 84);
        border-right:0.0625em solid rgb(0, 43, 84);
        border-bottom:0.0625em solid rgb(0, 43, 84);
    }
.LenderRecord__productRecordGatewayBank:hover .LenderRecord__sortingDescriptionBorderGatewayBank{
            background:rgb(0, 43, 84) !important;
            color:white;
        }
.LenderRecord__GemVisaCard, .LenderRecord__contentBgGemVisaCard, .LenderRecord__GemVisaCard .LenderRecord__viewMoreButton{
        background:#1964B3 !important;
    }
.LenderRecord__GemVisaCard:hover, .LenderRecord__GemVisaCard .LenderRecord__viewMoreButton:hover{
        background:rgb(20, 80, 143) !important;
    }
.LenderRecord__progressBarGemVisaCard{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#1964B3;
        background:-webkit-gradient(linear,  right top, left top,  from(#1964B3),color-stop(50%, #1964B3),color-stop(51%, #1964B3),to(#1964B3));
        background:linear-gradient(to left,  #1964B3 0%,#1964B3 50%,#1964B3 51%,#1964B3 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverGemVisaCard{
        background:rgb(20, 80, 143);
    }
.LenderRecord__buttonGemVisaCard{
        background:rgb(25, 100, 179);
        border:0.0625em solid rgb(25, 100, 179);
        color:white;
    }
.LenderRecord__buttonGemVisaCard:hover, .LenderRecord__buttonGemVisaCard:focus, .LenderRecord__buttonGemVisaCard:active{
        background:rgb(20, 80, 143);
        border:0.0625em solid rgb(25, 100, 179);
        color:white;
    }
.LenderRecord__buttonWhiteGemVisaCard{
        background:white;
        border:0.0625em solid rgb(25, 100, 179);
        color:rgb(25, 100, 179);
    }
.LenderRecord__buttonWhiteGemVisaCard:hover, .LenderRecord__buttonWhiteGemVisaCard:focus, .LenderRecord__buttonWhiteGemVisaCard:active{
        background:rgb(20, 80, 143);
        border:0.0625em solid rgb(25, 100, 179);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderGemVisaCard{
      border:0.0625em solid rgb(25, 100, 179);
    }
.LenderRecord__lenderBackgroundGemVisaCard .LenderRecord__headerRatioBar{
        background:rgb(25, 100, 179);
      }
.LenderRecord__lenderBackgroundGemVisaCard:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(20, 80, 143);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxGemVisaCard{
        border:0.125em solid #1964b3;
        overflow:hidden;
    }
.LenderRecord__productRecordGemVisaCard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordGemVisaCard:hover{
        border-left:0.0625em solid rgb(25, 100, 179);
        border-right:0.0625em solid rgb(25, 100, 179);
        border-bottom:0.0625em solid rgb(25, 100, 179);
    }
.LenderRecord__productRecordGemVisaCard:hover .LenderRecord__sortingDescriptionBorderGemVisaCard{
            background:rgb(25, 100, 179) !important;
            color:white;
        }
.LenderRecord__GOMastercard, .LenderRecord__contentBgGOMastercard, .LenderRecord__GOMastercard .LenderRecord__viewMoreButton{
        background:#1D5828 !important;
    }
.LenderRecord__GOMastercard:hover, .LenderRecord__GOMastercard .LenderRecord__viewMoreButton:hover{
        background:rgb(23, 70, 32) !important;
    }
.LenderRecord__progressBarGOMastercard{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#1D5828;
        background:-webkit-gradient(linear,  right top, left top,  from(#1D5828),color-stop(50%, #1D5828),color-stop(51%, #1D5828),to(#1D5828));
        background:linear-gradient(to left,  #1D5828 0%,#1D5828 50%,#1D5828 51%,#1D5828 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverGOMastercard{
        background:rgb(23, 70, 32);
    }
.LenderRecord__buttonGOMastercard{
        background:rgb(29, 88, 40);
        border:0.0625em solid rgb(29, 88, 40);
        color:white;
    }
.LenderRecord__buttonGOMastercard:hover, .LenderRecord__buttonGOMastercard:focus, .LenderRecord__buttonGOMastercard:active{
        background:rgb(23, 70, 32);
        border:0.0625em solid rgb(29, 88, 40);
        color:white;
    }
.LenderRecord__buttonWhiteGOMastercard{
        background:white;
        border:0.0625em solid rgb(29, 88, 40);
        color:rgb(29, 88, 40);
    }
.LenderRecord__buttonWhiteGOMastercard:hover, .LenderRecord__buttonWhiteGOMastercard:focus, .LenderRecord__buttonWhiteGOMastercard:active{
        background:rgb(23, 70, 32);
        border:0.0625em solid rgb(29, 88, 40);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderGOMastercard{
      border:0.0625em solid rgb(29, 88, 40);
    }
.LenderRecord__lenderBackgroundGOMastercard .LenderRecord__headerRatioBar{
        background:rgb(29, 88, 40);
      }
.LenderRecord__lenderBackgroundGOMastercard:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(23, 70, 32);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxGOMastercard{
        border:0.125em solid #1d5828;
        overflow:hidden;
    }
.LenderRecord__productRecordGOMastercard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordGOMastercard:hover{
        border-left:0.0625em solid rgb(29, 88, 40);
        border-right:0.0625em solid rgb(29, 88, 40);
        border-bottom:0.0625em solid rgb(29, 88, 40);
    }
.LenderRecord__productRecordGOMastercard:hover .LenderRecord__sortingDescriptionBorderGOMastercard{
            background:rgb(29, 88, 40) !important;
            color:white;
        }
.LenderRecord__LatitudeEcoMastercard, .LenderRecord__contentBgLatitudeEcoMastercard, .LenderRecord__LatitudeEcoMastercard .LenderRecord__viewMoreButton{
        background:#48A642 !important;
    }
.LenderRecord__LatitudeEcoMastercard:hover, .LenderRecord__LatitudeEcoMastercard .LenderRecord__viewMoreButton:hover{
        background:rgb(58, 133, 53) !important;
    }
.LenderRecord__progressBarLatitudeEcoMastercard{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#48A642;
        background:-webkit-gradient(linear,  right top, left top,  from(#48A642),color-stop(50%, #48A642),color-stop(51%, #48A642),to(#48A642));
        background:linear-gradient(to left,  #48A642 0%,#48A642 50%,#48A642 51%,#48A642 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverLatitudeEcoMastercard{
        background:rgb(58, 133, 53);
    }
.LenderRecord__buttonLatitudeEcoMastercard{
        background:rgb(72, 166, 66);
        border:0.0625em solid rgb(72, 166, 66);
        color:white;
    }
.LenderRecord__buttonLatitudeEcoMastercard:hover, .LenderRecord__buttonLatitudeEcoMastercard:focus, .LenderRecord__buttonLatitudeEcoMastercard:active{
        background:rgb(58, 133, 53);
        border:0.0625em solid rgb(72, 166, 66);
        color:white;
    }
.LenderRecord__buttonWhiteLatitudeEcoMastercard{
        background:white;
        border:0.0625em solid rgb(72, 166, 66);
        color:rgb(72, 166, 66);
    }
.LenderRecord__buttonWhiteLatitudeEcoMastercard:hover, .LenderRecord__buttonWhiteLatitudeEcoMastercard:focus, .LenderRecord__buttonWhiteLatitudeEcoMastercard:active{
        background:rgb(58, 133, 53);
        border:0.0625em solid rgb(72, 166, 66);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderLatitudeEcoMastercard{
      border:0.0625em solid rgb(72, 166, 66);
    }
.LenderRecord__lenderBackgroundLatitudeEcoMastercard .LenderRecord__headerRatioBar{
        background:rgb(72, 166, 66);
      }
.LenderRecord__lenderBackgroundLatitudeEcoMastercard:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(58, 133, 53);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxLatitudeEcoMastercard{
        border:0.125em solid #48a642;
        overflow:hidden;
    }
.LenderRecord__productRecordLatitudeEcoMastercard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordLatitudeEcoMastercard:hover{
        border-left:0.0625em solid rgb(72, 166, 66);
        border-right:0.0625em solid rgb(72, 166, 66);
        border-bottom:0.0625em solid rgb(72, 166, 66);
    }
.LenderRecord__productRecordLatitudeEcoMastercard:hover .LenderRecord__sortingDescriptionBorderLatitudeEcoMastercard{
            background:rgb(72, 166, 66) !important;
            color:white;
        }
.LenderRecord__LatitudeInfinityCard, .LenderRecord__contentBgLatitudeInfinityCard, .LenderRecord__LatitudeInfinityCard .LenderRecord__viewMoreButton{
        background:#191617 !important;
    }
.LenderRecord__LatitudeInfinityCard:hover, .LenderRecord__LatitudeInfinityCard .LenderRecord__viewMoreButton:hover{
        background:rgb(20, 18, 18) !important;
    }
.LenderRecord__progressBarLatitudeInfinityCard{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#191617;
        background:-webkit-gradient(linear,  right top, left top,  from(#191617),color-stop(50%, #191617),color-stop(51%, #191617),to(#191617));
        background:linear-gradient(to left,  #191617 0%,#191617 50%,#191617 51%,#191617 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverLatitudeInfinityCard{
        background:rgb(20, 18, 18);
    }
.LenderRecord__buttonLatitudeInfinityCard{
        background:rgb(25, 22, 23);
        border:0.0625em solid rgb(25, 22, 23);
        color:white;
    }
.LenderRecord__buttonLatitudeInfinityCard:hover, .LenderRecord__buttonLatitudeInfinityCard:focus, .LenderRecord__buttonLatitudeInfinityCard:active{
        background:rgb(20, 18, 18);
        border:0.0625em solid rgb(25, 22, 23);
        color:white;
    }
.LenderRecord__buttonWhiteLatitudeInfinityCard{
        background:white;
        border:0.0625em solid rgb(25, 22, 23);
        color:rgb(25, 22, 23);
    }
.LenderRecord__buttonWhiteLatitudeInfinityCard:hover, .LenderRecord__buttonWhiteLatitudeInfinityCard:focus, .LenderRecord__buttonWhiteLatitudeInfinityCard:active{
        background:rgb(20, 18, 18);
        border:0.0625em solid rgb(25, 22, 23);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderLatitudeInfinityCard{
      border:0.0625em solid rgb(25, 22, 23);
    }
.LenderRecord__lenderBackgroundLatitudeInfinityCard .LenderRecord__headerRatioBar{
        background:rgb(25, 22, 23);
      }
.LenderRecord__lenderBackgroundLatitudeInfinityCard:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(20, 18, 18);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxLatitudeInfinityCard{
        border:0.125em solid #191617;
        overflow:hidden;
    }
.LenderRecord__productRecordLatitudeInfinityCard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordLatitudeInfinityCard:hover{
        border-left:0.0625em solid rgb(25, 22, 23);
        border-right:0.0625em solid rgb(25, 22, 23);
        border-bottom:0.0625em solid rgb(25, 22, 23);
    }
.LenderRecord__productRecordLatitudeInfinityCard:hover .LenderRecord__sortingDescriptionBorderLatitudeInfinityCard{
            background:rgb(25, 22, 23) !important;
            color:white;
        }
.LenderRecord__LatitudeLowRateMastercard, .LenderRecord__contentBgLatitudeLowRateMastercard, .LenderRecord__LatitudeLowRateMastercard .LenderRecord__viewMoreButton{
        background:#0069A0 !important;
    }
.LenderRecord__LatitudeLowRateMastercard:hover, .LenderRecord__LatitudeLowRateMastercard .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 84, 128) !important;
    }
.LenderRecord__progressBarLatitudeLowRateMastercard{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#0069A0;
        background:-webkit-gradient(linear,  right top, left top,  from(#0069A0),color-stop(50%, #0069A0),color-stop(51%, #0069A0),to(#0069A0));
        background:linear-gradient(to left,  #0069A0 0%,#0069A0 50%,#0069A0 51%,#0069A0 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverLatitudeLowRateMastercard{
        background:rgb(0, 84, 128);
    }
.LenderRecord__buttonLatitudeLowRateMastercard{
        background:rgb(0, 105, 160);
        border:0.0625em solid rgb(0, 105, 160);
        color:white;
    }
.LenderRecord__buttonLatitudeLowRateMastercard:hover, .LenderRecord__buttonLatitudeLowRateMastercard:focus, .LenderRecord__buttonLatitudeLowRateMastercard:active{
        background:rgb(0, 84, 128);
        border:0.0625em solid rgb(0, 105, 160);
        color:white;
    }
.LenderRecord__buttonWhiteLatitudeLowRateMastercard{
        background:white;
        border:0.0625em solid rgb(0, 105, 160);
        color:rgb(0, 105, 160);
    }
.LenderRecord__buttonWhiteLatitudeLowRateMastercard:hover, .LenderRecord__buttonWhiteLatitudeLowRateMastercard:focus, .LenderRecord__buttonWhiteLatitudeLowRateMastercard:active{
        background:rgb(0, 84, 128);
        border:0.0625em solid rgb(0, 105, 160);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderLatitudeLowRateMastercard{
      border:0.0625em solid rgb(0, 105, 160);
    }
.LenderRecord__lenderBackgroundLatitudeLowRateMastercard .LenderRecord__headerRatioBar{
        background:rgb(0, 105, 160);
      }
.LenderRecord__lenderBackgroundLatitudeLowRateMastercard:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 84, 128);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxLatitudeLowRateMastercard{
        border:0.125em solid #0069a0;
        overflow:hidden;
    }
.LenderRecord__productRecordLatitudeLowRateMastercard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordLatitudeLowRateMastercard:hover{
        border-left:0.0625em solid rgb(0, 105, 160);
        border-right:0.0625em solid rgb(0, 105, 160);
        border-bottom:0.0625em solid rgb(0, 105, 160);
    }
.LenderRecord__productRecordLatitudeLowRateMastercard:hover .LenderRecord__sortingDescriptionBorderLatitudeLowRateMastercard{
            background:rgb(0, 105, 160) !important;
            color:white;
        }
.LenderRecord__LatitudeMastercard, .LenderRecord__contentBgLatitudeMastercard, .LenderRecord__LatitudeMastercard .LenderRecord__viewMoreButton{
        background:#0067C9 !important;
    }
.LenderRecord__LatitudeMastercard:hover, .LenderRecord__LatitudeMastercard .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 82, 161) !important;
    }
.LenderRecord__progressBarLatitudeMastercard{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#0067C9;
        background:-webkit-gradient(linear,  right top, left top,  from(#0067C9),color-stop(50%, #0067C9),color-stop(51%, #0067C9),to(#0067C9));
        background:linear-gradient(to left,  #0067C9 0%,#0067C9 50%,#0067C9 51%,#0067C9 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverLatitudeMastercard{
        background:rgb(0, 82, 161);
    }
.LenderRecord__buttonLatitudeMastercard{
        background:rgb(0, 103, 201);
        border:0.0625em solid rgb(0, 103, 201);
        color:white;
    }
.LenderRecord__buttonLatitudeMastercard:hover, .LenderRecord__buttonLatitudeMastercard:focus, .LenderRecord__buttonLatitudeMastercard:active{
        background:rgb(0, 82, 161);
        border:0.0625em solid rgb(0, 103, 201);
        color:white;
    }
.LenderRecord__buttonWhiteLatitudeMastercard{
        background:white;
        border:0.0625em solid rgb(0, 103, 201);
        color:rgb(0, 103, 201);
    }
.LenderRecord__buttonWhiteLatitudeMastercard:hover, .LenderRecord__buttonWhiteLatitudeMastercard:focus, .LenderRecord__buttonWhiteLatitudeMastercard:active{
        background:rgb(0, 82, 161);
        border:0.0625em solid rgb(0, 103, 201);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderLatitudeMastercard{
      border:0.0625em solid rgb(0, 103, 201);
    }
.LenderRecord__lenderBackgroundLatitudeMastercard .LenderRecord__headerRatioBar{
        background:rgb(0, 103, 201);
      }
.LenderRecord__lenderBackgroundLatitudeMastercard:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 82, 161);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxLatitudeMastercard{
        border:0.125em solid #0067c9;
        overflow:hidden;
    }
.LenderRecord__productRecordLatitudeMastercard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordLatitudeMastercard:hover{
        border-left:0.0625em solid rgb(0, 103, 201);
        border-right:0.0625em solid rgb(0, 103, 201);
        border-bottom:0.0625em solid rgb(0, 103, 201);
    }
.LenderRecord__productRecordLatitudeMastercard:hover .LenderRecord__sortingDescriptionBorderLatitudeMastercard{
            background:rgb(0, 103, 201) !important;
            color:white;
        }
.LenderRecord__PNBank, .LenderRecord__contentBgPNBank, .LenderRecord__PNBank .LenderRecord__viewMoreButton{
        background:#FDB940 !important;
    }
.LenderRecord__PNBank:hover, .LenderRecord__PNBank .LenderRecord__viewMoreButton:hover{
        background:rgb(202, 148, 51) !important;
    }
.LenderRecord__progressBarPNBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#FDB940;
        background:-webkit-gradient(linear,  right top, left top,  from(#FDB940),color-stop(50%, #FDB940),color-stop(51%, #FDB940),to(#FDB940));
        background:linear-gradient(to left,  #FDB940 0%,#FDB940 50%,#FDB940 51%,#FDB940 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverPNBank{
        background:rgb(202, 148, 51);
    }
.LenderRecord__buttonPNBank{
        background:rgb(253, 185, 64);
        border:0.0625em solid rgb(253, 185, 64);
        color:white;
    }
.LenderRecord__buttonPNBank:hover, .LenderRecord__buttonPNBank:focus, .LenderRecord__buttonPNBank:active{
        background:rgb(202, 148, 51);
        border:0.0625em solid rgb(253, 185, 64);
        color:white;
    }
.LenderRecord__buttonWhitePNBank{
        background:white;
        border:0.0625em solid rgb(253, 185, 64);
        color:rgb(253, 185, 64);
    }
.LenderRecord__buttonWhitePNBank:hover, .LenderRecord__buttonWhitePNBank:focus, .LenderRecord__buttonWhitePNBank:active{
        background:rgb(202, 148, 51);
        border:0.0625em solid rgb(253, 185, 64);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderPNBank{
      border:0.0625em solid rgb(253, 185, 64);
    }
.LenderRecord__lenderBackgroundPNBank .LenderRecord__headerRatioBar{
        background:rgb(253, 185, 64);
      }
.LenderRecord__lenderBackgroundPNBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(202, 148, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxPNBank{
        border:0.125em solid #fdb940;
        overflow:hidden;
    }
.LenderRecord__productRecordPNBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordPNBank:hover{
        border-left:0.0625em solid rgb(253, 185, 64);
        border-right:0.0625em solid rgb(253, 185, 64);
        border-bottom:0.0625em solid rgb(253, 185, 64);
    }
.LenderRecord__productRecordPNBank:hover .LenderRecord__sortingDescriptionBorderPNBank{
            background:rgb(253, 185, 64) !important;
            color:white;
        }
.LenderRecord__QudosMutualBank, .LenderRecord__contentBgQudosMutualBank, .LenderRecord__QudosMutualBank .LenderRecord__viewMoreButton{
        background:#224081 !important;
    }
.LenderRecord__QudosMutualBank:hover, .LenderRecord__QudosMutualBank .LenderRecord__viewMoreButton:hover{
        background:rgb(27, 51, 103) !important;
    }
.LenderRecord__progressBarQudosMutualBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#224081;
        background:-webkit-gradient(linear,  right top, left top,  from(#224081),color-stop(50%, #224081),color-stop(51%, #224081),to(#224081));
        background:linear-gradient(to left,  #224081 0%,#224081 50%,#224081 51%,#224081 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverQudosMutualBank{
        background:rgb(27, 51, 103);
    }
.LenderRecord__buttonQudosMutualBank{
        background:rgb(34, 64, 129);
        border:0.0625em solid rgb(34, 64, 129);
        color:white;
    }
.LenderRecord__buttonQudosMutualBank:hover, .LenderRecord__buttonQudosMutualBank:focus, .LenderRecord__buttonQudosMutualBank:active{
        background:rgb(27, 51, 103);
        border:0.0625em solid rgb(34, 64, 129);
        color:white;
    }
.LenderRecord__buttonWhiteQudosMutualBank{
        background:white;
        border:0.0625em solid rgb(34, 64, 129);
        color:rgb(34, 64, 129);
    }
.LenderRecord__buttonWhiteQudosMutualBank:hover, .LenderRecord__buttonWhiteQudosMutualBank:focus, .LenderRecord__buttonWhiteQudosMutualBank:active{
        background:rgb(27, 51, 103);
        border:0.0625em solid rgb(34, 64, 129);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderQudosMutualBank{
      border:0.0625em solid rgb(34, 64, 129);
    }
.LenderRecord__lenderBackgroundQudosMutualBank .LenderRecord__headerRatioBar{
        background:rgb(34, 64, 129);
      }
.LenderRecord__lenderBackgroundQudosMutualBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(27, 51, 103);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxQudosMutualBank{
        border:0.125em solid #224081;
        overflow:hidden;
    }
.LenderRecord__productRecordQudosMutualBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordQudosMutualBank:hover{
        border-left:0.0625em solid rgb(34, 64, 129);
        border-right:0.0625em solid rgb(34, 64, 129);
        border-bottom:0.0625em solid rgb(34, 64, 129);
    }
.LenderRecord__productRecordQudosMutualBank:hover .LenderRecord__sortingDescriptionBorderQudosMutualBank{
            background:rgb(34, 64, 129) !important;
            color:white;
        }
.LenderRecord__QueenslandCountryCreditUnion, .LenderRecord__contentBgQueenslandCountryCreditUnion, .LenderRecord__QueenslandCountryCreditUnion .LenderRecord__viewMoreButton{
        background:#FFC20F !important;
    }
.LenderRecord__QueenslandCountryCreditUnion:hover, .LenderRecord__QueenslandCountryCreditUnion .LenderRecord__viewMoreButton:hover{
        background:rgb(204, 155, 12) !important;
    }
.LenderRecord__progressBarQueenslandCountryCreditUnion{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#FFC20F;
        background:-webkit-gradient(linear,  right top, left top,  from(#FFC20F),color-stop(50%, #FFC20F),color-stop(51%, #FFC20F),to(#FFC20F));
        background:linear-gradient(to left,  #FFC20F 0%,#FFC20F 50%,#FFC20F 51%,#FFC20F 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverQueenslandCountryCreditUnion{
        background:rgb(204, 155, 12);
    }
.LenderRecord__buttonQueenslandCountryCreditUnion{
        background:rgb(255, 194, 15);
        border:0.0625em solid rgb(255, 194, 15);
        color:white;
    }
.LenderRecord__buttonQueenslandCountryCreditUnion:hover, .LenderRecord__buttonQueenslandCountryCreditUnion:focus, .LenderRecord__buttonQueenslandCountryCreditUnion:active{
        background:rgb(204, 155, 12);
        border:0.0625em solid rgb(255, 194, 15);
        color:white;
    }
.LenderRecord__buttonWhiteQueenslandCountryCreditUnion{
        background:white;
        border:0.0625em solid rgb(255, 194, 15);
        color:rgb(255, 194, 15);
    }
.LenderRecord__buttonWhiteQueenslandCountryCreditUnion:hover, .LenderRecord__buttonWhiteQueenslandCountryCreditUnion:focus, .LenderRecord__buttonWhiteQueenslandCountryCreditUnion:active{
        background:rgb(204, 155, 12);
        border:0.0625em solid rgb(255, 194, 15);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderQueenslandCountryCreditUnion{
      border:0.0625em solid rgb(255, 194, 15);
    }
.LenderRecord__lenderBackgroundQueenslandCountryCreditUnion .LenderRecord__headerRatioBar{
        background:rgb(255, 194, 15);
      }
.LenderRecord__lenderBackgroundQueenslandCountryCreditUnion:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(204, 155, 12);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxQueenslandCountryCreditUnion{
        border:0.125em solid #ffc20f;
        overflow:hidden;
    }
.LenderRecord__productRecordQueenslandCountryCreditUnion{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordQueenslandCountryCreditUnion:hover{
        border-left:0.0625em solid rgb(255, 194, 15);
        border-right:0.0625em solid rgb(255, 194, 15);
        border-bottom:0.0625em solid rgb(255, 194, 15);
    }
.LenderRecord__productRecordQueenslandCountryCreditUnion:hover .LenderRecord__sortingDescriptionBorderQueenslandCountryCreditUnion{
            background:rgb(255, 194, 15) !important;
            color:white;
        }
.LenderRecord__RaboDirect, .LenderRecord__contentBgRaboDirect, .LenderRecord__RaboDirect .LenderRecord__viewMoreButton{
        background:#FF6701 !important;
    }
.LenderRecord__RaboDirect:hover, .LenderRecord__RaboDirect .LenderRecord__viewMoreButton:hover{
        background:rgb(204, 82, 1) !important;
    }
.LenderRecord__progressBarRaboDirect{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#FF6701;
        background:-webkit-gradient(linear,  right top, left top,  from(#FF6701),color-stop(50%, #FF6701),color-stop(51%, #FF6701),to(#FF6701));
        background:linear-gradient(to left,  #FF6701 0%,#FF6701 50%,#FF6701 51%,#FF6701 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverRaboDirect{
        background:rgb(204, 82, 1);
    }
.LenderRecord__buttonRaboDirect{
        background:rgb(255, 103, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.LenderRecord__buttonRaboDirect:hover, .LenderRecord__buttonRaboDirect:focus, .LenderRecord__buttonRaboDirect:active{
        background:rgb(204, 82, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.LenderRecord__buttonWhiteRaboDirect{
        background:white;
        border:0.0625em solid rgb(255, 103, 1);
        color:rgb(255, 103, 1);
    }
.LenderRecord__buttonWhiteRaboDirect:hover, .LenderRecord__buttonWhiteRaboDirect:focus, .LenderRecord__buttonWhiteRaboDirect:active{
        background:rgb(204, 82, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderRaboDirect{
      border:0.0625em solid rgb(255, 103, 1);
    }
.LenderRecord__lenderBackgroundRaboDirect .LenderRecord__headerRatioBar{
        background:rgb(255, 103, 1);
      }
.LenderRecord__lenderBackgroundRaboDirect:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(204, 82, 1);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxRaboDirect{
        border:0.125em solid #ff6701;
        overflow:hidden;
    }
.LenderRecord__productRecordRaboDirect{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordRaboDirect:hover{
        border-left:0.0625em solid rgb(255, 103, 1);
        border-right:0.0625em solid rgb(255, 103, 1);
        border-bottom:0.0625em solid rgb(255, 103, 1);
    }
.LenderRecord__productRecordRaboDirect:hover .LenderRecord__sortingDescriptionBorderRaboDirect{
            background:rgb(255, 103, 1) !important;
            color:white;
        }
.LenderRecord__AdvantedgeFS, .LenderRecord__contentBgAdvantedgeFS, .LenderRecord__AdvantedgeFS .LenderRecord__viewMoreButton{
        background:#BDD600 !important;
    }
.LenderRecord__AdvantedgeFS:hover, .LenderRecord__AdvantedgeFS .LenderRecord__viewMoreButton:hover{
        background:rgb(151, 171, 0) !important;
    }
.LenderRecord__progressBarAdvantedgeFS{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#BDD600;
        background:-webkit-gradient(linear,  right top, left top,  from(#BDD600),color-stop(50%, #BDD600),color-stop(51%, #BDD600),to(#BDD600));
        background:linear-gradient(to left,  #BDD600 0%,#BDD600 50%,#BDD600 51%,#BDD600 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverAdvantedgeFS{
        background:rgb(151, 171, 0);
    }
.LenderRecord__buttonAdvantedgeFS{
        background:rgb(189, 214, 0);
        border:0.0625em solid rgb(189, 214, 0);
        color:white;
    }
.LenderRecord__buttonAdvantedgeFS:hover, .LenderRecord__buttonAdvantedgeFS:focus, .LenderRecord__buttonAdvantedgeFS:active{
        background:rgb(151, 171, 0);
        border:0.0625em solid rgb(189, 214, 0);
        color:white;
    }
.LenderRecord__buttonWhiteAdvantedgeFS{
        background:white;
        border:0.0625em solid rgb(189, 214, 0);
        color:rgb(189, 214, 0);
    }
.LenderRecord__buttonWhiteAdvantedgeFS:hover, .LenderRecord__buttonWhiteAdvantedgeFS:focus, .LenderRecord__buttonWhiteAdvantedgeFS:active{
        background:rgb(151, 171, 0);
        border:0.0625em solid rgb(189, 214, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderAdvantedgeFS{
      border:0.0625em solid rgb(189, 214, 0);
    }
.LenderRecord__lenderBackgroundAdvantedgeFS .LenderRecord__headerRatioBar{
        background:rgb(189, 214, 0);
      }
.LenderRecord__lenderBackgroundAdvantedgeFS:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(151, 171, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxAdvantedgeFS{
        border:0.125em solid #bdd600;
        overflow:hidden;
    }
.LenderRecord__productRecordAdvantedgeFS{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordAdvantedgeFS:hover{
        border-left:0.0625em solid rgb(189, 214, 0);
        border-right:0.0625em solid rgb(189, 214, 0);
        border-bottom:0.0625em solid rgb(189, 214, 0);
    }
.LenderRecord__productRecordAdvantedgeFS:hover .LenderRecord__sortingDescriptionBorderAdvantedgeFS{
            background:rgb(189, 214, 0) !important;
            color:white;
        }
.LenderRecord__Afterpay, .LenderRecord__contentBgAfterpay, .LenderRecord__Afterpay .LenderRecord__viewMoreButton{
        background:#16A0D5 !important;
    }
.LenderRecord__Afterpay:hover, .LenderRecord__Afterpay .LenderRecord__viewMoreButton:hover{
        background:rgb(18, 128, 170) !important;
    }
.LenderRecord__progressBarAfterpay{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#16A0D5;
        background:-webkit-gradient(linear,  right top, left top,  from(#16A0D5),color-stop(50%, #16A0D5),color-stop(51%, #16A0D5),to(#16A0D5));
        background:linear-gradient(to left,  #16A0D5 0%,#16A0D5 50%,#16A0D5 51%,#16A0D5 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverAfterpay{
        background:rgb(18, 128, 170);
    }
.LenderRecord__buttonAfterpay{
        background:rgb(22, 160, 213);
        border:0.0625em solid rgb(22, 160, 213);
        color:white;
    }
.LenderRecord__buttonAfterpay:hover, .LenderRecord__buttonAfterpay:focus, .LenderRecord__buttonAfterpay:active{
        background:rgb(18, 128, 170);
        border:0.0625em solid rgb(22, 160, 213);
        color:white;
    }
.LenderRecord__buttonWhiteAfterpay{
        background:white;
        border:0.0625em solid rgb(22, 160, 213);
        color:rgb(22, 160, 213);
    }
.LenderRecord__buttonWhiteAfterpay:hover, .LenderRecord__buttonWhiteAfterpay:focus, .LenderRecord__buttonWhiteAfterpay:active{
        background:rgb(18, 128, 170);
        border:0.0625em solid rgb(22, 160, 213);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderAfterpay{
      border:0.0625em solid rgb(22, 160, 213);
    }
.LenderRecord__lenderBackgroundAfterpay .LenderRecord__headerRatioBar{
        background:rgb(22, 160, 213);
      }
.LenderRecord__lenderBackgroundAfterpay:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(18, 128, 170);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxAfterpay{
        border:0.125em solid #16a0d5;
        overflow:hidden;
    }
.LenderRecord__productRecordAfterpay{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordAfterpay:hover{
        border-left:0.0625em solid rgb(22, 160, 213);
        border-right:0.0625em solid rgb(22, 160, 213);
        border-bottom:0.0625em solid rgb(22, 160, 213);
    }
.LenderRecord__productRecordAfterpay:hover .LenderRecord__sortingDescriptionBorderAfterpay{
            background:rgb(22, 160, 213) !important;
            color:white;
        }
.LenderRecord__AustralianMilitary, .LenderRecord__contentBgAustralianMilitary, .LenderRecord__AustralianMilitary .LenderRecord__viewMoreButton{
        background:#EB212E !important;
    }
.LenderRecord__AustralianMilitary:hover, .LenderRecord__AustralianMilitary .LenderRecord__viewMoreButton:hover{
        background:rgb(188, 26, 37) !important;
    }
.LenderRecord__progressBarAustralianMilitary{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#EB212E;
        background:-webkit-gradient(linear,  right top, left top,  from(#EB212E),color-stop(50%, #EB212E),color-stop(51%, #EB212E),to(#EB212E));
        background:linear-gradient(to left,  #EB212E 0%,#EB212E 50%,#EB212E 51%,#EB212E 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverAustralianMilitary{
        background:rgb(188, 26, 37);
    }
.LenderRecord__buttonAustralianMilitary{
        background:rgb(235, 33, 46);
        border:0.0625em solid rgb(235, 33, 46);
        color:white;
    }
.LenderRecord__buttonAustralianMilitary:hover, .LenderRecord__buttonAustralianMilitary:focus, .LenderRecord__buttonAustralianMilitary:active{
        background:rgb(188, 26, 37);
        border:0.0625em solid rgb(235, 33, 46);
        color:white;
    }
.LenderRecord__buttonWhiteAustralianMilitary{
        background:white;
        border:0.0625em solid rgb(235, 33, 46);
        color:rgb(235, 33, 46);
    }
.LenderRecord__buttonWhiteAustralianMilitary:hover, .LenderRecord__buttonWhiteAustralianMilitary:focus, .LenderRecord__buttonWhiteAustralianMilitary:active{
        background:rgb(188, 26, 37);
        border:0.0625em solid rgb(235, 33, 46);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderAustralianMilitary{
      border:0.0625em solid rgb(235, 33, 46);
    }
.LenderRecord__lenderBackgroundAustralianMilitary .LenderRecord__headerRatioBar{
        background:rgb(235, 33, 46);
      }
.LenderRecord__lenderBackgroundAustralianMilitary:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(188, 26, 37);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxAustralianMilitary{
        border:0.125em solid #eb212e;
        overflow:hidden;
    }
.LenderRecord__productRecordAustralianMilitary{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordAustralianMilitary:hover{
        border-left:0.0625em solid rgb(235, 33, 46);
        border-right:0.0625em solid rgb(235, 33, 46);
        border-bottom:0.0625em solid rgb(235, 33, 46);
    }
.LenderRecord__productRecordAustralianMilitary:hover .LenderRecord__sortingDescriptionBorderAustralianMilitary{
            background:rgb(235, 33, 46) !important;
            color:white;
        }
.LenderRecord__AustralianUnity, .LenderRecord__contentBgAustralianUnity, .LenderRecord__AustralianUnity .LenderRecord__viewMoreButton{
        background:#E37221 !important;
    }
.LenderRecord__AustralianUnity:hover, .LenderRecord__AustralianUnity .LenderRecord__viewMoreButton:hover{
        background:rgb(182, 91, 26) !important;
    }
.LenderRecord__progressBarAustralianUnity{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#E37221;
        background:-webkit-gradient(linear,  right top, left top,  from(#E37221),color-stop(50%, #E37221),color-stop(51%, #E37221),to(#E37221));
        background:linear-gradient(to left,  #E37221 0%,#E37221 50%,#E37221 51%,#E37221 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverAustralianUnity{
        background:rgb(182, 91, 26);
    }
.LenderRecord__buttonAustralianUnity{
        background:rgb(227, 114, 33);
        border:0.0625em solid rgb(227, 114, 33);
        color:white;
    }
.LenderRecord__buttonAustralianUnity:hover, .LenderRecord__buttonAustralianUnity:focus, .LenderRecord__buttonAustralianUnity:active{
        background:rgb(182, 91, 26);
        border:0.0625em solid rgb(227, 114, 33);
        color:white;
    }
.LenderRecord__buttonWhiteAustralianUnity{
        background:white;
        border:0.0625em solid rgb(227, 114, 33);
        color:rgb(227, 114, 33);
    }
.LenderRecord__buttonWhiteAustralianUnity:hover, .LenderRecord__buttonWhiteAustralianUnity:focus, .LenderRecord__buttonWhiteAustralianUnity:active{
        background:rgb(182, 91, 26);
        border:0.0625em solid rgb(227, 114, 33);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderAustralianUnity{
      border:0.0625em solid rgb(227, 114, 33);
    }
.LenderRecord__lenderBackgroundAustralianUnity .LenderRecord__headerRatioBar{
        background:rgb(227, 114, 33);
      }
.LenderRecord__lenderBackgroundAustralianUnity:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(182, 91, 26);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxAustralianUnity{
        border:0.125em solid #e37221;
        overflow:hidden;
    }
.LenderRecord__productRecordAustralianUnity{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordAustralianUnity:hover{
        border-left:0.0625em solid rgb(227, 114, 33);
        border-right:0.0625em solid rgb(227, 114, 33);
        border-bottom:0.0625em solid rgb(227, 114, 33);
    }
.LenderRecord__productRecordAustralianUnity:hover .LenderRecord__sortingDescriptionBorderAustralianUnity{
            background:rgb(227, 114, 33) !important;
            color:white;
        }
.LenderRecord__AuswideBank, .LenderRecord__contentBgAuswideBank, .LenderRecord__AuswideBank .LenderRecord__viewMoreButton{
        background:#F68B33 !important;
    }
.LenderRecord__AuswideBank:hover, .LenderRecord__AuswideBank .LenderRecord__viewMoreButton:hover{
        background:rgb(197, 111, 41) !important;
    }
.LenderRecord__progressBarAuswideBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#F68B33;
        background:-webkit-gradient(linear,  right top, left top,  from(#F68B33),color-stop(50%, #F68B33),color-stop(51%, #F68B33),to(#F68B33));
        background:linear-gradient(to left,  #F68B33 0%,#F68B33 50%,#F68B33 51%,#F68B33 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverAuswideBank{
        background:rgb(197, 111, 41);
    }
.LenderRecord__buttonAuswideBank{
        background:rgb(246, 139, 51);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.LenderRecord__buttonAuswideBank:hover, .LenderRecord__buttonAuswideBank:focus, .LenderRecord__buttonAuswideBank:active{
        background:rgb(197, 111, 41);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.LenderRecord__buttonWhiteAuswideBank{
        background:white;
        border:0.0625em solid rgb(246, 139, 51);
        color:rgb(246, 139, 51);
    }
.LenderRecord__buttonWhiteAuswideBank:hover, .LenderRecord__buttonWhiteAuswideBank:focus, .LenderRecord__buttonWhiteAuswideBank:active{
        background:rgb(197, 111, 41);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderAuswideBank{
      border:0.0625em solid rgb(246, 139, 51);
    }
.LenderRecord__lenderBackgroundAuswideBank .LenderRecord__headerRatioBar{
        background:rgb(246, 139, 51);
      }
.LenderRecord__lenderBackgroundAuswideBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(197, 111, 41);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxAuswideBank{
        border:0.125em solid #f68b33;
        overflow:hidden;
    }
.LenderRecord__productRecordAuswideBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordAuswideBank:hover{
        border-left:0.0625em solid rgb(246, 139, 51);
        border-right:0.0625em solid rgb(246, 139, 51);
        border-bottom:0.0625em solid rgb(246, 139, 51);
    }
.LenderRecord__productRecordAuswideBank:hover .LenderRecord__sortingDescriptionBorderAuswideBank{
            background:rgb(246, 139, 51) !important;
            color:white;
        }
.LenderRecord__BananacoastCCU, .LenderRecord__contentBgBananacoastCCU, .LenderRecord__BananacoastCCU .LenderRecord__viewMoreButton{
        background:#003F5F !important;
    }
.LenderRecord__BananacoastCCU:hover, .LenderRecord__BananacoastCCU .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 50, 76) !important;
    }
.LenderRecord__progressBarBananacoastCCU{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#003F5F;
        background:-webkit-gradient(linear,  right top, left top,  from(#003F5F),color-stop(50%, #003F5F),color-stop(51%, #003F5F),to(#003F5F));
        background:linear-gradient(to left,  #003F5F 0%,#003F5F 50%,#003F5F 51%,#003F5F 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBananacoastCCU{
        background:rgb(0, 50, 76);
    }
.LenderRecord__buttonBananacoastCCU{
        background:rgb(0, 63, 95);
        border:0.0625em solid rgb(0, 63, 95);
        color:white;
    }
.LenderRecord__buttonBananacoastCCU:hover, .LenderRecord__buttonBananacoastCCU:focus, .LenderRecord__buttonBananacoastCCU:active{
        background:rgb(0, 50, 76);
        border:0.0625em solid rgb(0, 63, 95);
        color:white;
    }
.LenderRecord__buttonWhiteBananacoastCCU{
        background:white;
        border:0.0625em solid rgb(0, 63, 95);
        color:rgb(0, 63, 95);
    }
.LenderRecord__buttonWhiteBananacoastCCU:hover, .LenderRecord__buttonWhiteBananacoastCCU:focus, .LenderRecord__buttonWhiteBananacoastCCU:active{
        background:rgb(0, 50, 76);
        border:0.0625em solid rgb(0, 63, 95);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBananacoastCCU{
      border:0.0625em solid rgb(0, 63, 95);
    }
.LenderRecord__lenderBackgroundBananacoastCCU .LenderRecord__headerRatioBar{
        background:rgb(0, 63, 95);
      }
.LenderRecord__lenderBackgroundBananacoastCCU:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 50, 76);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBananacoastCCU{
        border:0.125em solid #003f5f;
        overflow:hidden;
    }
.LenderRecord__productRecordBananacoastCCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBananacoastCCU:hover{
        border-left:0.0625em solid rgb(0, 63, 95);
        border-right:0.0625em solid rgb(0, 63, 95);
        border-bottom:0.0625em solid rgb(0, 63, 95);
    }
.LenderRecord__productRecordBananacoastCCU:hover .LenderRecord__sortingDescriptionBorderBananacoastCCU{
            background:rgb(0, 63, 95) !important;
            color:white;
        }
.LenderRecord__BankOfHeritageIsle, .LenderRecord__contentBgBankOfHeritageIsle, .LenderRecord__BankOfHeritageIsle .LenderRecord__viewMoreButton{
        background:#006D42 !important;
    }
.LenderRecord__BankOfHeritageIsle:hover, .LenderRecord__BankOfHeritageIsle .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 87, 53) !important;
    }
.LenderRecord__progressBarBankOfHeritageIsle{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#006D42;
        background:-webkit-gradient(linear,  right top, left top,  from(#006D42),color-stop(50%, #006D42),color-stop(51%, #006D42),to(#006D42));
        background:linear-gradient(to left,  #006D42 0%,#006D42 50%,#006D42 51%,#006D42 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBankOfHeritageIsle{
        background:rgb(0, 87, 53);
    }
.LenderRecord__buttonBankOfHeritageIsle{
        background:rgb(0, 109, 66);
        border:0.0625em solid rgb(0, 109, 66);
        color:white;
    }
.LenderRecord__buttonBankOfHeritageIsle:hover, .LenderRecord__buttonBankOfHeritageIsle:focus, .LenderRecord__buttonBankOfHeritageIsle:active{
        background:rgb(0, 87, 53);
        border:0.0625em solid rgb(0, 109, 66);
        color:white;
    }
.LenderRecord__buttonWhiteBankOfHeritageIsle{
        background:white;
        border:0.0625em solid rgb(0, 109, 66);
        color:rgb(0, 109, 66);
    }
.LenderRecord__buttonWhiteBankOfHeritageIsle:hover, .LenderRecord__buttonWhiteBankOfHeritageIsle:focus, .LenderRecord__buttonWhiteBankOfHeritageIsle:active{
        background:rgb(0, 87, 53);
        border:0.0625em solid rgb(0, 109, 66);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBankOfHeritageIsle{
      border:0.0625em solid rgb(0, 109, 66);
    }
.LenderRecord__lenderBackgroundBankOfHeritageIsle .LenderRecord__headerRatioBar{
        background:rgb(0, 109, 66);
      }
.LenderRecord__lenderBackgroundBankOfHeritageIsle:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 87, 53);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBankOfHeritageIsle{
        border:0.125em solid #006d42;
        overflow:hidden;
    }
.LenderRecord__productRecordBankOfHeritageIsle{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBankOfHeritageIsle:hover{
        border-left:0.0625em solid rgb(0, 109, 66);
        border-right:0.0625em solid rgb(0, 109, 66);
        border-bottom:0.0625em solid rgb(0, 109, 66);
    }
.LenderRecord__productRecordBankOfHeritageIsle:hover .LenderRecord__sortingDescriptionBorderBankOfHeritageIsle{
            background:rgb(0, 109, 66) !important;
            color:white;
        }
.LenderRecord__BankOfUS, .LenderRecord__contentBgBankOfUS, .LenderRecord__BankOfUS .LenderRecord__viewMoreButton{
        background:#90278E !important;
    }
.LenderRecord__BankOfUS:hover, .LenderRecord__BankOfUS .LenderRecord__viewMoreButton:hover{
        background:rgb(115, 31, 114) !important;
    }
.LenderRecord__progressBarBankOfUS{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#90278E;
        background:-webkit-gradient(linear,  right top, left top,  from(#90278E),color-stop(50%, #90278E),color-stop(51%, #90278E),to(#90278E));
        background:linear-gradient(to left,  #90278E 0%,#90278E 50%,#90278E 51%,#90278E 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBankOfUS{
        background:rgb(115, 31, 114);
    }
.LenderRecord__buttonBankOfUS{
        background:rgb(144, 39, 142);
        border:0.0625em solid rgb(144, 39, 142);
        color:white;
    }
.LenderRecord__buttonBankOfUS:hover, .LenderRecord__buttonBankOfUS:focus, .LenderRecord__buttonBankOfUS:active{
        background:rgb(115, 31, 114);
        border:0.0625em solid rgb(144, 39, 142);
        color:white;
    }
.LenderRecord__buttonWhiteBankOfUS{
        background:white;
        border:0.0625em solid rgb(144, 39, 142);
        color:rgb(144, 39, 142);
    }
.LenderRecord__buttonWhiteBankOfUS:hover, .LenderRecord__buttonWhiteBankOfUS:focus, .LenderRecord__buttonWhiteBankOfUS:active{
        background:rgb(115, 31, 114);
        border:0.0625em solid rgb(144, 39, 142);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBankOfUS{
      border:0.0625em solid rgb(144, 39, 142);
    }
.LenderRecord__lenderBackgroundBankOfUS .LenderRecord__headerRatioBar{
        background:rgb(144, 39, 142);
      }
.LenderRecord__lenderBackgroundBankOfUS:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(115, 31, 114);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBankOfUS{
        border:0.125em solid #90278e;
        overflow:hidden;
    }
.LenderRecord__productRecordBankOfUS{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBankOfUS:hover{
        border-left:0.0625em solid rgb(144, 39, 142);
        border-right:0.0625em solid rgb(144, 39, 142);
        border-bottom:0.0625em solid rgb(144, 39, 142);
    }
.LenderRecord__productRecordBankOfUS:hover .LenderRecord__sortingDescriptionBorderBankOfUS{
            background:rgb(144, 39, 142) !important;
            color:white;
        }
.LenderRecord__BDCUAllianceBank, .LenderRecord__contentBgBDCUAllianceBank, .LenderRecord__BDCUAllianceBank .LenderRecord__viewMoreButton{
        background:#0071BB !important;
    }
.LenderRecord__BDCUAllianceBank:hover, .LenderRecord__BDCUAllianceBank .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 90, 150) !important;
    }
.LenderRecord__progressBarBDCUAllianceBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#0071BB;
        background:-webkit-gradient(linear,  right top, left top,  from(#0071BB),color-stop(50%, #0071BB),color-stop(51%, #0071BB),to(#0071BB));
        background:linear-gradient(to left,  #0071BB 0%,#0071BB 50%,#0071BB 51%,#0071BB 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBDCUAllianceBank{
        background:rgb(0, 90, 150);
    }
.LenderRecord__buttonBDCUAllianceBank{
        background:rgb(0, 113, 187);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.LenderRecord__buttonBDCUAllianceBank:hover, .LenderRecord__buttonBDCUAllianceBank:focus, .LenderRecord__buttonBDCUAllianceBank:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.LenderRecord__buttonWhiteBDCUAllianceBank{
        background:white;
        border:0.0625em solid rgb(0, 113, 187);
        color:rgb(0, 113, 187);
    }
.LenderRecord__buttonWhiteBDCUAllianceBank:hover, .LenderRecord__buttonWhiteBDCUAllianceBank:focus, .LenderRecord__buttonWhiteBDCUAllianceBank:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBDCUAllianceBank{
      border:0.0625em solid rgb(0, 113, 187);
    }
.LenderRecord__lenderBackgroundBDCUAllianceBank .LenderRecord__headerRatioBar{
        background:rgb(0, 113, 187);
      }
.LenderRecord__lenderBackgroundBDCUAllianceBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 90, 150);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBDCUAllianceBank{
        border:0.125em solid #0071bb;
        overflow:hidden;
    }
.LenderRecord__productRecordBDCUAllianceBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBDCUAllianceBank:hover{
        border-left:0.0625em solid rgb(0, 113, 187);
        border-right:0.0625em solid rgb(0, 113, 187);
        border-bottom:0.0625em solid rgb(0, 113, 187);
    }
.LenderRecord__productRecordBDCUAllianceBank:hover .LenderRecord__sortingDescriptionBorderBDCUAllianceBank{
            background:rgb(0, 113, 187) !important;
            color:white;
        }
.LenderRecord__BankVIC, .LenderRecord__contentBgBankVIC, .LenderRecord__BankVIC .LenderRecord__viewMoreButton{
        background:#067AAE !important;
    }
.LenderRecord__BankVIC:hover, .LenderRecord__BankVIC .LenderRecord__viewMoreButton:hover{
        background:rgb(5, 98, 139) !important;
    }
.LenderRecord__progressBarBankVIC{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#067AAE;
        background:-webkit-gradient(linear,  right top, left top,  from(#067AAE),color-stop(50%, #067AAE),color-stop(51%, #067AAE),to(#067AAE));
        background:linear-gradient(to left,  #067AAE 0%,#067AAE 50%,#067AAE 51%,#067AAE 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBankVIC{
        background:rgb(5, 98, 139);
    }
.LenderRecord__buttonBankVIC{
        background:rgb(6, 122, 174);
        border:0.0625em solid rgb(6, 122, 174);
        color:white;
    }
.LenderRecord__buttonBankVIC:hover, .LenderRecord__buttonBankVIC:focus, .LenderRecord__buttonBankVIC:active{
        background:rgb(5, 98, 139);
        border:0.0625em solid rgb(6, 122, 174);
        color:white;
    }
.LenderRecord__buttonWhiteBankVIC{
        background:white;
        border:0.0625em solid rgb(6, 122, 174);
        color:rgb(6, 122, 174);
    }
.LenderRecord__buttonWhiteBankVIC:hover, .LenderRecord__buttonWhiteBankVIC:focus, .LenderRecord__buttonWhiteBankVIC:active{
        background:rgb(5, 98, 139);
        border:0.0625em solid rgb(6, 122, 174);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBankVIC{
      border:0.0625em solid rgb(6, 122, 174);
    }
.LenderRecord__lenderBackgroundBankVIC .LenderRecord__headerRatioBar{
        background:rgb(6, 122, 174);
      }
.LenderRecord__lenderBackgroundBankVIC:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(5, 98, 139);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBankVIC{
        border:0.125em solid #067aae;
        overflow:hidden;
    }
.LenderRecord__productRecordBankVIC{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBankVIC:hover{
        border-left:0.0625em solid rgb(6, 122, 174);
        border-right:0.0625em solid rgb(6, 122, 174);
        border-bottom:0.0625em solid rgb(6, 122, 174);
    }
.LenderRecord__productRecordBankVIC:hover .LenderRecord__sortingDescriptionBorderBankVIC{
            background:rgb(6, 122, 174) !important;
            color:white;
        }
.LenderRecord__BorderBank, .LenderRecord__contentBgBorderBank, .LenderRecord__BorderBank .LenderRecord__viewMoreButton{
        background:#1A3A6B !important;
    }
.LenderRecord__BorderBank:hover, .LenderRecord__BorderBank .LenderRecord__viewMoreButton:hover{
        background:rgb(21, 46, 86) !important;
    }
.LenderRecord__progressBarBorderBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#1A3A6B;
        background:-webkit-gradient(linear,  right top, left top,  from(#1A3A6B),color-stop(50%, #1A3A6B),color-stop(51%, #1A3A6B),to(#1A3A6B));
        background:linear-gradient(to left,  #1A3A6B 0%,#1A3A6B 50%,#1A3A6B 51%,#1A3A6B 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverBorderBank{
        background:rgb(21, 46, 86);
    }
.LenderRecord__buttonBorderBank{
        background:rgb(26, 58, 107);
        border:0.0625em solid rgb(26, 58, 107);
        color:white;
    }
.LenderRecord__buttonBorderBank:hover, .LenderRecord__buttonBorderBank:focus, .LenderRecord__buttonBorderBank:active{
        background:rgb(21, 46, 86);
        border:0.0625em solid rgb(26, 58, 107);
        color:white;
    }
.LenderRecord__buttonWhiteBorderBank{
        background:white;
        border:0.0625em solid rgb(26, 58, 107);
        color:rgb(26, 58, 107);
    }
.LenderRecord__buttonWhiteBorderBank:hover, .LenderRecord__buttonWhiteBorderBank:focus, .LenderRecord__buttonWhiteBorderBank:active{
        background:rgb(21, 46, 86);
        border:0.0625em solid rgb(26, 58, 107);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderBorderBank{
      border:0.0625em solid rgb(26, 58, 107);
    }
.LenderRecord__lenderBackgroundBorderBank .LenderRecord__headerRatioBar{
        background:rgb(26, 58, 107);
      }
.LenderRecord__lenderBackgroundBorderBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(21, 46, 86);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxBorderBank{
        border:0.125em solid #1a3a6b;
        overflow:hidden;
    }
.LenderRecord__productRecordBorderBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordBorderBank:hover{
        border-left:0.0625em solid rgb(26, 58, 107);
        border-right:0.0625em solid rgb(26, 58, 107);
        border-bottom:0.0625em solid rgb(26, 58, 107);
    }
.LenderRecord__productRecordBorderBank:hover .LenderRecord__sortingDescriptionBorderBorderBank{
            background:rgb(26, 58, 107) !important;
            color:white;
        }
.LenderRecord__CentralMurrayCU, .LenderRecord__contentBgCentralMurrayCU, .LenderRecord__CentralMurrayCU .LenderRecord__viewMoreButton{
        background:#900028 !important;
    }
.LenderRecord__CentralMurrayCU:hover, .LenderRecord__CentralMurrayCU .LenderRecord__viewMoreButton:hover{
        background:rgb(115, 0, 32) !important;
    }
.LenderRecord__progressBarCentralMurrayCU{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#900028;
        background:-webkit-gradient(linear,  right top, left top,  from(#900028),color-stop(50%, #900028),color-stop(51%, #900028),to(#900028));
        background:linear-gradient(to left,  #900028 0%,#900028 50%,#900028 51%,#900028 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverCentralMurrayCU{
        background:rgb(115, 0, 32);
    }
.LenderRecord__buttonCentralMurrayCU{
        background:rgb(144, 0, 40);
        border:0.0625em solid rgb(144, 0, 40);
        color:white;
    }
.LenderRecord__buttonCentralMurrayCU:hover, .LenderRecord__buttonCentralMurrayCU:focus, .LenderRecord__buttonCentralMurrayCU:active{
        background:rgb(115, 0, 32);
        border:0.0625em solid rgb(144, 0, 40);
        color:white;
    }
.LenderRecord__buttonWhiteCentralMurrayCU{
        background:white;
        border:0.0625em solid rgb(144, 0, 40);
        color:rgb(144, 0, 40);
    }
.LenderRecord__buttonWhiteCentralMurrayCU:hover, .LenderRecord__buttonWhiteCentralMurrayCU:focus, .LenderRecord__buttonWhiteCentralMurrayCU:active{
        background:rgb(115, 0, 32);
        border:0.0625em solid rgb(144, 0, 40);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderCentralMurrayCU{
      border:0.0625em solid rgb(144, 0, 40);
    }
.LenderRecord__lenderBackgroundCentralMurrayCU .LenderRecord__headerRatioBar{
        background:rgb(144, 0, 40);
      }
.LenderRecord__lenderBackgroundCentralMurrayCU:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(115, 0, 32);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxCentralMurrayCU{
        border:0.125em solid #900028;
        overflow:hidden;
    }
.LenderRecord__productRecordCentralMurrayCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordCentralMurrayCU:hover{
        border-left:0.0625em solid rgb(144, 0, 40);
        border-right:0.0625em solid rgb(144, 0, 40);
        border-bottom:0.0625em solid rgb(144, 0, 40);
    }
.LenderRecord__productRecordCentralMurrayCU:hover .LenderRecord__sortingDescriptionBorderCentralMurrayCU{
            background:rgb(144, 0, 40) !important;
            color:white;
        }
.LenderRecord__CentralWestCU, .LenderRecord__contentBgCentralWestCU, .LenderRecord__CentralWestCU .LenderRecord__viewMoreButton{
        background:#F1523D !important;
    }
.LenderRecord__CentralWestCU:hover, .LenderRecord__CentralWestCU .LenderRecord__viewMoreButton:hover{
        background:rgb(193, 66, 49) !important;
    }
.LenderRecord__progressBarCentralWestCU{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#F1523D;
        background:-webkit-gradient(linear,  right top, left top,  from(#F1523D),color-stop(50%, #F1523D),color-stop(51%, #F1523D),to(#F1523D));
        background:linear-gradient(to left,  #F1523D 0%,#F1523D 50%,#F1523D 51%,#F1523D 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverCentralWestCU{
        background:rgb(193, 66, 49);
    }
.LenderRecord__buttonCentralWestCU{
        background:rgb(241, 82, 61);
        border:0.0625em solid rgb(241, 82, 61);
        color:white;
    }
.LenderRecord__buttonCentralWestCU:hover, .LenderRecord__buttonCentralWestCU:focus, .LenderRecord__buttonCentralWestCU:active{
        background:rgb(193, 66, 49);
        border:0.0625em solid rgb(241, 82, 61);
        color:white;
    }
.LenderRecord__buttonWhiteCentralWestCU{
        background:white;
        border:0.0625em solid rgb(241, 82, 61);
        color:rgb(241, 82, 61);
    }
.LenderRecord__buttonWhiteCentralWestCU:hover, .LenderRecord__buttonWhiteCentralWestCU:focus, .LenderRecord__buttonWhiteCentralWestCU:active{
        background:rgb(193, 66, 49);
        border:0.0625em solid rgb(241, 82, 61);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderCentralWestCU{
      border:0.0625em solid rgb(241, 82, 61);
    }
.LenderRecord__lenderBackgroundCentralWestCU .LenderRecord__headerRatioBar{
        background:rgb(241, 82, 61);
      }
.LenderRecord__lenderBackgroundCentralWestCU:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(193, 66, 49);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxCentralWestCU{
        border:0.125em solid #f1523d;
        overflow:hidden;
    }
.LenderRecord__productRecordCentralWestCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordCentralWestCU:hover{
        border-left:0.0625em solid rgb(241, 82, 61);
        border-right:0.0625em solid rgb(241, 82, 61);
        border-bottom:0.0625em solid rgb(241, 82, 61);
    }
.LenderRecord__productRecordCentralWestCU:hover .LenderRecord__sortingDescriptionBorderCentralWestCU{
            background:rgb(241, 82, 61) !important;
            color:white;
        }
.LenderRecord__FamilyFirstCU, .LenderRecord__contentBgFamilyFirstCU, .LenderRecord__FamilyFirstCU .LenderRecord__viewMoreButton{
        background:#A6D14D !important;
    }
.LenderRecord__FamilyFirstCU:hover, .LenderRecord__FamilyFirstCU .LenderRecord__viewMoreButton:hover{
        background:rgb(133, 167, 62) !important;
    }
.LenderRecord__progressBarFamilyFirstCU{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#A6D14D;
        background:-webkit-gradient(linear,  right top, left top,  from(#A6D14D),color-stop(50%, #A6D14D),color-stop(51%, #A6D14D),to(#A6D14D));
        background:linear-gradient(to left,  #A6D14D 0%,#A6D14D 50%,#A6D14D 51%,#A6D14D 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverFamilyFirstCU{
        background:rgb(133, 167, 62);
    }
.LenderRecord__buttonFamilyFirstCU{
        background:rgb(166, 209, 77);
        border:0.0625em solid rgb(166, 209, 77);
        color:white;
    }
.LenderRecord__buttonFamilyFirstCU:hover, .LenderRecord__buttonFamilyFirstCU:focus, .LenderRecord__buttonFamilyFirstCU:active{
        background:rgb(133, 167, 62);
        border:0.0625em solid rgb(166, 209, 77);
        color:white;
    }
.LenderRecord__buttonWhiteFamilyFirstCU{
        background:white;
        border:0.0625em solid rgb(166, 209, 77);
        color:rgb(166, 209, 77);
    }
.LenderRecord__buttonWhiteFamilyFirstCU:hover, .LenderRecord__buttonWhiteFamilyFirstCU:focus, .LenderRecord__buttonWhiteFamilyFirstCU:active{
        background:rgb(133, 167, 62);
        border:0.0625em solid rgb(166, 209, 77);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderFamilyFirstCU{
      border:0.0625em solid rgb(166, 209, 77);
    }
.LenderRecord__lenderBackgroundFamilyFirstCU .LenderRecord__headerRatioBar{
        background:rgb(166, 209, 77);
      }
.LenderRecord__lenderBackgroundFamilyFirstCU:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(133, 167, 62);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxFamilyFirstCU{
        border:0.125em solid #a6d14d;
        overflow:hidden;
    }
.LenderRecord__productRecordFamilyFirstCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordFamilyFirstCU:hover{
        border-left:0.0625em solid rgb(166, 209, 77);
        border-right:0.0625em solid rgb(166, 209, 77);
        border-bottom:0.0625em solid rgb(166, 209, 77);
    }
.LenderRecord__productRecordFamilyFirstCU:hover .LenderRecord__sortingDescriptionBorderFamilyFirstCU{
            background:rgb(166, 209, 77) !important;
            color:white;
        }
.LenderRecord__FirefightersMB, .LenderRecord__contentBgFirefightersMB, .LenderRecord__FirefightersMB .LenderRecord__viewMoreButton{
        background:#000000 !important;
    }
.LenderRecord__FirefightersMB:hover, .LenderRecord__FirefightersMB .LenderRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.LenderRecord__progressBarFirefightersMB{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverFirefightersMB{
        background:rgb(51, 51, 51);
    }
.LenderRecord__buttonFirefightersMB{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonFirefightersMB:hover, .LenderRecord__buttonFirefightersMB:focus, .LenderRecord__buttonFirefightersMB:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonWhiteFirefightersMB{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.LenderRecord__buttonWhiteFirefightersMB:hover, .LenderRecord__buttonWhiteFirefightersMB:focus, .LenderRecord__buttonWhiteFirefightersMB:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderFirefightersMB{
      border:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__lenderBackgroundFirefightersMB .LenderRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.LenderRecord__lenderBackgroundFirefightersMB:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxFirefightersMB{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.LenderRecord__productRecordFirefightersMB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordFirefightersMB:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__productRecordFirefightersMB:hover .LenderRecord__sortingDescriptionBorderFirefightersMB{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.LenderRecord__GCMutualBank, .LenderRecord__contentBgGCMutualBank, .LenderRecord__GCMutualBank .LenderRecord__viewMoreButton{
        background:#04A987 !important;
    }
.LenderRecord__GCMutualBank:hover, .LenderRecord__GCMutualBank .LenderRecord__viewMoreButton:hover{
        background:rgb(3, 135, 108) !important;
    }
.LenderRecord__progressBarGCMutualBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#04A987;
        background:-webkit-gradient(linear,  right top, left top,  from(#04A987),color-stop(50%, #04A987),color-stop(51%, #04A987),to(#04A987));
        background:linear-gradient(to left,  #04A987 0%,#04A987 50%,#04A987 51%,#04A987 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverGCMutualBank{
        background:rgb(3, 135, 108);
    }
.LenderRecord__buttonGCMutualBank{
        background:rgb(4, 169, 135);
        border:0.0625em solid rgb(4, 169, 135);
        color:white;
    }
.LenderRecord__buttonGCMutualBank:hover, .LenderRecord__buttonGCMutualBank:focus, .LenderRecord__buttonGCMutualBank:active{
        background:rgb(3, 135, 108);
        border:0.0625em solid rgb(4, 169, 135);
        color:white;
    }
.LenderRecord__buttonWhiteGCMutualBank{
        background:white;
        border:0.0625em solid rgb(4, 169, 135);
        color:rgb(4, 169, 135);
    }
.LenderRecord__buttonWhiteGCMutualBank:hover, .LenderRecord__buttonWhiteGCMutualBank:focus, .LenderRecord__buttonWhiteGCMutualBank:active{
        background:rgb(3, 135, 108);
        border:0.0625em solid rgb(4, 169, 135);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderGCMutualBank{
      border:0.0625em solid rgb(4, 169, 135);
    }
.LenderRecord__lenderBackgroundGCMutualBank .LenderRecord__headerRatioBar{
        background:rgb(4, 169, 135);
      }
.LenderRecord__lenderBackgroundGCMutualBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(3, 135, 108);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxGCMutualBank{
        border:0.125em solid #04a987;
        overflow:hidden;
    }
.LenderRecord__productRecordGCMutualBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordGCMutualBank:hover{
        border-left:0.0625em solid rgb(4, 169, 135);
        border-right:0.0625em solid rgb(4, 169, 135);
        border-bottom:0.0625em solid rgb(4, 169, 135);
    }
.LenderRecord__productRecordGCMutualBank:hover .LenderRecord__sortingDescriptionBorderGCMutualBank{
            background:rgb(4, 169, 135) !important;
            color:white;
        }
.LenderRecord__GeelongBank, .LenderRecord__contentBgGeelongBank, .LenderRecord__GeelongBank .LenderRecord__viewMoreButton{
        background:#23356E !important;
    }
.LenderRecord__GeelongBank:hover, .LenderRecord__GeelongBank .LenderRecord__viewMoreButton:hover{
        background:rgb(28, 42, 88) !important;
    }
.LenderRecord__progressBarGeelongBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#23356E;
        background:-webkit-gradient(linear,  right top, left top,  from(#23356E),color-stop(50%, #23356E),color-stop(51%, #23356E),to(#23356E));
        background:linear-gradient(to left,  #23356E 0%,#23356E 50%,#23356E 51%,#23356E 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverGeelongBank{
        background:rgb(28, 42, 88);
    }
.LenderRecord__buttonGeelongBank{
        background:rgb(35, 53, 110);
        border:0.0625em solid rgb(35, 53, 110);
        color:white;
    }
.LenderRecord__buttonGeelongBank:hover, .LenderRecord__buttonGeelongBank:focus, .LenderRecord__buttonGeelongBank:active{
        background:rgb(28, 42, 88);
        border:0.0625em solid rgb(35, 53, 110);
        color:white;
    }
.LenderRecord__buttonWhiteGeelongBank{
        background:white;
        border:0.0625em solid rgb(35, 53, 110);
        color:rgb(35, 53, 110);
    }
.LenderRecord__buttonWhiteGeelongBank:hover, .LenderRecord__buttonWhiteGeelongBank:focus, .LenderRecord__buttonWhiteGeelongBank:active{
        background:rgb(28, 42, 88);
        border:0.0625em solid rgb(35, 53, 110);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderGeelongBank{
      border:0.0625em solid rgb(35, 53, 110);
    }
.LenderRecord__lenderBackgroundGeelongBank .LenderRecord__headerRatioBar{
        background:rgb(35, 53, 110);
      }
.LenderRecord__lenderBackgroundGeelongBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(28, 42, 88);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxGeelongBank{
        border:0.125em solid #23356e;
        overflow:hidden;
    }
.LenderRecord__productRecordGeelongBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordGeelongBank:hover{
        border-left:0.0625em solid rgb(35, 53, 110);
        border-right:0.0625em solid rgb(35, 53, 110);
        border-bottom:0.0625em solid rgb(35, 53, 110);
    }
.LenderRecord__productRecordGeelongBank:hover .LenderRecord__sortingDescriptionBorderGeelongBank{
            background:rgb(35, 53, 110) !important;
            color:white;
        }
.LenderRecord__GHL, .LenderRecord__contentBgGHL, .LenderRecord__GHL .LenderRecord__viewMoreButton{
        background:#328B09 !important;
    }
.LenderRecord__GHL:hover, .LenderRecord__GHL .LenderRecord__viewMoreButton:hover{
        background:rgb(40, 111, 7) !important;
    }
.LenderRecord__progressBarGHL{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#328B09;
        background:-webkit-gradient(linear,  right top, left top,  from(#328B09),color-stop(50%, #328B09),color-stop(51%, #328B09),to(#328B09));
        background:linear-gradient(to left,  #328B09 0%,#328B09 50%,#328B09 51%,#328B09 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverGHL{
        background:rgb(40, 111, 7);
    }
.LenderRecord__buttonGHL{
        background:rgb(50, 139, 9);
        border:0.0625em solid rgb(50, 139, 9);
        color:white;
    }
.LenderRecord__buttonGHL:hover, .LenderRecord__buttonGHL:focus, .LenderRecord__buttonGHL:active{
        background:rgb(40, 111, 7);
        border:0.0625em solid rgb(50, 139, 9);
        color:white;
    }
.LenderRecord__buttonWhiteGHL{
        background:white;
        border:0.0625em solid rgb(50, 139, 9);
        color:rgb(50, 139, 9);
    }
.LenderRecord__buttonWhiteGHL:hover, .LenderRecord__buttonWhiteGHL:focus, .LenderRecord__buttonWhiteGHL:active{
        background:rgb(40, 111, 7);
        border:0.0625em solid rgb(50, 139, 9);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderGHL{
      border:0.0625em solid rgb(50, 139, 9);
    }
.LenderRecord__lenderBackgroundGHL .LenderRecord__headerRatioBar{
        background:rgb(50, 139, 9);
      }
.LenderRecord__lenderBackgroundGHL:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(40, 111, 7);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxGHL{
        border:0.125em solid #328b09;
        overflow:hidden;
    }
.LenderRecord__productRecordGHL{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordGHL:hover{
        border-left:0.0625em solid rgb(50, 139, 9);
        border-right:0.0625em solid rgb(50, 139, 9);
        border-bottom:0.0625em solid rgb(50, 139, 9);
    }
.LenderRecord__productRecordGHL:hover .LenderRecord__sortingDescriptionBorderGHL{
            background:rgb(50, 139, 9) !important;
            color:white;
        }
.LenderRecord__GreaterBuilding, .LenderRecord__contentBgGreaterBuilding, .LenderRecord__GreaterBuilding .LenderRecord__viewMoreButton{
        background:#1F2A44 !important;
    }
.LenderRecord__GreaterBuilding:hover, .LenderRecord__GreaterBuilding .LenderRecord__viewMoreButton:hover{
        background:rgb(25, 34, 54) !important;
    }
.LenderRecord__progressBarGreaterBuilding{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#1F2A44;
        background:-webkit-gradient(linear,  right top, left top,  from(#1F2A44),color-stop(50%, #1F2A44),color-stop(51%, #1F2A44),to(#1F2A44));
        background:linear-gradient(to left,  #1F2A44 0%,#1F2A44 50%,#1F2A44 51%,#1F2A44 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverGreaterBuilding{
        background:rgb(25, 34, 54);
    }
.LenderRecord__buttonGreaterBuilding{
        background:rgb(31, 42, 68);
        border:0.0625em solid rgb(31, 42, 68);
        color:white;
    }
.LenderRecord__buttonGreaterBuilding:hover, .LenderRecord__buttonGreaterBuilding:focus, .LenderRecord__buttonGreaterBuilding:active{
        background:rgb(25, 34, 54);
        border:0.0625em solid rgb(31, 42, 68);
        color:white;
    }
.LenderRecord__buttonWhiteGreaterBuilding{
        background:white;
        border:0.0625em solid rgb(31, 42, 68);
        color:rgb(31, 42, 68);
    }
.LenderRecord__buttonWhiteGreaterBuilding:hover, .LenderRecord__buttonWhiteGreaterBuilding:focus, .LenderRecord__buttonWhiteGreaterBuilding:active{
        background:rgb(25, 34, 54);
        border:0.0625em solid rgb(31, 42, 68);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderGreaterBuilding{
      border:0.0625em solid rgb(31, 42, 68);
    }
.LenderRecord__lenderBackgroundGreaterBuilding .LenderRecord__headerRatioBar{
        background:rgb(31, 42, 68);
      }
.LenderRecord__lenderBackgroundGreaterBuilding:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(25, 34, 54);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxGreaterBuilding{
        border:0.125em solid #1f2a44;
        overflow:hidden;
    }
.LenderRecord__productRecordGreaterBuilding{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordGreaterBuilding:hover{
        border-left:0.0625em solid rgb(31, 42, 68);
        border-right:0.0625em solid rgb(31, 42, 68);
        border-bottom:0.0625em solid rgb(31, 42, 68);
    }
.LenderRecord__productRecordGreaterBuilding:hover .LenderRecord__sortingDescriptionBorderGreaterBuilding{
            background:rgb(31, 42, 68) !important;
            color:white;
        }
.LenderRecord__GoulburnMurrayCU, .LenderRecord__contentBgGoulburnMurrayCU, .LenderRecord__GoulburnMurrayCU .LenderRecord__viewMoreButton{
        background:#215A3F !important;
    }
.LenderRecord__GoulburnMurrayCU:hover, .LenderRecord__GoulburnMurrayCU .LenderRecord__viewMoreButton:hover{
        background:rgb(26, 72, 50) !important;
    }
.LenderRecord__progressBarGoulburnMurrayCU{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#215A3F;
        background:-webkit-gradient(linear,  right top, left top,  from(#215A3F),color-stop(50%, #215A3F),color-stop(51%, #215A3F),to(#215A3F));
        background:linear-gradient(to left,  #215A3F 0%,#215A3F 50%,#215A3F 51%,#215A3F 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverGoulburnMurrayCU{
        background:rgb(26, 72, 50);
    }
.LenderRecord__buttonGoulburnMurrayCU{
        background:rgb(33, 90, 63);
        border:0.0625em solid rgb(33, 90, 63);
        color:white;
    }
.LenderRecord__buttonGoulburnMurrayCU:hover, .LenderRecord__buttonGoulburnMurrayCU:focus, .LenderRecord__buttonGoulburnMurrayCU:active{
        background:rgb(26, 72, 50);
        border:0.0625em solid rgb(33, 90, 63);
        color:white;
    }
.LenderRecord__buttonWhiteGoulburnMurrayCU{
        background:white;
        border:0.0625em solid rgb(33, 90, 63);
        color:rgb(33, 90, 63);
    }
.LenderRecord__buttonWhiteGoulburnMurrayCU:hover, .LenderRecord__buttonWhiteGoulburnMurrayCU:focus, .LenderRecord__buttonWhiteGoulburnMurrayCU:active{
        background:rgb(26, 72, 50);
        border:0.0625em solid rgb(33, 90, 63);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderGoulburnMurrayCU{
      border:0.0625em solid rgb(33, 90, 63);
    }
.LenderRecord__lenderBackgroundGoulburnMurrayCU .LenderRecord__headerRatioBar{
        background:rgb(33, 90, 63);
      }
.LenderRecord__lenderBackgroundGoulburnMurrayCU:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(26, 72, 50);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxGoulburnMurrayCU{
        border:0.125em solid #215a3f;
        overflow:hidden;
    }
.LenderRecord__productRecordGoulburnMurrayCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordGoulburnMurrayCU:hover{
        border-left:0.0625em solid rgb(33, 90, 63);
        border-right:0.0625em solid rgb(33, 90, 63);
        border-bottom:0.0625em solid rgb(33, 90, 63);
    }
.LenderRecord__productRecordGoulburnMurrayCU:hover .LenderRecord__sortingDescriptionBorderGoulburnMurrayCU{
            background:rgb(33, 90, 63) !important;
            color:white;
        }
.LenderRecord__HorizonCU, .LenderRecord__contentBgHorizonCU, .LenderRecord__HorizonCU .LenderRecord__viewMoreButton{
        background:#F67318 !important;
    }
.LenderRecord__HorizonCU:hover, .LenderRecord__HorizonCU .LenderRecord__viewMoreButton:hover{
        background:rgb(197, 92, 19) !important;
    }
.LenderRecord__progressBarHorizonCU{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#F67318;
        background:-webkit-gradient(linear,  right top, left top,  from(#F67318),color-stop(50%, #F67318),color-stop(51%, #F67318),to(#F67318));
        background:linear-gradient(to left,  #F67318 0%,#F67318 50%,#F67318 51%,#F67318 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverHorizonCU{
        background:rgb(197, 92, 19);
    }
.LenderRecord__buttonHorizonCU{
        background:rgb(246, 115, 24);
        border:0.0625em solid rgb(246, 115, 24);
        color:white;
    }
.LenderRecord__buttonHorizonCU:hover, .LenderRecord__buttonHorizonCU:focus, .LenderRecord__buttonHorizonCU:active{
        background:rgb(197, 92, 19);
        border:0.0625em solid rgb(246, 115, 24);
        color:white;
    }
.LenderRecord__buttonWhiteHorizonCU{
        background:white;
        border:0.0625em solid rgb(246, 115, 24);
        color:rgb(246, 115, 24);
    }
.LenderRecord__buttonWhiteHorizonCU:hover, .LenderRecord__buttonWhiteHorizonCU:focus, .LenderRecord__buttonWhiteHorizonCU:active{
        background:rgb(197, 92, 19);
        border:0.0625em solid rgb(246, 115, 24);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderHorizonCU{
      border:0.0625em solid rgb(246, 115, 24);
    }
.LenderRecord__lenderBackgroundHorizonCU .LenderRecord__headerRatioBar{
        background:rgb(246, 115, 24);
      }
.LenderRecord__lenderBackgroundHorizonCU:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(197, 92, 19);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxHorizonCU{
        border:0.125em solid #f67318;
        overflow:hidden;
    }
.LenderRecord__productRecordHorizonCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordHorizonCU:hover{
        border-left:0.0625em solid rgb(246, 115, 24);
        border-right:0.0625em solid rgb(246, 115, 24);
        border-bottom:0.0625em solid rgb(246, 115, 24);
    }
.LenderRecord__productRecordHorizonCU:hover .LenderRecord__sortingDescriptionBorderHorizonCU{
            background:rgb(246, 115, 24) !important;
            color:white;
        }
.LenderRecord__HSF, .LenderRecord__contentBgHSF, .LenderRecord__HSF .LenderRecord__viewMoreButton{
        background:#0C2744 !important;
    }
.LenderRecord__HSF:hover, .LenderRecord__HSF .LenderRecord__viewMoreButton:hover{
        background:rgb(10, 31, 54) !important;
    }
.LenderRecord__progressBarHSF{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#0C2744;
        background:-webkit-gradient(linear,  right top, left top,  from(#0C2744),color-stop(50%, #0C2744),color-stop(51%, #0C2744),to(#0C2744));
        background:linear-gradient(to left,  #0C2744 0%,#0C2744 50%,#0C2744 51%,#0C2744 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverHSF{
        background:rgb(10, 31, 54);
    }
.LenderRecord__buttonHSF{
        background:rgb(12, 39, 68);
        border:0.0625em solid rgb(12, 39, 68);
        color:white;
    }
.LenderRecord__buttonHSF:hover, .LenderRecord__buttonHSF:focus, .LenderRecord__buttonHSF:active{
        background:rgb(10, 31, 54);
        border:0.0625em solid rgb(12, 39, 68);
        color:white;
    }
.LenderRecord__buttonWhiteHSF{
        background:white;
        border:0.0625em solid rgb(12, 39, 68);
        color:rgb(12, 39, 68);
    }
.LenderRecord__buttonWhiteHSF:hover, .LenderRecord__buttonWhiteHSF:focus, .LenderRecord__buttonWhiteHSF:active{
        background:rgb(10, 31, 54);
        border:0.0625em solid rgb(12, 39, 68);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderHSF{
      border:0.0625em solid rgb(12, 39, 68);
    }
.LenderRecord__lenderBackgroundHSF .LenderRecord__headerRatioBar{
        background:rgb(12, 39, 68);
      }
.LenderRecord__lenderBackgroundHSF:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(10, 31, 54);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxHSF{
        border:0.125em solid #0c2744;
        overflow:hidden;
    }
.LenderRecord__productRecordHSF{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordHSF:hover{
        border-left:0.0625em solid rgb(12, 39, 68);
        border-right:0.0625em solid rgb(12, 39, 68);
        border-bottom:0.0625em solid rgb(12, 39, 68);
    }
.LenderRecord__productRecordHSF:hover .LenderRecord__sortingDescriptionBorderHSF{
            background:rgb(12, 39, 68) !important;
            color:white;
        }
.LenderRecord__HUME, .LenderRecord__contentBgHUME, .LenderRecord__HUME .LenderRecord__viewMoreButton{
        background:#002A5C !important;
    }
.LenderRecord__HUME:hover, .LenderRecord__HUME .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 34, 74) !important;
    }
.LenderRecord__progressBarHUME{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#002A5C;
        background:-webkit-gradient(linear,  right top, left top,  from(#002A5C),color-stop(50%, #002A5C),color-stop(51%, #002A5C),to(#002A5C));
        background:linear-gradient(to left,  #002A5C 0%,#002A5C 50%,#002A5C 51%,#002A5C 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverHUME{
        background:rgb(0, 34, 74);
    }
.LenderRecord__buttonHUME{
        background:rgb(0, 42, 92);
        border:0.0625em solid rgb(0, 42, 92);
        color:white;
    }
.LenderRecord__buttonHUME:hover, .LenderRecord__buttonHUME:focus, .LenderRecord__buttonHUME:active{
        background:rgb(0, 34, 74);
        border:0.0625em solid rgb(0, 42, 92);
        color:white;
    }
.LenderRecord__buttonWhiteHUME{
        background:white;
        border:0.0625em solid rgb(0, 42, 92);
        color:rgb(0, 42, 92);
    }
.LenderRecord__buttonWhiteHUME:hover, .LenderRecord__buttonWhiteHUME:focus, .LenderRecord__buttonWhiteHUME:active{
        background:rgb(0, 34, 74);
        border:0.0625em solid rgb(0, 42, 92);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderHUME{
      border:0.0625em solid rgb(0, 42, 92);
    }
.LenderRecord__lenderBackgroundHUME .LenderRecord__headerRatioBar{
        background:rgb(0, 42, 92);
      }
.LenderRecord__lenderBackgroundHUME:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 34, 74);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxHUME{
        border:0.125em solid #002a5c;
        overflow:hidden;
    }
.LenderRecord__productRecordHUME{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordHUME:hover{
        border-left:0.0625em solid rgb(0, 42, 92);
        border-right:0.0625em solid rgb(0, 42, 92);
        border-bottom:0.0625em solid rgb(0, 42, 92);
    }
.LenderRecord__productRecordHUME:hover .LenderRecord__sortingDescriptionBorderHUME{
            background:rgb(0, 42, 92) !important;
            color:white;
        }
.LenderRecord__IMB, .LenderRecord__contentBgIMB, .LenderRecord__IMB .LenderRecord__viewMoreButton{
        background:#008877 !important;
    }
.LenderRecord__IMB:hover, .LenderRecord__IMB .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 109, 95) !important;
    }
.LenderRecord__progressBarIMB{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#008877;
        background:-webkit-gradient(linear,  right top, left top,  from(#008877),color-stop(50%, #008877),color-stop(51%, #008877),to(#008877));
        background:linear-gradient(to left,  #008877 0%,#008877 50%,#008877 51%,#008877 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverIMB{
        background:rgb(0, 109, 95);
    }
.LenderRecord__buttonIMB{
        background:rgb(0, 136, 119);
        border:0.0625em solid rgb(0, 136, 119);
        color:white;
    }
.LenderRecord__buttonIMB:hover, .LenderRecord__buttonIMB:focus, .LenderRecord__buttonIMB:active{
        background:rgb(0, 109, 95);
        border:0.0625em solid rgb(0, 136, 119);
        color:white;
    }
.LenderRecord__buttonWhiteIMB{
        background:white;
        border:0.0625em solid rgb(0, 136, 119);
        color:rgb(0, 136, 119);
    }
.LenderRecord__buttonWhiteIMB:hover, .LenderRecord__buttonWhiteIMB:focus, .LenderRecord__buttonWhiteIMB:active{
        background:rgb(0, 109, 95);
        border:0.0625em solid rgb(0, 136, 119);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderIMB{
      border:0.0625em solid rgb(0, 136, 119);
    }
.LenderRecord__lenderBackgroundIMB .LenderRecord__headerRatioBar{
        background:rgb(0, 136, 119);
      }
.LenderRecord__lenderBackgroundIMB:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 109, 95);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxIMB{
        border:0.125em solid #008877;
        overflow:hidden;
    }
.LenderRecord__productRecordIMB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordIMB:hover{
        border-left:0.0625em solid rgb(0, 136, 119);
        border-right:0.0625em solid rgb(0, 136, 119);
        border-bottom:0.0625em solid rgb(0, 136, 119);
    }
.LenderRecord__productRecordIMB:hover .LenderRecord__sortingDescriptionBorderIMB{
            background:rgb(0, 136, 119) !important;
            color:white;
        }
.LenderRecord__IllawarraCU, .LenderRecord__contentBgIllawarraCU, .LenderRecord__IllawarraCU .LenderRecord__viewMoreButton{
        background:#A63A40 !important;
    }
.LenderRecord__IllawarraCU:hover, .LenderRecord__IllawarraCU .LenderRecord__viewMoreButton:hover{
        background:rgb(133, 46, 51) !important;
    }
.LenderRecord__progressBarIllawarraCU{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#A63A40;
        background:-webkit-gradient(linear,  right top, left top,  from(#A63A40),color-stop(50%, #A63A40),color-stop(51%, #A63A40),to(#A63A40));
        background:linear-gradient(to left,  #A63A40 0%,#A63A40 50%,#A63A40 51%,#A63A40 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverIllawarraCU{
        background:rgb(133, 46, 51);
    }
.LenderRecord__buttonIllawarraCU{
        background:rgb(166, 58, 64);
        border:0.0625em solid rgb(166, 58, 64);
        color:white;
    }
.LenderRecord__buttonIllawarraCU:hover, .LenderRecord__buttonIllawarraCU:focus, .LenderRecord__buttonIllawarraCU:active{
        background:rgb(133, 46, 51);
        border:0.0625em solid rgb(166, 58, 64);
        color:white;
    }
.LenderRecord__buttonWhiteIllawarraCU{
        background:white;
        border:0.0625em solid rgb(166, 58, 64);
        color:rgb(166, 58, 64);
    }
.LenderRecord__buttonWhiteIllawarraCU:hover, .LenderRecord__buttonWhiteIllawarraCU:focus, .LenderRecord__buttonWhiteIllawarraCU:active{
        background:rgb(133, 46, 51);
        border:0.0625em solid rgb(166, 58, 64);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderIllawarraCU{
      border:0.0625em solid rgb(166, 58, 64);
    }
.LenderRecord__lenderBackgroundIllawarraCU .LenderRecord__headerRatioBar{
        background:rgb(166, 58, 64);
      }
.LenderRecord__lenderBackgroundIllawarraCU:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(133, 46, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxIllawarraCU{
        border:0.125em solid #a63a40;
        overflow:hidden;
    }
.LenderRecord__productRecordIllawarraCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordIllawarraCU:hover{
        border-left:0.0625em solid rgb(166, 58, 64);
        border-right:0.0625em solid rgb(166, 58, 64);
        border-bottom:0.0625em solid rgb(166, 58, 64);
    }
.LenderRecord__productRecordIllawarraCU:hover .LenderRecord__sortingDescriptionBorderIllawarraCU{
            background:rgb(166, 58, 64) !important;
            color:white;
        }
.LenderRecord__LaboratoriesCU, .LenderRecord__contentBgLaboratoriesCU, .LenderRecord__LaboratoriesCU .LenderRecord__viewMoreButton{
        background:#EE3224 !important;
    }
.LenderRecord__LaboratoriesCU:hover, .LenderRecord__LaboratoriesCU .LenderRecord__viewMoreButton:hover{
        background:rgb(190, 40, 29) !important;
    }
.LenderRecord__progressBarLaboratoriesCU{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#EE3224;
        background:-webkit-gradient(linear,  right top, left top,  from(#EE3224),color-stop(50%, #EE3224),color-stop(51%, #EE3224),to(#EE3224));
        background:linear-gradient(to left,  #EE3224 0%,#EE3224 50%,#EE3224 51%,#EE3224 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverLaboratoriesCU{
        background:rgb(190, 40, 29);
    }
.LenderRecord__buttonLaboratoriesCU{
        background:rgb(238, 50, 36);
        border:0.0625em solid rgb(238, 50, 36);
        color:white;
    }
.LenderRecord__buttonLaboratoriesCU:hover, .LenderRecord__buttonLaboratoriesCU:focus, .LenderRecord__buttonLaboratoriesCU:active{
        background:rgb(190, 40, 29);
        border:0.0625em solid rgb(238, 50, 36);
        color:white;
    }
.LenderRecord__buttonWhiteLaboratoriesCU{
        background:white;
        border:0.0625em solid rgb(238, 50, 36);
        color:rgb(238, 50, 36);
    }
.LenderRecord__buttonWhiteLaboratoriesCU:hover, .LenderRecord__buttonWhiteLaboratoriesCU:focus, .LenderRecord__buttonWhiteLaboratoriesCU:active{
        background:rgb(190, 40, 29);
        border:0.0625em solid rgb(238, 50, 36);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderLaboratoriesCU{
      border:0.0625em solid rgb(238, 50, 36);
    }
.LenderRecord__lenderBackgroundLaboratoriesCU .LenderRecord__headerRatioBar{
        background:rgb(238, 50, 36);
      }
.LenderRecord__lenderBackgroundLaboratoriesCU:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(190, 40, 29);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxLaboratoriesCU{
        border:0.125em solid #ee3224;
        overflow:hidden;
    }
.LenderRecord__productRecordLaboratoriesCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordLaboratoriesCU:hover{
        border-left:0.0625em solid rgb(238, 50, 36);
        border-right:0.0625em solid rgb(238, 50, 36);
        border-bottom:0.0625em solid rgb(238, 50, 36);
    }
.LenderRecord__productRecordLaboratoriesCU:hover .LenderRecord__sortingDescriptionBorderLaboratoriesCU{
            background:rgb(238, 50, 36) !important;
            color:white;
        }
.LenderRecord__LutheranLL, .LenderRecord__contentBgLutheranLL, .LenderRecord__LutheranLL .LenderRecord__viewMoreButton{
        background:#887C73 !important;
    }
.LenderRecord__LutheranLL:hover, .LenderRecord__LutheranLL .LenderRecord__viewMoreButton:hover{
        background:rgb(109, 99, 92) !important;
    }
.LenderRecord__progressBarLutheranLL{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#887C73;
        background:-webkit-gradient(linear,  right top, left top,  from(#887C73),color-stop(50%, #887C73),color-stop(51%, #887C73),to(#887C73));
        background:linear-gradient(to left,  #887C73 0%,#887C73 50%,#887C73 51%,#887C73 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverLutheranLL{
        background:rgb(109, 99, 92);
    }
.LenderRecord__buttonLutheranLL{
        background:rgb(136, 124, 115);
        border:0.0625em solid rgb(136, 124, 115);
        color:white;
    }
.LenderRecord__buttonLutheranLL:hover, .LenderRecord__buttonLutheranLL:focus, .LenderRecord__buttonLutheranLL:active{
        background:rgb(109, 99, 92);
        border:0.0625em solid rgb(136, 124, 115);
        color:white;
    }
.LenderRecord__buttonWhiteLutheranLL{
        background:white;
        border:0.0625em solid rgb(136, 124, 115);
        color:rgb(136, 124, 115);
    }
.LenderRecord__buttonWhiteLutheranLL:hover, .LenderRecord__buttonWhiteLutheranLL:focus, .LenderRecord__buttonWhiteLutheranLL:active{
        background:rgb(109, 99, 92);
        border:0.0625em solid rgb(136, 124, 115);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderLutheranLL{
      border:0.0625em solid rgb(136, 124, 115);
    }
.LenderRecord__lenderBackgroundLutheranLL .LenderRecord__headerRatioBar{
        background:rgb(136, 124, 115);
      }
.LenderRecord__lenderBackgroundLutheranLL:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(109, 99, 92);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxLutheranLL{
        border:0.125em solid #887c73;
        overflow:hidden;
    }
.LenderRecord__productRecordLutheranLL{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordLutheranLL:hover{
        border-left:0.0625em solid rgb(136, 124, 115);
        border-right:0.0625em solid rgb(136, 124, 115);
        border-bottom:0.0625em solid rgb(136, 124, 115);
    }
.LenderRecord__productRecordLutheranLL:hover .LenderRecord__sortingDescriptionBorderLutheranLL{
            background:rgb(136, 124, 115) !important;
            color:white;
        }
.LenderRecord__MyStateBank, .LenderRecord__contentBgMyStateBank, .LenderRecord__MyStateBank .LenderRecord__viewMoreButton{
        background:#004E57 !important;
    }
.LenderRecord__MyStateBank:hover, .LenderRecord__MyStateBank .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 62, 70) !important;
    }
.LenderRecord__progressBarMyStateBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#004E57;
        background:-webkit-gradient(linear,  right top, left top,  from(#004E57),color-stop(50%, #004E57),color-stop(51%, #004E57),to(#004E57));
        background:linear-gradient(to left,  #004E57 0%,#004E57 50%,#004E57 51%,#004E57 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverMyStateBank{
        background:rgb(0, 62, 70);
    }
.LenderRecord__buttonMyStateBank{
        background:rgb(0, 78, 87);
        border:0.0625em solid rgb(0, 78, 87);
        color:white;
    }
.LenderRecord__buttonMyStateBank:hover, .LenderRecord__buttonMyStateBank:focus, .LenderRecord__buttonMyStateBank:active{
        background:rgb(0, 62, 70);
        border:0.0625em solid rgb(0, 78, 87);
        color:white;
    }
.LenderRecord__buttonWhiteMyStateBank{
        background:white;
        border:0.0625em solid rgb(0, 78, 87);
        color:rgb(0, 78, 87);
    }
.LenderRecord__buttonWhiteMyStateBank:hover, .LenderRecord__buttonWhiteMyStateBank:focus, .LenderRecord__buttonWhiteMyStateBank:active{
        background:rgb(0, 62, 70);
        border:0.0625em solid rgb(0, 78, 87);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderMyStateBank{
      border:0.0625em solid rgb(0, 78, 87);
    }
.LenderRecord__lenderBackgroundMyStateBank .LenderRecord__headerRatioBar{
        background:rgb(0, 78, 87);
      }
.LenderRecord__lenderBackgroundMyStateBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 62, 70);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxMyStateBank{
        border:0.125em solid #004e57;
        overflow:hidden;
    }
.LenderRecord__productRecordMyStateBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordMyStateBank:hover{
        border-left:0.0625em solid rgb(0, 78, 87);
        border-right:0.0625em solid rgb(0, 78, 87);
        border-bottom:0.0625em solid rgb(0, 78, 87);
    }
.LenderRecord__productRecordMyStateBank:hover .LenderRecord__sortingDescriptionBorderMyStateBank{
            background:rgb(0, 78, 87) !important;
            color:white;
        }
.LenderRecord__NewCastle, .LenderRecord__contentBgNewCastle, .LenderRecord__NewCastle .LenderRecord__viewMoreButton{
        background:#000000 !important;
    }
.LenderRecord__NewCastle:hover, .LenderRecord__NewCastle .LenderRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.LenderRecord__progressBarNewCastle{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverNewCastle{
        background:rgb(51, 51, 51);
    }
.LenderRecord__buttonNewCastle{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonNewCastle:hover, .LenderRecord__buttonNewCastle:focus, .LenderRecord__buttonNewCastle:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonWhiteNewCastle{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.LenderRecord__buttonWhiteNewCastle:hover, .LenderRecord__buttonWhiteNewCastle:focus, .LenderRecord__buttonWhiteNewCastle:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderNewCastle{
      border:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__lenderBackgroundNewCastle .LenderRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.LenderRecord__lenderBackgroundNewCastle:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxNewCastle{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.LenderRecord__productRecordNewCastle{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordNewCastle:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__productRecordNewCastle:hover .LenderRecord__sortingDescriptionBorderNewCastle{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.LenderRecord__NorthernInlandCU, .LenderRecord__contentBgNorthernInlandCU, .LenderRecord__NorthernInlandCU .LenderRecord__viewMoreButton{
        background:#0098D8 !important;
    }
.LenderRecord__NorthernInlandCU:hover, .LenderRecord__NorthernInlandCU .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 122, 173) !important;
    }
.LenderRecord__progressBarNorthernInlandCU{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#0098D8;
        background:-webkit-gradient(linear,  right top, left top,  from(#0098D8),color-stop(50%, #0098D8),color-stop(51%, #0098D8),to(#0098D8));
        background:linear-gradient(to left,  #0098D8 0%,#0098D8 50%,#0098D8 51%,#0098D8 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverNorthernInlandCU{
        background:rgb(0, 122, 173);
    }
.LenderRecord__buttonNorthernInlandCU{
        background:rgb(0, 152, 216);
        border:0.0625em solid rgb(0, 152, 216);
        color:white;
    }
.LenderRecord__buttonNorthernInlandCU:hover, .LenderRecord__buttonNorthernInlandCU:focus, .LenderRecord__buttonNorthernInlandCU:active{
        background:rgb(0, 122, 173);
        border:0.0625em solid rgb(0, 152, 216);
        color:white;
    }
.LenderRecord__buttonWhiteNorthernInlandCU{
        background:white;
        border:0.0625em solid rgb(0, 152, 216);
        color:rgb(0, 152, 216);
    }
.LenderRecord__buttonWhiteNorthernInlandCU:hover, .LenderRecord__buttonWhiteNorthernInlandCU:focus, .LenderRecord__buttonWhiteNorthernInlandCU:active{
        background:rgb(0, 122, 173);
        border:0.0625em solid rgb(0, 152, 216);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderNorthernInlandCU{
      border:0.0625em solid rgb(0, 152, 216);
    }
.LenderRecord__lenderBackgroundNorthernInlandCU .LenderRecord__headerRatioBar{
        background:rgb(0, 152, 216);
      }
.LenderRecord__lenderBackgroundNorthernInlandCU:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 122, 173);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxNorthernInlandCU{
        border:0.125em solid #0098d8;
        overflow:hidden;
    }
.LenderRecord__productRecordNorthernInlandCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordNorthernInlandCU:hover{
        border-left:0.0625em solid rgb(0, 152, 216);
        border-right:0.0625em solid rgb(0, 152, 216);
        border-bottom:0.0625em solid rgb(0, 152, 216);
    }
.LenderRecord__productRecordNorthernInlandCU:hover .LenderRecord__sortingDescriptionBorderNorthernInlandCU{
            background:rgb(0, 152, 216) !important;
            color:white;
        }
.LenderRecord__NovaAllianceBank, .LenderRecord__contentBgNovaAllianceBank, .LenderRecord__NovaAllianceBank .LenderRecord__viewMoreButton{
        background:#0071BB !important;
    }
.LenderRecord__NovaAllianceBank:hover, .LenderRecord__NovaAllianceBank .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 90, 150) !important;
    }
.LenderRecord__progressBarNovaAllianceBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#0071BB;
        background:-webkit-gradient(linear,  right top, left top,  from(#0071BB),color-stop(50%, #0071BB),color-stop(51%, #0071BB),to(#0071BB));
        background:linear-gradient(to left,  #0071BB 0%,#0071BB 50%,#0071BB 51%,#0071BB 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverNovaAllianceBank{
        background:rgb(0, 90, 150);
    }
.LenderRecord__buttonNovaAllianceBank{
        background:rgb(0, 113, 187);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.LenderRecord__buttonNovaAllianceBank:hover, .LenderRecord__buttonNovaAllianceBank:focus, .LenderRecord__buttonNovaAllianceBank:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.LenderRecord__buttonWhiteNovaAllianceBank{
        background:white;
        border:0.0625em solid rgb(0, 113, 187);
        color:rgb(0, 113, 187);
    }
.LenderRecord__buttonWhiteNovaAllianceBank:hover, .LenderRecord__buttonWhiteNovaAllianceBank:focus, .LenderRecord__buttonWhiteNovaAllianceBank:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderNovaAllianceBank{
      border:0.0625em solid rgb(0, 113, 187);
    }
.LenderRecord__lenderBackgroundNovaAllianceBank .LenderRecord__headerRatioBar{
        background:rgb(0, 113, 187);
      }
.LenderRecord__lenderBackgroundNovaAllianceBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 90, 150);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxNovaAllianceBank{
        border:0.125em solid #0071bb;
        overflow:hidden;
    }
.LenderRecord__productRecordNovaAllianceBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordNovaAllianceBank:hover{
        border-left:0.0625em solid rgb(0, 113, 187);
        border-right:0.0625em solid rgb(0, 113, 187);
        border-bottom:0.0625em solid rgb(0, 113, 187);
    }
.LenderRecord__productRecordNovaAllianceBank:hover .LenderRecord__sortingDescriptionBorderNovaAllianceBank{
            background:rgb(0, 113, 187) !important;
            color:white;
        }
.LenderRecord__OrangeCU, .LenderRecord__contentBgOrangeCU, .LenderRecord__OrangeCU .LenderRecord__viewMoreButton{
        background:#F58027 !important;
    }
.LenderRecord__OrangeCU:hover, .LenderRecord__OrangeCU .LenderRecord__viewMoreButton:hover{
        background:rgb(196, 102, 31) !important;
    }
.LenderRecord__progressBarOrangeCU{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#F58027;
        background:-webkit-gradient(linear,  right top, left top,  from(#F58027),color-stop(50%, #F58027),color-stop(51%, #F58027),to(#F58027));
        background:linear-gradient(to left,  #F58027 0%,#F58027 50%,#F58027 51%,#F58027 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverOrangeCU{
        background:rgb(196, 102, 31);
    }
.LenderRecord__buttonOrangeCU{
        background:rgb(245, 128, 39);
        border:0.0625em solid rgb(245, 128, 39);
        color:white;
    }
.LenderRecord__buttonOrangeCU:hover, .LenderRecord__buttonOrangeCU:focus, .LenderRecord__buttonOrangeCU:active{
        background:rgb(196, 102, 31);
        border:0.0625em solid rgb(245, 128, 39);
        color:white;
    }
.LenderRecord__buttonWhiteOrangeCU{
        background:white;
        border:0.0625em solid rgb(245, 128, 39);
        color:rgb(245, 128, 39);
    }
.LenderRecord__buttonWhiteOrangeCU:hover, .LenderRecord__buttonWhiteOrangeCU:focus, .LenderRecord__buttonWhiteOrangeCU:active{
        background:rgb(196, 102, 31);
        border:0.0625em solid rgb(245, 128, 39);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderOrangeCU{
      border:0.0625em solid rgb(245, 128, 39);
    }
.LenderRecord__lenderBackgroundOrangeCU .LenderRecord__headerRatioBar{
        background:rgb(245, 128, 39);
      }
.LenderRecord__lenderBackgroundOrangeCU:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(196, 102, 31);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxOrangeCU{
        border:0.125em solid #f58027;
        overflow:hidden;
    }
.LenderRecord__productRecordOrangeCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordOrangeCU:hover{
        border-left:0.0625em solid rgb(245, 128, 39);
        border-right:0.0625em solid rgb(245, 128, 39);
        border-bottom:0.0625em solid rgb(245, 128, 39);
    }
.LenderRecord__productRecordOrangeCU:hover .LenderRecord__sortingDescriptionBorderOrangeCU{
            background:rgb(245, 128, 39) !important;
            color:white;
        }
.LenderRecord__PoliceBank, .LenderRecord__contentBgPoliceBank, .LenderRecord__PoliceBank .LenderRecord__viewMoreButton{
        background:#FFBB00 !important;
    }
.LenderRecord__PoliceBank:hover, .LenderRecord__PoliceBank .LenderRecord__viewMoreButton:hover{
        background:rgb(204, 150, 0) !important;
    }
.LenderRecord__progressBarPoliceBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#FFBB00;
        background:-webkit-gradient(linear,  right top, left top,  from(#FFBB00),color-stop(50%, #FFBB00),color-stop(51%, #FFBB00),to(#FFBB00));
        background:linear-gradient(to left,  #FFBB00 0%,#FFBB00 50%,#FFBB00 51%,#FFBB00 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverPoliceBank{
        background:rgb(204, 150, 0);
    }
.LenderRecord__buttonPoliceBank{
        background:rgb(255, 187, 0);
        border:0.0625em solid rgb(255, 187, 0);
        color:white;
    }
.LenderRecord__buttonPoliceBank:hover, .LenderRecord__buttonPoliceBank:focus, .LenderRecord__buttonPoliceBank:active{
        background:rgb(204, 150, 0);
        border:0.0625em solid rgb(255, 187, 0);
        color:white;
    }
.LenderRecord__buttonWhitePoliceBank{
        background:white;
        border:0.0625em solid rgb(255, 187, 0);
        color:rgb(255, 187, 0);
    }
.LenderRecord__buttonWhitePoliceBank:hover, .LenderRecord__buttonWhitePoliceBank:focus, .LenderRecord__buttonWhitePoliceBank:active{
        background:rgb(204, 150, 0);
        border:0.0625em solid rgb(255, 187, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderPoliceBank{
      border:0.0625em solid rgb(255, 187, 0);
    }
.LenderRecord__lenderBackgroundPoliceBank .LenderRecord__headerRatioBar{
        background:rgb(255, 187, 0);
      }
.LenderRecord__lenderBackgroundPoliceBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(204, 150, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxPoliceBank{
        border:0.125em solid #ffbb00;
        overflow:hidden;
    }
.LenderRecord__productRecordPoliceBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordPoliceBank:hover{
        border-left:0.0625em solid rgb(255, 187, 0);
        border-right:0.0625em solid rgb(255, 187, 0);
        border-bottom:0.0625em solid rgb(255, 187, 0);
    }
.LenderRecord__productRecordPoliceBank:hover .LenderRecord__sortingDescriptionBorderPoliceBank{
            background:rgb(255, 187, 0) !important;
            color:white;
        }
.LenderRecord__PoliceCU, .LenderRecord__contentBgPoliceCU, .LenderRecord__PoliceCU .LenderRecord__viewMoreButton{
        background:#1C3F94 !important;
    }
.LenderRecord__PoliceCU:hover, .LenderRecord__PoliceCU .LenderRecord__viewMoreButton:hover{
        background:rgb(22, 50, 118) !important;
    }
.LenderRecord__progressBarPoliceCU{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#1C3F94;
        background:-webkit-gradient(linear,  right top, left top,  from(#1C3F94),color-stop(50%, #1C3F94),color-stop(51%, #1C3F94),to(#1C3F94));
        background:linear-gradient(to left,  #1C3F94 0%,#1C3F94 50%,#1C3F94 51%,#1C3F94 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverPoliceCU{
        background:rgb(22, 50, 118);
    }
.LenderRecord__buttonPoliceCU{
        background:rgb(28, 63, 148);
        border:0.0625em solid rgb(28, 63, 148);
        color:white;
    }
.LenderRecord__buttonPoliceCU:hover, .LenderRecord__buttonPoliceCU:focus, .LenderRecord__buttonPoliceCU:active{
        background:rgb(22, 50, 118);
        border:0.0625em solid rgb(28, 63, 148);
        color:white;
    }
.LenderRecord__buttonWhitePoliceCU{
        background:white;
        border:0.0625em solid rgb(28, 63, 148);
        color:rgb(28, 63, 148);
    }
.LenderRecord__buttonWhitePoliceCU:hover, .LenderRecord__buttonWhitePoliceCU:focus, .LenderRecord__buttonWhitePoliceCU:active{
        background:rgb(22, 50, 118);
        border:0.0625em solid rgb(28, 63, 148);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderPoliceCU{
      border:0.0625em solid rgb(28, 63, 148);
    }
.LenderRecord__lenderBackgroundPoliceCU .LenderRecord__headerRatioBar{
        background:rgb(28, 63, 148);
      }
.LenderRecord__lenderBackgroundPoliceCU:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(22, 50, 118);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxPoliceCU{
        border:0.125em solid #1c3f94;
        overflow:hidden;
    }
.LenderRecord__productRecordPoliceCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordPoliceCU:hover{
        border-left:0.0625em solid rgb(28, 63, 148);
        border-right:0.0625em solid rgb(28, 63, 148);
        border-bottom:0.0625em solid rgb(28, 63, 148);
    }
.LenderRecord__productRecordPoliceCU:hover .LenderRecord__sortingDescriptionBorderPoliceCU{
            background:rgb(28, 63, 148) !important;
            color:white;
        }
.LenderRecord__QBank, .LenderRecord__contentBgQBank, .LenderRecord__QBank .LenderRecord__viewMoreButton{
        background:#385988 !important;
    }
.LenderRecord__QBank:hover, .LenderRecord__QBank .LenderRecord__viewMoreButton:hover{
        background:rgb(45, 71, 109) !important;
    }
.LenderRecord__progressBarQBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#385988;
        background:-webkit-gradient(linear,  right top, left top,  from(#385988),color-stop(50%, #385988),color-stop(51%, #385988),to(#385988));
        background:linear-gradient(to left,  #385988 0%,#385988 50%,#385988 51%,#385988 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverQBank{
        background:rgb(45, 71, 109);
    }
.LenderRecord__buttonQBank{
        background:rgb(56, 89, 136);
        border:0.0625em solid rgb(56, 89, 136);
        color:white;
    }
.LenderRecord__buttonQBank:hover, .LenderRecord__buttonQBank:focus, .LenderRecord__buttonQBank:active{
        background:rgb(45, 71, 109);
        border:0.0625em solid rgb(56, 89, 136);
        color:white;
    }
.LenderRecord__buttonWhiteQBank{
        background:white;
        border:0.0625em solid rgb(56, 89, 136);
        color:rgb(56, 89, 136);
    }
.LenderRecord__buttonWhiteQBank:hover, .LenderRecord__buttonWhiteQBank:focus, .LenderRecord__buttonWhiteQBank:active{
        background:rgb(45, 71, 109);
        border:0.0625em solid rgb(56, 89, 136);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderQBank{
      border:0.0625em solid rgb(56, 89, 136);
    }
.LenderRecord__lenderBackgroundQBank .LenderRecord__headerRatioBar{
        background:rgb(56, 89, 136);
      }
.LenderRecord__lenderBackgroundQBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(45, 71, 109);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxQBank{
        border:0.125em solid #385988;
        overflow:hidden;
    }
.LenderRecord__productRecordQBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordQBank:hover{
        border-left:0.0625em solid rgb(56, 89, 136);
        border-right:0.0625em solid rgb(56, 89, 136);
        border-bottom:0.0625em solid rgb(56, 89, 136);
    }
.LenderRecord__productRecordQBank:hover .LenderRecord__sortingDescriptionBorderQBank{
            background:rgb(56, 89, 136) !important;
            color:white;
        }
.LenderRecord__RaboBank, .LenderRecord__contentBgRaboBank, .LenderRecord__RaboBank .LenderRecord__viewMoreButton{
        background:#FF6701 !important;
    }
.LenderRecord__RaboBank:hover, .LenderRecord__RaboBank .LenderRecord__viewMoreButton:hover{
        background:rgb(204, 82, 1) !important;
    }
.LenderRecord__progressBarRaboBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#FF6701;
        background:-webkit-gradient(linear,  right top, left top,  from(#FF6701),color-stop(50%, #FF6701),color-stop(51%, #FF6701),to(#FF6701));
        background:linear-gradient(to left,  #FF6701 0%,#FF6701 50%,#FF6701 51%,#FF6701 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverRaboBank{
        background:rgb(204, 82, 1);
    }
.LenderRecord__buttonRaboBank{
        background:rgb(255, 103, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.LenderRecord__buttonRaboBank:hover, .LenderRecord__buttonRaboBank:focus, .LenderRecord__buttonRaboBank:active{
        background:rgb(204, 82, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.LenderRecord__buttonWhiteRaboBank{
        background:white;
        border:0.0625em solid rgb(255, 103, 1);
        color:rgb(255, 103, 1);
    }
.LenderRecord__buttonWhiteRaboBank:hover, .LenderRecord__buttonWhiteRaboBank:focus, .LenderRecord__buttonWhiteRaboBank:active{
        background:rgb(204, 82, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderRaboBank{
      border:0.0625em solid rgb(255, 103, 1);
    }
.LenderRecord__lenderBackgroundRaboBank .LenderRecord__headerRatioBar{
        background:rgb(255, 103, 1);
      }
.LenderRecord__lenderBackgroundRaboBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(204, 82, 1);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxRaboBank{
        border:0.125em solid #ff6701;
        overflow:hidden;
    }
.LenderRecord__productRecordRaboBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordRaboBank:hover{
        border-left:0.0625em solid rgb(255, 103, 1);
        border-right:0.0625em solid rgb(255, 103, 1);
        border-bottom:0.0625em solid rgb(255, 103, 1);
    }
.LenderRecord__productRecordRaboBank:hover .LenderRecord__sortingDescriptionBorderRaboBank{
            background:rgb(255, 103, 1) !important;
            color:white;
        }
.LenderRecord__RACQ, .LenderRecord__contentBgRACQ, .LenderRecord__RACQ .LenderRecord__viewMoreButton{
        background:#FFE600 !important;
    }
.LenderRecord__RACQ:hover, .LenderRecord__RACQ .LenderRecord__viewMoreButton:hover{
        background:rgb(204, 184, 0) !important;
    }
.LenderRecord__progressBarRACQ{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#FFE600;
        background:-webkit-gradient(linear,  right top, left top,  from(#FFE600),color-stop(50%, #FFE600),color-stop(51%, #FFE600),to(#FFE600));
        background:linear-gradient(to left,  #FFE600 0%,#FFE600 50%,#FFE600 51%,#FFE600 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverRACQ{
        background:rgb(204, 184, 0);
    }
.LenderRecord__buttonRACQ{
        background:rgb(255, 230, 0);
        border:0.0625em solid rgb(255, 230, 0);
        color:white;
    }
.LenderRecord__buttonRACQ:hover, .LenderRecord__buttonRACQ:focus, .LenderRecord__buttonRACQ:active{
        background:rgb(204, 184, 0);
        border:0.0625em solid rgb(255, 230, 0);
        color:white;
    }
.LenderRecord__buttonWhiteRACQ{
        background:white;
        border:0.0625em solid rgb(255, 230, 0);
        color:rgb(255, 230, 0);
    }
.LenderRecord__buttonWhiteRACQ:hover, .LenderRecord__buttonWhiteRACQ:focus, .LenderRecord__buttonWhiteRACQ:active{
        background:rgb(204, 184, 0);
        border:0.0625em solid rgb(255, 230, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderRACQ{
      border:0.0625em solid rgb(255, 230, 0);
    }
.LenderRecord__lenderBackgroundRACQ .LenderRecord__headerRatioBar{
        background:rgb(255, 230, 0);
      }
.LenderRecord__lenderBackgroundRACQ:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(204, 184, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxRACQ{
        border:0.125em solid #ffe600;
        overflow:hidden;
    }
.LenderRecord__productRecordRACQ{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordRACQ:hover{
        border-left:0.0625em solid rgb(255, 230, 0);
        border-right:0.0625em solid rgb(255, 230, 0);
        border-bottom:0.0625em solid rgb(255, 230, 0);
    }
.LenderRecord__productRecordRACQ:hover .LenderRecord__sortingDescriptionBorderRACQ{
            background:rgb(255, 230, 0) !important;
            color:white;
        }
.LenderRecord__RAMS, .LenderRecord__contentBgRAMS, .LenderRecord__RAMS .LenderRecord__viewMoreButton{
        background:#035482 !important;
    }
.LenderRecord__RAMS:hover, .LenderRecord__RAMS .LenderRecord__viewMoreButton:hover{
        background:rgb(2, 67, 104) !important;
    }
.LenderRecord__progressBarRAMS{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#035482;
        background:-webkit-gradient(linear,  right top, left top,  from(#035482),color-stop(50%, #035482),color-stop(51%, #035482),to(#035482));
        background:linear-gradient(to left,  #035482 0%,#035482 50%,#035482 51%,#035482 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverRAMS{
        background:rgb(2, 67, 104);
    }
.LenderRecord__buttonRAMS{
        background:rgb(3, 84, 130);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.LenderRecord__buttonRAMS:hover, .LenderRecord__buttonRAMS:focus, .LenderRecord__buttonRAMS:active{
        background:rgb(2, 67, 104);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.LenderRecord__buttonWhiteRAMS{
        background:white;
        border:0.0625em solid rgb(3, 84, 130);
        color:rgb(3, 84, 130);
    }
.LenderRecord__buttonWhiteRAMS:hover, .LenderRecord__buttonWhiteRAMS:focus, .LenderRecord__buttonWhiteRAMS:active{
        background:rgb(2, 67, 104);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderRAMS{
      border:0.0625em solid rgb(3, 84, 130);
    }
.LenderRecord__lenderBackgroundRAMS .LenderRecord__headerRatioBar{
        background:rgb(3, 84, 130);
      }
.LenderRecord__lenderBackgroundRAMS:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(2, 67, 104);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxRAMS{
        border:0.125em solid #035482;
        overflow:hidden;
    }
.LenderRecord__productRecordRAMS{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordRAMS:hover{
        border-left:0.0625em solid rgb(3, 84, 130);
        border-right:0.0625em solid rgb(3, 84, 130);
        border-bottom:0.0625em solid rgb(3, 84, 130);
    }
.LenderRecord__productRecordRAMS:hover .LenderRecord__sortingDescriptionBorderRAMS{
            background:rgb(3, 84, 130) !important;
            color:white;
        }
.LenderRecord__RegionalAUBank, .LenderRecord__contentBgRegionalAUBank, .LenderRecord__RegionalAUBank .LenderRecord__viewMoreButton{
        background:#00424D !important;
    }
.LenderRecord__RegionalAUBank:hover, .LenderRecord__RegionalAUBank .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 53, 62) !important;
    }
.LenderRecord__progressBarRegionalAUBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#00424D;
        background:-webkit-gradient(linear,  right top, left top,  from(#00424D),color-stop(50%, #00424D),color-stop(51%, #00424D),to(#00424D));
        background:linear-gradient(to left,  #00424D 0%,#00424D 50%,#00424D 51%,#00424D 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverRegionalAUBank{
        background:rgb(0, 53, 62);
    }
.LenderRecord__buttonRegionalAUBank{
        background:rgb(0, 66, 77);
        border:0.0625em solid rgb(0, 66, 77);
        color:white;
    }
.LenderRecord__buttonRegionalAUBank:hover, .LenderRecord__buttonRegionalAUBank:focus, .LenderRecord__buttonRegionalAUBank:active{
        background:rgb(0, 53, 62);
        border:0.0625em solid rgb(0, 66, 77);
        color:white;
    }
.LenderRecord__buttonWhiteRegionalAUBank{
        background:white;
        border:0.0625em solid rgb(0, 66, 77);
        color:rgb(0, 66, 77);
    }
.LenderRecord__buttonWhiteRegionalAUBank:hover, .LenderRecord__buttonWhiteRegionalAUBank:focus, .LenderRecord__buttonWhiteRegionalAUBank:active{
        background:rgb(0, 53, 62);
        border:0.0625em solid rgb(0, 66, 77);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderRegionalAUBank{
      border:0.0625em solid rgb(0, 66, 77);
    }
.LenderRecord__lenderBackgroundRegionalAUBank .LenderRecord__headerRatioBar{
        background:rgb(0, 66, 77);
      }
.LenderRecord__lenderBackgroundRegionalAUBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 53, 62);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxRegionalAUBank{
        border:0.125em solid #00424d;
        overflow:hidden;
    }
.LenderRecord__productRecordRegionalAUBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordRegionalAUBank:hover{
        border-left:0.0625em solid rgb(0, 66, 77);
        border-right:0.0625em solid rgb(0, 66, 77);
        border-bottom:0.0625em solid rgb(0, 66, 77);
    }
.LenderRecord__productRecordRegionalAUBank:hover .LenderRecord__sortingDescriptionBorderRegionalAUBank{
            background:rgb(0, 66, 77) !important;
            color:white;
        }
.LenderRecord__ServiceOneAlliance, .LenderRecord__contentBgServiceOneAlliance, .LenderRecord__ServiceOneAlliance .LenderRecord__viewMoreButton{
        background:#0071BB !important;
    }
.LenderRecord__ServiceOneAlliance:hover, .LenderRecord__ServiceOneAlliance .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 90, 150) !important;
    }
.LenderRecord__progressBarServiceOneAlliance{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#0071BB;
        background:-webkit-gradient(linear,  right top, left top,  from(#0071BB),color-stop(50%, #0071BB),color-stop(51%, #0071BB),to(#0071BB));
        background:linear-gradient(to left,  #0071BB 0%,#0071BB 50%,#0071BB 51%,#0071BB 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverServiceOneAlliance{
        background:rgb(0, 90, 150);
    }
.LenderRecord__buttonServiceOneAlliance{
        background:rgb(0, 113, 187);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.LenderRecord__buttonServiceOneAlliance:hover, .LenderRecord__buttonServiceOneAlliance:focus, .LenderRecord__buttonServiceOneAlliance:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.LenderRecord__buttonWhiteServiceOneAlliance{
        background:white;
        border:0.0625em solid rgb(0, 113, 187);
        color:rgb(0, 113, 187);
    }
.LenderRecord__buttonWhiteServiceOneAlliance:hover, .LenderRecord__buttonWhiteServiceOneAlliance:focus, .LenderRecord__buttonWhiteServiceOneAlliance:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderServiceOneAlliance{
      border:0.0625em solid rgb(0, 113, 187);
    }
.LenderRecord__lenderBackgroundServiceOneAlliance .LenderRecord__headerRatioBar{
        background:rgb(0, 113, 187);
      }
.LenderRecord__lenderBackgroundServiceOneAlliance:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 90, 150);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxServiceOneAlliance{
        border:0.125em solid #0071bb;
        overflow:hidden;
    }
.LenderRecord__productRecordServiceOneAlliance{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordServiceOneAlliance:hover{
        border-left:0.0625em solid rgb(0, 113, 187);
        border-right:0.0625em solid rgb(0, 113, 187);
        border-bottom:0.0625em solid rgb(0, 113, 187);
    }
.LenderRecord__productRecordServiceOneAlliance:hover .LenderRecord__sortingDescriptionBorderServiceOneAlliance{
            background:rgb(0, 113, 187) !important;
            color:white;
        }
.LenderRecord__SouthWest, .LenderRecord__contentBgSouthWest, .LenderRecord__SouthWest .LenderRecord__viewMoreButton{
        background:#092B49 !important;
    }
.LenderRecord__SouthWest:hover, .LenderRecord__SouthWest .LenderRecord__viewMoreButton:hover{
        background:rgb(7, 34, 58) !important;
    }
.LenderRecord__progressBarSouthWest{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#092B49;
        background:-webkit-gradient(linear,  right top, left top,  from(#092B49),color-stop(50%, #092B49),color-stop(51%, #092B49),to(#092B49));
        background:linear-gradient(to left,  #092B49 0%,#092B49 50%,#092B49 51%,#092B49 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverSouthWest{
        background:rgb(7, 34, 58);
    }
.LenderRecord__buttonSouthWest{
        background:rgb(9, 43, 73);
        border:0.0625em solid rgb(9, 43, 73);
        color:white;
    }
.LenderRecord__buttonSouthWest:hover, .LenderRecord__buttonSouthWest:focus, .LenderRecord__buttonSouthWest:active{
        background:rgb(7, 34, 58);
        border:0.0625em solid rgb(9, 43, 73);
        color:white;
    }
.LenderRecord__buttonWhiteSouthWest{
        background:white;
        border:0.0625em solid rgb(9, 43, 73);
        color:rgb(9, 43, 73);
    }
.LenderRecord__buttonWhiteSouthWest:hover, .LenderRecord__buttonWhiteSouthWest:focus, .LenderRecord__buttonWhiteSouthWest:active{
        background:rgb(7, 34, 58);
        border:0.0625em solid rgb(9, 43, 73);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderSouthWest{
      border:0.0625em solid rgb(9, 43, 73);
    }
.LenderRecord__lenderBackgroundSouthWest .LenderRecord__headerRatioBar{
        background:rgb(9, 43, 73);
      }
.LenderRecord__lenderBackgroundSouthWest:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(7, 34, 58);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxSouthWest{
        border:0.125em solid #092b49;
        overflow:hidden;
    }
.LenderRecord__productRecordSouthWest{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordSouthWest:hover{
        border-left:0.0625em solid rgb(9, 43, 73);
        border-right:0.0625em solid rgb(9, 43, 73);
        border-bottom:0.0625em solid rgb(9, 43, 73);
    }
.LenderRecord__productRecordSouthWest:hover .LenderRecord__sortingDescriptionBorderSouthWest{
            background:rgb(9, 43, 73) !important;
            color:white;
        }
.LenderRecord__SouthernCross, .LenderRecord__contentBgSouthernCross, .LenderRecord__SouthernCross .LenderRecord__viewMoreButton{
        background:#003779 !important;
    }
.LenderRecord__SouthernCross:hover, .LenderRecord__SouthernCross .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 44, 97) !important;
    }
.LenderRecord__progressBarSouthernCross{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#003779;
        background:-webkit-gradient(linear,  right top, left top,  from(#003779),color-stop(50%, #003779),color-stop(51%, #003779),to(#003779));
        background:linear-gradient(to left,  #003779 0%,#003779 50%,#003779 51%,#003779 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverSouthernCross{
        background:rgb(0, 44, 97);
    }
.LenderRecord__buttonSouthernCross{
        background:rgb(0, 55, 121);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.LenderRecord__buttonSouthernCross:hover, .LenderRecord__buttonSouthernCross:focus, .LenderRecord__buttonSouthernCross:active{
        background:rgb(0, 44, 97);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.LenderRecord__buttonWhiteSouthernCross{
        background:white;
        border:0.0625em solid rgb(0, 55, 121);
        color:rgb(0, 55, 121);
    }
.LenderRecord__buttonWhiteSouthernCross:hover, .LenderRecord__buttonWhiteSouthernCross:focus, .LenderRecord__buttonWhiteSouthernCross:active{
        background:rgb(0, 44, 97);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderSouthernCross{
      border:0.0625em solid rgb(0, 55, 121);
    }
.LenderRecord__lenderBackgroundSouthernCross .LenderRecord__headerRatioBar{
        background:rgb(0, 55, 121);
      }
.LenderRecord__lenderBackgroundSouthernCross:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 44, 97);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxSouthernCross{
        border:0.125em solid #003779;
        overflow:hidden;
    }
.LenderRecord__productRecordSouthernCross{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordSouthernCross:hover{
        border-left:0.0625em solid rgb(0, 55, 121);
        border-right:0.0625em solid rgb(0, 55, 121);
        border-bottom:0.0625em solid rgb(0, 55, 121);
    }
.LenderRecord__productRecordSouthernCross:hover .LenderRecord__sortingDescriptionBorderSouthernCross{
            background:rgb(0, 55, 121) !important;
            color:white;
        }
.LenderRecord__TeachersMutual, .LenderRecord__contentBgTeachersMutual, .LenderRecord__TeachersMutual .LenderRecord__viewMoreButton{
        background:#17A1AF !important;
    }
.LenderRecord__TeachersMutual:hover, .LenderRecord__TeachersMutual .LenderRecord__viewMoreButton:hover{
        background:rgb(18, 129, 140) !important;
    }
.LenderRecord__progressBarTeachersMutual{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#17A1AF;
        background:-webkit-gradient(linear,  right top, left top,  from(#17A1AF),color-stop(50%, #17A1AF),color-stop(51%, #17A1AF),to(#17A1AF));
        background:linear-gradient(to left,  #17A1AF 0%,#17A1AF 50%,#17A1AF 51%,#17A1AF 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverTeachersMutual{
        background:rgb(18, 129, 140);
    }
.LenderRecord__buttonTeachersMutual{
        background:rgb(23, 161, 175);
        border:0.0625em solid rgb(23, 161, 175);
        color:white;
    }
.LenderRecord__buttonTeachersMutual:hover, .LenderRecord__buttonTeachersMutual:focus, .LenderRecord__buttonTeachersMutual:active{
        background:rgb(18, 129, 140);
        border:0.0625em solid rgb(23, 161, 175);
        color:white;
    }
.LenderRecord__buttonWhiteTeachersMutual{
        background:white;
        border:0.0625em solid rgb(23, 161, 175);
        color:rgb(23, 161, 175);
    }
.LenderRecord__buttonWhiteTeachersMutual:hover, .LenderRecord__buttonWhiteTeachersMutual:focus, .LenderRecord__buttonWhiteTeachersMutual:active{
        background:rgb(18, 129, 140);
        border:0.0625em solid rgb(23, 161, 175);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderTeachersMutual{
      border:0.0625em solid rgb(23, 161, 175);
    }
.LenderRecord__lenderBackgroundTeachersMutual .LenderRecord__headerRatioBar{
        background:rgb(23, 161, 175);
      }
.LenderRecord__lenderBackgroundTeachersMutual:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(18, 129, 140);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxTeachersMutual{
        border:0.125em solid #17a1af;
        overflow:hidden;
    }
.LenderRecord__productRecordTeachersMutual{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordTeachersMutual:hover{
        border-left:0.0625em solid rgb(23, 161, 175);
        border-right:0.0625em solid rgb(23, 161, 175);
        border-bottom:0.0625em solid rgb(23, 161, 175);
    }
.LenderRecord__productRecordTeachersMutual:hover .LenderRecord__sortingDescriptionBorderTeachersMutual{
            background:rgb(23, 161, 175) !important;
            color:white;
        }
.LenderRecord__TheCapricornianBank, .LenderRecord__contentBgTheCapricornianBank, .LenderRecord__TheCapricornianBank .LenderRecord__viewMoreButton{
        background:#B42D34 !important;
    }
.LenderRecord__TheCapricornianBank:hover, .LenderRecord__TheCapricornianBank .LenderRecord__viewMoreButton:hover{
        background:rgb(144, 36, 42) !important;
    }
.LenderRecord__progressBarTheCapricornianBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#B42D34;
        background:-webkit-gradient(linear,  right top, left top,  from(#B42D34),color-stop(50%, #B42D34),color-stop(51%, #B42D34),to(#B42D34));
        background:linear-gradient(to left,  #B42D34 0%,#B42D34 50%,#B42D34 51%,#B42D34 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverTheCapricornianBank{
        background:rgb(144, 36, 42);
    }
.LenderRecord__buttonTheCapricornianBank{
        background:rgb(180, 45, 52);
        border:0.0625em solid rgb(180, 45, 52);
        color:white;
    }
.LenderRecord__buttonTheCapricornianBank:hover, .LenderRecord__buttonTheCapricornianBank:focus, .LenderRecord__buttonTheCapricornianBank:active{
        background:rgb(144, 36, 42);
        border:0.0625em solid rgb(180, 45, 52);
        color:white;
    }
.LenderRecord__buttonWhiteTheCapricornianBank{
        background:white;
        border:0.0625em solid rgb(180, 45, 52);
        color:rgb(180, 45, 52);
    }
.LenderRecord__buttonWhiteTheCapricornianBank:hover, .LenderRecord__buttonWhiteTheCapricornianBank:focus, .LenderRecord__buttonWhiteTheCapricornianBank:active{
        background:rgb(144, 36, 42);
        border:0.0625em solid rgb(180, 45, 52);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderTheCapricornianBank{
      border:0.0625em solid rgb(180, 45, 52);
    }
.LenderRecord__lenderBackgroundTheCapricornianBank .LenderRecord__headerRatioBar{
        background:rgb(180, 45, 52);
      }
.LenderRecord__lenderBackgroundTheCapricornianBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(144, 36, 42);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxTheCapricornianBank{
        border:0.125em solid #b42d34;
        overflow:hidden;
    }
.LenderRecord__productRecordTheCapricornianBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordTheCapricornianBank:hover{
        border-left:0.0625em solid rgb(180, 45, 52);
        border-right:0.0625em solid rgb(180, 45, 52);
        border-bottom:0.0625em solid rgb(180, 45, 52);
    }
.LenderRecord__productRecordTheCapricornianBank:hover .LenderRecord__sortingDescriptionBorderTheCapricornianBank{
            background:rgb(180, 45, 52) !important;
            color:white;
        }
.LenderRecord__TheMutualBank, .LenderRecord__contentBgTheMutualBank, .LenderRecord__TheMutualBank .LenderRecord__viewMoreButton{
        background:#000000 !important;
    }
.LenderRecord__TheMutualBank:hover, .LenderRecord__TheMutualBank .LenderRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.LenderRecord__progressBarTheMutualBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverTheMutualBank{
        background:rgb(51, 51, 51);
    }
.LenderRecord__buttonTheMutualBank{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonTheMutualBank:hover, .LenderRecord__buttonTheMutualBank:focus, .LenderRecord__buttonTheMutualBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonWhiteTheMutualBank{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.LenderRecord__buttonWhiteTheMutualBank:hover, .LenderRecord__buttonWhiteTheMutualBank:focus, .LenderRecord__buttonWhiteTheMutualBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderTheMutualBank{
      border:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__lenderBackgroundTheMutualBank .LenderRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.LenderRecord__lenderBackgroundTheMutualBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxTheMutualBank{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.LenderRecord__productRecordTheMutualBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordTheMutualBank:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__productRecordTheMutualBank:hover .LenderRecord__sortingDescriptionBorderTheMutualBank{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.LenderRecord__TraditionalCU, .LenderRecord__contentBgTraditionalCU, .LenderRecord__TraditionalCU .LenderRecord__viewMoreButton{
        background:#000000 !important;
    }
.LenderRecord__TraditionalCU:hover, .LenderRecord__TraditionalCU .LenderRecord__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.LenderRecord__progressBarTraditionalCU{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverTraditionalCU{
        background:rgb(51, 51, 51);
    }
.LenderRecord__buttonTraditionalCU{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonTraditionalCU:hover, .LenderRecord__buttonTraditionalCU:focus, .LenderRecord__buttonTraditionalCU:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__buttonWhiteTraditionalCU{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.LenderRecord__buttonWhiteTraditionalCU:hover, .LenderRecord__buttonWhiteTraditionalCU:focus, .LenderRecord__buttonWhiteTraditionalCU:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderTraditionalCU{
      border:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__lenderBackgroundTraditionalCU .LenderRecord__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.LenderRecord__lenderBackgroundTraditionalCU:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxTraditionalCU{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.LenderRecord__productRecordTraditionalCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordTraditionalCU:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.LenderRecord__productRecordTraditionalCU:hover .LenderRecord__sortingDescriptionBorderTraditionalCU{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.LenderRecord__ToyotaFinance, .LenderRecord__contentBgToyotaFinance, .LenderRecord__ToyotaFinance .LenderRecord__viewMoreButton{
        background:#EB0A1E !important;
    }
.LenderRecord__ToyotaFinance:hover, .LenderRecord__ToyotaFinance .LenderRecord__viewMoreButton:hover{
        background:rgb(188, 8, 24) !important;
    }
.LenderRecord__progressBarToyotaFinance{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#EB0A1E;
        background:-webkit-gradient(linear,  right top, left top,  from(#EB0A1E),color-stop(50%, #EB0A1E),color-stop(51%, #EB0A1E),to(#EB0A1E));
        background:linear-gradient(to left,  #EB0A1E 0%,#EB0A1E 50%,#EB0A1E 51%,#EB0A1E 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverToyotaFinance{
        background:rgb(188, 8, 24);
    }
.LenderRecord__buttonToyotaFinance{
        background:rgb(235, 10, 30);
        border:0.0625em solid rgb(235, 10, 30);
        color:white;
    }
.LenderRecord__buttonToyotaFinance:hover, .LenderRecord__buttonToyotaFinance:focus, .LenderRecord__buttonToyotaFinance:active{
        background:rgb(188, 8, 24);
        border:0.0625em solid rgb(235, 10, 30);
        color:white;
    }
.LenderRecord__buttonWhiteToyotaFinance{
        background:white;
        border:0.0625em solid rgb(235, 10, 30);
        color:rgb(235, 10, 30);
    }
.LenderRecord__buttonWhiteToyotaFinance:hover, .LenderRecord__buttonWhiteToyotaFinance:focus, .LenderRecord__buttonWhiteToyotaFinance:active{
        background:rgb(188, 8, 24);
        border:0.0625em solid rgb(235, 10, 30);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderToyotaFinance{
      border:0.0625em solid rgb(235, 10, 30);
    }
.LenderRecord__lenderBackgroundToyotaFinance .LenderRecord__headerRatioBar{
        background:rgb(235, 10, 30);
      }
.LenderRecord__lenderBackgroundToyotaFinance:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(188, 8, 24);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxToyotaFinance{
        border:0.125em solid #eb0a1e;
        overflow:hidden;
    }
.LenderRecord__productRecordToyotaFinance{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordToyotaFinance:hover{
        border-left:0.0625em solid rgb(235, 10, 30);
        border-right:0.0625em solid rgb(235, 10, 30);
        border-bottom:0.0625em solid rgb(235, 10, 30);
    }
.LenderRecord__productRecordToyotaFinance:hover .LenderRecord__sortingDescriptionBorderToyotaFinance{
            background:rgb(235, 10, 30) !important;
            color:white;
        }
.LenderRecord__UniBank, .LenderRecord__contentBgUniBank, .LenderRecord__UniBank .LenderRecord__viewMoreButton{
        background:#00AEEF !important;
    }
.LenderRecord__UniBank:hover, .LenderRecord__UniBank .LenderRecord__viewMoreButton:hover{
        background:rgb(0, 139, 191) !important;
    }
.LenderRecord__progressBarUniBank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#00AEEF;
        background:-webkit-gradient(linear,  right top, left top,  from(#00AEEF),color-stop(50%, #00AEEF),color-stop(51%, #00AEEF),to(#00AEEF));
        background:linear-gradient(to left,  #00AEEF 0%,#00AEEF 50%,#00AEEF 51%,#00AEEF 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverUniBank{
        background:rgb(0, 139, 191);
    }
.LenderRecord__buttonUniBank{
        background:rgb(0, 174, 239);
        border:0.0625em solid rgb(0, 174, 239);
        color:white;
    }
.LenderRecord__buttonUniBank:hover, .LenderRecord__buttonUniBank:focus, .LenderRecord__buttonUniBank:active{
        background:rgb(0, 139, 191);
        border:0.0625em solid rgb(0, 174, 239);
        color:white;
    }
.LenderRecord__buttonWhiteUniBank{
        background:white;
        border:0.0625em solid rgb(0, 174, 239);
        color:rgb(0, 174, 239);
    }
.LenderRecord__buttonWhiteUniBank:hover, .LenderRecord__buttonWhiteUniBank:focus, .LenderRecord__buttonWhiteUniBank:active{
        background:rgb(0, 139, 191);
        border:0.0625em solid rgb(0, 174, 239);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderUniBank{
      border:0.0625em solid rgb(0, 174, 239);
    }
.LenderRecord__lenderBackgroundUniBank .LenderRecord__headerRatioBar{
        background:rgb(0, 174, 239);
      }
.LenderRecord__lenderBackgroundUniBank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(0, 139, 191);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxUniBank{
        border:0.125em solid #00aeef;
        overflow:hidden;
    }
.LenderRecord__productRecordUniBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordUniBank:hover{
        border-left:0.0625em solid rgb(0, 174, 239);
        border-right:0.0625em solid rgb(0, 174, 239);
        border-bottom:0.0625em solid rgb(0, 174, 239);
    }
.LenderRecord__productRecordUniBank:hover .LenderRecord__sortingDescriptionBorderUniBank{
            background:rgb(0, 174, 239) !important;
            color:white;
        }
.LenderRecord__virgin, .LenderRecord__contentBgvirgin, .LenderRecord__virgin .LenderRecord__viewMoreButton{
        background:#CC0000 !important;
    }
.LenderRecord__virgin:hover, .LenderRecord__virgin .LenderRecord__viewMoreButton:hover{
        background:rgb(163, 0, 0) !important;
    }
.LenderRecord__progressBarvirgin{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#CC0000;
        background:-webkit-gradient(linear,  right top, left top,  from(#CC0000),color-stop(50%, #CC0000),color-stop(51%, #CC0000),to(#CC0000));
        background:linear-gradient(to left,  #CC0000 0%,#CC0000 50%,#CC0000 51%,#CC0000 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hovervirgin{
        background:rgb(163, 0, 0);
    }
.LenderRecord__buttonvirgin{
        background:rgb(204, 0, 0);
        border:0.0625em solid rgb(204, 0, 0);
        color:white;
    }
.LenderRecord__buttonvirgin:hover, .LenderRecord__buttonvirgin:focus, .LenderRecord__buttonvirgin:active{
        background:rgb(163, 0, 0);
        border:0.0625em solid rgb(204, 0, 0);
        color:white;
    }
.LenderRecord__buttonWhitevirgin{
        background:white;
        border:0.0625em solid rgb(204, 0, 0);
        color:rgb(204, 0, 0);
    }
.LenderRecord__buttonWhitevirgin:hover, .LenderRecord__buttonWhitevirgin:focus, .LenderRecord__buttonWhitevirgin:active{
        background:rgb(163, 0, 0);
        border:0.0625em solid rgb(204, 0, 0);
        color:white;
    }
.LenderRecord__sortingDescriptionBordervirgin{
      border:0.0625em solid rgb(204, 0, 0);
    }
.LenderRecord__lenderBackgroundvirgin .LenderRecord__headerRatioBar{
        background:rgb(204, 0, 0);
      }
.LenderRecord__lenderBackgroundvirgin:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(163, 0, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxvirgin{
        border:0.125em solid #cc0000;
        overflow:hidden;
    }
.LenderRecord__productRecordvirgin{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordvirgin:hover{
        border-left:0.0625em solid rgb(204, 0, 0);
        border-right:0.0625em solid rgb(204, 0, 0);
        border-bottom:0.0625em solid rgb(204, 0, 0);
    }
.LenderRecord__productRecordvirgin:hover .LenderRecord__sortingDescriptionBordervirgin{
            background:rgb(204, 0, 0) !important;
            color:white;
        }
.LenderRecord__VWFinance, .LenderRecord__contentBgVWFinance, .LenderRecord__VWFinance .LenderRecord__viewMoreButton{
        background:#A21E4D !important;
    }
.LenderRecord__VWFinance:hover, .LenderRecord__VWFinance .LenderRecord__viewMoreButton:hover{
        background:rgb(130, 24, 62) !important;
    }
.LenderRecord__progressBarVWFinance{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#A21E4D;
        background:-webkit-gradient(linear,  right top, left top,  from(#A21E4D),color-stop(50%, #A21E4D),color-stop(51%, #A21E4D),to(#A21E4D));
        background:linear-gradient(to left,  #A21E4D 0%,#A21E4D 50%,#A21E4D 51%,#A21E4D 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverVWFinance{
        background:rgb(130, 24, 62);
    }
.LenderRecord__buttonVWFinance{
        background:rgb(162, 30, 77);
        border:0.0625em solid rgb(162, 30, 77);
        color:white;
    }
.LenderRecord__buttonVWFinance:hover, .LenderRecord__buttonVWFinance:focus, .LenderRecord__buttonVWFinance:active{
        background:rgb(130, 24, 62);
        border:0.0625em solid rgb(162, 30, 77);
        color:white;
    }
.LenderRecord__buttonWhiteVWFinance{
        background:white;
        border:0.0625em solid rgb(162, 30, 77);
        color:rgb(162, 30, 77);
    }
.LenderRecord__buttonWhiteVWFinance:hover, .LenderRecord__buttonWhiteVWFinance:focus, .LenderRecord__buttonWhiteVWFinance:active{
        background:rgb(130, 24, 62);
        border:0.0625em solid rgb(162, 30, 77);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderVWFinance{
      border:0.0625em solid rgb(162, 30, 77);
    }
.LenderRecord__lenderBackgroundVWFinance .LenderRecord__headerRatioBar{
        background:rgb(162, 30, 77);
      }
.LenderRecord__lenderBackgroundVWFinance:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(130, 24, 62);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxVWFinance{
        border:0.125em solid #a21e4d;
        overflow:hidden;
    }
.LenderRecord__productRecordVWFinance{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordVWFinance:hover{
        border-left:0.0625em solid rgb(162, 30, 77);
        border-right:0.0625em solid rgb(162, 30, 77);
        border-bottom:0.0625em solid rgb(162, 30, 77);
    }
.LenderRecord__productRecordVWFinance:hover .LenderRecord__sortingDescriptionBorderVWFinance{
            background:rgb(162, 30, 77) !important;
            color:white;
        }
.LenderRecord__WarwickCU, .LenderRecord__contentBgWarwickCU, .LenderRecord__WarwickCU .LenderRecord__viewMoreButton{
        background:#022F5D !important;
    }
.LenderRecord__WarwickCU:hover, .LenderRecord__WarwickCU .LenderRecord__viewMoreButton:hover{
        background:rgb(2, 38, 74) !important;
    }
.LenderRecord__progressBarWarwickCU{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#022F5D;
        background:-webkit-gradient(linear,  right top, left top,  from(#022F5D),color-stop(50%, #022F5D),color-stop(51%, #022F5D),to(#022F5D));
        background:linear-gradient(to left,  #022F5D 0%,#022F5D 50%,#022F5D 51%,#022F5D 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverWarwickCU{
        background:rgb(2, 38, 74);
    }
.LenderRecord__buttonWarwickCU{
        background:rgb(2, 47, 93);
        border:0.0625em solid rgb(2, 47, 93);
        color:white;
    }
.LenderRecord__buttonWarwickCU:hover, .LenderRecord__buttonWarwickCU:focus, .LenderRecord__buttonWarwickCU:active{
        background:rgb(2, 38, 74);
        border:0.0625em solid rgb(2, 47, 93);
        color:white;
    }
.LenderRecord__buttonWhiteWarwickCU{
        background:white;
        border:0.0625em solid rgb(2, 47, 93);
        color:rgb(2, 47, 93);
    }
.LenderRecord__buttonWhiteWarwickCU:hover, .LenderRecord__buttonWhiteWarwickCU:focus, .LenderRecord__buttonWhiteWarwickCU:active{
        background:rgb(2, 38, 74);
        border:0.0625em solid rgb(2, 47, 93);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderWarwickCU{
      border:0.0625em solid rgb(2, 47, 93);
    }
.LenderRecord__lenderBackgroundWarwickCU .LenderRecord__headerRatioBar{
        background:rgb(2, 47, 93);
      }
.LenderRecord__lenderBackgroundWarwickCU:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(2, 38, 74);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxWarwickCU{
        border:0.125em solid #022f5d;
        overflow:hidden;
    }
.LenderRecord__productRecordWarwickCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordWarwickCU:hover{
        border-left:0.0625em solid rgb(2, 47, 93);
        border-right:0.0625em solid rgb(2, 47, 93);
        border-bottom:0.0625em solid rgb(2, 47, 93);
    }
.LenderRecord__productRecordWarwickCU:hover .LenderRecord__sortingDescriptionBorderWarwickCU{
            background:rgb(2, 47, 93) !important;
            color:white;
        }
.LenderRecord__ZipMoney, .LenderRecord__contentBgZipMoney, .LenderRecord__ZipMoney .LenderRecord__viewMoreButton{
        background:#434776 !important;
    }
.LenderRecord__ZipMoney:hover, .LenderRecord__ZipMoney .LenderRecord__viewMoreButton:hover{
        background:rgb(54, 57, 94) !important;
    }
.LenderRecord__progressBarZipMoney{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#434776;
        background:-webkit-gradient(linear,  right top, left top,  from(#434776),color-stop(50%, #434776),color-stop(51%, #434776),to(#434776));
        background:linear-gradient(to left,  #434776 0%,#434776 50%,#434776 51%,#434776 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverZipMoney{
        background:rgb(54, 57, 94);
    }
.LenderRecord__buttonZipMoney{
        background:rgb(67, 71, 118);
        border:0.0625em solid rgb(67, 71, 118);
        color:white;
    }
.LenderRecord__buttonZipMoney:hover, .LenderRecord__buttonZipMoney:focus, .LenderRecord__buttonZipMoney:active{
        background:rgb(54, 57, 94);
        border:0.0625em solid rgb(67, 71, 118);
        color:white;
    }
.LenderRecord__buttonWhiteZipMoney{
        background:white;
        border:0.0625em solid rgb(67, 71, 118);
        color:rgb(67, 71, 118);
    }
.LenderRecord__buttonWhiteZipMoney:hover, .LenderRecord__buttonWhiteZipMoney:focus, .LenderRecord__buttonWhiteZipMoney:active{
        background:rgb(54, 57, 94);
        border:0.0625em solid rgb(67, 71, 118);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderZipMoney{
      border:0.0625em solid rgb(67, 71, 118);
    }
.LenderRecord__lenderBackgroundZipMoney .LenderRecord__headerRatioBar{
        background:rgb(67, 71, 118);
      }
.LenderRecord__lenderBackgroundZipMoney:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(54, 57, 94);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxZipMoney{
        border:0.125em solid #434776;
        overflow:hidden;
    }
.LenderRecord__productRecordZipMoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordZipMoney:hover{
        border-left:0.0625em solid rgb(67, 71, 118);
        border-right:0.0625em solid rgb(67, 71, 118);
        border-bottom:0.0625em solid rgb(67, 71, 118);
    }
.LenderRecord__productRecordZipMoney:hover .LenderRecord__sortingDescriptionBorderZipMoney{
            background:rgb(67, 71, 118) !important;
            color:white;
        }
.LenderRecord__VirginMoneyCC, .LenderRecord__contentBgVirginMoneyCC, .LenderRecord__VirginMoneyCC .LenderRecord__viewMoreButton{
        background:#BD1D65 !important;
    }
.LenderRecord__VirginMoneyCC:hover, .LenderRecord__VirginMoneyCC .LenderRecord__viewMoreButton:hover{
        background:rgb(151, 23, 81) !important;
    }
.LenderRecord__progressBarVirginMoneyCC{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#BD1D65;
        background:-webkit-gradient(linear,  right top, left top,  from(#BD1D65),color-stop(50%, #BD1D65),color-stop(51%, #BD1D65),to(#BD1D65));
        background:linear-gradient(to left,  #BD1D65 0%,#BD1D65 50%,#BD1D65 51%,#BD1D65 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverVirginMoneyCC{
        background:rgb(151, 23, 81);
    }
.LenderRecord__buttonVirginMoneyCC{
        background:rgb(189, 29, 101);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.LenderRecord__buttonVirginMoneyCC:hover, .LenderRecord__buttonVirginMoneyCC:focus, .LenderRecord__buttonVirginMoneyCC:active{
        background:rgb(151, 23, 81);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.LenderRecord__buttonWhiteVirginMoneyCC{
        background:white;
        border:0.0625em solid rgb(189, 29, 101);
        color:rgb(189, 29, 101);
    }
.LenderRecord__buttonWhiteVirginMoneyCC:hover, .LenderRecord__buttonWhiteVirginMoneyCC:focus, .LenderRecord__buttonWhiteVirginMoneyCC:active{
        background:rgb(151, 23, 81);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderVirginMoneyCC{
      border:0.0625em solid rgb(189, 29, 101);
    }
.LenderRecord__lenderBackgroundVirginMoneyCC .LenderRecord__headerRatioBar{
        background:rgb(189, 29, 101);
      }
.LenderRecord__lenderBackgroundVirginMoneyCC:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(151, 23, 81);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxVirginMoneyCC{
        border:0.125em solid #bd1d65;
        overflow:hidden;
    }
.LenderRecord__productRecordVirginMoneyCC{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordVirginMoneyCC:hover{
        border-left:0.0625em solid rgb(189, 29, 101);
        border-right:0.0625em solid rgb(189, 29, 101);
        border-bottom:0.0625em solid rgb(189, 29, 101);
    }
.LenderRecord__productRecordVirginMoneyCC:hover .LenderRecord__sortingDescriptionBorderVirginMoneyCC{
            background:rgb(189, 29, 101) !important;
            color:white;
        }
.LenderRecord__VirginMoneyHL, .LenderRecord__contentBgVirginMoneyHL, .LenderRecord__VirginMoneyHL .LenderRecord__viewMoreButton{
        background:#BD1D65 !important;
    }
.LenderRecord__VirginMoneyHL:hover, .LenderRecord__VirginMoneyHL .LenderRecord__viewMoreButton:hover{
        background:rgb(151, 23, 81) !important;
    }
.LenderRecord__progressBarVirginMoneyHL{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#BD1D65;
        background:-webkit-gradient(linear,  right top, left top,  from(#BD1D65),color-stop(50%, #BD1D65),color-stop(51%, #BD1D65),to(#BD1D65));
        background:linear-gradient(to left,  #BD1D65 0%,#BD1D65 50%,#BD1D65 51%,#BD1D65 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverVirginMoneyHL{
        background:rgb(151, 23, 81);
    }
.LenderRecord__buttonVirginMoneyHL{
        background:rgb(189, 29, 101);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.LenderRecord__buttonVirginMoneyHL:hover, .LenderRecord__buttonVirginMoneyHL:focus, .LenderRecord__buttonVirginMoneyHL:active{
        background:rgb(151, 23, 81);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.LenderRecord__buttonWhiteVirginMoneyHL{
        background:white;
        border:0.0625em solid rgb(189, 29, 101);
        color:rgb(189, 29, 101);
    }
.LenderRecord__buttonWhiteVirginMoneyHL:hover, .LenderRecord__buttonWhiteVirginMoneyHL:focus, .LenderRecord__buttonWhiteVirginMoneyHL:active{
        background:rgb(151, 23, 81);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderVirginMoneyHL{
      border:0.0625em solid rgb(189, 29, 101);
    }
.LenderRecord__lenderBackgroundVirginMoneyHL .LenderRecord__headerRatioBar{
        background:rgb(189, 29, 101);
      }
.LenderRecord__lenderBackgroundVirginMoneyHL:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(151, 23, 81);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxVirginMoneyHL{
        border:0.125em solid #bd1d65;
        overflow:hidden;
    }
.LenderRecord__productRecordVirginMoneyHL{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordVirginMoneyHL:hover{
        border-left:0.0625em solid rgb(189, 29, 101);
        border-right:0.0625em solid rgb(189, 29, 101);
        border-bottom:0.0625em solid rgb(189, 29, 101);
    }
.LenderRecord__productRecordVirginMoneyHL:hover .LenderRecord__sortingDescriptionBorderVirginMoneyHL{
            background:rgb(189, 29, 101) !important;
            color:white;
        }
.LenderRecord__Thinktank, .LenderRecord__contentBgThinktank, .LenderRecord__Thinktank .LenderRecord__viewMoreButton{
        background:#063462 !important;
    }
.LenderRecord__Thinktank:hover, .LenderRecord__Thinktank .LenderRecord__viewMoreButton:hover{
        background:rgb(56, 93, 129) !important;
    }
.LenderRecord__progressBarThinktank{
        -webkit-animation:LenderRecord__show 0.8s;
        animation:LenderRecord__show 0.8s;

        background:#063462;
        background:-webkit-gradient(linear,  right top, left top,  from(#063462),color-stop(50%, #063462),color-stop(51%, #063462),to(#063462));
        background:linear-gradient(to left,  #063462 0%,#063462 50%,#063462 51%,#063462 100%);

        overflow:hidden;
        z-index:290;
    }
.LenderRecord__hoverThinktank{
        background:rgb(56, 93, 129);
    }
.LenderRecord__buttonThinktank{
        background:rgb(6, 52, 98);
        border:0.0625em solid rgb(6, 52, 98);
        color:white;
    }
.LenderRecord__buttonThinktank:hover, .LenderRecord__buttonThinktank:focus, .LenderRecord__buttonThinktank:active{
        background:rgb(56, 93, 129);
        border:0.0625em solid rgb(6, 52, 98);
        color:white;
    }
.LenderRecord__buttonWhiteThinktank{
        background:white;
        border:0.0625em solid rgb(6, 52, 98);
        color:rgb(6, 52, 98);
    }
.LenderRecord__buttonWhiteThinktank:hover, .LenderRecord__buttonWhiteThinktank:focus, .LenderRecord__buttonWhiteThinktank:active{
        background:rgb(56, 93, 129);
        border:0.0625em solid rgb(6, 52, 98);
        color:white;
    }
.LenderRecord__sortingDescriptionBorderThinktank{
      border:0.0625em solid rgb(6, 52, 98);
    }
.LenderRecord__lenderBackgroundThinktank .LenderRecord__headerRatioBar{
        background:rgb(6, 52, 98);
      }
.LenderRecord__lenderBackgroundThinktank:hover.LenderRecord__collapsed .LenderRecord__headerRatioBar{
        background:rgb(56, 93, 129);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.LenderRecord__boxThinktank{
        border:0.125em solid #063462;
        overflow:hidden;
    }
.LenderRecord__productRecordThinktank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.LenderRecord__productRecordThinktank:hover{
        border-left:0.0625em solid rgb(6, 52, 98);
        border-right:0.0625em solid rgb(6, 52, 98);
        border-bottom:0.0625em solid rgb(6, 52, 98);
    }
.LenderRecord__productRecordThinktank:hover .LenderRecord__sortingDescriptionBorderThinktank{
            background:rgb(6, 52, 98) !important;
            color:white;
        }
.LenderRecord__root{

  border-radius:0.5em;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
  border:0.0625em solid #c0ced7;
  margin-bottom:0.5rem;
  overflow:hidden;
}
.LenderRecord__root .LenderRecord__contentWrapper{
    overflow:hidden;
  }
.LenderRecord__container{
  position:relative;
}
.LenderRecord__content{
  border-width:0.3em;
  border-top:none;
}
.LenderRecord__headerSection{

  display:-webkit-box;

  display:-webkit-flex;

  display:-ms-flexbox;

  display:flex;
  -webkit-box-pack:end;
  -webkit-justify-content:flex-end;
      -ms-flex-pack:end;
          justify-content:flex-end;
  cursor:pointer;
  height:4rem;
  position:relative;
}
.LenderRecord__headerSection .LenderRecord__headerLogo{
    height:100%;
    width:100%;
    position:absolute;
    z-index:1;
    padding:0.5rem;
  }
.LenderRecord__headerSection .LenderRecord__headerLogo img{
      width:auto;
      height:100%;
    }
.LenderRecord__headerSection .LenderRecord__headerLenderName{
    color:white;
    margin:auto auto auto 0.5rem;
    z-index:1;
  }
.LenderRecord__headerSection .LenderRecord__ratioWrapper{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:1;
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
    margin-right:1rem;
    position:relative;
  }
.LenderRecord__headerSection .LenderRecord__ratioWrapper .LenderRecord__headerRatioBar{
      width:0%;
      z-index:0;
      position:absolute;
      top:0;
      height:100%;
      -webkit-transition:0.4s linear;
      transition:0.4s linear;
      -webkit-transition-property:width, background-color;
      transition-property:width, background-color;
      -webkit-animation:LenderRecord__show 0.8s;
              animation:LenderRecord__show 0.8s
    }
@media(max-width: 48rem){
    .LenderRecord__headerSection .LenderRecord__ratioWrapper .LenderRecord__headerRatioBar{
        min-width:10rem
    }
      }
@media(max-width: 20rem){
    .LenderRecord__headerSection .LenderRecord__ratioWrapper .LenderRecord__headerRatioBar{
        min-width:8rem
    }
      }
.LenderRecord__headerSection .LenderRecord__valueAndClose{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    min-width:10.5rem;
  }
.LenderRecord__headerSection .LenderRecord__valueAndClose .LenderRecord__valueInfo{
      opacity:1;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:vertical;
      -webkit-box-direction:normal;
      -webkit-flex-direction:column;
          -ms-flex-direction:column;
              flex-direction:column;
      -webkit-box-align:end;
      -webkit-align-items:flex-end;
          -ms-flex-align:end;
              align-items:flex-end;
      margin-right:-2rem;
    }
.LenderRecord__headerSection .LenderRecord__valueAndClose .LenderRecord__valueInfo .LenderRecord__amount{
        font-size:1.4rem;
        font-weight:bold;
        color:#4a4a4a;
      }
.LenderRecord__headerSection .LenderRecord__valueAndClose .LenderRecord__valueInfo .LenderRecord__label{
        font-size:0.9rem;
      }
.LenderRecord__headerSection .LenderRecord__closeSection{
    z-index:1;
    margin-right:0.5rem;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
  }
.LenderRecord__headerSection .LenderRecord__closeSection i{
      font-size:1.4rem;
    }
.LenderRecord__headerSection .LenderRecord__closeSection span{
      opacity:0;
    }
.LenderRecord__defaultHeaderRatioBar{
}
.LenderRecord__infoSection{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  margin:1rem;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
}
.LenderRecord__infoSection > div{
    width:50%;
  }
.LenderRecord__infoSection .LenderRecord__maxBorrowLabel{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
  }
.LenderRecord__infoSection .LenderRecord__maxBorrowLabel .LenderRecord__label{
      font-size:1.4rem;
    }
.LenderRecord__infoSection .LenderRecord__assessmentAndAmount{
    padding-left:1rem;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
  }
.LenderRecord__infoSection .LenderRecord__assessmentAndAmount > div{
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:vertical;
      -webkit-box-direction:normal;
      -webkit-flex-direction:column;
          -ms-flex-direction:column;
              flex-direction:column;
    }
.LenderRecord__infoSection .LenderRecord__assessmentAndAmount .LenderRecord__initialAssessement{
      width:35%;
    }
.LenderRecord__infoSection .LenderRecord__assessmentAndAmount .LenderRecord__maxBorrowAmount{
      text-align:right;
    }
.LenderRecord__infoSection .LenderRecord__assessmentAndAmount .LenderRecord__maxBorrowAmount .LenderRecord__label{
        font-size:2rem;
      }
.LenderRecord__infoSection .LenderRecord__label{
    color:#4a4a4a;
    font-weight:600;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
  }
.LenderRecord__infoSection .LenderRecord__hint{
    font-size:0.8rem;
    color:#9b9b9b;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
  }
.LenderRecord__productsSection{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  margin:1rem;
}
.LenderRecord__productsSection >.LenderRecord__button{
    display:none;
  }
.LenderRecord__productsSection .LenderRecord__approvalBtnAndDescription{
    width:50%;
    padding-left:1rem;
  }
.LenderRecord__productsSection .LenderRecord__approvalBtnAndDescription a{
      margin:1rem 0;
    }
.LenderRecord__productsSection .LenderRecord__approvalBtnAndDescription > p{
      margin:0;
      color:#4a4a4a;
      font-size:90%;
    }
.LenderRecord__productsSection .LenderRecord__approvalBtnAndDescription.LenderRecord__table4Rows{
      min-height:18rem;
    }
.LenderRecord__productsSection .LenderRecord__approvalBtnAndDescription.LenderRecord__table5Rows{
      min-height:20rem;
    }
.LenderRecord__productsSection .LenderRecord__approvalBtnAndDescription.LenderRecord__extraSpace{
      margin-bottom:5rem;
    }
.LenderRecord__productsSection .LenderRecord__approvalBtnAndDescriptionFull{
    width:100%;
    padding:0;
  }
.LenderRecord__root.LenderRecord__isOpen .LenderRecord__content{
    border-bottom-left-radius:0.5em;
    border-bottom-right-radius:0.5em;
  }
.LenderRecord__root.LenderRecord__isOpen .LenderRecord__productsSection{
    padding-right:0;
  }
.LenderRecord__root.LenderRecord__isOpen .LenderRecord__headerSection .LenderRecord__ratioWrapper{
      position:absolute;
      width:100%;
      height:100%;
      left:0;
    }
.LenderRecord__root.LenderRecord__isOpen .LenderRecord__headerSection .LenderRecord__valueAndClose .LenderRecord__valueInfo{
        opacity:0;
        -webkit-transition:0.2s linear;
        transition:0.2s linear;
      }
.LenderRecord__root.LenderRecord__isOpen .LenderRecord__headerSection .LenderRecord__valueAndClose .LenderRecord__closeSection{
        color:white;
      }
.LenderRecord__root.LenderRecord__isOpen .LenderRecord__headerSection .LenderRecord__valueAndClose .LenderRecord__closeSection span{
          opacity:1;
          margin-right:0.5rem;
        }
.LenderRecord__root.LenderRecord__isOpen .LenderRecord__headerSection .LenderRecord__valueAndClose .LenderRecord__closeSection{
        -webkit-transition:0.4s linear;
        transition:0.4s linear;
}
.LenderRecord__root.LenderRecord__isOpen .LenderRecord__headerSection .LenderRecord__valueAndClose .LenderRecord__valueInfo, .LenderRecord__root.LenderRecord__isOpen .LenderRecord__headerSection .LenderRecord__valueAndClose .LenderRecord__closeSection{
        -webkit-transition-property:opacity;
        transition-property:opacity;
      }
.LenderRecord__root .LenderRecord__content img{
    height:7rem;
    left:50%;
    position:relative;
    -webkit-transform:translateX(-50%);
            transform:translateX(-50%);
  }
@media (max-width: 48rem){
    .LenderRecord__root .LenderRecord__content img{
      height:100%;
      min-width:100%;
    }
    .LenderRecord__root .LenderRecord__valueAndClose .LenderRecord__valueInfo .LenderRecord__amount{
      font-size:1em;
    }
    .LenderRecord__root .LenderRecord__productsSection{
      -webkit-box-orient:vertical;
      -webkit-box-direction:normal;
      -webkit-flex-direction:column;
          -ms-flex-direction:column;
              flex-direction:column;
    }

      .LenderRecord__root .LenderRecord__productsSection >.LenderRecord__button{
        display:block;
      }

      .LenderRecord__root .LenderRecord__productsSection > div{
        width:100%;
      }

      .LenderRecord__root .LenderRecord__productsSection .LenderRecord__approvalBtnAndDescription{
        padding:0;
        margin-top:1rem;
      }
        .LenderRecord__root .LenderRecord__productsSection .LenderRecord__approvalBtnAndDescription .LenderRecord__button{
          display:none;
        }
  }
@media (max-width: 48rem){
    .LenderRecord__root .LenderRecord__headerLogo img{
      max-width:8rem;
    }
    .LenderRecord__root .LenderRecord__valueAndClose{
      min-width:4rem;
    }
  }
@media (max-width: 20rem){
    .LenderRecord__root .LenderRecord__headerLogo img{
      max-width:6rem;
    }
  }
.LenderRecord__yourLender{
  position:absolute;
  top:-0.45rem;
  left:-0.45rem;
  background:#deaf2f;
  color:white;
  border-radius:0.7rem;
  font-size:0.8rem;
  line-height:1.3;
  padding:0 0.8rem;
  font-weight:100;
  z-index:291;
}

.ChecklistGroup__root{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex
}
.ChecklistGroup__root > div{
    width:100%;
  }
.ChecklistGroup__root .ChecklistGroup__groupName{
    font-weight:bold;
    margin-bottom:0.5rem;
  }
.ChecklistGroup__root ol li{
      border-bottom:none;
      padding:0.5rem 0;
    }
.ChecklistGroup__root ol li > div:last-child{
        margin-left:0.5rem;
      }

.ChecklistGroup__masonryWrapper{
  margin-bottom:-2.5rem
}
@media (max-width: 47.9375rem){
  .ChecklistGroup__masonryWrapper{
    margin-bottom:-1.5rem
}
  }
.ChecklistGroup__masonryWrapper > .ChecklistGroup__root{
    display:inline-block;
    -webkit-column-count:2;
       -moz-column-count:2;
            column-count:2;
    -webkit-column-gap:1rem;
       -moz-column-gap:1rem;
            column-gap:1rem;  
  }
.ChecklistGroup__masonryWrapper > .ChecklistGroup__root > div{
      display:inline-block;
      margin:0 0 2rem;
    }
.Report__root{
  padding:0;
}
.Report__title{
  margin:1.5rem 0 1.2rem;
  color:#9b9b9b;
  text-transform:uppercase;
}
.Report__borderReport{
  padding-left:0.625rem;
  padding-right:0.625rem;

  margin-top:1.5rem;
  margin-bottom:1.5rem;
  padding-bottom:1.5rem;
  border-bottom:0.0625em solid #c0ced7;
  background-color:#F7FAFB;
  -webkit-box-shadow:3px 3px 12px 0px #9b9b9b;
          box-shadow:3px 3px 12px 0px #9b9b9b
}
@media (min-width: 48rem){
.Report__borderReport{
    margin:2rem 0;
    padding-left:2rem;
    padding-right:2rem
}
  }

.SectionItem__root{
  color:#4a4a4a;
  list-style-type:none
}
.SectionItem__root:first-child .SectionItem__inner:not(.SectionItem__isGroup):not(.SectionItem__isAccordion){
    border-top-left-radius:0.5em;
    border-top-right-radius:0.5em;
  }
.SectionItem__root:last-child .SectionItem__inner.SectionItem__isGroup, .SectionItem__root:last-child .SectionItem__inner.SectionItem__isAccordion{
    border-bottom-left-radius:0.5em;
    border-bottom-right-radius:0.5em;
  }
.SectionItem__highlighted{
}
.SectionItem__inner{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-direction:row;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-flex-wrap:none;
      -ms-flex-wrap:none;
          flex-wrap:none;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-shadow:0 0.03125em 0.0625em 0 rgba(0, 0, 0, 0.15);
          box-shadow:0 0.03125em 0.0625em 0 rgba(0, 0, 0, 0.15);
  border:0.0625em solid #e8e8e8;
  cursor:pointer;
  padding:0.625rem;
  height:3.8rem;
  background-color:white;
  -webkit-transition:border-color 100ms ease-in-out, background-color 100ms ease-in-out;
  transition:border-color 100ms ease-in-out, background-color 100ms ease-in-out;
  line-height:1;
}
.SectionItem__inner span{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    padding-left:0.33333rem;
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
        -ms-flex-positive:1;
            flex-grow:1
  }
.SectionItem__inner span:first-of-type{
      -webkit-box-flex:0;
      -webkit-flex-grow:0;
          -ms-flex-positive:0;
              flex-grow:0;
      padding-left:0;
    }
.SectionItem__inner.SectionItem__readOnly{
    cursor:inherit;
  }
.SectionItem__inner.SectionItem__sectionHeader span:first-child .SectionItem__icon{
        margin-left:0;
        color:inherit;
      }
.SectionItem__inner.SectionItem__sectionHeader .SectionItem__leftWrapper{
      font-weight:bold;
    }
.SectionItem__inner.SectionItem__sectionHeader .SectionItem__leftWrapper span:nth-child(2){
        padding-left:0;
      }
@media (min-width: 48rem){
.SectionItem__inner{
    padding:1rem 1.3rem
}
  }
.SectionItem__rightWrapper{
  -webkit-box-flex:2;
  -webkit-flex-grow:2;
      -ms-flex-positive:2;
          flex-grow:2;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-direction:row;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-pack:end;
  -webkit-justify-content:flex-end;
      -ms-flex-pack:end;
          justify-content:flex-end;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  text-align:right;
  margin-right:.3125rem;
}
.SectionItem__rightWrapper span{
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    font-weight:700
  }
.SectionItem__rightWrapper span:nth-child(2n){
      margin-top:0.25rem;
      font-weight:300;
      font-size:0.815em;
    }
.SectionItem__leftWrapper{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
}
.SectionItem__leftWrapper span{
    font-size:1em
  }
.SectionItem__leftWrapper span:nth-child(2n){
      margin-top:0.25rem;
      font-weight:300;
      font-size:0.815em;
    }
.SectionItem__hint{
  font-size:80%;
  line-height:1.2;
  display:block;
  padding:0.5rem 0;
  color:#9b9b9b;
}
.SectionItem__clickable{
}
.SectionItem__displayValue{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
}
.SectionItem__belowPie{
  border-top-left-radius:0;
  border-top-right-radius:0;
  margin:0;
}
.SectionItem__icon{
  font-size:1.5em;
  vertical-align:middle;
  margin-left:0.3125rem
}
.SectionItem__icon.SectionItem__warn{
    color:#ee882a;
  }
.SectionItem__iconDark svg path{
      fill:#4a4a4a;
    }
.SectionItem__calculatorWidget >.SectionItem__icon{
    font-size:1em;
  }
.SectionItem__calculatorWidget.SectionItem__inner{
    border-radius:0;
    border-left:none;
    border-right:none;
    -webkit-box-shadow:none;
            box-shadow:none;
  }
.SectionItem__calculatorWidget.SectionItem__inner:hover{
    border-color:#e8e8e8;
    background:#fcfcfc;
  }
.SectionItem__calculatorWidget .SectionItem__displayValue span{
      font-weight:300;
    }
.SectionItem__calculatorWidget .SectionItem__rightWrapper .SectionItem__icon{
      font-size:1em;
    }
.SectionFooter__root{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-direction:row;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-flex-wrap:none;
      -ms-flex-wrap:none;
          flex-wrap:none;
  padding:0.625rem;
  height:3.8rem;
  border-bottom-left-radius:0.5em;
  border-bottom-right-radius:0.5em;
  border:0.0625em solid #e8e8e8;
}

  .SectionFooter__root span{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
        -ms-flex-positive:1;
            flex-grow:1
  }

  .SectionFooter__root span:first-of-type{
      -webkit-box-flex:0;
      -webkit-flex-grow:0;
          -ms-flex-positive:0;
              flex-grow:0;
      padding-left:0;
    }

  .SectionFooter__root .SectionFooter__footerValue{
    -webkit-box-flex:2;
    -webkit-flex-grow:2;
        -ms-flex-positive:2;
            flex-grow:2;
  }

  .SectionFooter__root .SectionFooter__footerValue span{
      -webkit-box-pack:end;
      -webkit-justify-content:flex-end;
          -ms-flex-pack:end;
              justify-content:flex-end;
      font-weight:700
    }

  .SectionFooter__root .SectionFooter__footerValue span:first-child{
        color:#4a4a4a;
        font-size:1.25em;
      }

  .SectionFooter__root .SectionFooter__footerValue span:nth-child(2n){
        font-weight:300;
        font-size:0.815em;
      }

  .SectionFooter__root .SectionFooter__footerName{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    font-size:0.815em;
  }
@media (min-width: 48rem){
.SectionFooter__root{
    padding:1rem 1.6rem
}
  }
.SectionFooter__isGroup{
  border-top-left-radius:0.5em;
  border-top-right-radius:0.5em;
}

.Section__root{
  overflow:visible;
  position:relative;
}
.Section__defaultStyle{
  margin-bottom:2rem;
}
.Section__accordionStyle{
  margin-bottom:1rem;
}
.Section__header{
  font-size:1.5em;
  font-weight:600;
  padding-bottom:0.625rem;
}
.Section__headerWrapper{

  line-height:1;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-direction:row;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-flex-wrap:none;
      -ms-flex-wrap:none;
          flex-wrap:none;
  -webkit-box-shadow:0 0.03125em 0.0625em 0 rgba(0, 0, 0, 0.15);
          box-shadow:0 0.03125em 0.0625em 0 rgba(0, 0, 0, 0.15);
  background:white;
  padding:0.8rem;
  height:3.8rem;
  font-weight:600;
  color:#4a4a4a;
  border:1px solid #e8e8e8;
  border-top-left-radius:0.5em;
  border-top-right-radius:0.5em;
  cursor:pointer;
  -webkit-transition:border-color 100ms ease-in-out, background-color 100ms ease-in-out;
  transition:border-color 100ms ease-in-out, background-color 100ms ease-in-out;
}
.Section__headerWrapper span{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
        -ms-flex-positive:1;
            flex-grow:1
  }
.Section__headerWrapper span:first-of-type:not(.Section__svg){
        -webkit-box-flex:0;
        -webkit-flex-grow:0;
            -ms-flex-positive:0;
                flex-grow:0;
      }
.Section__headerWrapper i{
    float:right;
    line-height:1.5;
    font-size:1.4rem;
  }
@media (min-width: 48rem){
.Section__headerWrapper{
    padding:1rem 1.3rem
}
  }
.Section__leftWrapper{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
  color:#4a4a4a;
}
.Section__leftWrapper span{
    font-size:1em;
    width:100%
  }
.Section__leftWrapper span:nth-child(2n){
      margin-top:0.25rem;
      font-weight:300;
      font-size:0.815em;
    }
.Section__valueWrapper{
  margin-right:0.3125rem;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
}
.Section__valueWrapper .Section__icon{
    padding-right:0;
  }
.Section__valueWrapper span{
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    text-align:right
  }
.Section__valueWrapper span:nth-child(2n){
      font-weight:300;
      font-size:0.815em;
    }
.Section__closeHeaderWrapper{
  -webkit-box-shadow:0 0.03125em 0.0625em 0 rgba(0, 0, 0, 0.15);
          box-shadow:0 0.03125em 0.0625em 0 rgba(0, 0, 0, 0.15);
  border-bottom-left-radius:0.5em;
  border-bottom-right-radius:0.5em;
}
.Section__icon{
  padding-right:0.33333rem;
}
.Section__icon svg{
    width:1.5em;
    height:1.5em;
  }
.Section__chartWrapper{
  background-color:#e1ebf1;
}
.Section__items{
  margin-top:0;
  padding:0;
}
.Section__positiveGap, .Section__cashflow, .Section__proceed{
  color:#00AAE5;
}
.Section__cost, .Section__expense, .Section__sellcost{
  color:#ee882a;
}
.Section__plus, .Section__income, .Section__price{
  color:#55b724;
}
.Section__noMarginBottom{
  margin-bottom:0;
}
.Section__svg{
  -webkit-box-flex:1;
  -webkit-flex-grow:1;
      -ms-flex-positive:1;
          flex-grow:1;
}
.Section__svg svg{
    height:25px;
  }
.Section__count{
  position:absolute;
  border-radius:50%;
  top:-10px;
  right:-10px;
  width:24px;
  height:24px;
  text-align:center;
  color:white;
}
.Section__squareDot{
  margin-right:10px;
  height:14px;
  width:14px !important;
  border-radius:4px;
  background-color:#555;
  display:inline-block;
}
.SectionGroup__root{
  margin-bottom:2rem;
}
.SectionGroup__title{
  font-size:1.5em;
  font-weight:500;
  padding-bottom:0.625rem;
}

.DonutChart__root{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:nowrap;
      -ms-flex-wrap:nowrap;
          flex-wrap:nowrap;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-direction:row;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  position:relative;
  padding:1rem;
  border-top:0;
  border-bottom:0
}
@media (min-width: 48rem){
.DonutChart__root{
    padding:2rem 1rem
}
  }
.DonutChart__root:last-child{
    border-bottom-right-radius:0.5em;
    border-bottom-left-radius:0.5em;
  }
.DonutChart__root:hover{
    cursor:pointer;
  }
.DonutChart__root .DonutChart__emphasis, .DonutChart__root .DonutChart__heading, .DonutChart__root .DonutChart__label{
    line-height:1.2;
    color:#4a4a4a;
  }
.DonutChart__root .DonutChart__emphasis{
    font-weight:bold;
    font-size:1.2rem;
  }
.DonutChart__root .DonutChart__heading, .DonutChart__root .DonutChart__label{
    font-size:0.9rem
  }
@media (min-width: 48rem){

  .DonutChart__root .DonutChart__heading, .DonutChart__root .DonutChart__label{
      font-size:1rem
  }
    }
.DonutChart__root .DonutChart__chartArea, .DonutChart__root .DonutChart__infoArea{
    position:relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
  }
.DonutChart__root .DonutChart__chartArea{
    width:50%;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    padding-right:1rem;
  }
.DonutChart__root .DonutChart__chartArea .DonutChart__donut{
      position:relative;
      height:12rem;
      width:12rem
    }
@media (min-width: 48rem){

    .DonutChart__root .DonutChart__chartArea .DonutChart__donut{
        padding:2rem
    }
      }
.DonutChart__root .DonutChart__chartArea .DonutChart__content{
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-pack:center;
      -webkit-justify-content:center;
          -ms-flex-pack:center;
              justify-content:center;
      -webkit-box-align:center;
      -webkit-align-items:center;
          -ms-flex-align:center;
              align-items:center;
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
    }
.DonutChart__root .DonutChart__chartArea .DonutChart__content .DonutChart__label, .DonutChart__root .DonutChart__chartArea .DonutChart__content .DonutChart__heading{
        text-align:center;
        padding:0;
        margin:0;
      }
.DonutChart__root .DonutChart__chartArea .DonutChart__content .DonutChart__heading{
        font-weight:bold;
      }
.DonutChart__root .DonutChart__infoArea{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    width:50%;
    color:#4a4a4a
  }
@media (min-width: 48rem){

  .DonutChart__root .DonutChart__infoArea{
      padding-right:2rem
  }
    }
.DonutChart__root .DonutChart__infoArea .DonutChart__heading{
      font-size:0.9rem
    }
@media (min-width: 48rem){

    .DonutChart__root .DonutChart__infoArea .DonutChart__heading{
        font-size:1rem
    }
      }
.DonutChart__root .DonutChart__infoArea .DonutChart__emphasis{
      font-size:1.2rem
    }
@media (min-width: 48rem){

    .DonutChart__root .DonutChart__infoArea .DonutChart__emphasis{
        font-size:1.3rem
    }
      }
.DonutChart__root .DonutChart__infoArea .DonutChart__top, .DonutChart__root .DonutChart__infoArea .DonutChart__bottom{
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-flex:1;
      -webkit-flex:1;
          -ms-flex:1;
              flex:1;
      -webkit-box-orient:vertical;
      -webkit-box-direction:normal;
      -webkit-flex-direction:column;
          -ms-flex-direction:column;
              flex-direction:column;
      height:50%;
      margin-left:0.5rem
    }
@media (min-width: 48rem){

    .DonutChart__root .DonutChart__infoArea .DonutChart__top, .DonutChart__root .DonutChart__infoArea .DonutChart__bottom{
        margin-left:1rem
    }
      }
.DonutChart__root .DonutChart__infoArea .DonutChart__top{
      -webkit-box-pack:end;
      -webkit-justify-content:flex-end;
          -ms-flex-pack:end;
              justify-content:flex-end;
    }
.DonutChart__root .DonutChart__infoArea .DonutChart__bottom{
      -webkit-box-pack:start;
      -webkit-justify-content:flex-start;
          -ms-flex-pack:start;
              justify-content:flex-start;
    }
.DonutChart__root .DonutChart__infoArea .DonutChart__line{
      position:relative;
      left:-1rem;
      width:calc(100% + 1rem);
      height:0;
      margin:0.5rem 0;
      border-top:0.0625em solid #4a4a4a
    }
@media (min-width: 48rem){

    .DonutChart__root .DonutChart__infoArea .DonutChart__line{
        margin:1rem 0
    }
      }
.DonutChart__svg{
  width:100%;
  height:auto;
}

.LockedBanner__container{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-direction:row;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;

  font-size:1em;
  border-radius:0.5em;
  margin-top:1rem;
  padding-left:1rem;

  background-color:#00A186;
  color:white;
}
.LockedBanner__icon{
  font-size:2.8em;
  line-height:5.5rem;
}
.LockedBanner__message{
  padding-left:1rem;
}

.SectionTile__statusSection{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
}

  .SectionTile__statusSection .SectionTile__completeText{
    white-space:nowrap;
  }
.SectionTile__statusSection.SectionTile__completed i{
      color:#17A086;
    }
.SectionTile__statusSection.SectionTile__warning i{
      color:#ee882a;
    }
.SectionTile__statusSection.SectionTile__locked{
    color:#00A186;
    font-size:1.6rem;
  }
.SectionTile__summaryWrapper:not(.SectionTile__open){
    position:relative;
    top:0
  }
.SectionTile__summaryWrapper:not(.SectionTile__open):not(.SectionTile__disabled){
      opacity:1;
    }
.SectionTile__summaryWrapper.SectionTile__open{
    width:100%;
    opacity:0;
    border:none;
  }
.SectionTile__textSection{
  padding-right:0.5rem;
  text-transform:lowercase;
}
.SectionTile__textSection:first-letter, .SectionTile__description:first-letter{
  text-transform:uppercase;
}
.ApplyHeader__root{
  color:#4a4a4a;
  min-height:8.5rem;

  display:-webkit-box;

  display:-webkit-flex;

  display:-ms-flexbox;

  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;

  position:relative;
}

  .ApplyHeader__root .ApplyHeader__iconAndHeaderSection{
    padding-left:1rem;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
  }

  .ApplyHeader__root .ApplyHeader__iconAndHeaderSection h4{
      color:#4a4a4a;
      margin:0;
      font-weight:bold;
      padding-top:2rem;
      padding-bottom:1rem;
      padding-left:0.5rem
    }

  @media(min-width: 48rem){
    .ApplyHeader__root .ApplyHeader__iconAndHeaderSection h4{
        padding-left:1rem
    }
      }

  .ApplyHeader__root .ApplyHeader__iconAndHeaderSection .ApplyHeader__icon{
      font-size:2.8rem;
      line-height:5.5rem
    }

  @media(max-width: 48rem){
    .ApplyHeader__root .ApplyHeader__iconAndHeaderSection .ApplyHeader__icon{
        font-size:2rem
    }
      }

  .ApplyHeader__root .ApplyHeader__iconAndHeaderSection .ApplyHeader__svgIcon{
      width:50px;
      padding:7px;
      fill:#4a4a4a;
      position:relative;
      top:-26px;
      left:10px;
    }

  .ApplyHeader__root .ApplyHeader__iconAndHeaderSection .ApplyHeader__svgIcon svg, .ApplyHeader__root .ApplyHeader__iconAndHeaderSection .ApplyHeader__svgIcon path{
        fill:#4a4a4a;
      }

  .ApplyHeader__root .ApplyHeader__iconAndHeaderSection .ApplyHeader__content{
      min-height:2rem;
      font-size:2.5rem;
      opacity:0;
      padding-left:1rem;
      line-height:1;
      -webkit-transition:opacity 500ms 700ms;
      transition:opacity 500ms 700ms;
      margin-bottom:20px
    }

  @media(max-width: 48rem){

    .ApplyHeader__root .ApplyHeader__iconAndHeaderSection .ApplyHeader__content{
        position:absolute;
        left:0.5rem;
        right:0.5rem;
        font-size:2rem
    }
      }

  .ApplyHeader__root .ApplyHeader__closeSection{
    line-height:5.5rem;
    margin-right:1rem;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
  }

  .ApplyHeader__root .ApplyHeader__closeSection .ApplyHeader__closeText:hover, .ApplyHeader__root .ApplyHeader__closeSection i:hover{
        cursor:pointer;
      }

  .ApplyHeader__root .ApplyHeader__closeSection .ApplyHeader__closeText{
      font-size:0.9rem;
      padding-right:0.5rem
    }

  @media(max-width: 48rem){
    .ApplyHeader__root .ApplyHeader__closeSection .ApplyHeader__closeText{
        display:none
    }
      }

  .ApplyHeader__root .ApplyHeader__closeSection i{
      font-size:1.2rem;
    }

.ApplyHeader__root.ApplyHeader__open .ApplyHeader__iconAndHeaderSection .ApplyHeader__content{
        opacity:1;
      }

.AccordionSection__container{
  padding:0;
}
.AccordionSection__root{
  -webkit-transition:border-radius 500ms ease-in-out,
    background 250ms ease-in-out;
  transition:border-radius 500ms ease-in-out,
    background 250ms ease-in-out;
  background:white;
  position:relative
}
.AccordionSection__root:not(.AccordionSection__anyAccordionOpen) .AccordionSection__contentWrapper{
      -webkit-transition:height 500ms ease-in-out;
      transition:height 500ms ease-in-out;
    }
.AccordionSection__root .AccordionSection__contentWrapper{
    z-index:89;

    -webkit-transition:height 500ms ease-in-out;

    transition:height 500ms ease-in-out;
  }
.AccordionSection__root .AccordionSection__contentWrapper .AccordionSection__childrenWrapper{
      padding:1rem;
    }
.AccordionSection__root .AccordionSection__contentWrapper .AccordionSection__childrenWrapper p{
        color:#4a4a4a;
      }
@media (min-width: 48rem){

    .AccordionSection__root .AccordionSection__contentWrapper .AccordionSection__childrenWrapper{
        padding:0 2rem 2rem
    }
      }
.AccordionSection__root .AccordionSection__contentWrapper .AccordionSection__content{
      position:relative;
      top:-5.5rem;
    }
.AccordionSection__root .AccordionSection__contentWrapper .AccordionSection__content section, .AccordionSection__root .AccordionSection__contentWrapper .AccordionSection__content .AccordionSection__childrenWrapper{
        opacity:0;
        -webkit-transition:opacity 500ms ease-in-out;
        transition:opacity 500ms ease-in-out;
      }
.AccordionSection__root:not(.AccordionSection__expandable){
    cursor:default;
  }
.AccordionSection__root.AccordionSection__open{
    background-color:#fcfcfc;
    border-bottom:0.0625em solid #c0ced7;
    z-index:100;
    -webkit-box-shadow:3px 3px 12px 0px #9b9b9b;
            box-shadow:3px 3px 12px 0px #9b9b9b;
  }
.AccordionSection__root.AccordionSection__open .AccordionSection__contentWrapper{
      background:rgba(0, 0, 0, 0);
      display:block;
      -webkit-transition:height 500ms ease-in-out;
      transition:height 500ms ease-in-out;
    }
.AccordionSection__root.AccordionSection__open .AccordionSection__contentWrapper .AccordionSection__content{
        margin-bottom:-5.5rem;
        top:-5.5rem;
      }
.AccordionSection__root.AccordionSection__open .AccordionSection__contentWrapper .AccordionSection__content section{
          opacity:1;
          -webkit-transition:opacity 500ms ease-in-out;
          transition:opacity 500ms ease-in-out;
        }
.AccordionSection__root.AccordionSection__open .AccordionSection__contentWrapper .AccordionSection__content .AccordionSection__childrenWrapper{
          opacity:1;
          -webkit-transition:opacity 500ms 500ms;
          transition:opacity 500ms 500ms;
        }

.Input__root.Input__input{
    padding-left:3.125rem
}
.Input__root.Input__input:disabled{
      padding-left:2.225rem;
    }

.MobileInputIntl__inputWrapper{
  position:relative;
}
.react-tel-input{
      font-size:1em;
      position:relative;
      width:100%;
  }
.react-tel-input :disabled{
        cursor:not-allowed;
      }
.react-tel-input .flag{
        width:1rem;
        height:0.6875rem;
      }
.react-tel-input *{
        -webkit-box-sizing:border-box;
                box-sizing:border-box;
        -moz-box-sizing:border-box;
      }
.react-tel-input .hide{
        display:none;
      }
.react-tel-input .v-hide{
        visibility:hidden;
      }
.react-tel-input input[type=tel]{
          display:none;
      }
.react-tel-input .flag-dropdown{
        outline:none;
        position:absolute;
        top:0;
        bottom:0;
        padding:0;
        background-color:transparent;
        border:none;
        width:100%;
        height:3.125rem
      }
.react-tel-input .flag-dropdown:hover, .react-tel-input .flag-dropdown:focus{
          cursor:pointer;
        }
.react-tel-input .selected-flag{
        z-index:101;
        position:relative;
        width:3.125rem;
        height:100%;
        padding:0 0 0 0.75rem;
        border-radius:0.1875em 0 0 0.1875em;
      }
.react-tel-input .selected-flag .flag{
          position:absolute;
          top:30%;
          margin-top:0.3125rem;
        }
.react-tel-input .selected-flag .arrow{
          position:relative;
          top:50%;
          margin-top:-0.125rem;
          left:1.25rem;
          width:0;
          height:0;
          border-left:0.1875em solid transparent;
          border-right:0.1875em solid transparent;
          border-top:0.25em solid #7e939f
        }
.react-tel-input .selected-flag .arrow.up{
            border-top:none;
            border-bottom:0.25em solid #7e939f;
          }
.react-tel-input .flag-dropdown-disabled:hover, .react-tel-input .flag-dropdown-disabled:focus{
          cursor:default;
        }
.react-tel-input .flag-dropdown-disabled .arrow{
          display:none;
        }
.react-tel-input .country-list{
        list-style:none;
        position:absolute;
        z-index:102;
        padding:0;
        margin:0;
        -webkit-box-shadow:0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
                box-shadow:0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
        background-color:white;
        width:100%;
        max-height:12.5rem;
        overflow-y:scroll;
        border-radius:0 0 0.1875em 0.1875em;
      }
.react-tel-input .country-list .flag{
          display:inline-block;
        }
.react-tel-input .country-list .divider{
          padding-bottom:0.3125rem;
          margin-bottom:0.3125rem;
          border-bottom:0.0625em solid #c0ced7;
        }
.react-tel-input .country-list .country{
          padding:0.4375rem 0.625rem;
        }
.react-tel-input .country-list .country .dial-code{
            color:#7e939f;
          }
.react-tel-input .country-list .country:hover{
            background-color:#f0f5f8;
          }
.react-tel-input .country-list .country.highlight{
            background-color:#f0f5f8;
          }
.react-tel-input .country-list .flag{
          margin-right:0.375rem;
          margin-top:0.125rem;
        }
.react-tel-input .country-list .country-name{
          margin-right:0.375rem;
          color:black;
        }
.react-tel-input .country-list .search{
          position:-webkit-sticky;
          position:sticky;
          top:0;
          background-color:white;
          padding:0.625rem 0 0.375rem 0.625rem;
        }
.react-tel-input .flag{
          background:url(data:image/png;base64,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);
      }
.react-tel-input .ad{
        background-position:-16px 0!important;
      }
.react-tel-input .ae{
        background-position:-32px 0;
      }
.react-tel-input .af{
        background-position:-48px 0;
      }
.react-tel-input .ag{
        background-position:-64px 0;
      }
.react-tel-input .ai{
        background-position:-80px 0;
      }
.react-tel-input .al{
        background-position:-96px 0;
      }
.react-tel-input .am{
        background-position:-112px 0;
      }
.react-tel-input .ao{
        background-position:-128px 0;
      }
.react-tel-input .ar{
        background-position:-144px 0;
      }
.react-tel-input .as{
        background-position:-160px 0;
      }
.react-tel-input .at{
        background-position:-176px 0;
      }
.react-tel-input .au{
        background-position:-192px 0;
      }
.react-tel-input .aw{
        background-position:-208px 0;
      }
.react-tel-input .az{
        background-position:-224px 0;
      }
.react-tel-input .ba{
        background-position:-240px 0;
      }
.react-tel-input .bb{
        background-position:0 -11px;
      }
.react-tel-input .bd{
        background-position:-16px -11px;
      }
.react-tel-input .be{
        background-position:-32px -11px;
      }
.react-tel-input .bf{
        background-position:-48px -11px;
      }
.react-tel-input .bg{
        background-position:-64px -11px;
      }
.react-tel-input .bh{
        background-position:-80px -11px;
      }
.react-tel-input .bi{
        background-position:-96px -11px;
      }
.react-tel-input .bj{
        background-position:-112px -11px;
      }
.react-tel-input .bm{
        background-position:-128px -11px;
      }
.react-tel-input .bn{
        background-position:-144px -11px;
      }
.react-tel-input .bo{
        background-position:-160px -11px;
      }
.react-tel-input .br{
        background-position:-176px -11px;
      }
.react-tel-input .bs{
        background-position:-192px -11px;
      }
.react-tel-input .bt{
        background-position:-208px -11px;
      }
.react-tel-input .bw{
        background-position:-224px -11px;
      }
.react-tel-input .by{
        background-position:-240px -11px;
      }
.react-tel-input .bz{
        background-position:0 -22px;
      }
.react-tel-input .ca{
        background-position:-16px -22px;
      }
.react-tel-input .cd{
        background-position:-32px -22px;
      }
.react-tel-input .cf{
        background-position:-48px -22px;
      }
.react-tel-input .cg{
        background-position:-64px -22px;
      }
.react-tel-input .ch{
        background-position:-80px -22px;
      }
.react-tel-input .ci{
        background-position:-96px -22px;
      }
.react-tel-input .ck{
        background-position:-112px -22px;
      }
.react-tel-input .cl{
        background-position:-128px -22px;
      }
.react-tel-input .cm{
        background-position:-144px -22px;
      }
.react-tel-input .cn{
        background-position:-160px -22px;
      }
.react-tel-input .co{
        background-position:-176px -22px;
      }
.react-tel-input .cr{
        background-position:-192px -22px;
      }
.react-tel-input .cu{
        background-position:-208px -22px;
      }
.react-tel-input .cv{
        background-position:-224px -22px;
      }
.react-tel-input .cw{
        background-position:-240px -22px;
      }
.react-tel-input .cy{
        background-position:0 -33px;
      }
.react-tel-input .cz{
        background-position:-16px -33px;
      }
.react-tel-input .de{
        background-position:-32px -33px;
      }
.react-tel-input .dj{
        background-position:-48px -33px;
      }
.react-tel-input .dk{
        background-position:-64px -33px;
      }
.react-tel-input .dm{
        background-position:-80px -33px;
      }
.react-tel-input .do{
        background-position:-96px -33px;
      }
.react-tel-input .dz{
        background-position:-112px -33px;
      }
.react-tel-input .ec{
        background-position:-128px -33px;
      }
.react-tel-input .ee{
        background-position:-144px -33px;
      }
.react-tel-input .eg{
        background-position:-160px -33px;
      }
.react-tel-input .er{
        background-position:-176px -33px;
      }
.react-tel-input .es{
        background-position:-192px -33px;
      }
.react-tel-input .et{
        background-position:-208px -33px;
      }
.react-tel-input .fi{
        background-position:-224px -33px;
      }
.react-tel-input .fj{
        background-position:-240px -33px;
      }
.react-tel-input .fk{
        background-position:0 -44px;
      }
.react-tel-input .fm{
        background-position:-16px -44px;
      }
.react-tel-input .fo{
        background-position:-32px -44px;
      }
.react-tel-input .fr, .react-tel-input .bl, .react-tel-input .mf{
        background-position:-48px -44px;
      }
.react-tel-input .ga{
        background-position:-64px -44px;
      }
.react-tel-input .gb{
        background-position:-80px -44px;
      }
.react-tel-input .gd{
        background-position:-96px -44px;
      }
.react-tel-input .ge{
        background-position:-112px -44px;
      }
.react-tel-input .gf{
        background-position:-128px -44px;
      }
.react-tel-input .gh{
        background-position:-144px -44px;
      }
.react-tel-input .gi{
        background-position:-160px -44px;
      }
.react-tel-input .gl{
        background-position:-176px -44px;
      }
.react-tel-input .gm{
        background-position:-192px -44px;
      }
.react-tel-input .gn{
        background-position:-208px -44px;
      }
.react-tel-input .gp{
        background-position:-224px -44px;
      }
.react-tel-input .gq{
        background-position:-240px -44px;
      }
.react-tel-input .gr{
        background-position:0 -55px;
      }
.react-tel-input .gt{
        background-position:-16px -55px;
      }
.react-tel-input .gu{
        background-position:-32px -55px;
      }
.react-tel-input .gw{
        background-position:-48px -55px;
      }
.react-tel-input .gy{
        background-position:-64px -55px;
      }
.react-tel-input .hk{
        background-position:-80px -55px;
      }
.react-tel-input .hn{
        background-position:-96px -55px;
      }
.react-tel-input .hr{
        background-position:-112px -55px;
      }
.react-tel-input .ht{
        background-position:-128px -55px;
      }
.react-tel-input .hu{
        background-position:-144px -55px;
      }
.react-tel-input .id{
        background-position:-160px -55px;
      }
.react-tel-input .ie{
        background-position:-176px -55px;
      }
.react-tel-input .il{
        background-position:-192px -55px;
      }
.react-tel-input .in{
        background-position:-208px -55px;
      }
.react-tel-input .io{
        background-position:-224px -55px;
      }
.react-tel-input .iq{
        background-position:-240px -55px;
      }
.react-tel-input .ir{
        background-position:0 -66px;
      }
.react-tel-input .is{
        background-position:-16px -66px;
      }
.react-tel-input .it{
        background-position:-32px -66px;
      }
.react-tel-input .jm{
        background-position:-48px -66px;
      }
.react-tel-input .jo{
        background-position:-64px -66px;
      }
.react-tel-input .jp{
        background-position:-80px -66px;
      }
.react-tel-input .ke{
        background-position:-96px -66px;
      }
.react-tel-input .kg{
        background-position:-112px -66px;
      }
.react-tel-input .kh{
        background-position:-128px -66px;
      }
.react-tel-input .ki{
        background-position:-144px -66px;
      }
.react-tel-input .km{
        background-position:-160px -66px;
      }
.react-tel-input .kn{
        background-position:-176px -66px;
      }
.react-tel-input .kp{
        background-position:-192px -66px;
      }
.react-tel-input .kr{
        background-position:-208px -66px;
      }
.react-tel-input .kw{
        background-position:-224px -66px;
      }
.react-tel-input .ky{
        background-position:-240px -66px;
      }
.react-tel-input .kz{
        background-position:0 -77px;
      }
.react-tel-input .la{
        background-position:-16px -77px;
      }
.react-tel-input .lb{
        background-position:-32px -77px;
      }
.react-tel-input .lc{
        background-position:-48px -77px;
      }
.react-tel-input .li{
        background-position:-64px -77px;
      }
.react-tel-input .lk{
        background-position:-80px -77px;
      }
.react-tel-input .lr{
        background-position:-96px -77px;
      }
.react-tel-input .ls{
        background-position:-112px -77px;
      }
.react-tel-input .lt{
        background-position:-128px -77px;
      }
.react-tel-input .lu{
        background-position:-144px -77px;
      }
.react-tel-input .lv{
        background-position:-160px -77px;
      }
.react-tel-input .ly{
        background-position:-176px -77px;
      }
.react-tel-input .ma{
        background-position:-192px -77px;
      }
.react-tel-input .mc{
        background-position:-208px -77px;
      }
.react-tel-input .md{
        background-position:-224px -77px;
      }
.react-tel-input .me{
        background-position:-112px -154px;
        height:12px;
      }
.react-tel-input .mg{
        background-position:0 -88px;
      }
.react-tel-input .mh{
        background-position:-16px -88px;
      }
.react-tel-input .mk{
        background-position:-32px -88px;
      }
.react-tel-input .ml{
        background-position:-48px -88px;
      }
.react-tel-input .mm{
        background-position:-64px -88px;
      }
.react-tel-input .mn{
        background-position:-80px -88px;
      }
.react-tel-input .mo{
        background-position:-96px -88px;
      }
.react-tel-input .mp{
        background-position:-112px -88px;
      }
.react-tel-input .mq{
        background-position:-128px -88px;
      }
.react-tel-input .mr{
        background-position:-144px -88px;
      }
.react-tel-input .ms{
        background-position:-160px -88px;
      }
.react-tel-input .mt{
        background-position:-176px -88px;
      }
.react-tel-input .mu{
        background-position:-192px -88px;
      }
.react-tel-input .mv{
        background-position:-208px -88px;
      }
.react-tel-input .mw{
        background-position:-224px -88px;
      }
.react-tel-input .mx{
        background-position:-240px -88px;
      }
.react-tel-input .my{
        background-position:0 -99px;
      }
.react-tel-input .mz{
        background-position:-16px -99px;
      }
.react-tel-input .na{
        background-position:-32px -99px;
      }
.react-tel-input .nc{
        background-position:-48px -99px;
      }
.react-tel-input .ne{
        background-position:-64px -99px;
      }
.react-tel-input .nf{
        background-position:-80px -99px;
      }
.react-tel-input .ng{
        background-position:-96px -99px;
      }
.react-tel-input .ni{
        background-position:-112px -99px;
      }
.react-tel-input .nl, .react-tel-input .bq{
        background-position:-128px -99px;
      }
.react-tel-input .no{
        background-position:-144px -99px;
      }
.react-tel-input .np{
        background-position:-160px -99px;
      }
.react-tel-input .nr{
        background-position:-176px -99px;
      }
.react-tel-input .nu{
        background-position:-192px -99px;
      }
.react-tel-input .nz{
        background-position:-208px -99px;
      }
.react-tel-input .om{
        background-position:-224px -99px;
      }
.react-tel-input .pa{
        background-position:-240px -99px;
      }
.react-tel-input .pe{
        background-position:0 -110px;
      }
.react-tel-input .pf{
        background-position:-16px -110px;
      }
.react-tel-input .pg{
        background-position:-32px -110px;
      }
.react-tel-input .ph{
        background-position:-48px -110px;
      }
.react-tel-input .pk{
        background-position:-64px -110px;
      }
.react-tel-input .pl{
        background-position:-80px -110px;
      }
.react-tel-input .pm{
        background-position:-96px -110px;
      }
.react-tel-input .pr{
        background-position:-112px -110px;
      }
.react-tel-input .ps{
        background-position:-128px -110px;
      }
.react-tel-input .pt{
        background-position:-144px -110px;
      }
.react-tel-input .pw{
        background-position:-160px -110px;
      }
.react-tel-input .py{
        background-position:-176px -110px;
      }
.react-tel-input .qa{
        background-position:-192px -110px;
      }
.react-tel-input .re{
        background-position:-208px -110px;
      }
.react-tel-input .ro{
        background-position:-224px -110px;
      }
.react-tel-input .rs{
        background-position:-240px -110px;
      }
.react-tel-input .ru{
        background-position:0 -121px;
      }
.react-tel-input .rw{
        background-position:-16px -121px;
      }
.react-tel-input .sa{
        background-position:-32px -121px;
      }
.react-tel-input .sb{
        background-position:-48px -121px;
      }
.react-tel-input .sc{
        background-position:-64px -121px;
      }
.react-tel-input .sd{
        background-position:-80px -121px;
      }
.react-tel-input .se{
        background-position:-96px -121px;
      }
.react-tel-input .sg{
        background-position:-112px -121px;
      }
.react-tel-input .sh{
        background-position:-128px -121px;
      }
.react-tel-input .si{
        background-position:-144px -121px;
      }
.react-tel-input .sk{
        background-position:-160px -121px;
      }
.react-tel-input .sl{
        background-position:-176px -121px;
      }
.react-tel-input .sm{
        background-position:-192px -121px;
      }
.react-tel-input .sn{
        background-position:-208px -121px;
      }
.react-tel-input .so{
        background-position:-224px -121px;
      }
.react-tel-input .sr{
        background-position:-240px -121px;
      }
.react-tel-input .ss{
        background-position:0 -132px;
      }
.react-tel-input .st{
        background-position:-16px -132px;
      }
.react-tel-input .sv{
        background-position:-32px -132px;
      }
.react-tel-input .sx{
        background-position:-48px -132px;
      }
.react-tel-input .sy{
        background-position:-64px -132px;
      }
.react-tel-input .sz{
        background-position:-80px -132px;
      }
.react-tel-input .tc{
        background-position:-96px -132px;
      }
.react-tel-input .td{
        background-position:-112px -132px;
      }
.react-tel-input .tg{
        background-position:-128px -132px;
      }
.react-tel-input .th{
        background-position:-144px -132px;
      }
.react-tel-input .tj{
        background-position:-160px -132px;
      }
.react-tel-input .tk{
        background-position:-176px -132px;
      }
.react-tel-input .tl{
        background-position:-192px -132px;
      }
.react-tel-input .tm{
        background-position:-208px -132px;
      }
.react-tel-input .tn{
        background-position:-224px -132px;
      }
.react-tel-input .to{
        background-position:-240px -132px;
      }
.react-tel-input .tr{
        background-position:0 -143px;
      }
.react-tel-input .tt{
        background-position:-16px -143px;
      }
.react-tel-input .tv{
        background-position:-32px -143px;
      }
.react-tel-input .tw{
        background-position:-48px -143px;
      }
.react-tel-input .tz{
        background-position:-64px -143px;
      }
.react-tel-input .ua{
        background-position:-80px -143px;
      }
.react-tel-input .ug{
        background-position:-96px -143px;
      }
.react-tel-input .us{
        background-position:-112px -143px;
      }
.react-tel-input .uy{
        background-position:-128px -143px;
      }
.react-tel-input .uz{
        background-position:-144px -143px;
      }
.react-tel-input .va{
        background-position:-160px -143px;
      }
.react-tel-input .vc{
        background-position:-176px -143px;
      }
.react-tel-input .ve{
        background-position:-192px -143px;
      }
.react-tel-input .vg{
        background-position:-208px -143px;
      }
.react-tel-input .vi{
        background-position:-224px -143px;
      }
.react-tel-input .vn{
        background-position:-240px -143px;
      }
.react-tel-input .vu{
        background-position:0 -154px;
      }
.react-tel-input .wf{
        background-position:-16px -154px;
      }
.react-tel-input .ws{
        background-position:-32px -154px;
      }
.react-tel-input .ye{
        background-position:-48px -154px;
      }
.react-tel-input .za{
        background-position:-64px -154px;
      }
.react-tel-input .zm{
        background-position:-80px -154px;
      }
.react-tel-input .zw{
        background-position:-96px -154px;
      }
.AddressInputIntl__dropdown > li span:last-of-type{
      visibility:hidden;
    }
.EditableItem__item{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-direction:row;
      -ms-flex-direction:row;
          flex-direction:row;
  margin-bottom:-1px;
}

  .EditableItem__item .EditableItem__container{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    padding:0 0.5rem;
  }

  .EditableItem__item .EditableItem__labelWrapper{
    color:#4a4a4a;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
  }

  .EditableItem__item .EditableItem__labelWrapper .EditableItem__description:not(:first-child){
      padding-top:0.25rem;
    }

  .EditableItem__item .EditableItem__labelWrapper.EditableItem__right{
      text-align:right;
    }

  .EditableItem__item .EditableItem__labelWrapper.EditableItem__left{
      text-align:left;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -webkit-flex-direction:row;
          -ms-flex-direction:row;
              flex-direction:row;
      -webkit-box-align:center;
      -webkit-align-items:center;
          -ms-flex-align:center;
              align-items:center;
    }

  .EditableItem__item .EditableItem__labelWrapper.EditableItem__left span, .EditableItem__item .EditableItem__labelWrapper.EditableItem__left img{
        margin-right:0.5rem;
      }

  .EditableItem__item .EditableItem__labelWrapper.EditableItem__left .EditableItem__label{
        color:#4a4a4a;
      }
.EditableItem__item > div{
    -webkit-box-flex:1;
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
  }
.EditableItem__item .EditableItem__label{
    font-weight:400;
  }
.EditableItem__icon{
  font-size:1.5rem;
}
.EditableItem__image{
  height:1.5rem;
}
.EditableItem__editableButton{
  margin:0;
  border-radius:0;
}
.EditableItem__item:first-of-type .EditableItem__editableButton{
    border-top-left-radius:0.25em;
    border-top-right-radius:0.25em;
  }
.EditableItem__item:hover .EditableItem__editableButton{
    z-index:101;
  }
.EditableItem__item:last-of-type .EditableItem__editableButton{
    border-bottom-left-radius:0.25em;
    border-bottom-right-radius:0.25em;
  }
.EditableItem__hasWarning > div{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
  }
.EditableItem__hasWarning .EditableItem__container{
    -webkit-box-flex:1;
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
  }
.EditableItem__warning{
  -webkit-align-self:center;
      -ms-flex-item-align:center;
          align-self:center;
  color:#ee882a;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-flex:0;
  -webkit-flex:0 0 1.5em;
      -ms-flex:0 0 1.5em;
          flex:0 0 1.5em;
}

.ApplyItemContainer__root{
  margin:1rem 0 2rem;
}
.ApplyItemContainer__totals :nth-last-child(-2){
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
  }
.ApplyItemContainer__totalSection{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  padding:1rem;
  border:0.0625em solid #c0ced7;
}
.ApplyItemContainer__totalTitle{
  font-size:1em;
  color:#e8e8e8;
}
.ApplyItemContainer__value{
  font-size:1.5em;
  font-weight:bold;
  color:#4a4a4a;
}
*:hover + .ApplyItemContainer__totalSection{
  border-top-color:#00AAE5;
}
.ApplyItemContainer__hasHint{
  margin-bottom:0.5rem;
}
.ApplyItemContainer__smallMargin{
  margin-top:0.5rem;
  margin-bottom:0.5rem;
}

.RepaymentHeaderDisplay__root{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between
}
.RepaymentHeaderDisplay__root.RepaymentHeaderDisplay__repaymentForm{
    margin-bottom:1rem;
  }
.RepaymentHeaderDisplay__root .RepaymentHeaderDisplay__repaymentTypeGroup, .RepaymentHeaderDisplay__root .RepaymentHeaderDisplay__repaymentAmountGroup{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
  }
.RepaymentHeaderDisplay__root .RepaymentHeaderDisplay__repaymentTypeGroup .RepaymentHeaderDisplay__label, .RepaymentHeaderDisplay__root .RepaymentHeaderDisplay__repaymentAmountGroup .RepaymentHeaderDisplay__label{
      font-size:1rem;
      line-height:1;
      color:#4a4a4a;
      font-weight:500;
      text-transform:capitalize;
    }
.RepaymentHeaderDisplay__root .RepaymentHeaderDisplay__repaymentTypeGroup .RepaymentHeaderDisplay__hint, .RepaymentHeaderDisplay__root .RepaymentHeaderDisplay__repaymentAmountGroup .RepaymentHeaderDisplay__hint{
      margin-top:0.25rem;
      font-size:0.75rem;
      text-transform:uppercase;
      font-weight:300;
    }
.RepaymentHeaderDisplay__root .RepaymentHeaderDisplay__repaymentTypeGroup:last-child, .RepaymentHeaderDisplay__root .RepaymentHeaderDisplay__repaymentAmountGroup:last-child{
      text-align:right;
    }
.RepaymentHeaderDisplay__root .RepaymentHeaderDisplay__repaymentAmountGroup .RepaymentHeaderDisplay__label{
      font-size:2rem;
    }
.RepaymentHeaderDisplay__root .RepaymentHeaderDisplay__repaymentTypeGroup .RepaymentHeaderDisplay__label{
      width:60%;
    }
.RepaymentHeaderDisplay__dark{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
      -ms-flex-align:start;
          align-items:flex-start;
}
.RepaymentHeaderDisplay__dark .RepaymentHeaderDisplay__repaymentTypeGroup .RepaymentHeaderDisplay__label{
      font-size:1.3rem;
      font-weight:400;
      width:100%;
      color:black;
      text-transform:none;
    }
.RepaymentHeaderDisplay__dark .RepaymentHeaderDisplay__repaymentTypeGroup .RepaymentHeaderDisplay__hint{
      display:none;
    }
.RepaymentHeaderDisplay__dark .RepaymentHeaderDisplay__repaymentAmountGroup .RepaymentHeaderDisplay__label{
      font-size:1.5rem;
      font-weight:700;
      color:black;
    }
.RepaymentHeaderDisplay__dark .RepaymentHeaderDisplay__repaymentAmountGroup .RepaymentHeaderDisplay__hint{
      font-size:0.75rem;
      color:black;
    }

:root{
}
@-webkit-keyframes SelectedLoanApply__show{
   from{
       width:0%;
   }
}
@keyframes SelectedLoanApply__show{
   from{ width:0%; }
}
.SelectedLoanApply__AdelaideBank, .SelectedLoanApply__contentBgAdelaideBank, .SelectedLoanApply__AdelaideBank .SelectedLoanApply__viewMoreButton{
        background:#0033A0 !important;
    }
.SelectedLoanApply__AdelaideBank:hover, .SelectedLoanApply__AdelaideBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 43, 136) !important;
    }
.SelectedLoanApply__progressBarAdelaideBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#0033A0;
        background:-webkit-gradient(linear,  right top, left top,  from(#0033A0),color-stop(50%, #0033A0),color-stop(51%, #0033A0),to(#0033A0));
        background:linear-gradient(to left,  #0033A0 0%,#0033A0 50%,#0033A0 51%,#0033A0 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverAdelaideBank{
        background:rgb(0, 43, 136);
    }
.SelectedLoanApply__buttonAdelaideBank{
        background:rgb(0, 51, 160);
        border:0.0625em solid rgb(0, 51, 160);
        color:white;
    }
.SelectedLoanApply__buttonAdelaideBank:hover, .SelectedLoanApply__buttonAdelaideBank:focus, .SelectedLoanApply__buttonAdelaideBank:active{
        background:rgb(0, 43, 136);
        border:0.0625em solid rgb(0, 51, 160);
        color:white;
    }
.SelectedLoanApply__buttonWhiteAdelaideBank{
        background:white;
        border:0.0625em solid rgb(0, 51, 160);
        color:rgb(0, 51, 160);
    }
.SelectedLoanApply__buttonWhiteAdelaideBank:hover, .SelectedLoanApply__buttonWhiteAdelaideBank:focus, .SelectedLoanApply__buttonWhiteAdelaideBank:active{
        background:rgb(0, 43, 136);
        border:0.0625em solid rgb(0, 51, 160);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderAdelaideBank{
      border:0.0625em solid rgb(0, 51, 160);
    }
.SelectedLoanApply__lenderBackgroundAdelaideBank .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 51, 160);
      }
.SelectedLoanApply__lenderBackgroundAdelaideBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 43, 136);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxAdelaideBank{
        border:0.125em solid #0033a0;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordAdelaideBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordAdelaideBank:hover{
        border-left:0.0625em solid rgb(0, 51, 160);
        border-right:0.0625em solid rgb(0, 51, 160);
        border-bottom:0.0625em solid rgb(0, 51, 160);
    }
.SelectedLoanApply__productRecordAdelaideBank:hover .SelectedLoanApply__sortingDescriptionBorderAdelaideBank{
            background:rgb(0, 51, 160) !important;
            color:white;
        }
.SelectedLoanApply__AmericanExpressAU, .SelectedLoanApply__contentBgAmericanExpressAU, .SelectedLoanApply__AmericanExpressAU .SelectedLoanApply__viewMoreButton{
        background:#006BCD !important;
    }
.SelectedLoanApply__AmericanExpressAU:hover, .SelectedLoanApply__AmericanExpressAU .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 86, 164) !important;
    }
.SelectedLoanApply__progressBarAmericanExpressAU{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#006BCD;
        background:-webkit-gradient(linear,  right top, left top,  from(#006BCD),color-stop(50%, #006BCD),color-stop(51%, #006BCD),to(#006BCD));
        background:linear-gradient(to left,  #006BCD 0%,#006BCD 50%,#006BCD 51%,#006BCD 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverAmericanExpressAU{
        background:rgb(0, 86, 164);
    }
.SelectedLoanApply__buttonAmericanExpressAU{
        background:rgb(0, 107, 205);
        border:0.0625em solid rgb(0, 107, 205);
        color:white;
    }
.SelectedLoanApply__buttonAmericanExpressAU:hover, .SelectedLoanApply__buttonAmericanExpressAU:focus, .SelectedLoanApply__buttonAmericanExpressAU:active{
        background:rgb(0, 86, 164);
        border:0.0625em solid rgb(0, 107, 205);
        color:white;
    }
.SelectedLoanApply__buttonWhiteAmericanExpressAU{
        background:white;
        border:0.0625em solid rgb(0, 107, 205);
        color:rgb(0, 107, 205);
    }
.SelectedLoanApply__buttonWhiteAmericanExpressAU:hover, .SelectedLoanApply__buttonWhiteAmericanExpressAU:focus, .SelectedLoanApply__buttonWhiteAmericanExpressAU:active{
        background:rgb(0, 86, 164);
        border:0.0625em solid rgb(0, 107, 205);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderAmericanExpressAU{
      border:0.0625em solid rgb(0, 107, 205);
    }
.SelectedLoanApply__lenderBackgroundAmericanExpressAU .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 107, 205);
      }
.SelectedLoanApply__lenderBackgroundAmericanExpressAU:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 86, 164);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxAmericanExpressAU{
        border:0.125em solid #006bcd;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordAmericanExpressAU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordAmericanExpressAU:hover{
        border-left:0.0625em solid rgb(0, 107, 205);
        border-right:0.0625em solid rgb(0, 107, 205);
        border-bottom:0.0625em solid rgb(0, 107, 205);
    }
.SelectedLoanApply__productRecordAmericanExpressAU:hover .SelectedLoanApply__sortingDescriptionBorderAmericanExpressAU{
            background:rgb(0, 107, 205) !important;
            color:white;
        }
.SelectedLoanApply__AMP, .SelectedLoanApply__contentBgAMP, .SelectedLoanApply__AMP .SelectedLoanApply__viewMoreButton{
        background:#001E41 !important;
    }
.SelectedLoanApply__AMP:hover, .SelectedLoanApply__AMP .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 26, 55) !important;
    }
.SelectedLoanApply__progressBarAMP{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#001E41;
        background:-webkit-gradient(linear,  right top, left top,  from(#001E41),color-stop(50%, #001E41),color-stop(51%, #001E41),to(#001E41));
        background:linear-gradient(to left,  #001E41 0%,#001E41 50%,#001E41 51%,#001E41 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverAMP{
        background:rgb(0, 26, 55);
    }
.SelectedLoanApply__buttonAMP{
        background:rgb(0, 30, 65);
        border:0.0625em solid rgb(0, 30, 65);
        color:white;
    }
.SelectedLoanApply__buttonAMP:hover, .SelectedLoanApply__buttonAMP:focus, .SelectedLoanApply__buttonAMP:active{
        background:rgb(0, 26, 55);
        border:0.0625em solid rgb(0, 30, 65);
        color:white;
    }
.SelectedLoanApply__buttonWhiteAMP{
        background:white;
        border:0.0625em solid rgb(0, 30, 65);
        color:rgb(0, 30, 65);
    }
.SelectedLoanApply__buttonWhiteAMP:hover, .SelectedLoanApply__buttonWhiteAMP:focus, .SelectedLoanApply__buttonWhiteAMP:active{
        background:rgb(0, 26, 55);
        border:0.0625em solid rgb(0, 30, 65);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderAMP{
      border:0.0625em solid rgb(0, 30, 65);
    }
.SelectedLoanApply__lenderBackgroundAMP .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 30, 65);
      }
.SelectedLoanApply__lenderBackgroundAMP:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 26, 55);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxAMP{
        border:0.125em solid #001e41;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordAMP{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordAMP:hover{
        border-left:0.0625em solid rgb(0, 30, 65);
        border-right:0.0625em solid rgb(0, 30, 65);
        border-bottom:0.0625em solid rgb(0, 30, 65);
    }
.SelectedLoanApply__productRecordAMP:hover .SelectedLoanApply__sortingDescriptionBorderAMP{
            background:rgb(0, 30, 65) !important;
            color:white;
        }
.SelectedLoanApply__ANZ, .SelectedLoanApply__contentBgANZ, .SelectedLoanApply__ANZ .SelectedLoanApply__viewMoreButton{
        background:#217DBA !important;
    }
.SelectedLoanApply__ANZ:hover, .SelectedLoanApply__ANZ .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(26, 100, 149) !important;
    }
.SelectedLoanApply__progressBarANZ{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#217DBA;
        background:-webkit-gradient(linear,  right top, left top,  from(#217DBA),color-stop(50%, #217DBA),color-stop(51%, #217DBA),to(#217DBA));
        background:linear-gradient(to left,  #217DBA 0%,#217DBA 50%,#217DBA 51%,#217DBA 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverANZ{
        background:rgb(26, 100, 149);
    }
.SelectedLoanApply__buttonANZ{
        background:rgb(33, 125, 186);
        border:0.0625em solid rgb(33, 125, 186);
        color:white;
    }
.SelectedLoanApply__buttonANZ:hover, .SelectedLoanApply__buttonANZ:focus, .SelectedLoanApply__buttonANZ:active{
        background:rgb(26, 100, 149);
        border:0.0625em solid rgb(33, 125, 186);
        color:white;
    }
.SelectedLoanApply__buttonWhiteANZ{
        background:white;
        border:0.0625em solid rgb(33, 125, 186);
        color:rgb(33, 125, 186);
    }
.SelectedLoanApply__buttonWhiteANZ:hover, .SelectedLoanApply__buttonWhiteANZ:focus, .SelectedLoanApply__buttonWhiteANZ:active{
        background:rgb(26, 100, 149);
        border:0.0625em solid rgb(33, 125, 186);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderANZ{
      border:0.0625em solid rgb(33, 125, 186);
    }
.SelectedLoanApply__lenderBackgroundANZ .SelectedLoanApply__headerRatioBar{
        background:rgb(33, 125, 186);
      }
.SelectedLoanApply__lenderBackgroundANZ:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(26, 100, 149);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxANZ{
        border:0.125em solid #217dba;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordANZ{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordANZ:hover{
        border-left:0.0625em solid rgb(33, 125, 186);
        border-right:0.0625em solid rgb(33, 125, 186);
        border-bottom:0.0625em solid rgb(33, 125, 186);
    }
.SelectedLoanApply__productRecordANZ:hover .SelectedLoanApply__sortingDescriptionBorderANZ{
            background:rgb(33, 125, 186) !important;
            color:white;
        }
.SelectedLoanApply__AsapFinance, .SelectedLoanApply__contentBgAsapFinance, .SelectedLoanApply__AsapFinance .SelectedLoanApply__viewMoreButton{
        background:#F5320C !important;
    }
.SelectedLoanApply__AsapFinance:hover, .SelectedLoanApply__AsapFinance .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(196, 40, 10) !important;
    }
.SelectedLoanApply__progressBarAsapFinance{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#F5320C;
        background:-webkit-gradient(linear,  right top, left top,  from(#F5320C),color-stop(50%, #F5320C),color-stop(51%, #F5320C),to(#F5320C));
        background:linear-gradient(to left,  #F5320C 0%,#F5320C 50%,#F5320C 51%,#F5320C 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverAsapFinance{
        background:rgb(196, 40, 10);
    }
.SelectedLoanApply__buttonAsapFinance{
        background:rgb(245, 50, 12);
        border:0.0625em solid rgb(245, 50, 12);
        color:white;
    }
.SelectedLoanApply__buttonAsapFinance:hover, .SelectedLoanApply__buttonAsapFinance:focus, .SelectedLoanApply__buttonAsapFinance:active{
        background:rgb(196, 40, 10);
        border:0.0625em solid rgb(245, 50, 12);
        color:white;
    }
.SelectedLoanApply__buttonWhiteAsapFinance{
        background:white;
        border:0.0625em solid rgb(245, 50, 12);
        color:rgb(245, 50, 12);
    }
.SelectedLoanApply__buttonWhiteAsapFinance:hover, .SelectedLoanApply__buttonWhiteAsapFinance:focus, .SelectedLoanApply__buttonWhiteAsapFinance:active{
        background:rgb(196, 40, 10);
        border:0.0625em solid rgb(245, 50, 12);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderAsapFinance{
      border:0.0625em solid rgb(245, 50, 12);
    }
.SelectedLoanApply__lenderBackgroundAsapFinance .SelectedLoanApply__headerRatioBar{
        background:rgb(245, 50, 12);
      }
.SelectedLoanApply__lenderBackgroundAsapFinance:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(196, 40, 10);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxAsapFinance{
        border:0.125em solid #f5320c;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordAsapFinance{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordAsapFinance:hover{
        border-left:0.0625em solid rgb(245, 50, 12);
        border-right:0.0625em solid rgb(245, 50, 12);
        border-bottom:0.0625em solid rgb(245, 50, 12);
    }
.SelectedLoanApply__productRecordAsapFinance:hover .SelectedLoanApply__sortingDescriptionBorderAsapFinance{
            background:rgb(245, 50, 12) !important;
            color:white;
        }
.SelectedLoanApply__ASB, .SelectedLoanApply__contentBgASB, .SelectedLoanApply__ASB .SelectedLoanApply__viewMoreButton{
        background:#FBB804 !important;
    }
.SelectedLoanApply__ASB:hover, .SelectedLoanApply__ASB .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(201, 147, 3) !important;
    }
.SelectedLoanApply__progressBarASB{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#FBB804;
        background:-webkit-gradient(linear,  right top, left top,  from(#FBB804),color-stop(50%, #FBB804),color-stop(51%, #FBB804),to(#FBB804));
        background:linear-gradient(to left,  #FBB804 0%,#FBB804 50%,#FBB804 51%,#FBB804 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverASB{
        background:rgb(201, 147, 3);
    }
.SelectedLoanApply__buttonASB{
        background:rgb(251, 184, 4);
        border:0.0625em solid rgb(251, 184, 4);
        color:white;
    }
.SelectedLoanApply__buttonASB:hover, .SelectedLoanApply__buttonASB:focus, .SelectedLoanApply__buttonASB:active{
        background:rgb(201, 147, 3);
        border:0.0625em solid rgb(251, 184, 4);
        color:white;
    }
.SelectedLoanApply__buttonWhiteASB{
        background:white;
        border:0.0625em solid rgb(251, 184, 4);
        color:rgb(251, 184, 4);
    }
.SelectedLoanApply__buttonWhiteASB:hover, .SelectedLoanApply__buttonWhiteASB:focus, .SelectedLoanApply__buttonWhiteASB:active{
        background:rgb(201, 147, 3);
        border:0.0625em solid rgb(251, 184, 4);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderASB{
      border:0.0625em solid rgb(251, 184, 4);
    }
.SelectedLoanApply__lenderBackgroundASB .SelectedLoanApply__headerRatioBar{
        background:rgb(251, 184, 4);
      }
.SelectedLoanApply__lenderBackgroundASB:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(201, 147, 3);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxASB{
        border:0.125em solid #fbb804;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordASB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordASB:hover{
        border-left:0.0625em solid rgb(251, 184, 4);
        border-right:0.0625em solid rgb(251, 184, 4);
        border-bottom:0.0625em solid rgb(251, 184, 4);
    }
.SelectedLoanApply__productRecordASB:hover .SelectedLoanApply__sortingDescriptionBorderASB{
            background:rgb(251, 184, 4) !important;
            color:white;
        }
.SelectedLoanApply__ArabBank, .SelectedLoanApply__contentBgArabBank, .SelectedLoanApply__ArabBank .SelectedLoanApply__viewMoreButton{
        background:#00906C !important;
    }
.SelectedLoanApply__ArabBank:hover, .SelectedLoanApply__ArabBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 115, 86) !important;
    }
.SelectedLoanApply__progressBarArabBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#00906C;
        background:-webkit-gradient(linear,  right top, left top,  from(#00906C),color-stop(50%, #00906C),color-stop(51%, #00906C),to(#00906C));
        background:linear-gradient(to left,  #00906C 0%,#00906C 50%,#00906C 51%,#00906C 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverArabBank{
        background:rgb(0, 115, 86);
    }
.SelectedLoanApply__buttonArabBank{
        background:rgb(0, 144, 108);
        border:0.0625em solid rgb(0, 144, 108);
        color:white;
    }
.SelectedLoanApply__buttonArabBank:hover, .SelectedLoanApply__buttonArabBank:focus, .SelectedLoanApply__buttonArabBank:active{
        background:rgb(0, 115, 86);
        border:0.0625em solid rgb(0, 144, 108);
        color:white;
    }
.SelectedLoanApply__buttonWhiteArabBank{
        background:white;
        border:0.0625em solid rgb(0, 144, 108);
        color:rgb(0, 144, 108);
    }
.SelectedLoanApply__buttonWhiteArabBank:hover, .SelectedLoanApply__buttonWhiteArabBank:focus, .SelectedLoanApply__buttonWhiteArabBank:active{
        background:rgb(0, 115, 86);
        border:0.0625em solid rgb(0, 144, 108);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderArabBank{
      border:0.0625em solid rgb(0, 144, 108);
    }
.SelectedLoanApply__lenderBackgroundArabBank .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 144, 108);
      }
.SelectedLoanApply__lenderBackgroundArabBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 115, 86);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxArabBank{
        border:0.125em solid #00906c;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordArabBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordArabBank:hover{
        border-left:0.0625em solid rgb(0, 144, 108);
        border-right:0.0625em solid rgb(0, 144, 108);
        border-bottom:0.0625em solid rgb(0, 144, 108);
    }
.SelectedLoanApply__productRecordArabBank:hover .SelectedLoanApply__sortingDescriptionBorderArabBank{
            background:rgb(0, 144, 108) !important;
            color:white;
        }
.SelectedLoanApply__AustralianMB, .SelectedLoanApply__contentBgAustralianMB, .SelectedLoanApply__AustralianMB .SelectedLoanApply__viewMoreButton{
        background:#005587 !important;
    }
.SelectedLoanApply__AustralianMB:hover, .SelectedLoanApply__AustralianMB .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 68, 108) !important;
    }
.SelectedLoanApply__progressBarAustralianMB{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#005587;
        background:-webkit-gradient(linear,  right top, left top,  from(#005587),color-stop(50%, #005587),color-stop(51%, #005587),to(#005587));
        background:linear-gradient(to left,  #005587 0%,#005587 50%,#005587 51%,#005587 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverAustralianMB{
        background:rgb(0, 68, 108);
    }
.SelectedLoanApply__buttonAustralianMB{
        background:rgb(0, 85, 135);
        border:0.0625em solid rgb(0, 85, 135);
        color:white;
    }
.SelectedLoanApply__buttonAustralianMB:hover, .SelectedLoanApply__buttonAustralianMB:focus, .SelectedLoanApply__buttonAustralianMB:active{
        background:rgb(0, 68, 108);
        border:0.0625em solid rgb(0, 85, 135);
        color:white;
    }
.SelectedLoanApply__buttonWhiteAustralianMB{
        background:white;
        border:0.0625em solid rgb(0, 85, 135);
        color:rgb(0, 85, 135);
    }
.SelectedLoanApply__buttonWhiteAustralianMB:hover, .SelectedLoanApply__buttonWhiteAustralianMB:focus, .SelectedLoanApply__buttonWhiteAustralianMB:active{
        background:rgb(0, 68, 108);
        border:0.0625em solid rgb(0, 85, 135);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderAustralianMB{
      border:0.0625em solid rgb(0, 85, 135);
    }
.SelectedLoanApply__lenderBackgroundAustralianMB .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 85, 135);
      }
.SelectedLoanApply__lenderBackgroundAustralianMB:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 68, 108);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxAustralianMB{
        border:0.125em solid #005587;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordAustralianMB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordAustralianMB:hover{
        border-left:0.0625em solid rgb(0, 85, 135);
        border-right:0.0625em solid rgb(0, 85, 135);
        border-bottom:0.0625em solid rgb(0, 85, 135);
    }
.SelectedLoanApply__productRecordAustralianMB:hover .SelectedLoanApply__sortingDescriptionBorderAustralianMB{
            background:rgb(0, 85, 135) !important;
            color:white;
        }
.SelectedLoanApply__Avanti, .SelectedLoanApply__contentBgAvanti, .SelectedLoanApply__Avanti .SelectedLoanApply__viewMoreButton{
        background:#195EAE !important;
    }
.SelectedLoanApply__Avanti:hover, .SelectedLoanApply__Avanti .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(20, 75, 139) !important;
    }
.SelectedLoanApply__progressBarAvanti{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#195EAE;
        background:-webkit-gradient(linear,  right top, left top,  from(#195EAE),color-stop(50%, #195EAE),color-stop(51%, #195EAE),to(#195EAE));
        background:linear-gradient(to left,  #195EAE 0%,#195EAE 50%,#195EAE 51%,#195EAE 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverAvanti{
        background:rgb(20, 75, 139);
    }
.SelectedLoanApply__buttonAvanti{
        background:rgb(25, 94, 174);
        border:0.0625em solid rgb(25, 94, 174);
        color:white;
    }
.SelectedLoanApply__buttonAvanti:hover, .SelectedLoanApply__buttonAvanti:focus, .SelectedLoanApply__buttonAvanti:active{
        background:rgb(20, 75, 139);
        border:0.0625em solid rgb(25, 94, 174);
        color:white;
    }
.SelectedLoanApply__buttonWhiteAvanti{
        background:white;
        border:0.0625em solid rgb(25, 94, 174);
        color:rgb(25, 94, 174);
    }
.SelectedLoanApply__buttonWhiteAvanti:hover, .SelectedLoanApply__buttonWhiteAvanti:focus, .SelectedLoanApply__buttonWhiteAvanti:active{
        background:rgb(20, 75, 139);
        border:0.0625em solid rgb(25, 94, 174);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderAvanti{
      border:0.0625em solid rgb(25, 94, 174);
    }
.SelectedLoanApply__lenderBackgroundAvanti .SelectedLoanApply__headerRatioBar{
        background:rgb(25, 94, 174);
      }
.SelectedLoanApply__lenderBackgroundAvanti:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(20, 75, 139);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxAvanti{
        border:0.125em solid #195eae;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordAvanti{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordAvanti:hover{
        border-left:0.0625em solid rgb(25, 94, 174);
        border-right:0.0625em solid rgb(25, 94, 174);
        border-bottom:0.0625em solid rgb(25, 94, 174);
    }
.SelectedLoanApply__productRecordAvanti:hover .SelectedLoanApply__sortingDescriptionBorderAvanti{
            background:rgb(25, 94, 174) !important;
            color:white;
        }
.SelectedLoanApply__AuswideBank, .SelectedLoanApply__contentBgAuswideBank, .SelectedLoanApply__AuswideBank .SelectedLoanApply__viewMoreButton{
        background:#F68B33 !important;
    }
.SelectedLoanApply__AuswideBank:hover, .SelectedLoanApply__AuswideBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(197, 111, 41) !important;
    }
.SelectedLoanApply__progressBarAuswideBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#F68B33;
        background:-webkit-gradient(linear,  right top, left top,  from(#F68B33),color-stop(50%, #F68B33),color-stop(51%, #F68B33),to(#F68B33));
        background:linear-gradient(to left,  #F68B33 0%,#F68B33 50%,#F68B33 51%,#F68B33 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverAuswideBank{
        background:rgb(197, 111, 41);
    }
.SelectedLoanApply__buttonAuswideBank{
        background:rgb(246, 139, 51);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.SelectedLoanApply__buttonAuswideBank:hover, .SelectedLoanApply__buttonAuswideBank:focus, .SelectedLoanApply__buttonAuswideBank:active{
        background:rgb(197, 111, 41);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.SelectedLoanApply__buttonWhiteAuswideBank{
        background:white;
        border:0.0625em solid rgb(246, 139, 51);
        color:rgb(246, 139, 51);
    }
.SelectedLoanApply__buttonWhiteAuswideBank:hover, .SelectedLoanApply__buttonWhiteAuswideBank:focus, .SelectedLoanApply__buttonWhiteAuswideBank:active{
        background:rgb(197, 111, 41);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderAuswideBank{
      border:0.0625em solid rgb(246, 139, 51);
    }
.SelectedLoanApply__lenderBackgroundAuswideBank .SelectedLoanApply__headerRatioBar{
        background:rgb(246, 139, 51);
      }
.SelectedLoanApply__lenderBackgroundAuswideBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(197, 111, 41);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxAuswideBank{
        border:0.125em solid #f68b33;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordAuswideBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordAuswideBank:hover{
        border-left:0.0625em solid rgb(246, 139, 51);
        border-right:0.0625em solid rgb(246, 139, 51);
        border-bottom:0.0625em solid rgb(246, 139, 51);
    }
.SelectedLoanApply__productRecordAuswideBank:hover .SelectedLoanApply__sortingDescriptionBorderAuswideBank{
            background:rgb(246, 139, 51) !important;
            color:white;
        }
.SelectedLoanApply__Bankfirst, .SelectedLoanApply__contentBgBankfirst, .SelectedLoanApply__Bankfirst .SelectedLoanApply__viewMoreButton{
        background:#109DDD !important;
    }
.SelectedLoanApply__Bankfirst:hover, .SelectedLoanApply__Bankfirst .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(13, 126, 177) !important;
    }
.SelectedLoanApply__progressBarBankfirst{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#109DDD;
        background:-webkit-gradient(linear,  right top, left top,  from(#109DDD),color-stop(50%, #109DDD),color-stop(51%, #109DDD),to(#109DDD));
        background:linear-gradient(to left,  #109DDD 0%,#109DDD 50%,#109DDD 51%,#109DDD 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBankfirst{
        background:rgb(13, 126, 177);
    }
.SelectedLoanApply__buttonBankfirst{
        background:rgb(16, 157, 221);
        border:0.0625em solid rgb(16, 157, 221);
        color:white;
    }
.SelectedLoanApply__buttonBankfirst:hover, .SelectedLoanApply__buttonBankfirst:focus, .SelectedLoanApply__buttonBankfirst:active{
        background:rgb(13, 126, 177);
        border:0.0625em solid rgb(16, 157, 221);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBankfirst{
        background:white;
        border:0.0625em solid rgb(16, 157, 221);
        color:rgb(16, 157, 221);
    }
.SelectedLoanApply__buttonWhiteBankfirst:hover, .SelectedLoanApply__buttonWhiteBankfirst:focus, .SelectedLoanApply__buttonWhiteBankfirst:active{
        background:rgb(13, 126, 177);
        border:0.0625em solid rgb(16, 157, 221);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBankfirst{
      border:0.0625em solid rgb(16, 157, 221);
    }
.SelectedLoanApply__lenderBackgroundBankfirst .SelectedLoanApply__headerRatioBar{
        background:rgb(16, 157, 221);
      }
.SelectedLoanApply__lenderBackgroundBankfirst:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(13, 126, 177);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBankfirst{
        border:0.125em solid #109ddd;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBankfirst{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBankfirst:hover{
        border-left:0.0625em solid rgb(16, 157, 221);
        border-right:0.0625em solid rgb(16, 157, 221);
        border-bottom:0.0625em solid rgb(16, 157, 221);
    }
.SelectedLoanApply__productRecordBankfirst:hover .SelectedLoanApply__sortingDescriptionBorderBankfirst{
            background:rgb(16, 157, 221) !important;
            color:white;
        }
.SelectedLoanApply__BankSA, .SelectedLoanApply__contentBgBankSA, .SelectedLoanApply__BankSA .SelectedLoanApply__viewMoreButton{
        background:#FACB1B !important;
    }
.SelectedLoanApply__BankSA:hover, .SelectedLoanApply__BankSA .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(200, 162, 22) !important;
    }
.SelectedLoanApply__progressBarBankSA{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#FACB1B;
        background:-webkit-gradient(linear,  right top, left top,  from(#FACB1B),color-stop(50%, #FACB1B),color-stop(51%, #FACB1B),to(#FACB1B));
        background:linear-gradient(to left,  #FACB1B 0%,#FACB1B 50%,#FACB1B 51%,#FACB1B 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBankSA{
        background:rgb(200, 162, 22);
    }
.SelectedLoanApply__buttonBankSA{
        background:rgb(250, 203, 27);
        border:0.0625em solid rgb(250, 203, 27);
        color:white;
    }
.SelectedLoanApply__buttonBankSA:hover, .SelectedLoanApply__buttonBankSA:focus, .SelectedLoanApply__buttonBankSA:active{
        background:rgb(200, 162, 22);
        border:0.0625em solid rgb(250, 203, 27);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBankSA{
        background:white;
        border:0.0625em solid rgb(250, 203, 27);
        color:rgb(250, 203, 27);
    }
.SelectedLoanApply__buttonWhiteBankSA:hover, .SelectedLoanApply__buttonWhiteBankSA:focus, .SelectedLoanApply__buttonWhiteBankSA:active{
        background:rgb(200, 162, 22);
        border:0.0625em solid rgb(250, 203, 27);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBankSA{
      border:0.0625em solid rgb(250, 203, 27);
    }
.SelectedLoanApply__lenderBackgroundBankSA .SelectedLoanApply__headerRatioBar{
        background:rgb(250, 203, 27);
      }
.SelectedLoanApply__lenderBackgroundBankSA:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(200, 162, 22);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBankSA{
        border:0.125em solid #facb1b;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBankSA{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBankSA:hover{
        border-left:0.0625em solid rgb(250, 203, 27);
        border-right:0.0625em solid rgb(250, 203, 27);
        border-bottom:0.0625em solid rgb(250, 203, 27);
    }
.SelectedLoanApply__productRecordBankSA:hover .SelectedLoanApply__sortingDescriptionBorderBankSA{
            background:rgb(250, 203, 27) !important;
            color:white;
        }
.SelectedLoanApply__BankOfSydney, .SelectedLoanApply__contentBgBankOfSydney, .SelectedLoanApply__BankOfSydney .SelectedLoanApply__viewMoreButton{
        background:#003366 !important;
    }
.SelectedLoanApply__BankOfSydney:hover, .SelectedLoanApply__BankOfSydney .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 41, 82) !important;
    }
.SelectedLoanApply__progressBarBankOfSydney{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#003366;
        background:-webkit-gradient(linear,  right top, left top,  from(#003366),color-stop(50%, #003366),color-stop(51%, #003366),to(#003366));
        background:linear-gradient(to left,  #003366 0%,#003366 50%,#003366 51%,#003366 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBankOfSydney{
        background:rgb(0, 41, 82);
    }
.SelectedLoanApply__buttonBankOfSydney{
        background:rgb(0, 51, 102);
        border:0.0625em solid rgb(0, 51, 102);
        color:white;
    }
.SelectedLoanApply__buttonBankOfSydney:hover, .SelectedLoanApply__buttonBankOfSydney:focus, .SelectedLoanApply__buttonBankOfSydney:active{
        background:rgb(0, 41, 82);
        border:0.0625em solid rgb(0, 51, 102);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBankOfSydney{
        background:white;
        border:0.0625em solid rgb(0, 51, 102);
        color:rgb(0, 51, 102);
    }
.SelectedLoanApply__buttonWhiteBankOfSydney:hover, .SelectedLoanApply__buttonWhiteBankOfSydney:focus, .SelectedLoanApply__buttonWhiteBankOfSydney:active{
        background:rgb(0, 41, 82);
        border:0.0625em solid rgb(0, 51, 102);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBankOfSydney{
      border:0.0625em solid rgb(0, 51, 102);
    }
.SelectedLoanApply__lenderBackgroundBankOfSydney .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 51, 102);
      }
.SelectedLoanApply__lenderBackgroundBankOfSydney:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 41, 82);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBankOfSydney{
        border:0.125em solid #003366;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBankOfSydney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBankOfSydney:hover{
        border-left:0.0625em solid rgb(0, 51, 102);
        border-right:0.0625em solid rgb(0, 51, 102);
        border-bottom:0.0625em solid rgb(0, 51, 102);
    }
.SelectedLoanApply__productRecordBankOfSydney:hover .SelectedLoanApply__sortingDescriptionBorderBankOfSydney{
            background:rgb(0, 51, 102) !important;
            color:white;
        }
.SelectedLoanApply__Bankwest, .SelectedLoanApply__contentBgBankwest, .SelectedLoanApply__Bankwest .SelectedLoanApply__viewMoreButton{
        background:#EF7900 !important;
    }
.SelectedLoanApply__Bankwest:hover, .SelectedLoanApply__Bankwest .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(191, 97, 0) !important;
    }
.SelectedLoanApply__progressBarBankwest{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#EF7900;
        background:-webkit-gradient(linear,  right top, left top,  from(#EF7900),color-stop(50%, #EF7900),color-stop(51%, #EF7900),to(#EF7900));
        background:linear-gradient(to left,  #EF7900 0%,#EF7900 50%,#EF7900 51%,#EF7900 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBankwest{
        background:rgb(191, 97, 0);
    }
.SelectedLoanApply__buttonBankwest{
        background:rgb(239, 121, 0);
        border:0.0625em solid rgb(239, 121, 0);
        color:white;
    }
.SelectedLoanApply__buttonBankwest:hover, .SelectedLoanApply__buttonBankwest:focus, .SelectedLoanApply__buttonBankwest:active{
        background:rgb(191, 97, 0);
        border:0.0625em solid rgb(239, 121, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBankwest{
        background:white;
        border:0.0625em solid rgb(239, 121, 0);
        color:rgb(239, 121, 0);
    }
.SelectedLoanApply__buttonWhiteBankwest:hover, .SelectedLoanApply__buttonWhiteBankwest:focus, .SelectedLoanApply__buttonWhiteBankwest:active{
        background:rgb(191, 97, 0);
        border:0.0625em solid rgb(239, 121, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBankwest{
      border:0.0625em solid rgb(239, 121, 0);
    }
.SelectedLoanApply__lenderBackgroundBankwest .SelectedLoanApply__headerRatioBar{
        background:rgb(239, 121, 0);
      }
.SelectedLoanApply__lenderBackgroundBankwest:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(191, 97, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBankwest{
        border:0.125em solid #ef7900;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBankwest{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBankwest:hover{
        border-left:0.0625em solid rgb(239, 121, 0);
        border-right:0.0625em solid rgb(239, 121, 0);
        border-bottom:0.0625em solid rgb(239, 121, 0);
    }
.SelectedLoanApply__productRecordBankwest:hover .SelectedLoanApply__sortingDescriptionBorderBankwest{
            background:rgb(239, 121, 0) !important;
            color:white;
        }
.SelectedLoanApply__Basecorp, .SelectedLoanApply__contentBgBasecorp, .SelectedLoanApply__Basecorp .SelectedLoanApply__viewMoreButton{
        background:#1DA8DB !important;
    }
.SelectedLoanApply__Basecorp:hover, .SelectedLoanApply__Basecorp .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(23, 134, 175) !important;
    }
.SelectedLoanApply__progressBarBasecorp{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#1DA8DB;
        background:-webkit-gradient(linear,  right top, left top,  from(#1DA8DB),color-stop(50%, #1DA8DB),color-stop(51%, #1DA8DB),to(#1DA8DB));
        background:linear-gradient(to left,  #1DA8DB 0%,#1DA8DB 50%,#1DA8DB 51%,#1DA8DB 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBasecorp{
        background:rgb(23, 134, 175);
    }
.SelectedLoanApply__buttonBasecorp{
        background:rgb(29, 168, 219);
        border:0.0625em solid rgb(29, 168, 219);
        color:white;
    }
.SelectedLoanApply__buttonBasecorp:hover, .SelectedLoanApply__buttonBasecorp:focus, .SelectedLoanApply__buttonBasecorp:active{
        background:rgb(23, 134, 175);
        border:0.0625em solid rgb(29, 168, 219);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBasecorp{
        background:white;
        border:0.0625em solid rgb(29, 168, 219);
        color:rgb(29, 168, 219);
    }
.SelectedLoanApply__buttonWhiteBasecorp:hover, .SelectedLoanApply__buttonWhiteBasecorp:focus, .SelectedLoanApply__buttonWhiteBasecorp:active{
        background:rgb(23, 134, 175);
        border:0.0625em solid rgb(29, 168, 219);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBasecorp{
      border:0.0625em solid rgb(29, 168, 219);
    }
.SelectedLoanApply__lenderBackgroundBasecorp .SelectedLoanApply__headerRatioBar{
        background:rgb(29, 168, 219);
      }
.SelectedLoanApply__lenderBackgroundBasecorp:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(23, 134, 175);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBasecorp{
        border:0.125em solid #1da8db;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBasecorp{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBasecorp:hover{
        border-left:0.0625em solid rgb(29, 168, 219);
        border-right:0.0625em solid rgb(29, 168, 219);
        border-bottom:0.0625em solid rgb(29, 168, 219);
    }
.SelectedLoanApply__productRecordBasecorp:hover .SelectedLoanApply__sortingDescriptionBorderBasecorp{
            background:rgb(29, 168, 219) !important;
            color:white;
        }
.SelectedLoanApply__BB, .SelectedLoanApply__contentBgBB, .SelectedLoanApply__BB .SelectedLoanApply__viewMoreButton{
        background:#642279 !important;
    }
.SelectedLoanApply__BB:hover, .SelectedLoanApply__BB .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(85, 29, 103) !important;
    }
.SelectedLoanApply__progressBarBB{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#642279;
        background:-webkit-gradient(linear,  right top, left top,  from(#642279),color-stop(50%, #642279),color-stop(51%, #642279),to(#642279));
        background:linear-gradient(to left,  #642279 0%,#642279 50%,#642279 51%,#642279 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBB{
        background:rgb(85, 29, 103);
    }
.SelectedLoanApply__buttonBB{
        background:rgb(100, 34, 121);
        border:0.0625em solid rgb(100, 34, 121);
        color:white;
    }
.SelectedLoanApply__buttonBB:hover, .SelectedLoanApply__buttonBB:focus, .SelectedLoanApply__buttonBB:active{
        background:rgb(85, 29, 103);
        border:0.0625em solid rgb(100, 34, 121);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBB{
        background:white;
        border:0.0625em solid rgb(100, 34, 121);
        color:rgb(100, 34, 121);
    }
.SelectedLoanApply__buttonWhiteBB:hover, .SelectedLoanApply__buttonWhiteBB:focus, .SelectedLoanApply__buttonWhiteBB:active{
        background:rgb(85, 29, 103);
        border:0.0625em solid rgb(100, 34, 121);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBB{
      border:0.0625em solid rgb(100, 34, 121);
    }
.SelectedLoanApply__lenderBackgroundBB .SelectedLoanApply__headerRatioBar{
        background:rgb(100, 34, 121);
      }
.SelectedLoanApply__lenderBackgroundBB:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(85, 29, 103);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBB{
        border:0.125em solid #642279;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBB:hover{
        border-left:0.0625em solid rgb(100, 34, 121);
        border-right:0.0625em solid rgb(100, 34, 121);
        border-bottom:0.0625em solid rgb(100, 34, 121);
    }
.SelectedLoanApply__productRecordBB:hover .SelectedLoanApply__sortingDescriptionBorderBB{
            background:rgb(100, 34, 121) !important;
            color:white;
        }
.SelectedLoanApply__BendigoBank, .SelectedLoanApply__contentBgBendigoBank, .SelectedLoanApply__BendigoBank .SelectedLoanApply__viewMoreButton{
        background:#AF022E !important;
    }
.SelectedLoanApply__BendigoBank:hover, .SelectedLoanApply__BendigoBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(140, 2, 37) !important;
    }
.SelectedLoanApply__progressBarBendigoBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#AF022E;
        background:-webkit-gradient(linear,  right top, left top,  from(#AF022E),color-stop(50%, #AF022E),color-stop(51%, #AF022E),to(#AF022E));
        background:linear-gradient(to left,  #AF022E 0%,#AF022E 50%,#AF022E 51%,#AF022E 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBendigoBank{
        background:rgb(140, 2, 37);
    }
.SelectedLoanApply__buttonBendigoBank{
        background:rgb(175, 2, 46);
        border:0.0625em solid rgb(175, 2, 46);
        color:white;
    }
.SelectedLoanApply__buttonBendigoBank:hover, .SelectedLoanApply__buttonBendigoBank:focus, .SelectedLoanApply__buttonBendigoBank:active{
        background:rgb(140, 2, 37);
        border:0.0625em solid rgb(175, 2, 46);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBendigoBank{
        background:white;
        border:0.0625em solid rgb(175, 2, 46);
        color:rgb(175, 2, 46);
    }
.SelectedLoanApply__buttonWhiteBendigoBank:hover, .SelectedLoanApply__buttonWhiteBendigoBank:focus, .SelectedLoanApply__buttonWhiteBendigoBank:active{
        background:rgb(140, 2, 37);
        border:0.0625em solid rgb(175, 2, 46);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBendigoBank{
      border:0.0625em solid rgb(175, 2, 46);
    }
.SelectedLoanApply__lenderBackgroundBendigoBank .SelectedLoanApply__headerRatioBar{
        background:rgb(175, 2, 46);
      }
.SelectedLoanApply__lenderBackgroundBendigoBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(140, 2, 37);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBendigoBank{
        border:0.125em solid #af022e;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBendigoBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBendigoBank:hover{
        border-left:0.0625em solid rgb(175, 2, 46);
        border-right:0.0625em solid rgb(175, 2, 46);
        border-bottom:0.0625em solid rgb(175, 2, 46);
    }
.SelectedLoanApply__productRecordBendigoBank:hover .SelectedLoanApply__sortingDescriptionBorderBendigoBank{
            background:rgb(175, 2, 46) !important;
            color:white;
        }
.SelectedLoanApply__BCHL, .SelectedLoanApply__contentBgBCHL, .SelectedLoanApply__BCHL .SelectedLoanApply__viewMoreButton{
        background:#879FB7 !important;
    }
.SelectedLoanApply__BCHL:hover, .SelectedLoanApply__BCHL .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(108, 127, 146) !important;
    }
.SelectedLoanApply__progressBarBCHL{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#879FB7;
        background:-webkit-gradient(linear,  right top, left top,  from(#879FB7),color-stop(50%, #879FB7),color-stop(51%, #879FB7),to(#879FB7));
        background:linear-gradient(to left,  #879FB7 0%,#879FB7 50%,#879FB7 51%,#879FB7 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBCHL{
        background:rgb(108, 127, 146);
    }
.SelectedLoanApply__buttonBCHL{
        background:rgb(135, 159, 183);
        border:0.0625em solid rgb(135, 159, 183);
        color:white;
    }
.SelectedLoanApply__buttonBCHL:hover, .SelectedLoanApply__buttonBCHL:focus, .SelectedLoanApply__buttonBCHL:active{
        background:rgb(108, 127, 146);
        border:0.0625em solid rgb(135, 159, 183);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBCHL{
        background:white;
        border:0.0625em solid rgb(135, 159, 183);
        color:rgb(135, 159, 183);
    }
.SelectedLoanApply__buttonWhiteBCHL:hover, .SelectedLoanApply__buttonWhiteBCHL:focus, .SelectedLoanApply__buttonWhiteBCHL:active{
        background:rgb(108, 127, 146);
        border:0.0625em solid rgb(135, 159, 183);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBCHL{
      border:0.0625em solid rgb(135, 159, 183);
    }
.SelectedLoanApply__lenderBackgroundBCHL .SelectedLoanApply__headerRatioBar{
        background:rgb(135, 159, 183);
      }
.SelectedLoanApply__lenderBackgroundBCHL:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(108, 127, 146);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBCHL{
        border:0.125em solid #879fb7;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBCHL{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBCHL:hover{
        border-left:0.0625em solid rgb(135, 159, 183);
        border-right:0.0625em solid rgb(135, 159, 183);
        border-bottom:0.0625em solid rgb(135, 159, 183);
    }
.SelectedLoanApply__productRecordBCHL:hover .SelectedLoanApply__sortingDescriptionBorderBCHL{
            background:rgb(135, 159, 183) !important;
            color:white;
        }
.SelectedLoanApply__BetterChoice, .SelectedLoanApply__contentBgBetterChoice, .SelectedLoanApply__BetterChoice .SelectedLoanApply__viewMoreButton{
        background:#973567 !important;
    }
.SelectedLoanApply__BetterChoice:hover, .SelectedLoanApply__BetterChoice .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(128, 45, 88) !important;
    }
.SelectedLoanApply__progressBarBetterChoice{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#973567;
        background:-webkit-gradient(linear,  right top, left top,  from(#973567),color-stop(50%, #973567),color-stop(51%, #973567),to(#973567));
        background:linear-gradient(to left,  #973567 0%,#973567 50%,#973567 51%,#973567 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBetterChoice{
        background:rgb(128, 45, 88);
    }
.SelectedLoanApply__buttonBetterChoice{
        background:rgb(151, 53, 103);
        border:0.0625em solid rgb(151, 53, 103);
        color:white;
    }
.SelectedLoanApply__buttonBetterChoice:hover, .SelectedLoanApply__buttonBetterChoice:focus, .SelectedLoanApply__buttonBetterChoice:active{
        background:rgb(128, 45, 88);
        border:0.0625em solid rgb(151, 53, 103);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBetterChoice{
        background:white;
        border:0.0625em solid rgb(151, 53, 103);
        color:rgb(151, 53, 103);
    }
.SelectedLoanApply__buttonWhiteBetterChoice:hover, .SelectedLoanApply__buttonWhiteBetterChoice:focus, .SelectedLoanApply__buttonWhiteBetterChoice:active{
        background:rgb(128, 45, 88);
        border:0.0625em solid rgb(151, 53, 103);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBetterChoice{
      border:0.0625em solid rgb(151, 53, 103);
    }
.SelectedLoanApply__lenderBackgroundBetterChoice .SelectedLoanApply__headerRatioBar{
        background:rgb(151, 53, 103);
      }
.SelectedLoanApply__lenderBackgroundBetterChoice:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(128, 45, 88);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBetterChoice{
        border:0.125em solid #973567;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBetterChoice{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBetterChoice:hover{
        border-left:0.0625em solid rgb(151, 53, 103);
        border-right:0.0625em solid rgb(151, 53, 103);
        border-bottom:0.0625em solid rgb(151, 53, 103);
    }
.SelectedLoanApply__productRecordBetterChoice:hover .SelectedLoanApply__sortingDescriptionBorderBetterChoice{
            background:rgb(151, 53, 103) !important;
            color:white;
        }
.SelectedLoanApply__Bluestone, .SelectedLoanApply__contentBgBluestone, .SelectedLoanApply__Bluestone .SelectedLoanApply__viewMoreButton{
        background:#1E71B8 !important;
    }
.SelectedLoanApply__Bluestone:hover, .SelectedLoanApply__Bluestone .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(24, 90, 147) !important;
    }
.SelectedLoanApply__progressBarBluestone{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#1E71B8;
        background:-webkit-gradient(linear,  right top, left top,  from(#1E71B8),color-stop(50%, #1E71B8),color-stop(51%, #1E71B8),to(#1E71B8));
        background:linear-gradient(to left,  #1E71B8 0%,#1E71B8 50%,#1E71B8 51%,#1E71B8 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBluestone{
        background:rgb(24, 90, 147);
    }
.SelectedLoanApply__buttonBluestone{
        background:rgb(30, 113, 184);
        border:0.0625em solid rgb(30, 113, 184);
        color:white;
    }
.SelectedLoanApply__buttonBluestone:hover, .SelectedLoanApply__buttonBluestone:focus, .SelectedLoanApply__buttonBluestone:active{
        background:rgb(24, 90, 147);
        border:0.0625em solid rgb(30, 113, 184);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBluestone{
        background:white;
        border:0.0625em solid rgb(30, 113, 184);
        color:rgb(30, 113, 184);
    }
.SelectedLoanApply__buttonWhiteBluestone:hover, .SelectedLoanApply__buttonWhiteBluestone:focus, .SelectedLoanApply__buttonWhiteBluestone:active{
        background:rgb(24, 90, 147);
        border:0.0625em solid rgb(30, 113, 184);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBluestone{
      border:0.0625em solid rgb(30, 113, 184);
    }
.SelectedLoanApply__lenderBackgroundBluestone .SelectedLoanApply__headerRatioBar{
        background:rgb(30, 113, 184);
      }
.SelectedLoanApply__lenderBackgroundBluestone:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(24, 90, 147);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBluestone{
        border:0.125em solid #1e71b8;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBluestone{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBluestone:hover{
        border-left:0.0625em solid rgb(30, 113, 184);
        border-right:0.0625em solid rgb(30, 113, 184);
        border-bottom:0.0625em solid rgb(30, 113, 184);
    }
.SelectedLoanApply__productRecordBluestone:hover .SelectedLoanApply__sortingDescriptionBorderBluestone{
            background:rgb(30, 113, 184) !important;
            color:white;
        }
.SelectedLoanApply__BMM, .SelectedLoanApply__contentBgBMM, .SelectedLoanApply__BMM .SelectedLoanApply__viewMoreButton{
        background:#7BC242 !important;
    }
.SelectedLoanApply__BMM:hover, .SelectedLoanApply__BMM .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(105, 165, 56) !important;
    }
.SelectedLoanApply__progressBarBMM{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#7BC242;
        background:-webkit-gradient(linear,  right top, left top,  from(#7BC242),color-stop(50%, #7BC242),color-stop(51%, #7BC242),to(#7BC242));
        background:linear-gradient(to left,  #7BC242 0%,#7BC242 50%,#7BC242 51%,#7BC242 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBMM{
        background:rgb(105, 165, 56);
    }
.SelectedLoanApply__buttonBMM{
        background:rgb(123, 194, 66);
        border:0.0625em solid rgb(123, 194, 66);
        color:white;
    }
.SelectedLoanApply__buttonBMM:hover, .SelectedLoanApply__buttonBMM:focus, .SelectedLoanApply__buttonBMM:active{
        background:rgb(105, 165, 56);
        border:0.0625em solid rgb(123, 194, 66);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBMM{
        background:white;
        border:0.0625em solid rgb(123, 194, 66);
        color:rgb(123, 194, 66);
    }
.SelectedLoanApply__buttonWhiteBMM:hover, .SelectedLoanApply__buttonWhiteBMM:focus, .SelectedLoanApply__buttonWhiteBMM:active{
        background:rgb(105, 165, 56);
        border:0.0625em solid rgb(123, 194, 66);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBMM{
      border:0.0625em solid rgb(123, 194, 66);
    }
.SelectedLoanApply__lenderBackgroundBMM .SelectedLoanApply__headerRatioBar{
        background:rgb(123, 194, 66);
      }
.SelectedLoanApply__lenderBackgroundBMM:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(105, 165, 56);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBMM{
        border:0.125em solid #7bc242;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBMM{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBMM:hover{
        border-left:0.0625em solid rgb(123, 194, 66);
        border-right:0.0625em solid rgb(123, 194, 66);
        border-bottom:0.0625em solid rgb(123, 194, 66);
    }
.SelectedLoanApply__productRecordBMM:hover .SelectedLoanApply__sortingDescriptionBorderBMM{
            background:rgb(123, 194, 66) !important;
            color:white;
        }
.SelectedLoanApply__BNZ, .SelectedLoanApply__contentBgBNZ, .SelectedLoanApply__BNZ .SelectedLoanApply__viewMoreButton{
        background:#092D6C !important;
    }
.SelectedLoanApply__BNZ:hover, .SelectedLoanApply__BNZ .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(7, 36, 86) !important;
    }
.SelectedLoanApply__progressBarBNZ{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#092D6C;
        background:-webkit-gradient(linear,  right top, left top,  from(#092D6C),color-stop(50%, #092D6C),color-stop(51%, #092D6C),to(#092D6C));
        background:linear-gradient(to left,  #092D6C 0%,#092D6C 50%,#092D6C 51%,#092D6C 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBNZ{
        background:rgb(7, 36, 86);
    }
.SelectedLoanApply__buttonBNZ{
        background:rgb(9, 45, 108);
        border:0.0625em solid rgb(9, 45, 108);
        color:white;
    }
.SelectedLoanApply__buttonBNZ:hover, .SelectedLoanApply__buttonBNZ:focus, .SelectedLoanApply__buttonBNZ:active{
        background:rgb(7, 36, 86);
        border:0.0625em solid rgb(9, 45, 108);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBNZ{
        background:white;
        border:0.0625em solid rgb(9, 45, 108);
        color:rgb(9, 45, 108);
    }
.SelectedLoanApply__buttonWhiteBNZ:hover, .SelectedLoanApply__buttonWhiteBNZ:focus, .SelectedLoanApply__buttonWhiteBNZ:active{
        background:rgb(7, 36, 86);
        border:0.0625em solid rgb(9, 45, 108);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBNZ{
      border:0.0625em solid rgb(9, 45, 108);
    }
.SelectedLoanApply__lenderBackgroundBNZ .SelectedLoanApply__headerRatioBar{
        background:rgb(9, 45, 108);
      }
.SelectedLoanApply__lenderBackgroundBNZ:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(7, 36, 86);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBNZ{
        border:0.125em solid #092d6c;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBNZ{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBNZ:hover{
        border-left:0.0625em solid rgb(9, 45, 108);
        border-right:0.0625em solid rgb(9, 45, 108);
        border-bottom:0.0625em solid rgb(9, 45, 108);
    }
.SelectedLoanApply__productRecordBNZ:hover .SelectedLoanApply__sortingDescriptionBorderBNZ{
            background:rgb(9, 45, 108) !important;
            color:white;
        }
.SelectedLoanApply__BankOfChina, .SelectedLoanApply__contentBgBankOfChina, .SelectedLoanApply__BankOfChina .SelectedLoanApply__viewMoreButton{
        background:#A71E32 !important;
    }
.SelectedLoanApply__BankOfChina:hover, .SelectedLoanApply__BankOfChina .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(134, 24, 40) !important;
    }
.SelectedLoanApply__progressBarBankOfChina{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#A71E32;
        background:-webkit-gradient(linear,  right top, left top,  from(#A71E32),color-stop(50%, #A71E32),color-stop(51%, #A71E32),to(#A71E32));
        background:linear-gradient(to left,  #A71E32 0%,#A71E32 50%,#A71E32 51%,#A71E32 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBankOfChina{
        background:rgb(134, 24, 40);
    }
.SelectedLoanApply__buttonBankOfChina{
        background:rgb(167, 30, 50);
        border:0.0625em solid rgb(167, 30, 50);
        color:white;
    }
.SelectedLoanApply__buttonBankOfChina:hover, .SelectedLoanApply__buttonBankOfChina:focus, .SelectedLoanApply__buttonBankOfChina:active{
        background:rgb(134, 24, 40);
        border:0.0625em solid rgb(167, 30, 50);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBankOfChina{
        background:white;
        border:0.0625em solid rgb(167, 30, 50);
        color:rgb(167, 30, 50);
    }
.SelectedLoanApply__buttonWhiteBankOfChina:hover, .SelectedLoanApply__buttonWhiteBankOfChina:focus, .SelectedLoanApply__buttonWhiteBankOfChina:active{
        background:rgb(134, 24, 40);
        border:0.0625em solid rgb(167, 30, 50);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBankOfChina{
      border:0.0625em solid rgb(167, 30, 50);
    }
.SelectedLoanApply__lenderBackgroundBankOfChina .SelectedLoanApply__headerRatioBar{
        background:rgb(167, 30, 50);
      }
.SelectedLoanApply__lenderBackgroundBankOfChina:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(134, 24, 40);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBankOfChina{
        border:0.125em solid #a71e32;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBankOfChina{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBankOfChina:hover{
        border-left:0.0625em solid rgb(167, 30, 50);
        border-right:0.0625em solid rgb(167, 30, 50);
        border-bottom:0.0625em solid rgb(167, 30, 50);
    }
.SelectedLoanApply__productRecordBankOfChina:hover .SelectedLoanApply__sortingDescriptionBorderBankOfChina{
            background:rgb(167, 30, 50) !important;
            color:white;
        }
.SelectedLoanApply__BOM, .SelectedLoanApply__contentBgBOM, .SelectedLoanApply__BOM .SelectedLoanApply__viewMoreButton{
        background:#20024E !important;
    }
.SelectedLoanApply__BOM:hover, .SelectedLoanApply__BOM .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(27, 2, 66) !important;
    }
.SelectedLoanApply__progressBarBOM{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#20024E;
        background:-webkit-gradient(linear,  right top, left top,  from(#20024E),color-stop(50%, #20024E),color-stop(51%, #20024E),to(#20024E));
        background:linear-gradient(to left,  #20024E 0%,#20024E 50%,#20024E 51%,#20024E 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBOM{
        background:rgb(27, 2, 66);
    }
.SelectedLoanApply__buttonBOM{
        background:rgb(32, 2, 78);
        border:0.0625em solid rgb(32, 2, 78);
        color:white;
    }
.SelectedLoanApply__buttonBOM:hover, .SelectedLoanApply__buttonBOM:focus, .SelectedLoanApply__buttonBOM:active{
        background:rgb(27, 2, 66);
        border:0.0625em solid rgb(32, 2, 78);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBOM{
        background:white;
        border:0.0625em solid rgb(32, 2, 78);
        color:rgb(32, 2, 78);
    }
.SelectedLoanApply__buttonWhiteBOM:hover, .SelectedLoanApply__buttonWhiteBOM:focus, .SelectedLoanApply__buttonWhiteBOM:active{
        background:rgb(27, 2, 66);
        border:0.0625em solid rgb(32, 2, 78);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBOM{
      border:0.0625em solid rgb(32, 2, 78);
    }
.SelectedLoanApply__lenderBackgroundBOM .SelectedLoanApply__headerRatioBar{
        background:rgb(32, 2, 78);
      }
.SelectedLoanApply__lenderBackgroundBOM:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(27, 2, 66);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBOM{
        border:0.125em solid #20024e;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBOM{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBOM:hover{
        border-left:0.0625em solid rgb(32, 2, 78);
        border-right:0.0625em solid rgb(32, 2, 78);
        border-bottom:0.0625em solid rgb(32, 2, 78);
    }
.SelectedLoanApply__productRecordBOM:hover .SelectedLoanApply__sortingDescriptionBorderBOM{
            background:rgb(32, 2, 78) !important;
            color:white;
        }
.SelectedLoanApply__BOQ, .SelectedLoanApply__contentBgBOQ, .SelectedLoanApply__BOQ .SelectedLoanApply__viewMoreButton{
        background:#0A3164 !important;
    }
.SelectedLoanApply__BOQ:hover, .SelectedLoanApply__BOQ .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(8, 39, 80) !important;
    }
.SelectedLoanApply__progressBarBOQ{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#0A3164;
        background:-webkit-gradient(linear,  right top, left top,  from(#0A3164),color-stop(50%, #0A3164),color-stop(51%, #0A3164),to(#0A3164));
        background:linear-gradient(to left,  #0A3164 0%,#0A3164 50%,#0A3164 51%,#0A3164 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBOQ{
        background:rgb(8, 39, 80);
    }
.SelectedLoanApply__buttonBOQ{
        background:rgb(10, 49, 100);
        border:0.0625em solid rgb(10, 49, 100);
        color:white;
    }
.SelectedLoanApply__buttonBOQ:hover, .SelectedLoanApply__buttonBOQ:focus, .SelectedLoanApply__buttonBOQ:active{
        background:rgb(8, 39, 80);
        border:0.0625em solid rgb(10, 49, 100);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBOQ{
        background:white;
        border:0.0625em solid rgb(10, 49, 100);
        color:rgb(10, 49, 100);
    }
.SelectedLoanApply__buttonWhiteBOQ:hover, .SelectedLoanApply__buttonWhiteBOQ:focus, .SelectedLoanApply__buttonWhiteBOQ:active{
        background:rgb(8, 39, 80);
        border:0.0625em solid rgb(10, 49, 100);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBOQ{
      border:0.0625em solid rgb(10, 49, 100);
    }
.SelectedLoanApply__lenderBackgroundBOQ .SelectedLoanApply__headerRatioBar{
        background:rgb(10, 49, 100);
      }
.SelectedLoanApply__lenderBackgroundBOQ:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(8, 39, 80);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBOQ{
        border:0.125em solid #0a3164;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBOQ{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBOQ:hover{
        border-left:0.0625em solid rgb(10, 49, 100);
        border-right:0.0625em solid rgb(10, 49, 100);
        border-bottom:0.0625em solid rgb(10, 49, 100);
    }
.SelectedLoanApply__productRecordBOQ:hover .SelectedLoanApply__sortingDescriptionBorderBOQ{
            background:rgb(10, 49, 100) !important;
            color:white;
        }
.SelectedLoanApply__BOS, .SelectedLoanApply__contentBgBOS, .SelectedLoanApply__BOS .SelectedLoanApply__viewMoreButton{
        background:#003367 !important;
    }
.SelectedLoanApply__BOS:hover, .SelectedLoanApply__BOS .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 41, 82) !important;
    }
.SelectedLoanApply__progressBarBOS{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#003367;
        background:-webkit-gradient(linear,  right top, left top,  from(#003367),color-stop(50%, #003367),color-stop(51%, #003367),to(#003367));
        background:linear-gradient(to left,  #003367 0%,#003367 50%,#003367 51%,#003367 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBOS{
        background:rgb(0, 41, 82);
    }
.SelectedLoanApply__buttonBOS{
        background:rgb(0, 51, 103);
        border:0.0625em solid rgb(0, 51, 103);
        color:white;
    }
.SelectedLoanApply__buttonBOS:hover, .SelectedLoanApply__buttonBOS:focus, .SelectedLoanApply__buttonBOS:active{
        background:rgb(0, 41, 82);
        border:0.0625em solid rgb(0, 51, 103);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBOS{
        background:white;
        border:0.0625em solid rgb(0, 51, 103);
        color:rgb(0, 51, 103);
    }
.SelectedLoanApply__buttonWhiteBOS:hover, .SelectedLoanApply__buttonWhiteBOS:focus, .SelectedLoanApply__buttonWhiteBOS:active{
        background:rgb(0, 41, 82);
        border:0.0625em solid rgb(0, 51, 103);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBOS{
      border:0.0625em solid rgb(0, 51, 103);
    }
.SelectedLoanApply__lenderBackgroundBOS .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 51, 103);
      }
.SelectedLoanApply__lenderBackgroundBOS:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 41, 82);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBOS{
        border:0.125em solid #003367;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBOS{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBOS:hover{
        border-left:0.0625em solid rgb(0, 51, 103);
        border-right:0.0625em solid rgb(0, 51, 103);
        border-bottom:0.0625em solid rgb(0, 51, 103);
    }
.SelectedLoanApply__productRecordBOS:hover .SelectedLoanApply__sortingDescriptionBorderBOS{
            background:rgb(0, 51, 103) !important;
            color:white;
        }
.SelectedLoanApply__CBA, .SelectedLoanApply__contentBgCBA, .SelectedLoanApply__CBA .SelectedLoanApply__viewMoreButton{
        background:#000000 !important;
    }
.SelectedLoanApply__CBA:hover, .SelectedLoanApply__CBA .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.SelectedLoanApply__progressBarCBA{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverCBA{
        background:rgb(51, 51, 51);
    }
.SelectedLoanApply__buttonCBA{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonCBA:hover, .SelectedLoanApply__buttonCBA:focus, .SelectedLoanApply__buttonCBA:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhiteCBA{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.SelectedLoanApply__buttonWhiteCBA:hover, .SelectedLoanApply__buttonWhiteCBA:focus, .SelectedLoanApply__buttonWhiteCBA:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderCBA{
      border:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__lenderBackgroundCBA .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.SelectedLoanApply__lenderBackgroundCBA:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxCBA{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordCBA{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordCBA:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__productRecordCBA:hover .SelectedLoanApply__sortingDescriptionBorderCBA{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.SelectedLoanApply__CFML, .SelectedLoanApply__contentBgCFML, .SelectedLoanApply__CFML .SelectedLoanApply__viewMoreButton{
        background:#141516 !important;
    }
.SelectedLoanApply__CFML:hover, .SelectedLoanApply__CFML .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(16, 17, 18) !important;
    }
.SelectedLoanApply__progressBarCFML{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#141516;
        background:-webkit-gradient(linear,  right top, left top,  from(#141516),color-stop(50%, #141516),color-stop(51%, #141516),to(#141516));
        background:linear-gradient(to left,  #141516 0%,#141516 50%,#141516 51%,#141516 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverCFML{
        background:rgb(16, 17, 18);
    }
.SelectedLoanApply__buttonCFML{
        background:rgb(20, 21, 22);
        border:0.0625em solid rgb(20, 21, 22);
        color:white;
    }
.SelectedLoanApply__buttonCFML:hover, .SelectedLoanApply__buttonCFML:focus, .SelectedLoanApply__buttonCFML:active{
        background:rgb(16, 17, 18);
        border:0.0625em solid rgb(20, 21, 22);
        color:white;
    }
.SelectedLoanApply__buttonWhiteCFML{
        background:white;
        border:0.0625em solid rgb(20, 21, 22);
        color:rgb(20, 21, 22);
    }
.SelectedLoanApply__buttonWhiteCFML:hover, .SelectedLoanApply__buttonWhiteCFML:focus, .SelectedLoanApply__buttonWhiteCFML:active{
        background:rgb(16, 17, 18);
        border:0.0625em solid rgb(20, 21, 22);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderCFML{
      border:0.0625em solid rgb(20, 21, 22);
    }
.SelectedLoanApply__lenderBackgroundCFML .SelectedLoanApply__headerRatioBar{
        background:rgb(20, 21, 22);
      }
.SelectedLoanApply__lenderBackgroundCFML:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(16, 17, 18);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxCFML{
        border:0.125em solid #141516;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordCFML{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordCFML:hover{
        border-left:0.0625em solid rgb(20, 21, 22);
        border-right:0.0625em solid rgb(20, 21, 22);
        border-bottom:0.0625em solid rgb(20, 21, 22);
    }
.SelectedLoanApply__productRecordCFML:hover .SelectedLoanApply__sortingDescriptionBorderCFML{
            background:rgb(20, 21, 22) !important;
            color:white;
        }
.SelectedLoanApply__Circle, .SelectedLoanApply__contentBgCircle, .SelectedLoanApply__Circle .SelectedLoanApply__viewMoreButton{
        background:#1162AB !important;
    }
.SelectedLoanApply__Circle:hover, .SelectedLoanApply__Circle .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(14, 78, 137) !important;
    }
.SelectedLoanApply__progressBarCircle{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#1162AB;
        background:-webkit-gradient(linear,  right top, left top,  from(#1162AB),color-stop(50%, #1162AB),color-stop(51%, #1162AB),to(#1162AB));
        background:linear-gradient(to left,  #1162AB 0%,#1162AB 50%,#1162AB 51%,#1162AB 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverCircle{
        background:rgb(14, 78, 137);
    }
.SelectedLoanApply__buttonCircle{
        background:rgb(17, 98, 171);
        border:0.0625em solid rgb(17, 98, 171);
        color:white;
    }
.SelectedLoanApply__buttonCircle:hover, .SelectedLoanApply__buttonCircle:focus, .SelectedLoanApply__buttonCircle:active{
        background:rgb(14, 78, 137);
        border:0.0625em solid rgb(17, 98, 171);
        color:white;
    }
.SelectedLoanApply__buttonWhiteCircle{
        background:white;
        border:0.0625em solid rgb(17, 98, 171);
        color:rgb(17, 98, 171);
    }
.SelectedLoanApply__buttonWhiteCircle:hover, .SelectedLoanApply__buttonWhiteCircle:focus, .SelectedLoanApply__buttonWhiteCircle:active{
        background:rgb(14, 78, 137);
        border:0.0625em solid rgb(17, 98, 171);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderCircle{
      border:0.0625em solid rgb(17, 98, 171);
    }
.SelectedLoanApply__lenderBackgroundCircle .SelectedLoanApply__headerRatioBar{
        background:rgb(17, 98, 171);
      }
.SelectedLoanApply__lenderBackgroundCircle:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(14, 78, 137);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxCircle{
        border:0.125em solid #1162ab;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordCircle{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordCircle:hover{
        border-left:0.0625em solid rgb(17, 98, 171);
        border-right:0.0625em solid rgb(17, 98, 171);
        border-bottom:0.0625em solid rgb(17, 98, 171);
    }
.SelectedLoanApply__productRecordCircle:hover .SelectedLoanApply__sortingDescriptionBorderCircle{
            background:rgb(17, 98, 171) !important;
            color:white;
        }
.SelectedLoanApply__Citibank, .SelectedLoanApply__contentBgCitibank, .SelectedLoanApply__Citibank .SelectedLoanApply__viewMoreButton{
        background:#004784 !important;
    }
.SelectedLoanApply__Citibank:hover, .SelectedLoanApply__Citibank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 57, 106) !important;
    }
.SelectedLoanApply__progressBarCitibank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#004784;
        background:-webkit-gradient(linear,  right top, left top,  from(#004784),color-stop(50%, #004784),color-stop(51%, #004784),to(#004784));
        background:linear-gradient(to left,  #004784 0%,#004784 50%,#004784 51%,#004784 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverCitibank{
        background:rgb(0, 57, 106);
    }
.SelectedLoanApply__buttonCitibank{
        background:rgb(0, 71, 132);
        border:0.0625em solid rgb(0, 71, 132);
        color:white;
    }
.SelectedLoanApply__buttonCitibank:hover, .SelectedLoanApply__buttonCitibank:focus, .SelectedLoanApply__buttonCitibank:active{
        background:rgb(0, 57, 106);
        border:0.0625em solid rgb(0, 71, 132);
        color:white;
    }
.SelectedLoanApply__buttonWhiteCitibank{
        background:white;
        border:0.0625em solid rgb(0, 71, 132);
        color:rgb(0, 71, 132);
    }
.SelectedLoanApply__buttonWhiteCitibank:hover, .SelectedLoanApply__buttonWhiteCitibank:focus, .SelectedLoanApply__buttonWhiteCitibank:active{
        background:rgb(0, 57, 106);
        border:0.0625em solid rgb(0, 71, 132);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderCitibank{
      border:0.0625em solid rgb(0, 71, 132);
    }
.SelectedLoanApply__lenderBackgroundCitibank .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 71, 132);
      }
.SelectedLoanApply__lenderBackgroundCitibank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 57, 106);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxCitibank{
        border:0.125em solid #004784;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordCitibank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordCitibank:hover{
        border-left:0.0625em solid rgb(0, 71, 132);
        border-right:0.0625em solid rgb(0, 71, 132);
        border-bottom:0.0625em solid rgb(0, 71, 132);
    }
.SelectedLoanApply__productRecordCitibank:hover .SelectedLoanApply__sortingDescriptionBorderCitibank{
            background:rgb(0, 71, 132) !important;
            color:white;
        }
.SelectedLoanApply__CressidaCapital, .SelectedLoanApply__contentBgCressidaCapital, .SelectedLoanApply__CressidaCapital .SelectedLoanApply__viewMoreButton{
        background:#59B2FF !important;
    }
.SelectedLoanApply__CressidaCapital:hover, .SelectedLoanApply__CressidaCapital .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(71, 142, 204) !important;
    }
.SelectedLoanApply__progressBarCressidaCapital{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#59B2FF;
        background:-webkit-gradient(linear,  right top, left top,  from(#59B2FF),color-stop(50%, #59B2FF),color-stop(51%, #59B2FF),to(#59B2FF));
        background:linear-gradient(to left,  #59B2FF 0%,#59B2FF 50%,#59B2FF 51%,#59B2FF 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverCressidaCapital{
        background:rgb(71, 142, 204);
    }
.SelectedLoanApply__buttonCressidaCapital{
        background:rgb(89, 178, 255);
        border:0.0625em solid rgb(89, 178, 255);
        color:white;
    }
.SelectedLoanApply__buttonCressidaCapital:hover, .SelectedLoanApply__buttonCressidaCapital:focus, .SelectedLoanApply__buttonCressidaCapital:active{
        background:rgb(71, 142, 204);
        border:0.0625em solid rgb(89, 178, 255);
        color:white;
    }
.SelectedLoanApply__buttonWhiteCressidaCapital{
        background:white;
        border:0.0625em solid rgb(89, 178, 255);
        color:rgb(89, 178, 255);
    }
.SelectedLoanApply__buttonWhiteCressidaCapital:hover, .SelectedLoanApply__buttonWhiteCressidaCapital:focus, .SelectedLoanApply__buttonWhiteCressidaCapital:active{
        background:rgb(71, 142, 204);
        border:0.0625em solid rgb(89, 178, 255);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderCressidaCapital{
      border:0.0625em solid rgb(89, 178, 255);
    }
.SelectedLoanApply__lenderBackgroundCressidaCapital .SelectedLoanApply__headerRatioBar{
        background:rgb(89, 178, 255);
      }
.SelectedLoanApply__lenderBackgroundCressidaCapital:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(71, 142, 204);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxCressidaCapital{
        border:0.125em solid #59b2ff;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordCressidaCapital{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordCressidaCapital:hover{
        border-left:0.0625em solid rgb(89, 178, 255);
        border-right:0.0625em solid rgb(89, 178, 255);
        border-bottom:0.0625em solid rgb(89, 178, 255);
    }
.SelectedLoanApply__productRecordCressidaCapital:hover .SelectedLoanApply__sortingDescriptionBorderCressidaCapital{
            background:rgb(89, 178, 255) !important;
            color:white;
        }
.SelectedLoanApply__CUA, .SelectedLoanApply__contentBgCUA, .SelectedLoanApply__CUA .SelectedLoanApply__viewMoreButton{
        background:#1CB1C1 !important;
    }
.SelectedLoanApply__CUA:hover, .SelectedLoanApply__CUA .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(22, 142, 154) !important;
    }
.SelectedLoanApply__progressBarCUA{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#1CB1C1;
        background:-webkit-gradient(linear,  right top, left top,  from(#1CB1C1),color-stop(50%, #1CB1C1),color-stop(51%, #1CB1C1),to(#1CB1C1));
        background:linear-gradient(to left,  #1CB1C1 0%,#1CB1C1 50%,#1CB1C1 51%,#1CB1C1 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverCUA{
        background:rgb(22, 142, 154);
    }
.SelectedLoanApply__buttonCUA{
        background:rgb(28, 177, 193);
        border:0.0625em solid rgb(28, 177, 193);
        color:white;
    }
.SelectedLoanApply__buttonCUA:hover, .SelectedLoanApply__buttonCUA:focus, .SelectedLoanApply__buttonCUA:active{
        background:rgb(22, 142, 154);
        border:0.0625em solid rgb(28, 177, 193);
        color:white;
    }
.SelectedLoanApply__buttonWhiteCUA{
        background:white;
        border:0.0625em solid rgb(28, 177, 193);
        color:rgb(28, 177, 193);
    }
.SelectedLoanApply__buttonWhiteCUA:hover, .SelectedLoanApply__buttonWhiteCUA:focus, .SelectedLoanApply__buttonWhiteCUA:active{
        background:rgb(22, 142, 154);
        border:0.0625em solid rgb(28, 177, 193);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderCUA{
      border:0.0625em solid rgb(28, 177, 193);
    }
.SelectedLoanApply__lenderBackgroundCUA .SelectedLoanApply__headerRatioBar{
        background:rgb(28, 177, 193);
      }
.SelectedLoanApply__lenderBackgroundCUA:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(22, 142, 154);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxCUA{
        border:0.125em solid #1cb1c1;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordCUA{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordCUA:hover{
        border-left:0.0625em solid rgb(28, 177, 193);
        border-right:0.0625em solid rgb(28, 177, 193);
        border-bottom:0.0625em solid rgb(28, 177, 193);
    }
.SelectedLoanApply__productRecordCUA:hover .SelectedLoanApply__sortingDescriptionBorderCUA{
            background:rgb(28, 177, 193) !important;
            color:white;
        }
.SelectedLoanApply__DBR, .SelectedLoanApply__contentBgDBR, .SelectedLoanApply__DBR .SelectedLoanApply__viewMoreButton{
        background:#1948D9 !important;
    }
.SelectedLoanApply__DBR:hover, .SelectedLoanApply__DBR .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(20, 58, 174) !important;
    }
.SelectedLoanApply__progressBarDBR{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#1948D9;
        background:-webkit-gradient(linear,  right top, left top,  from(#1948D9),color-stop(50%, #1948D9),color-stop(51%, #1948D9),to(#1948D9));
        background:linear-gradient(to left,  #1948D9 0%,#1948D9 50%,#1948D9 51%,#1948D9 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverDBR{
        background:rgb(20, 58, 174);
    }
.SelectedLoanApply__buttonDBR{
        background:rgb(25, 72, 217);
        border:0.0625em solid rgb(25, 72, 217);
        color:white;
    }
.SelectedLoanApply__buttonDBR:hover, .SelectedLoanApply__buttonDBR:focus, .SelectedLoanApply__buttonDBR:active{
        background:rgb(20, 58, 174);
        border:0.0625em solid rgb(25, 72, 217);
        color:white;
    }
.SelectedLoanApply__buttonWhiteDBR{
        background:white;
        border:0.0625em solid rgb(25, 72, 217);
        color:rgb(25, 72, 217);
    }
.SelectedLoanApply__buttonWhiteDBR:hover, .SelectedLoanApply__buttonWhiteDBR:focus, .SelectedLoanApply__buttonWhiteDBR:active{
        background:rgb(20, 58, 174);
        border:0.0625em solid rgb(25, 72, 217);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderDBR{
      border:0.0625em solid rgb(25, 72, 217);
    }
.SelectedLoanApply__lenderBackgroundDBR .SelectedLoanApply__headerRatioBar{
        background:rgb(25, 72, 217);
      }
.SelectedLoanApply__lenderBackgroundDBR:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(20, 58, 174);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxDBR{
        border:0.125em solid #1948d9;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordDBR{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordDBR:hover{
        border-left:0.0625em solid rgb(25, 72, 217);
        border-right:0.0625em solid rgb(25, 72, 217);
        border-bottom:0.0625em solid rgb(25, 72, 217);
    }
.SelectedLoanApply__productRecordDBR:hover .SelectedLoanApply__sortingDescriptionBorderDBR{
            background:rgb(25, 72, 217) !important;
            color:white;
        }
.SelectedLoanApply__DirectMoney, .SelectedLoanApply__contentBgDirectMoney, .SelectedLoanApply__DirectMoney .SelectedLoanApply__viewMoreButton{
        background:#00853E !important;
    }
.SelectedLoanApply__DirectMoney:hover, .SelectedLoanApply__DirectMoney .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 106, 50) !important;
    }
.SelectedLoanApply__progressBarDirectMoney{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#00853E;
        background:-webkit-gradient(linear,  right top, left top,  from(#00853E),color-stop(50%, #00853E),color-stop(51%, #00853E),to(#00853E));
        background:linear-gradient(to left,  #00853E 0%,#00853E 50%,#00853E 51%,#00853E 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverDirectMoney{
        background:rgb(0, 106, 50);
    }
.SelectedLoanApply__buttonDirectMoney{
        background:rgb(0, 133, 62);
        border:0.0625em solid rgb(0, 133, 62);
        color:white;
    }
.SelectedLoanApply__buttonDirectMoney:hover, .SelectedLoanApply__buttonDirectMoney:focus, .SelectedLoanApply__buttonDirectMoney:active{
        background:rgb(0, 106, 50);
        border:0.0625em solid rgb(0, 133, 62);
        color:white;
    }
.SelectedLoanApply__buttonWhiteDirectMoney{
        background:white;
        border:0.0625em solid rgb(0, 133, 62);
        color:rgb(0, 133, 62);
    }
.SelectedLoanApply__buttonWhiteDirectMoney:hover, .SelectedLoanApply__buttonWhiteDirectMoney:focus, .SelectedLoanApply__buttonWhiteDirectMoney:active{
        background:rgb(0, 106, 50);
        border:0.0625em solid rgb(0, 133, 62);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderDirectMoney{
      border:0.0625em solid rgb(0, 133, 62);
    }
.SelectedLoanApply__lenderBackgroundDirectMoney .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 133, 62);
      }
.SelectedLoanApply__lenderBackgroundDirectMoney:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 106, 50);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxDirectMoney{
        border:0.125em solid #00853e;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordDirectMoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordDirectMoney:hover{
        border-left:0.0625em solid rgb(0, 133, 62);
        border-right:0.0625em solid rgb(0, 133, 62);
        border-bottom:0.0625em solid rgb(0, 133, 62);
    }
.SelectedLoanApply__productRecordDirectMoney:hover .SelectedLoanApply__sortingDescriptionBorderDirectMoney{
            background:rgb(0, 133, 62) !important;
            color:white;
        }
.SelectedLoanApply__emoney, .SelectedLoanApply__contentBgemoney, .SelectedLoanApply__emoney .SelectedLoanApply__viewMoreButton{
        background:#16426A !important;
    }
.SelectedLoanApply__emoney:hover, .SelectedLoanApply__emoney .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(19, 56, 90) !important;
    }
.SelectedLoanApply__progressBaremoney{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#16426A;
        background:-webkit-gradient(linear,  right top, left top,  from(#16426A),color-stop(50%, #16426A),color-stop(51%, #16426A),to(#16426A));
        background:linear-gradient(to left,  #16426A 0%,#16426A 50%,#16426A 51%,#16426A 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoveremoney{
        background:rgb(19, 56, 90);
    }
.SelectedLoanApply__buttonemoney{
        background:rgb(22, 66, 106);
        border:0.0625em solid rgb(22, 66, 106);
        color:white;
    }
.SelectedLoanApply__buttonemoney:hover, .SelectedLoanApply__buttonemoney:focus, .SelectedLoanApply__buttonemoney:active{
        background:rgb(19, 56, 90);
        border:0.0625em solid rgb(22, 66, 106);
        color:white;
    }
.SelectedLoanApply__buttonWhiteemoney{
        background:white;
        border:0.0625em solid rgb(22, 66, 106);
        color:rgb(22, 66, 106);
    }
.SelectedLoanApply__buttonWhiteemoney:hover, .SelectedLoanApply__buttonWhiteemoney:focus, .SelectedLoanApply__buttonWhiteemoney:active{
        background:rgb(19, 56, 90);
        border:0.0625em solid rgb(22, 66, 106);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderemoney{
      border:0.0625em solid rgb(22, 66, 106);
    }
.SelectedLoanApply__lenderBackgroundemoney .SelectedLoanApply__headerRatioBar{
        background:rgb(22, 66, 106);
      }
.SelectedLoanApply__lenderBackgroundemoney:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(19, 56, 90);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxemoney{
        border:0.125em solid #16426a;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordemoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordemoney:hover{
        border-left:0.0625em solid rgb(22, 66, 106);
        border-right:0.0625em solid rgb(22, 66, 106);
        border-bottom:0.0625em solid rgb(22, 66, 106);
    }
.SelectedLoanApply__productRecordemoney:hover .SelectedLoanApply__sortingDescriptionBorderemoney{
            background:rgb(22, 66, 106) !important;
            color:white;
        }
.SelectedLoanApply__FirstMac, .SelectedLoanApply__contentBgFirstMac, .SelectedLoanApply__FirstMac .SelectedLoanApply__viewMoreButton{
        background:#000000 !important;
    }
.SelectedLoanApply__FirstMac:hover, .SelectedLoanApply__FirstMac .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.SelectedLoanApply__progressBarFirstMac{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverFirstMac{
        background:rgb(51, 51, 51);
    }
.SelectedLoanApply__buttonFirstMac{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonFirstMac:hover, .SelectedLoanApply__buttonFirstMac:focus, .SelectedLoanApply__buttonFirstMac:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhiteFirstMac{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.SelectedLoanApply__buttonWhiteFirstMac:hover, .SelectedLoanApply__buttonWhiteFirstMac:focus, .SelectedLoanApply__buttonWhiteFirstMac:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderFirstMac{
      border:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__lenderBackgroundFirstMac .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.SelectedLoanApply__lenderBackgroundFirstMac:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxFirstMac{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordFirstMac{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordFirstMac:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__productRecordFirstMac:hover .SelectedLoanApply__sortingDescriptionBorderFirstMac{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.SelectedLoanApply__FirstMortgageTrust, .SelectedLoanApply__contentBgFirstMortgageTrust, .SelectedLoanApply__FirstMortgageTrust .SelectedLoanApply__viewMoreButton{
        background:#29A78D !important;
    }
.SelectedLoanApply__FirstMortgageTrust:hover, .SelectedLoanApply__FirstMortgageTrust .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(33, 134, 113) !important;
    }
.SelectedLoanApply__progressBarFirstMortgageTrust{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#29A78D;
        background:-webkit-gradient(linear,  right top, left top,  from(#29A78D),color-stop(50%, #29A78D),color-stop(51%, #29A78D),to(#29A78D));
        background:linear-gradient(to left,  #29A78D 0%,#29A78D 50%,#29A78D 51%,#29A78D 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverFirstMortgageTrust{
        background:rgb(33, 134, 113);
    }
.SelectedLoanApply__buttonFirstMortgageTrust{
        background:rgb(41, 167, 141);
        border:0.0625em solid rgb(41, 167, 141);
        color:white;
    }
.SelectedLoanApply__buttonFirstMortgageTrust:hover, .SelectedLoanApply__buttonFirstMortgageTrust:focus, .SelectedLoanApply__buttonFirstMortgageTrust:active{
        background:rgb(33, 134, 113);
        border:0.0625em solid rgb(41, 167, 141);
        color:white;
    }
.SelectedLoanApply__buttonWhiteFirstMortgageTrust{
        background:white;
        border:0.0625em solid rgb(41, 167, 141);
        color:rgb(41, 167, 141);
    }
.SelectedLoanApply__buttonWhiteFirstMortgageTrust:hover, .SelectedLoanApply__buttonWhiteFirstMortgageTrust:focus, .SelectedLoanApply__buttonWhiteFirstMortgageTrust:active{
        background:rgb(33, 134, 113);
        border:0.0625em solid rgb(41, 167, 141);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderFirstMortgageTrust{
      border:0.0625em solid rgb(41, 167, 141);
    }
.SelectedLoanApply__lenderBackgroundFirstMortgageTrust .SelectedLoanApply__headerRatioBar{
        background:rgb(41, 167, 141);
      }
.SelectedLoanApply__lenderBackgroundFirstMortgageTrust:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(33, 134, 113);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxFirstMortgageTrust{
        border:0.125em solid #29a78d;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordFirstMortgageTrust{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordFirstMortgageTrust:hover{
        border-left:0.0625em solid rgb(41, 167, 141);
        border-right:0.0625em solid rgb(41, 167, 141);
        border-bottom:0.0625em solid rgb(41, 167, 141);
    }
.SelectedLoanApply__productRecordFirstMortgageTrust:hover .SelectedLoanApply__sortingDescriptionBorderFirstMortgageTrust{
            background:rgb(41, 167, 141) !important;
            color:white;
        }
.SelectedLoanApply__FLEXI, .SelectedLoanApply__contentBgFLEXI, .SelectedLoanApply__FLEXI .SelectedLoanApply__viewMoreButton{
        background:#30C1C4 !important;
    }
.SelectedLoanApply__FLEXI:hover, .SelectedLoanApply__FLEXI .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(41, 164, 167) !important;
    }
.SelectedLoanApply__progressBarFLEXI{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#30C1C4;
        background:-webkit-gradient(linear,  right top, left top,  from(#30C1C4),color-stop(50%, #30C1C4),color-stop(51%, #30C1C4),to(#30C1C4));
        background:linear-gradient(to left,  #30C1C4 0%,#30C1C4 50%,#30C1C4 51%,#30C1C4 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverFLEXI{
        background:rgb(41, 164, 167);
    }
.SelectedLoanApply__buttonFLEXI{
        background:rgb(48, 193, 196);
        border:0.0625em solid rgb(48, 193, 196);
        color:white;
    }
.SelectedLoanApply__buttonFLEXI:hover, .SelectedLoanApply__buttonFLEXI:focus, .SelectedLoanApply__buttonFLEXI:active{
        background:rgb(41, 164, 167);
        border:0.0625em solid rgb(48, 193, 196);
        color:white;
    }
.SelectedLoanApply__buttonWhiteFLEXI{
        background:white;
        border:0.0625em solid rgb(48, 193, 196);
        color:rgb(48, 193, 196);
    }
.SelectedLoanApply__buttonWhiteFLEXI:hover, .SelectedLoanApply__buttonWhiteFLEXI:focus, .SelectedLoanApply__buttonWhiteFLEXI:active{
        background:rgb(41, 164, 167);
        border:0.0625em solid rgb(48, 193, 196);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderFLEXI{
      border:0.0625em solid rgb(48, 193, 196);
    }
.SelectedLoanApply__lenderBackgroundFLEXI .SelectedLoanApply__headerRatioBar{
        background:rgb(48, 193, 196);
      }
.SelectedLoanApply__lenderBackgroundFLEXI:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(41, 164, 167);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxFLEXI{
        border:0.125em solid #30c1c4;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordFLEXI{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordFLEXI:hover{
        border-left:0.0625em solid rgb(48, 193, 196);
        border-right:0.0625em solid rgb(48, 193, 196);
        border-bottom:0.0625em solid rgb(48, 193, 196);
    }
.SelectedLoanApply__productRecordFLEXI:hover .SelectedLoanApply__sortingDescriptionBorderFLEXI{
            background:rgb(48, 193, 196) !important;
            color:white;
        }
.SelectedLoanApply__FutureFinancial, .SelectedLoanApply__contentBgFutureFinancial, .SelectedLoanApply__FutureFinancial .SelectedLoanApply__viewMoreButton{
        background:#003876 !important;
    }
.SelectedLoanApply__FutureFinancial:hover, .SelectedLoanApply__FutureFinancial .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 45, 94) !important;
    }
.SelectedLoanApply__progressBarFutureFinancial{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#003876;
        background:-webkit-gradient(linear,  right top, left top,  from(#003876),color-stop(50%, #003876),color-stop(51%, #003876),to(#003876));
        background:linear-gradient(to left,  #003876 0%,#003876 50%,#003876 51%,#003876 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverFutureFinancial{
        background:rgb(0, 45, 94);
    }
.SelectedLoanApply__buttonFutureFinancial{
        background:rgb(0, 56, 118);
        border:0.0625em solid rgb(0, 56, 118);
        color:white;
    }
.SelectedLoanApply__buttonFutureFinancial:hover, .SelectedLoanApply__buttonFutureFinancial:focus, .SelectedLoanApply__buttonFutureFinancial:active{
        background:rgb(0, 45, 94);
        border:0.0625em solid rgb(0, 56, 118);
        color:white;
    }
.SelectedLoanApply__buttonWhiteFutureFinancial{
        background:white;
        border:0.0625em solid rgb(0, 56, 118);
        color:rgb(0, 56, 118);
    }
.SelectedLoanApply__buttonWhiteFutureFinancial:hover, .SelectedLoanApply__buttonWhiteFutureFinancial:focus, .SelectedLoanApply__buttonWhiteFutureFinancial:active{
        background:rgb(0, 45, 94);
        border:0.0625em solid rgb(0, 56, 118);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderFutureFinancial{
      border:0.0625em solid rgb(0, 56, 118);
    }
.SelectedLoanApply__lenderBackgroundFutureFinancial .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 56, 118);
      }
.SelectedLoanApply__lenderBackgroundFutureFinancial:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 45, 94);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxFutureFinancial{
        border:0.125em solid #003876;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordFutureFinancial{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordFutureFinancial:hover{
        border-left:0.0625em solid rgb(0, 56, 118);
        border-right:0.0625em solid rgb(0, 56, 118);
        border-bottom:0.0625em solid rgb(0, 56, 118);
    }
.SelectedLoanApply__productRecordFutureFinancial:hover .SelectedLoanApply__sortingDescriptionBorderFutureFinancial{
            background:rgb(0, 56, 118) !important;
            color:white;
        }
.SelectedLoanApply__GEMoney, .SelectedLoanApply__contentBgGEMoney, .SelectedLoanApply__GEMoney .SelectedLoanApply__viewMoreButton{
        background:#005CB9 !important;
    }
.SelectedLoanApply__GEMoney:hover, .SelectedLoanApply__GEMoney .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 74, 148) !important;
    }
.SelectedLoanApply__progressBarGEMoney{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#005CB9;
        background:-webkit-gradient(linear,  right top, left top,  from(#005CB9),color-stop(50%, #005CB9),color-stop(51%, #005CB9),to(#005CB9));
        background:linear-gradient(to left,  #005CB9 0%,#005CB9 50%,#005CB9 51%,#005CB9 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverGEMoney{
        background:rgb(0, 74, 148);
    }
.SelectedLoanApply__buttonGEMoney{
        background:rgb(0, 92, 185);
        border:0.0625em solid rgb(0, 92, 185);
        color:white;
    }
.SelectedLoanApply__buttonGEMoney:hover, .SelectedLoanApply__buttonGEMoney:focus, .SelectedLoanApply__buttonGEMoney:active{
        background:rgb(0, 74, 148);
        border:0.0625em solid rgb(0, 92, 185);
        color:white;
    }
.SelectedLoanApply__buttonWhiteGEMoney{
        background:white;
        border:0.0625em solid rgb(0, 92, 185);
        color:rgb(0, 92, 185);
    }
.SelectedLoanApply__buttonWhiteGEMoney:hover, .SelectedLoanApply__buttonWhiteGEMoney:focus, .SelectedLoanApply__buttonWhiteGEMoney:active{
        background:rgb(0, 74, 148);
        border:0.0625em solid rgb(0, 92, 185);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderGEMoney{
      border:0.0625em solid rgb(0, 92, 185);
    }
.SelectedLoanApply__lenderBackgroundGEMoney .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 92, 185);
      }
.SelectedLoanApply__lenderBackgroundGEMoney:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 74, 148);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxGEMoney{
        border:0.125em solid #005cb9;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordGEMoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordGEMoney:hover{
        border-left:0.0625em solid rgb(0, 92, 185);
        border-right:0.0625em solid rgb(0, 92, 185);
        border-bottom:0.0625em solid rgb(0, 92, 185);
    }
.SelectedLoanApply__productRecordGEMoney:hover .SelectedLoanApply__sortingDescriptionBorderGEMoney{
            background:rgb(0, 92, 185) !important;
            color:white;
        }
.SelectedLoanApply__GreaterBank, .SelectedLoanApply__contentBgGreaterBank, .SelectedLoanApply__GreaterBank .SelectedLoanApply__viewMoreButton{
        background:#232E46 !important;
    }
.SelectedLoanApply__GreaterBank:hover, .SelectedLoanApply__GreaterBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(28, 37, 56) !important;
    }
.SelectedLoanApply__progressBarGreaterBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#232E46;
        background:-webkit-gradient(linear,  right top, left top,  from(#232E46),color-stop(50%, #232E46),color-stop(51%, #232E46),to(#232E46));
        background:linear-gradient(to left,  #232E46 0%,#232E46 50%,#232E46 51%,#232E46 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverGreaterBank{
        background:rgb(28, 37, 56);
    }
.SelectedLoanApply__buttonGreaterBank{
        background:rgb(35, 46, 70);
        border:0.0625em solid rgb(35, 46, 70);
        color:white;
    }
.SelectedLoanApply__buttonGreaterBank:hover, .SelectedLoanApply__buttonGreaterBank:focus, .SelectedLoanApply__buttonGreaterBank:active{
        background:rgb(28, 37, 56);
        border:0.0625em solid rgb(35, 46, 70);
        color:white;
    }
.SelectedLoanApply__buttonWhiteGreaterBank{
        background:white;
        border:0.0625em solid rgb(35, 46, 70);
        color:rgb(35, 46, 70);
    }
.SelectedLoanApply__buttonWhiteGreaterBank:hover, .SelectedLoanApply__buttonWhiteGreaterBank:focus, .SelectedLoanApply__buttonWhiteGreaterBank:active{
        background:rgb(28, 37, 56);
        border:0.0625em solid rgb(35, 46, 70);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderGreaterBank{
      border:0.0625em solid rgb(35, 46, 70);
    }
.SelectedLoanApply__lenderBackgroundGreaterBank .SelectedLoanApply__headerRatioBar{
        background:rgb(35, 46, 70);
      }
.SelectedLoanApply__lenderBackgroundGreaterBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(28, 37, 56);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxGreaterBank{
        border:0.125em solid #232e46;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordGreaterBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordGreaterBank:hover{
        border-left:0.0625em solid rgb(35, 46, 70);
        border-right:0.0625em solid rgb(35, 46, 70);
        border-bottom:0.0625em solid rgb(35, 46, 70);
    }
.SelectedLoanApply__productRecordGreaterBank:hover .SelectedLoanApply__sortingDescriptionBorderGreaterBank{
            background:rgb(35, 46, 70) !important;
            color:white;
        }
.SelectedLoanApply__HeartlandBank, .SelectedLoanApply__contentBgHeartlandBank, .SelectedLoanApply__HeartlandBank .SelectedLoanApply__viewMoreButton{
        background:#0C203D !important;
    }
.SelectedLoanApply__HeartlandBank:hover, .SelectedLoanApply__HeartlandBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(10, 26, 49) !important;
    }
.SelectedLoanApply__progressBarHeartlandBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#0C203D;
        background:-webkit-gradient(linear,  right top, left top,  from(#0C203D),color-stop(50%, #0C203D),color-stop(51%, #0C203D),to(#0C203D));
        background:linear-gradient(to left,  #0C203D 0%,#0C203D 50%,#0C203D 51%,#0C203D 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverHeartlandBank{
        background:rgb(10, 26, 49);
    }
.SelectedLoanApply__buttonHeartlandBank{
        background:rgb(12, 32, 61);
        border:0.0625em solid rgb(12, 32, 61);
        color:white;
    }
.SelectedLoanApply__buttonHeartlandBank:hover, .SelectedLoanApply__buttonHeartlandBank:focus, .SelectedLoanApply__buttonHeartlandBank:active{
        background:rgb(10, 26, 49);
        border:0.0625em solid rgb(12, 32, 61);
        color:white;
    }
.SelectedLoanApply__buttonWhiteHeartlandBank{
        background:white;
        border:0.0625em solid rgb(12, 32, 61);
        color:rgb(12, 32, 61);
    }
.SelectedLoanApply__buttonWhiteHeartlandBank:hover, .SelectedLoanApply__buttonWhiteHeartlandBank:focus, .SelectedLoanApply__buttonWhiteHeartlandBank:active{
        background:rgb(10, 26, 49);
        border:0.0625em solid rgb(12, 32, 61);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderHeartlandBank{
      border:0.0625em solid rgb(12, 32, 61);
    }
.SelectedLoanApply__lenderBackgroundHeartlandBank .SelectedLoanApply__headerRatioBar{
        background:rgb(12, 32, 61);
      }
.SelectedLoanApply__lenderBackgroundHeartlandBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(10, 26, 49);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxHeartlandBank{
        border:0.125em solid #0c203d;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordHeartlandBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordHeartlandBank:hover{
        border-left:0.0625em solid rgb(12, 32, 61);
        border-right:0.0625em solid rgb(12, 32, 61);
        border-bottom:0.0625em solid rgb(12, 32, 61);
    }
.SelectedLoanApply__productRecordHeartlandBank:hover .SelectedLoanApply__sortingDescriptionBorderHeartlandBank{
            background:rgb(12, 32, 61) !important;
            color:white;
        }
.SelectedLoanApply__HeritageBank, .SelectedLoanApply__contentBgHeritageBank, .SelectedLoanApply__HeritageBank .SelectedLoanApply__viewMoreButton{
        background:#000000 !important;
    }
.SelectedLoanApply__HeritageBank:hover, .SelectedLoanApply__HeritageBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.SelectedLoanApply__progressBarHeritageBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverHeritageBank{
        background:rgb(51, 51, 51);
    }
.SelectedLoanApply__buttonHeritageBank{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonHeritageBank:hover, .SelectedLoanApply__buttonHeritageBank:focus, .SelectedLoanApply__buttonHeritageBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhiteHeritageBank{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.SelectedLoanApply__buttonWhiteHeritageBank:hover, .SelectedLoanApply__buttonWhiteHeritageBank:focus, .SelectedLoanApply__buttonWhiteHeritageBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderHeritageBank{
      border:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__lenderBackgroundHeritageBank .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.SelectedLoanApply__lenderBackgroundHeritageBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxHeritageBank{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordHeritageBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordHeritageBank:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__productRecordHeritageBank:hover .SelectedLoanApply__sortingDescriptionBorderHeritageBank{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.SelectedLoanApply__Homeloans, .SelectedLoanApply__contentBgHomeloans, .SelectedLoanApply__Homeloans .SelectedLoanApply__viewMoreButton{
        background:#000000 !important;
    }
.SelectedLoanApply__Homeloans:hover, .SelectedLoanApply__Homeloans .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.SelectedLoanApply__progressBarHomeloans{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverHomeloans{
        background:rgb(51, 51, 51);
    }
.SelectedLoanApply__buttonHomeloans{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonHomeloans:hover, .SelectedLoanApply__buttonHomeloans:focus, .SelectedLoanApply__buttonHomeloans:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhiteHomeloans{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.SelectedLoanApply__buttonWhiteHomeloans:hover, .SelectedLoanApply__buttonWhiteHomeloans:focus, .SelectedLoanApply__buttonWhiteHomeloans:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderHomeloans{
      border:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__lenderBackgroundHomeloans .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.SelectedLoanApply__lenderBackgroundHomeloans:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxHomeloans{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordHomeloans{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordHomeloans:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__productRecordHomeloans:hover .SelectedLoanApply__sortingDescriptionBorderHomeloans{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.SelectedLoanApply__HomeStart, .SelectedLoanApply__contentBgHomeStart, .SelectedLoanApply__HomeStart .SelectedLoanApply__viewMoreButton{
        background:#0077BC !important;
    }
.SelectedLoanApply__HomeStart:hover, .SelectedLoanApply__HomeStart .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 95, 150) !important;
    }
.SelectedLoanApply__progressBarHomeStart{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#0077BC;
        background:-webkit-gradient(linear,  right top, left top,  from(#0077BC),color-stop(50%, #0077BC),color-stop(51%, #0077BC),to(#0077BC));
        background:linear-gradient(to left,  #0077BC 0%,#0077BC 50%,#0077BC 51%,#0077BC 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverHomeStart{
        background:rgb(0, 95, 150);
    }
.SelectedLoanApply__buttonHomeStart{
        background:rgb(0, 119, 188);
        border:0.0625em solid rgb(0, 119, 188);
        color:white;
    }
.SelectedLoanApply__buttonHomeStart:hover, .SelectedLoanApply__buttonHomeStart:focus, .SelectedLoanApply__buttonHomeStart:active{
        background:rgb(0, 95, 150);
        border:0.0625em solid rgb(0, 119, 188);
        color:white;
    }
.SelectedLoanApply__buttonWhiteHomeStart{
        background:white;
        border:0.0625em solid rgb(0, 119, 188);
        color:rgb(0, 119, 188);
    }
.SelectedLoanApply__buttonWhiteHomeStart:hover, .SelectedLoanApply__buttonWhiteHomeStart:focus, .SelectedLoanApply__buttonWhiteHomeStart:active{
        background:rgb(0, 95, 150);
        border:0.0625em solid rgb(0, 119, 188);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderHomeStart{
      border:0.0625em solid rgb(0, 119, 188);
    }
.SelectedLoanApply__lenderBackgroundHomeStart .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 119, 188);
      }
.SelectedLoanApply__lenderBackgroundHomeStart:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 95, 150);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxHomeStart{
        border:0.125em solid #0077bc;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordHomeStart{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordHomeStart:hover{
        border-left:0.0625em solid rgb(0, 119, 188);
        border-right:0.0625em solid rgb(0, 119, 188);
        border-bottom:0.0625em solid rgb(0, 119, 188);
    }
.SelectedLoanApply__productRecordHomeStart:hover .SelectedLoanApply__sortingDescriptionBorderHomeStart{
            background:rgb(0, 119, 188) !important;
            color:white;
        }
.SelectedLoanApply__HSBC, .SelectedLoanApply__contentBgHSBC, .SelectedLoanApply__HSBC .SelectedLoanApply__viewMoreButton{
        background:#E0001A !important;
    }
.SelectedLoanApply__HSBC:hover, .SelectedLoanApply__HSBC .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(179, 0, 21) !important;
    }
.SelectedLoanApply__progressBarHSBC{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#E0001A;
        background:-webkit-gradient(linear,  right top, left top,  from(#E0001A),color-stop(50%, #E0001A),color-stop(51%, #E0001A),to(#E0001A));
        background:linear-gradient(to left,  #E0001A 0%,#E0001A 50%,#E0001A 51%,#E0001A 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverHSBC{
        background:rgb(179, 0, 21);
    }
.SelectedLoanApply__buttonHSBC{
        background:rgb(224, 0, 26);
        border:0.0625em solid rgb(224, 0, 26);
        color:white;
    }
.SelectedLoanApply__buttonHSBC:hover, .SelectedLoanApply__buttonHSBC:focus, .SelectedLoanApply__buttonHSBC:active{
        background:rgb(179, 0, 21);
        border:0.0625em solid rgb(224, 0, 26);
        color:white;
    }
.SelectedLoanApply__buttonWhiteHSBC{
        background:white;
        border:0.0625em solid rgb(224, 0, 26);
        color:rgb(224, 0, 26);
    }
.SelectedLoanApply__buttonWhiteHSBC:hover, .SelectedLoanApply__buttonWhiteHSBC:focus, .SelectedLoanApply__buttonWhiteHSBC:active{
        background:rgb(179, 0, 21);
        border:0.0625em solid rgb(224, 0, 26);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderHSBC{
      border:0.0625em solid rgb(224, 0, 26);
    }
.SelectedLoanApply__lenderBackgroundHSBC .SelectedLoanApply__headerRatioBar{
        background:rgb(224, 0, 26);
      }
.SelectedLoanApply__lenderBackgroundHSBC:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(179, 0, 21);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxHSBC{
        border:0.125em solid #e0001a;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordHSBC{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordHSBC:hover{
        border-left:0.0625em solid rgb(224, 0, 26);
        border-right:0.0625em solid rgb(224, 0, 26);
        border-bottom:0.0625em solid rgb(224, 0, 26);
    }
.SelectedLoanApply__productRecordHSBC:hover .SelectedLoanApply__sortingDescriptionBorderHSBC{
            background:rgb(224, 0, 26) !important;
            color:white;
        }
.SelectedLoanApply__INGDirect, .SelectedLoanApply__contentBgINGDirect, .SelectedLoanApply__INGDirect .SelectedLoanApply__viewMoreButton{
        background:#FF6100 !important;
    }
.SelectedLoanApply__INGDirect:hover, .SelectedLoanApply__INGDirect .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(204, 78, 0) !important;
    }
.SelectedLoanApply__progressBarINGDirect{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#FF6100;
        background:-webkit-gradient(linear,  right top, left top,  from(#FF6100),color-stop(50%, #FF6100),color-stop(51%, #FF6100),to(#FF6100));
        background:linear-gradient(to left,  #FF6100 0%,#FF6100 50%,#FF6100 51%,#FF6100 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverINGDirect{
        background:rgb(204, 78, 0);
    }
.SelectedLoanApply__buttonINGDirect{
        background:rgb(255, 97, 0);
        border:0.0625em solid rgb(255, 97, 0);
        color:white;
    }
.SelectedLoanApply__buttonINGDirect:hover, .SelectedLoanApply__buttonINGDirect:focus, .SelectedLoanApply__buttonINGDirect:active{
        background:rgb(204, 78, 0);
        border:0.0625em solid rgb(255, 97, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhiteINGDirect{
        background:white;
        border:0.0625em solid rgb(255, 97, 0);
        color:rgb(255, 97, 0);
    }
.SelectedLoanApply__buttonWhiteINGDirect:hover, .SelectedLoanApply__buttonWhiteINGDirect:focus, .SelectedLoanApply__buttonWhiteINGDirect:active{
        background:rgb(204, 78, 0);
        border:0.0625em solid rgb(255, 97, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderINGDirect{
      border:0.0625em solid rgb(255, 97, 0);
    }
.SelectedLoanApply__lenderBackgroundINGDirect .SelectedLoanApply__headerRatioBar{
        background:rgb(255, 97, 0);
      }
.SelectedLoanApply__lenderBackgroundINGDirect:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(204, 78, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxINGDirect{
        border:0.125em solid #ff6100;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordINGDirect{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordINGDirect:hover{
        border-left:0.0625em solid rgb(255, 97, 0);
        border-right:0.0625em solid rgb(255, 97, 0);
        border-bottom:0.0625em solid rgb(255, 97, 0);
    }
.SelectedLoanApply__productRecordINGDirect:hover .SelectedLoanApply__sortingDescriptionBorderINGDirect{
            background:rgb(255, 97, 0) !important;
            color:white;
        }
.SelectedLoanApply__Keystart, .SelectedLoanApply__contentBgKeystart, .SelectedLoanApply__Keystart .SelectedLoanApply__viewMoreButton{
        background:#EA533A !important;
    }
.SelectedLoanApply__Keystart:hover, .SelectedLoanApply__Keystart .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(187, 66, 46) !important;
    }
.SelectedLoanApply__progressBarKeystart{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#EA533A;
        background:-webkit-gradient(linear,  right top, left top,  from(#EA533A),color-stop(50%, #EA533A),color-stop(51%, #EA533A),to(#EA533A));
        background:linear-gradient(to left,  #EA533A 0%,#EA533A 50%,#EA533A 51%,#EA533A 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverKeystart{
        background:rgb(187, 66, 46);
    }
.SelectedLoanApply__buttonKeystart{
        background:rgb(234, 83, 58);
        border:0.0625em solid rgb(234, 83, 58);
        color:white;
    }
.SelectedLoanApply__buttonKeystart:hover, .SelectedLoanApply__buttonKeystart:focus, .SelectedLoanApply__buttonKeystart:active{
        background:rgb(187, 66, 46);
        border:0.0625em solid rgb(234, 83, 58);
        color:white;
    }
.SelectedLoanApply__buttonWhiteKeystart{
        background:white;
        border:0.0625em solid rgb(234, 83, 58);
        color:rgb(234, 83, 58);
    }
.SelectedLoanApply__buttonWhiteKeystart:hover, .SelectedLoanApply__buttonWhiteKeystart:focus, .SelectedLoanApply__buttonWhiteKeystart:active{
        background:rgb(187, 66, 46);
        border:0.0625em solid rgb(234, 83, 58);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderKeystart{
      border:0.0625em solid rgb(234, 83, 58);
    }
.SelectedLoanApply__lenderBackgroundKeystart .SelectedLoanApply__headerRatioBar{
        background:rgb(234, 83, 58);
      }
.SelectedLoanApply__lenderBackgroundKeystart:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(187, 66, 46);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxKeystart{
        border:0.125em solid #ea533a;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordKeystart{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordKeystart:hover{
        border-left:0.0625em solid rgb(234, 83, 58);
        border-right:0.0625em solid rgb(234, 83, 58);
        border-bottom:0.0625em solid rgb(234, 83, 58);
    }
.SelectedLoanApply__productRecordKeystart:hover .SelectedLoanApply__sortingDescriptionBorderKeystart{
            background:rgb(234, 83, 58) !important;
            color:white;
        }
.SelectedLoanApply__Latitude, .SelectedLoanApply__contentBgLatitude, .SelectedLoanApply__Latitude .SelectedLoanApply__viewMoreButton{
        background:#006AC6 !important;
    }
.SelectedLoanApply__Latitude:hover, .SelectedLoanApply__Latitude .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 85, 158) !important;
    }
.SelectedLoanApply__progressBarLatitude{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#006AC6;
        background:-webkit-gradient(linear,  right top, left top,  from(#006AC6),color-stop(50%, #006AC6),color-stop(51%, #006AC6),to(#006AC6));
        background:linear-gradient(to left,  #006AC6 0%,#006AC6 50%,#006AC6 51%,#006AC6 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverLatitude{
        background:rgb(0, 85, 158);
    }
.SelectedLoanApply__buttonLatitude{
        background:rgb(0, 106, 198);
        border:0.0625em solid rgb(0, 106, 198);
        color:white;
    }
.SelectedLoanApply__buttonLatitude:hover, .SelectedLoanApply__buttonLatitude:focus, .SelectedLoanApply__buttonLatitude:active{
        background:rgb(0, 85, 158);
        border:0.0625em solid rgb(0, 106, 198);
        color:white;
    }
.SelectedLoanApply__buttonWhiteLatitude{
        background:white;
        border:0.0625em solid rgb(0, 106, 198);
        color:rgb(0, 106, 198);
    }
.SelectedLoanApply__buttonWhiteLatitude:hover, .SelectedLoanApply__buttonWhiteLatitude:focus, .SelectedLoanApply__buttonWhiteLatitude:active{
        background:rgb(0, 85, 158);
        border:0.0625em solid rgb(0, 106, 198);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderLatitude{
      border:0.0625em solid rgb(0, 106, 198);
    }
.SelectedLoanApply__lenderBackgroundLatitude .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 106, 198);
      }
.SelectedLoanApply__lenderBackgroundLatitude:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 85, 158);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxLatitude{
        border:0.125em solid #006ac6;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordLatitude{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordLatitude:hover{
        border-left:0.0625em solid rgb(0, 106, 198);
        border-right:0.0625em solid rgb(0, 106, 198);
        border-bottom:0.0625em solid rgb(0, 106, 198);
    }
.SelectedLoanApply__productRecordLatitude:hover .SelectedLoanApply__sortingDescriptionBorderLatitude{
            background:rgb(0, 106, 198) !important;
            color:white;
        }
.SelectedLoanApply__LaTrobe, .SelectedLoanApply__contentBgLaTrobe, .SelectedLoanApply__LaTrobe .SelectedLoanApply__viewMoreButton{
        background:#30B4F4 !important;
    }
.SelectedLoanApply__LaTrobe:hover, .SelectedLoanApply__LaTrobe .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(38, 144, 195) !important;
    }
.SelectedLoanApply__progressBarLaTrobe{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#30B4F4;
        background:-webkit-gradient(linear,  right top, left top,  from(#30B4F4),color-stop(50%, #30B4F4),color-stop(51%, #30B4F4),to(#30B4F4));
        background:linear-gradient(to left,  #30B4F4 0%,#30B4F4 50%,#30B4F4 51%,#30B4F4 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverLaTrobe{
        background:rgb(38, 144, 195);
    }
.SelectedLoanApply__buttonLaTrobe{
        background:rgb(48, 180, 244);
        border:0.0625em solid rgb(48, 180, 244);
        color:white;
    }
.SelectedLoanApply__buttonLaTrobe:hover, .SelectedLoanApply__buttonLaTrobe:focus, .SelectedLoanApply__buttonLaTrobe:active{
        background:rgb(38, 144, 195);
        border:0.0625em solid rgb(48, 180, 244);
        color:white;
    }
.SelectedLoanApply__buttonWhiteLaTrobe{
        background:white;
        border:0.0625em solid rgb(48, 180, 244);
        color:rgb(48, 180, 244);
    }
.SelectedLoanApply__buttonWhiteLaTrobe:hover, .SelectedLoanApply__buttonWhiteLaTrobe:focus, .SelectedLoanApply__buttonWhiteLaTrobe:active{
        background:rgb(38, 144, 195);
        border:0.0625em solid rgb(48, 180, 244);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderLaTrobe{
      border:0.0625em solid rgb(48, 180, 244);
    }
.SelectedLoanApply__lenderBackgroundLaTrobe .SelectedLoanApply__headerRatioBar{
        background:rgb(48, 180, 244);
      }
.SelectedLoanApply__lenderBackgroundLaTrobe:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(38, 144, 195);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxLaTrobe{
        border:0.125em solid #30b4f4;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordLaTrobe{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordLaTrobe:hover{
        border-left:0.0625em solid rgb(48, 180, 244);
        border-right:0.0625em solid rgb(48, 180, 244);
        border-bottom:0.0625em solid rgb(48, 180, 244);
    }
.SelectedLoanApply__productRecordLaTrobe:hover .SelectedLoanApply__sortingDescriptionBorderLaTrobe{
            background:rgb(48, 180, 244) !important;
            color:white;
        }
.SelectedLoanApply__LibertyFinancial, .SelectedLoanApply__contentBgLibertyFinancial, .SelectedLoanApply__LibertyFinancial .SelectedLoanApply__viewMoreButton{
        background:#0A3371 !important;
    }
.SelectedLoanApply__LibertyFinancial:hover, .SelectedLoanApply__LibertyFinancial .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(8, 41, 90) !important;
    }
.SelectedLoanApply__progressBarLibertyFinancial{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#0A3371;
        background:-webkit-gradient(linear,  right top, left top,  from(#0A3371),color-stop(50%, #0A3371),color-stop(51%, #0A3371),to(#0A3371));
        background:linear-gradient(to left,  #0A3371 0%,#0A3371 50%,#0A3371 51%,#0A3371 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverLibertyFinancial{
        background:rgb(8, 41, 90);
    }
.SelectedLoanApply__buttonLibertyFinancial{
        background:rgb(10, 51, 113);
        border:0.0625em solid rgb(10, 51, 113);
        color:white;
    }
.SelectedLoanApply__buttonLibertyFinancial:hover, .SelectedLoanApply__buttonLibertyFinancial:focus, .SelectedLoanApply__buttonLibertyFinancial:active{
        background:rgb(8, 41, 90);
        border:0.0625em solid rgb(10, 51, 113);
        color:white;
    }
.SelectedLoanApply__buttonWhiteLibertyFinancial{
        background:white;
        border:0.0625em solid rgb(10, 51, 113);
        color:rgb(10, 51, 113);
    }
.SelectedLoanApply__buttonWhiteLibertyFinancial:hover, .SelectedLoanApply__buttonWhiteLibertyFinancial:focus, .SelectedLoanApply__buttonWhiteLibertyFinancial:active{
        background:rgb(8, 41, 90);
        border:0.0625em solid rgb(10, 51, 113);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderLibertyFinancial{
      border:0.0625em solid rgb(10, 51, 113);
    }
.SelectedLoanApply__lenderBackgroundLibertyFinancial .SelectedLoanApply__headerRatioBar{
        background:rgb(10, 51, 113);
      }
.SelectedLoanApply__lenderBackgroundLibertyFinancial:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(8, 41, 90);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxLibertyFinancial{
        border:0.125em solid #0a3371;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordLibertyFinancial{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordLibertyFinancial:hover{
        border-left:0.0625em solid rgb(10, 51, 113);
        border-right:0.0625em solid rgb(10, 51, 113);
        border-bottom:0.0625em solid rgb(10, 51, 113);
    }
.SelectedLoanApply__productRecordLibertyFinancial:hover .SelectedLoanApply__sortingDescriptionBorderLibertyFinancial{
            background:rgb(10, 51, 113) !important;
            color:white;
        }
.SelectedLoanApply__LoanMarketGO, .SelectedLoanApply__contentBgLoanMarketGO, .SelectedLoanApply__LoanMarketGO .SelectedLoanApply__viewMoreButton{
        background:#00AAE5 !important;
    }
.SelectedLoanApply__LoanMarketGO:hover, .SelectedLoanApply__LoanMarketGO .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 145, 195) !important;
    }
.SelectedLoanApply__progressBarLoanMarketGO{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#00AAE5;
        background:-webkit-gradient(linear,  right top, left top,  from(#00AAE5),color-stop(50%, #00AAE5),color-stop(51%, #00AAE5),to(#00AAE5));
        background:linear-gradient(to left,  #00AAE5 0%,#00AAE5 50%,#00AAE5 51%,#00AAE5 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverLoanMarketGO{
        background:rgb(0, 145, 195);
    }
.SelectedLoanApply__buttonLoanMarketGO{
        background:rgb(0, 170, 229);
        border:0.0625em solid rgb(0, 170, 229);
        color:white;
    }
.SelectedLoanApply__buttonLoanMarketGO:hover, .SelectedLoanApply__buttonLoanMarketGO:focus, .SelectedLoanApply__buttonLoanMarketGO:active{
        background:rgb(0, 145, 195);
        border:0.0625em solid rgb(0, 170, 229);
        color:white;
    }
.SelectedLoanApply__buttonWhiteLoanMarketGO{
        background:white;
        border:0.0625em solid rgb(0, 170, 229);
        color:rgb(0, 170, 229);
    }
.SelectedLoanApply__buttonWhiteLoanMarketGO:hover, .SelectedLoanApply__buttonWhiteLoanMarketGO:focus, .SelectedLoanApply__buttonWhiteLoanMarketGO:active{
        background:rgb(0, 145, 195);
        border:0.0625em solid rgb(0, 170, 229);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderLoanMarketGO{
      border:0.0625em solid rgb(0, 170, 229);
    }
.SelectedLoanApply__lenderBackgroundLoanMarketGO .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 170, 229);
      }
.SelectedLoanApply__lenderBackgroundLoanMarketGO:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 145, 195);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxLoanMarketGO{
        border:0.125em solid #00aae5;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordLoanMarketGO{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordLoanMarketGO:hover{
        border-left:0.0625em solid rgb(0, 170, 229);
        border-right:0.0625em solid rgb(0, 170, 229);
        border-bottom:0.0625em solid rgb(0, 170, 229);
    }
.SelectedLoanApply__productRecordLoanMarketGO:hover .SelectedLoanApply__sortingDescriptionBorderLoanMarketGO{
            background:rgb(0, 170, 229) !important;
            color:white;
        }
.SelectedLoanApply__MacquarieBank, .SelectedLoanApply__contentBgMacquarieBank, .SelectedLoanApply__MacquarieBank .SelectedLoanApply__viewMoreButton{
        background:#000000 !important;
    }
.SelectedLoanApply__MacquarieBank:hover, .SelectedLoanApply__MacquarieBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.SelectedLoanApply__progressBarMacquarieBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverMacquarieBank{
        background:rgb(51, 51, 51);
    }
.SelectedLoanApply__buttonMacquarieBank{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonMacquarieBank:hover, .SelectedLoanApply__buttonMacquarieBank:focus, .SelectedLoanApply__buttonMacquarieBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhiteMacquarieBank{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.SelectedLoanApply__buttonWhiteMacquarieBank:hover, .SelectedLoanApply__buttonWhiteMacquarieBank:focus, .SelectedLoanApply__buttonWhiteMacquarieBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderMacquarieBank{
      border:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__lenderBackgroundMacquarieBank .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.SelectedLoanApply__lenderBackgroundMacquarieBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxMacquarieBank{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordMacquarieBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordMacquarieBank:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__productRecordMacquarieBank:hover .SelectedLoanApply__sortingDescriptionBorderMacquarieBank{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.SelectedLoanApply__MEBank, .SelectedLoanApply__contentBgMEBank, .SelectedLoanApply__MEBank .SelectedLoanApply__viewMoreButton{
        background:#000000 !important;
    }
.SelectedLoanApply__MEBank:hover, .SelectedLoanApply__MEBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.SelectedLoanApply__progressBarMEBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverMEBank{
        background:rgb(51, 51, 51);
    }
.SelectedLoanApply__buttonMEBank{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonMEBank:hover, .SelectedLoanApply__buttonMEBank:focus, .SelectedLoanApply__buttonMEBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhiteMEBank{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.SelectedLoanApply__buttonWhiteMEBank:hover, .SelectedLoanApply__buttonWhiteMEBank:focus, .SelectedLoanApply__buttonWhiteMEBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderMEBank{
      border:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__lenderBackgroundMEBank .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.SelectedLoanApply__lenderBackgroundMEBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxMEBank{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordMEBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordMEBank:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__productRecordMEBank:hover .SelectedLoanApply__sortingDescriptionBorderMEBank{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.SelectedLoanApply__MKMCapital, .SelectedLoanApply__contentBgMKMCapital, .SelectedLoanApply__MKMCapital .SelectedLoanApply__viewMoreButton{
        background:#3C4E85 !important;
    }
.SelectedLoanApply__MKMCapital:hover, .SelectedLoanApply__MKMCapital .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(48, 62, 106) !important;
    }
.SelectedLoanApply__progressBarMKMCapital{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#3C4E85;
        background:-webkit-gradient(linear,  right top, left top,  from(#3C4E85),color-stop(50%, #3C4E85),color-stop(51%, #3C4E85),to(#3C4E85));
        background:linear-gradient(to left,  #3C4E85 0%,#3C4E85 50%,#3C4E85 51%,#3C4E85 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverMKMCapital{
        background:rgb(48, 62, 106);
    }
.SelectedLoanApply__buttonMKMCapital{
        background:rgb(60, 78, 133);
        border:0.0625em solid rgb(60, 78, 133);
        color:white;
    }
.SelectedLoanApply__buttonMKMCapital:hover, .SelectedLoanApply__buttonMKMCapital:focus, .SelectedLoanApply__buttonMKMCapital:active{
        background:rgb(48, 62, 106);
        border:0.0625em solid rgb(60, 78, 133);
        color:white;
    }
.SelectedLoanApply__buttonWhiteMKMCapital{
        background:white;
        border:0.0625em solid rgb(60, 78, 133);
        color:rgb(60, 78, 133);
    }
.SelectedLoanApply__buttonWhiteMKMCapital:hover, .SelectedLoanApply__buttonWhiteMKMCapital:focus, .SelectedLoanApply__buttonWhiteMKMCapital:active{
        background:rgb(48, 62, 106);
        border:0.0625em solid rgb(60, 78, 133);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderMKMCapital{
      border:0.0625em solid rgb(60, 78, 133);
    }
.SelectedLoanApply__lenderBackgroundMKMCapital .SelectedLoanApply__headerRatioBar{
        background:rgb(60, 78, 133);
      }
.SelectedLoanApply__lenderBackgroundMKMCapital:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(48, 62, 106);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxMKMCapital{
        border:0.125em solid #3c4e85;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordMKMCapital{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordMKMCapital:hover{
        border-left:0.0625em solid rgb(60, 78, 133);
        border-right:0.0625em solid rgb(60, 78, 133);
        border-bottom:0.0625em solid rgb(60, 78, 133);
    }
.SelectedLoanApply__productRecordMKMCapital:hover .SelectedLoanApply__sortingDescriptionBorderMKMCapital{
            background:rgb(60, 78, 133) !important;
            color:white;
        }
.SelectedLoanApply__MortgageEzy, .SelectedLoanApply__contentBgMortgageEzy, .SelectedLoanApply__MortgageEzy .SelectedLoanApply__viewMoreButton{
        background:#000000 !important;
    }
.SelectedLoanApply__MortgageEzy:hover, .SelectedLoanApply__MortgageEzy .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.SelectedLoanApply__progressBarMortgageEzy{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverMortgageEzy{
        background:rgb(51, 51, 51);
    }
.SelectedLoanApply__buttonMortgageEzy{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonMortgageEzy:hover, .SelectedLoanApply__buttonMortgageEzy:focus, .SelectedLoanApply__buttonMortgageEzy:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhiteMortgageEzy{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.SelectedLoanApply__buttonWhiteMortgageEzy:hover, .SelectedLoanApply__buttonWhiteMortgageEzy:focus, .SelectedLoanApply__buttonWhiteMortgageEzy:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderMortgageEzy{
      border:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__lenderBackgroundMortgageEzy .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.SelectedLoanApply__lenderBackgroundMortgageEzy:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxMortgageEzy{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordMortgageEzy{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordMortgageEzy:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__productRecordMortgageEzy:hover .SelectedLoanApply__sortingDescriptionBorderMortgageEzy{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.SelectedLoanApply__MyGov, .SelectedLoanApply__contentBgMyGov, .SelectedLoanApply__MyGov .SelectedLoanApply__viewMoreButton{
        background:#62B049 !important;
    }
.SelectedLoanApply__MyGov:hover, .SelectedLoanApply__MyGov .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(78, 141, 58) !important;
    }
.SelectedLoanApply__progressBarMyGov{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#62B049;
        background:-webkit-gradient(linear,  right top, left top,  from(#62B049),color-stop(50%, #62B049),color-stop(51%, #62B049),to(#62B049));
        background:linear-gradient(to left,  #62B049 0%,#62B049 50%,#62B049 51%,#62B049 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverMyGov{
        background:rgb(78, 141, 58);
    }
.SelectedLoanApply__buttonMyGov{
        background:rgb(98, 176, 73);
        border:0.0625em solid rgb(98, 176, 73);
        color:white;
    }
.SelectedLoanApply__buttonMyGov:hover, .SelectedLoanApply__buttonMyGov:focus, .SelectedLoanApply__buttonMyGov:active{
        background:rgb(78, 141, 58);
        border:0.0625em solid rgb(98, 176, 73);
        color:white;
    }
.SelectedLoanApply__buttonWhiteMyGov{
        background:white;
        border:0.0625em solid rgb(98, 176, 73);
        color:rgb(98, 176, 73);
    }
.SelectedLoanApply__buttonWhiteMyGov:hover, .SelectedLoanApply__buttonWhiteMyGov:focus, .SelectedLoanApply__buttonWhiteMyGov:active{
        background:rgb(78, 141, 58);
        border:0.0625em solid rgb(98, 176, 73);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderMyGov{
      border:0.0625em solid rgb(98, 176, 73);
    }
.SelectedLoanApply__lenderBackgroundMyGov .SelectedLoanApply__headerRatioBar{
        background:rgb(98, 176, 73);
      }
.SelectedLoanApply__lenderBackgroundMyGov:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(78, 141, 58);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxMyGov{
        border:0.125em solid #62b049;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordMyGov{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordMyGov:hover{
        border-left:0.0625em solid rgb(98, 176, 73);
        border-right:0.0625em solid rgb(98, 176, 73);
        border-bottom:0.0625em solid rgb(98, 176, 73);
    }
.SelectedLoanApply__productRecordMyGov:hover .SelectedLoanApply__sortingDescriptionBorderMyGov{
            background:rgb(98, 176, 73) !important;
            color:white;
        }
.SelectedLoanApply__MyStateBankLtd, .SelectedLoanApply__contentBgMyStateBankLtd, .SelectedLoanApply__MyStateBankLtd .SelectedLoanApply__viewMoreButton{
        background:#003940 !important;
    }
.SelectedLoanApply__MyStateBankLtd:hover, .SelectedLoanApply__MyStateBankLtd .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 46, 51) !important;
    }
.SelectedLoanApply__progressBarMyStateBankLtd{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#003940;
        background:-webkit-gradient(linear,  right top, left top,  from(#003940),color-stop(50%, #003940),color-stop(51%, #003940),to(#003940));
        background:linear-gradient(to left,  #003940 0%,#003940 50%,#003940 51%,#003940 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverMyStateBankLtd{
        background:rgb(0, 46, 51);
    }
.SelectedLoanApply__buttonMyStateBankLtd{
        background:rgb(0, 57, 64);
        border:0.0625em solid rgb(0, 57, 64);
        color:white;
    }
.SelectedLoanApply__buttonMyStateBankLtd:hover, .SelectedLoanApply__buttonMyStateBankLtd:focus, .SelectedLoanApply__buttonMyStateBankLtd:active{
        background:rgb(0, 46, 51);
        border:0.0625em solid rgb(0, 57, 64);
        color:white;
    }
.SelectedLoanApply__buttonWhiteMyStateBankLtd{
        background:white;
        border:0.0625em solid rgb(0, 57, 64);
        color:rgb(0, 57, 64);
    }
.SelectedLoanApply__buttonWhiteMyStateBankLtd:hover, .SelectedLoanApply__buttonWhiteMyStateBankLtd:focus, .SelectedLoanApply__buttonWhiteMyStateBankLtd:active{
        background:rgb(0, 46, 51);
        border:0.0625em solid rgb(0, 57, 64);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderMyStateBankLtd{
      border:0.0625em solid rgb(0, 57, 64);
    }
.SelectedLoanApply__lenderBackgroundMyStateBankLtd .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 57, 64);
      }
.SelectedLoanApply__lenderBackgroundMyStateBankLtd:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 46, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxMyStateBankLtd{
        border:0.125em solid #003940;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordMyStateBankLtd{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordMyStateBankLtd:hover{
        border-left:0.0625em solid rgb(0, 57, 64);
        border-right:0.0625em solid rgb(0, 57, 64);
        border-bottom:0.0625em solid rgb(0, 57, 64);
    }
.SelectedLoanApply__productRecordMyStateBankLtd:hover .SelectedLoanApply__sortingDescriptionBorderMyStateBankLtd{
            background:rgb(0, 57, 64) !important;
            color:white;
        }
.SelectedLoanApply__NAB, .SelectedLoanApply__contentBgNAB, .SelectedLoanApply__NAB .SelectedLoanApply__viewMoreButton{
        background:#000000 !important;
    }
.SelectedLoanApply__NAB:hover, .SelectedLoanApply__NAB .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.SelectedLoanApply__progressBarNAB{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverNAB{
        background:rgb(51, 51, 51);
    }
.SelectedLoanApply__buttonNAB{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonNAB:hover, .SelectedLoanApply__buttonNAB:focus, .SelectedLoanApply__buttonNAB:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhiteNAB{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.SelectedLoanApply__buttonWhiteNAB:hover, .SelectedLoanApply__buttonWhiteNAB:focus, .SelectedLoanApply__buttonWhiteNAB:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderNAB{
      border:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__lenderBackgroundNAB .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.SelectedLoanApply__lenderBackgroundNAB:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxNAB{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordNAB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordNAB:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__productRecordNAB:hover .SelectedLoanApply__sortingDescriptionBorderNAB{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.SelectedLoanApply__NowFinance, .SelectedLoanApply__contentBgNowFinance, .SelectedLoanApply__NowFinance .SelectedLoanApply__viewMoreButton{
        background:#EC6719 !important;
    }
.SelectedLoanApply__NowFinance:hover, .SelectedLoanApply__NowFinance .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(189, 82, 20) !important;
    }
.SelectedLoanApply__progressBarNowFinance{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#EC6719;
        background:-webkit-gradient(linear,  right top, left top,  from(#EC6719),color-stop(50%, #EC6719),color-stop(51%, #EC6719),to(#EC6719));
        background:linear-gradient(to left,  #EC6719 0%,#EC6719 50%,#EC6719 51%,#EC6719 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverNowFinance{
        background:rgb(189, 82, 20);
    }
.SelectedLoanApply__buttonNowFinance{
        background:rgb(236, 103, 25);
        border:0.0625em solid rgb(236, 103, 25);
        color:white;
    }
.SelectedLoanApply__buttonNowFinance:hover, .SelectedLoanApply__buttonNowFinance:focus, .SelectedLoanApply__buttonNowFinance:active{
        background:rgb(189, 82, 20);
        border:0.0625em solid rgb(236, 103, 25);
        color:white;
    }
.SelectedLoanApply__buttonWhiteNowFinance{
        background:white;
        border:0.0625em solid rgb(236, 103, 25);
        color:rgb(236, 103, 25);
    }
.SelectedLoanApply__buttonWhiteNowFinance:hover, .SelectedLoanApply__buttonWhiteNowFinance:focus, .SelectedLoanApply__buttonWhiteNowFinance:active{
        background:rgb(189, 82, 20);
        border:0.0625em solid rgb(236, 103, 25);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderNowFinance{
      border:0.0625em solid rgb(236, 103, 25);
    }
.SelectedLoanApply__lenderBackgroundNowFinance .SelectedLoanApply__headerRatioBar{
        background:rgb(236, 103, 25);
      }
.SelectedLoanApply__lenderBackgroundNowFinance:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(189, 82, 20);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxNowFinance{
        border:0.125em solid #ec6719;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordNowFinance{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordNowFinance:hover{
        border-left:0.0625em solid rgb(236, 103, 25);
        border-right:0.0625em solid rgb(236, 103, 25);
        border-bottom:0.0625em solid rgb(236, 103, 25);
    }
.SelectedLoanApply__productRecordNowFinance:hover .SelectedLoanApply__sortingDescriptionBorderNowFinance{
            background:rgb(236, 103, 25) !important;
            color:white;
        }
.SelectedLoanApply__NWCFinace, .SelectedLoanApply__contentBgNWCFinace, .SelectedLoanApply__NWCFinace .SelectedLoanApply__viewMoreButton{
        background:#000000 !important;
    }
.SelectedLoanApply__NWCFinace:hover, .SelectedLoanApply__NWCFinace .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.SelectedLoanApply__progressBarNWCFinace{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverNWCFinace{
        background:rgb(51, 51, 51);
    }
.SelectedLoanApply__buttonNWCFinace{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonNWCFinace:hover, .SelectedLoanApply__buttonNWCFinace:focus, .SelectedLoanApply__buttonNWCFinace:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhiteNWCFinace{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.SelectedLoanApply__buttonWhiteNWCFinace:hover, .SelectedLoanApply__buttonWhiteNWCFinace:focus, .SelectedLoanApply__buttonWhiteNWCFinace:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderNWCFinace{
      border:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__lenderBackgroundNWCFinace .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.SelectedLoanApply__lenderBackgroundNWCFinace:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxNWCFinace{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordNWCFinace{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordNWCFinace:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__productRecordNWCFinace:hover .SelectedLoanApply__sortingDescriptionBorderNWCFinace{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.SelectedLoanApply__pnb, .SelectedLoanApply__contentBgpnb, .SelectedLoanApply__pnb .SelectedLoanApply__viewMoreButton{
        background:#E2231A !important;
    }
.SelectedLoanApply__pnb:hover, .SelectedLoanApply__pnb .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(181, 28, 21) !important;
    }
.SelectedLoanApply__progressBarpnb{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#E2231A;
        background:-webkit-gradient(linear,  right top, left top,  from(#E2231A),color-stop(50%, #E2231A),color-stop(51%, #E2231A),to(#E2231A));
        background:linear-gradient(to left,  #E2231A 0%,#E2231A 50%,#E2231A 51%,#E2231A 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverpnb{
        background:rgb(181, 28, 21);
    }
.SelectedLoanApply__buttonpnb{
        background:rgb(226, 35, 26);
        border:0.0625em solid rgb(226, 35, 26);
        color:white;
    }
.SelectedLoanApply__buttonpnb:hover, .SelectedLoanApply__buttonpnb:focus, .SelectedLoanApply__buttonpnb:active{
        background:rgb(181, 28, 21);
        border:0.0625em solid rgb(226, 35, 26);
        color:white;
    }
.SelectedLoanApply__buttonWhitepnb{
        background:white;
        border:0.0625em solid rgb(226, 35, 26);
        color:rgb(226, 35, 26);
    }
.SelectedLoanApply__buttonWhitepnb:hover, .SelectedLoanApply__buttonWhitepnb:focus, .SelectedLoanApply__buttonWhitepnb:active{
        background:rgb(181, 28, 21);
        border:0.0625em solid rgb(226, 35, 26);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderpnb{
      border:0.0625em solid rgb(226, 35, 26);
    }
.SelectedLoanApply__lenderBackgroundpnb .SelectedLoanApply__headerRatioBar{
        background:rgb(226, 35, 26);
      }
.SelectedLoanApply__lenderBackgroundpnb:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(181, 28, 21);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxpnb{
        border:0.125em solid #e2231a;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordpnb{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordpnb:hover{
        border-left:0.0625em solid rgb(226, 35, 26);
        border-right:0.0625em solid rgb(226, 35, 26);
        border-bottom:0.0625em solid rgb(226, 35, 26);
    }
.SelectedLoanApply__productRecordpnb:hover .SelectedLoanApply__sortingDescriptionBorderpnb{
            background:rgb(226, 35, 26) !important;
            color:white;
        }
.SelectedLoanApply__ParamountMortgage, .SelectedLoanApply__contentBgParamountMortgage, .SelectedLoanApply__ParamountMortgage .SelectedLoanApply__viewMoreButton{
        background:#00A1E4 !important;
    }
.SelectedLoanApply__ParamountMortgage:hover, .SelectedLoanApply__ParamountMortgage .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 129, 182) !important;
    }
.SelectedLoanApply__progressBarParamountMortgage{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#00A1E4;
        background:-webkit-gradient(linear,  right top, left top,  from(#00A1E4),color-stop(50%, #00A1E4),color-stop(51%, #00A1E4),to(#00A1E4));
        background:linear-gradient(to left,  #00A1E4 0%,#00A1E4 50%,#00A1E4 51%,#00A1E4 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverParamountMortgage{
        background:rgb(0, 129, 182);
    }
.SelectedLoanApply__buttonParamountMortgage{
        background:rgb(0, 161, 228);
        border:0.0625em solid rgb(0, 161, 228);
        color:white;
    }
.SelectedLoanApply__buttonParamountMortgage:hover, .SelectedLoanApply__buttonParamountMortgage:focus, .SelectedLoanApply__buttonParamountMortgage:active{
        background:rgb(0, 129, 182);
        border:0.0625em solid rgb(0, 161, 228);
        color:white;
    }
.SelectedLoanApply__buttonWhiteParamountMortgage{
        background:white;
        border:0.0625em solid rgb(0, 161, 228);
        color:rgb(0, 161, 228);
    }
.SelectedLoanApply__buttonWhiteParamountMortgage:hover, .SelectedLoanApply__buttonWhiteParamountMortgage:focus, .SelectedLoanApply__buttonWhiteParamountMortgage:active{
        background:rgb(0, 129, 182);
        border:0.0625em solid rgb(0, 161, 228);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderParamountMortgage{
      border:0.0625em solid rgb(0, 161, 228);
    }
.SelectedLoanApply__lenderBackgroundParamountMortgage .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 161, 228);
      }
.SelectedLoanApply__lenderBackgroundParamountMortgage:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 129, 182);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxParamountMortgage{
        border:0.125em solid #00a1e4;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordParamountMortgage{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordParamountMortgage:hover{
        border-left:0.0625em solid rgb(0, 161, 228);
        border-right:0.0625em solid rgb(0, 161, 228);
        border-bottom:0.0625em solid rgb(0, 161, 228);
    }
.SelectedLoanApply__productRecordParamountMortgage:hover .SelectedLoanApply__sortingDescriptionBorderParamountMortgage{
            background:rgb(0, 161, 228) !important;
            color:white;
        }
.SelectedLoanApply__PeoplesChoice, .SelectedLoanApply__contentBgPeoplesChoice, .SelectedLoanApply__PeoplesChoice .SelectedLoanApply__viewMoreButton{
        background:#F71E0A !important;
    }
.SelectedLoanApply__PeoplesChoice:hover, .SelectedLoanApply__PeoplesChoice .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(198, 24, 8) !important;
    }
.SelectedLoanApply__progressBarPeoplesChoice{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#F71E0A;
        background:-webkit-gradient(linear,  right top, left top,  from(#F71E0A),color-stop(50%, #F71E0A),color-stop(51%, #F71E0A),to(#F71E0A));
        background:linear-gradient(to left,  #F71E0A 0%,#F71E0A 50%,#F71E0A 51%,#F71E0A 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverPeoplesChoice{
        background:rgb(198, 24, 8);
    }
.SelectedLoanApply__buttonPeoplesChoice{
        background:rgb(247, 30, 10);
        border:0.0625em solid rgb(247, 30, 10);
        color:white;
    }
.SelectedLoanApply__buttonPeoplesChoice:hover, .SelectedLoanApply__buttonPeoplesChoice:focus, .SelectedLoanApply__buttonPeoplesChoice:active{
        background:rgb(198, 24, 8);
        border:0.0625em solid rgb(247, 30, 10);
        color:white;
    }
.SelectedLoanApply__buttonWhitePeoplesChoice{
        background:white;
        border:0.0625em solid rgb(247, 30, 10);
        color:rgb(247, 30, 10);
    }
.SelectedLoanApply__buttonWhitePeoplesChoice:hover, .SelectedLoanApply__buttonWhitePeoplesChoice:focus, .SelectedLoanApply__buttonWhitePeoplesChoice:active{
        background:rgb(198, 24, 8);
        border:0.0625em solid rgb(247, 30, 10);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderPeoplesChoice{
      border:0.0625em solid rgb(247, 30, 10);
    }
.SelectedLoanApply__lenderBackgroundPeoplesChoice .SelectedLoanApply__headerRatioBar{
        background:rgb(247, 30, 10);
      }
.SelectedLoanApply__lenderBackgroundPeoplesChoice:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(198, 24, 8);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxPeoplesChoice{
        border:0.125em solid #f71e0a;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordPeoplesChoice{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordPeoplesChoice:hover{
        border-left:0.0625em solid rgb(247, 30, 10);
        border-right:0.0625em solid rgb(247, 30, 10);
        border-bottom:0.0625em solid rgb(247, 30, 10);
    }
.SelectedLoanApply__productRecordPeoplesChoice:hover .SelectedLoanApply__sortingDescriptionBorderPeoplesChoice{
            background:rgb(247, 30, 10) !important;
            color:white;
        }
.SelectedLoanApply__PepperMoney, .SelectedLoanApply__contentBgPepperMoney, .SelectedLoanApply__PepperMoney .SelectedLoanApply__viewMoreButton{
        background:#E3001A !important;
    }
.SelectedLoanApply__PepperMoney:hover, .SelectedLoanApply__PepperMoney .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(182, 0, 21) !important;
    }
.SelectedLoanApply__progressBarPepperMoney{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#E3001A;
        background:-webkit-gradient(linear,  right top, left top,  from(#E3001A),color-stop(50%, #E3001A),color-stop(51%, #E3001A),to(#E3001A));
        background:linear-gradient(to left,  #E3001A 0%,#E3001A 50%,#E3001A 51%,#E3001A 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverPepperMoney{
        background:rgb(182, 0, 21);
    }
.SelectedLoanApply__buttonPepperMoney{
        background:rgb(227, 0, 26);
        border:0.0625em solid rgb(227, 0, 26);
        color:white;
    }
.SelectedLoanApply__buttonPepperMoney:hover, .SelectedLoanApply__buttonPepperMoney:focus, .SelectedLoanApply__buttonPepperMoney:active{
        background:rgb(182, 0, 21);
        border:0.0625em solid rgb(227, 0, 26);
        color:white;
    }
.SelectedLoanApply__buttonWhitePepperMoney{
        background:white;
        border:0.0625em solid rgb(227, 0, 26);
        color:rgb(227, 0, 26);
    }
.SelectedLoanApply__buttonWhitePepperMoney:hover, .SelectedLoanApply__buttonWhitePepperMoney:focus, .SelectedLoanApply__buttonWhitePepperMoney:active{
        background:rgb(182, 0, 21);
        border:0.0625em solid rgb(227, 0, 26);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderPepperMoney{
      border:0.0625em solid rgb(227, 0, 26);
    }
.SelectedLoanApply__lenderBackgroundPepperMoney .SelectedLoanApply__headerRatioBar{
        background:rgb(227, 0, 26);
      }
.SelectedLoanApply__lenderBackgroundPepperMoney:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(182, 0, 21);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxPepperMoney{
        border:0.125em solid #e3001a;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordPepperMoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordPepperMoney:hover{
        border-left:0.0625em solid rgb(227, 0, 26);
        border-right:0.0625em solid rgb(227, 0, 26);
        border-bottom:0.0625em solid rgb(227, 0, 26);
    }
.SelectedLoanApply__productRecordPepperMoney:hover .SelectedLoanApply__sortingDescriptionBorderPepperMoney{
            background:rgb(227, 0, 26) !important;
            color:white;
        }
.SelectedLoanApply__Pioneer, .SelectedLoanApply__contentBgPioneer, .SelectedLoanApply__Pioneer .SelectedLoanApply__viewMoreButton{
        background:#F16823 !important;
    }
.SelectedLoanApply__Pioneer:hover, .SelectedLoanApply__Pioneer .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(193, 83, 28) !important;
    }
.SelectedLoanApply__progressBarPioneer{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#F16823;
        background:-webkit-gradient(linear,  right top, left top,  from(#F16823),color-stop(50%, #F16823),color-stop(51%, #F16823),to(#F16823));
        background:linear-gradient(to left,  #F16823 0%,#F16823 50%,#F16823 51%,#F16823 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverPioneer{
        background:rgb(193, 83, 28);
    }
.SelectedLoanApply__buttonPioneer{
        background:rgb(241, 104, 35);
        border:0.0625em solid rgb(241, 104, 35);
        color:white;
    }
.SelectedLoanApply__buttonPioneer:hover, .SelectedLoanApply__buttonPioneer:focus, .SelectedLoanApply__buttonPioneer:active{
        background:rgb(193, 83, 28);
        border:0.0625em solid rgb(241, 104, 35);
        color:white;
    }
.SelectedLoanApply__buttonWhitePioneer{
        background:white;
        border:0.0625em solid rgb(241, 104, 35);
        color:rgb(241, 104, 35);
    }
.SelectedLoanApply__buttonWhitePioneer:hover, .SelectedLoanApply__buttonWhitePioneer:focus, .SelectedLoanApply__buttonWhitePioneer:active{
        background:rgb(193, 83, 28);
        border:0.0625em solid rgb(241, 104, 35);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderPioneer{
      border:0.0625em solid rgb(241, 104, 35);
    }
.SelectedLoanApply__lenderBackgroundPioneer .SelectedLoanApply__headerRatioBar{
        background:rgb(241, 104, 35);
      }
.SelectedLoanApply__lenderBackgroundPioneer:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(193, 83, 28);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxPioneer{
        border:0.125em solid #f16823;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordPioneer{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordPioneer:hover{
        border-left:0.0625em solid rgb(241, 104, 35);
        border-right:0.0625em solid rgb(241, 104, 35);
        border-bottom:0.0625em solid rgb(241, 104, 35);
    }
.SelectedLoanApply__productRecordPioneer:hover .SelectedLoanApply__sortingDescriptionBorderPioneer{
            background:rgb(241, 104, 35) !important;
            color:white;
        }
.SelectedLoanApply__RAMS, .SelectedLoanApply__contentBgRAMS, .SelectedLoanApply__RAMS .SelectedLoanApply__viewMoreButton{
        background:#035482 !important;
    }
.SelectedLoanApply__RAMS:hover, .SelectedLoanApply__RAMS .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(2, 67, 104) !important;
    }
.SelectedLoanApply__progressBarRAMS{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#035482;
        background:-webkit-gradient(linear,  right top, left top,  from(#035482),color-stop(50%, #035482),color-stop(51%, #035482),to(#035482));
        background:linear-gradient(to left,  #035482 0%,#035482 50%,#035482 51%,#035482 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverRAMS{
        background:rgb(2, 67, 104);
    }
.SelectedLoanApply__buttonRAMS{
        background:rgb(3, 84, 130);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.SelectedLoanApply__buttonRAMS:hover, .SelectedLoanApply__buttonRAMS:focus, .SelectedLoanApply__buttonRAMS:active{
        background:rgb(2, 67, 104);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.SelectedLoanApply__buttonWhiteRAMS{
        background:white;
        border:0.0625em solid rgb(3, 84, 130);
        color:rgb(3, 84, 130);
    }
.SelectedLoanApply__buttonWhiteRAMS:hover, .SelectedLoanApply__buttonWhiteRAMS:focus, .SelectedLoanApply__buttonWhiteRAMS:active{
        background:rgb(2, 67, 104);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderRAMS{
      border:0.0625em solid rgb(3, 84, 130);
    }
.SelectedLoanApply__lenderBackgroundRAMS .SelectedLoanApply__headerRatioBar{
        background:rgb(3, 84, 130);
      }
.SelectedLoanApply__lenderBackgroundRAMS:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(2, 67, 104);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxRAMS{
        border:0.125em solid #035482;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordRAMS{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordRAMS:hover{
        border-left:0.0625em solid rgb(3, 84, 130);
        border-right:0.0625em solid rgb(3, 84, 130);
        border-bottom:0.0625em solid rgb(3, 84, 130);
    }
.SelectedLoanApply__productRecordRAMS:hover .SelectedLoanApply__sortingDescriptionBorderRAMS{
            background:rgb(3, 84, 130) !important;
            color:white;
        }
.SelectedLoanApply__Resimac, .SelectedLoanApply__contentBgResimac, .SelectedLoanApply__Resimac .SelectedLoanApply__viewMoreButton{
        background:#B61826 !important;
    }
.SelectedLoanApply__Resimac:hover, .SelectedLoanApply__Resimac .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(197, 70, 81) !important;
    }
.SelectedLoanApply__progressBarResimac{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#B61826;
        background:-webkit-gradient(linear,  right top, left top,  from(#B61826),color-stop(50%, #B61826),color-stop(51%, #B61826),to(#B61826));
        background:linear-gradient(to left,  #B61826 0%,#B61826 50%,#B61826 51%,#B61826 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverResimac{
        background:rgb(197, 70, 81);
    }
.SelectedLoanApply__buttonResimac{
        background:rgb(182, 24, 38);
        border:0.0625em solid rgb(182, 24, 38);
        color:white;
    }
.SelectedLoanApply__buttonResimac:hover, .SelectedLoanApply__buttonResimac:focus, .SelectedLoanApply__buttonResimac:active{
        background:rgb(197, 70, 81);
        border:0.0625em solid rgb(182, 24, 38);
        color:white;
    }
.SelectedLoanApply__buttonWhiteResimac{
        background:white;
        border:0.0625em solid rgb(182, 24, 38);
        color:rgb(182, 24, 38);
    }
.SelectedLoanApply__buttonWhiteResimac:hover, .SelectedLoanApply__buttonWhiteResimac:focus, .SelectedLoanApply__buttonWhiteResimac:active{
        background:rgb(197, 70, 81);
        border:0.0625em solid rgb(182, 24, 38);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderResimac{
      border:0.0625em solid rgb(182, 24, 38);
    }
.SelectedLoanApply__lenderBackgroundResimac .SelectedLoanApply__headerRatioBar{
        background:rgb(182, 24, 38);
      }
.SelectedLoanApply__lenderBackgroundResimac:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(197, 70, 81);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxResimac{
        border:0.125em solid #b61826;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordResimac{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordResimac:hover{
        border-left:0.0625em solid rgb(182, 24, 38);
        border-right:0.0625em solid rgb(182, 24, 38);
        border-bottom:0.0625em solid rgb(182, 24, 38);
    }
.SelectedLoanApply__productRecordResimac:hover .SelectedLoanApply__sortingDescriptionBorderResimac{
            background:rgb(182, 24, 38) !important;
            color:white;
        }
.SelectedLoanApply__SBSBank, .SelectedLoanApply__contentBgSBSBank, .SelectedLoanApply__SBSBank .SelectedLoanApply__viewMoreButton{
        background:#F34F2D !important;
    }
.SelectedLoanApply__SBSBank:hover, .SelectedLoanApply__SBSBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(194, 63, 36) !important;
    }
.SelectedLoanApply__progressBarSBSBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#F34F2D;
        background:-webkit-gradient(linear,  right top, left top,  from(#F34F2D),color-stop(50%, #F34F2D),color-stop(51%, #F34F2D),to(#F34F2D));
        background:linear-gradient(to left,  #F34F2D 0%,#F34F2D 50%,#F34F2D 51%,#F34F2D 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverSBSBank{
        background:rgb(194, 63, 36);
    }
.SelectedLoanApply__buttonSBSBank{
        background:rgb(243, 79, 45);
        border:0.0625em solid rgb(243, 79, 45);
        color:white;
    }
.SelectedLoanApply__buttonSBSBank:hover, .SelectedLoanApply__buttonSBSBank:focus, .SelectedLoanApply__buttonSBSBank:active{
        background:rgb(194, 63, 36);
        border:0.0625em solid rgb(243, 79, 45);
        color:white;
    }
.SelectedLoanApply__buttonWhiteSBSBank{
        background:white;
        border:0.0625em solid rgb(243, 79, 45);
        color:rgb(243, 79, 45);
    }
.SelectedLoanApply__buttonWhiteSBSBank:hover, .SelectedLoanApply__buttonWhiteSBSBank:focus, .SelectedLoanApply__buttonWhiteSBSBank:active{
        background:rgb(194, 63, 36);
        border:0.0625em solid rgb(243, 79, 45);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderSBSBank{
      border:0.0625em solid rgb(243, 79, 45);
    }
.SelectedLoanApply__lenderBackgroundSBSBank .SelectedLoanApply__headerRatioBar{
        background:rgb(243, 79, 45);
      }
.SelectedLoanApply__lenderBackgroundSBSBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(194, 63, 36);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxSBSBank{
        border:0.125em solid #f34f2d;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordSBSBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordSBSBank:hover{
        border-left:0.0625em solid rgb(243, 79, 45);
        border-right:0.0625em solid rgb(243, 79, 45);
        border-bottom:0.0625em solid rgb(243, 79, 45);
    }
.SelectedLoanApply__productRecordSBSBank:hover .SelectedLoanApply__sortingDescriptionBorderSBSBank{
            background:rgb(243, 79, 45) !important;
            color:white;
        }
.SelectedLoanApply__Select, .SelectedLoanApply__contentBgSelect, .SelectedLoanApply__Select .SelectedLoanApply__viewMoreButton{
        background:#000000 !important;
    }
.SelectedLoanApply__Select:hover, .SelectedLoanApply__Select .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 0, 0) !important;
    }
.SelectedLoanApply__progressBarSelect{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverSelect{
        background:rgb(0, 0, 0);
    }
.SelectedLoanApply__buttonSelect{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonSelect:hover, .SelectedLoanApply__buttonSelect:focus, .SelectedLoanApply__buttonSelect:active{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhiteSelect{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.SelectedLoanApply__buttonWhiteSelect:hover, .SelectedLoanApply__buttonWhiteSelect:focus, .SelectedLoanApply__buttonWhiteSelect:active{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderSelect{
      border:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__lenderBackgroundSelect .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.SelectedLoanApply__lenderBackgroundSelect:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 0, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxSelect{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordSelect{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordSelect:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__productRecordSelect:hover .SelectedLoanApply__sortingDescriptionBorderSelect{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.SelectedLoanApply__SouthernCross, .SelectedLoanApply__contentBgSouthernCross, .SelectedLoanApply__SouthernCross .SelectedLoanApply__viewMoreButton{
        background:#003779 !important;
    }
.SelectedLoanApply__SouthernCross:hover, .SelectedLoanApply__SouthernCross .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 44, 97) !important;
    }
.SelectedLoanApply__progressBarSouthernCross{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#003779;
        background:-webkit-gradient(linear,  right top, left top,  from(#003779),color-stop(50%, #003779),color-stop(51%, #003779),to(#003779));
        background:linear-gradient(to left,  #003779 0%,#003779 50%,#003779 51%,#003779 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverSouthernCross{
        background:rgb(0, 44, 97);
    }
.SelectedLoanApply__buttonSouthernCross{
        background:rgb(0, 55, 121);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.SelectedLoanApply__buttonSouthernCross:hover, .SelectedLoanApply__buttonSouthernCross:focus, .SelectedLoanApply__buttonSouthernCross:active{
        background:rgb(0, 44, 97);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.SelectedLoanApply__buttonWhiteSouthernCross{
        background:white;
        border:0.0625em solid rgb(0, 55, 121);
        color:rgb(0, 55, 121);
    }
.SelectedLoanApply__buttonWhiteSouthernCross:hover, .SelectedLoanApply__buttonWhiteSouthernCross:focus, .SelectedLoanApply__buttonWhiteSouthernCross:active{
        background:rgb(0, 44, 97);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderSouthernCross{
      border:0.0625em solid rgb(0, 55, 121);
    }
.SelectedLoanApply__lenderBackgroundSouthernCross .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 55, 121);
      }
.SelectedLoanApply__lenderBackgroundSouthernCross:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 44, 97);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxSouthernCross{
        border:0.125em solid #003779;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordSouthernCross{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordSouthernCross:hover{
        border-left:0.0625em solid rgb(0, 55, 121);
        border-right:0.0625em solid rgb(0, 55, 121);
        border-bottom:0.0625em solid rgb(0, 55, 121);
    }
.SelectedLoanApply__productRecordSouthernCross:hover .SelectedLoanApply__sortingDescriptionBorderSouthernCross{
            background:rgb(0, 55, 121) !important;
            color:white;
        }
.SelectedLoanApply__SouthernCrossCU, .SelectedLoanApply__contentBgSouthernCrossCU, .SelectedLoanApply__SouthernCrossCU .SelectedLoanApply__viewMoreButton{
        background:#07397f !important;
    }
.SelectedLoanApply__SouthernCrossCU:hover, .SelectedLoanApply__SouthernCrossCU .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(7, 57, 127) !important;
    }
.SelectedLoanApply__progressBarSouthernCrossCU{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#07397f;
        background:-webkit-gradient(linear,  right top, left top,  from(#07397f),color-stop(50%, #07397f),color-stop(51%, #07397f),to(#07397f));
        background:linear-gradient(to left,  #07397f 0%,#07397f 50%,#07397f 51%,#07397f 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverSouthernCrossCU{
        background:rgb(7, 57, 127);
    }
.SelectedLoanApply__buttonSouthernCrossCU{
        background:rgb(7, 57, 127);
        border:0.0625em solid rgb(7, 57, 127);
        color:white;
    }
.SelectedLoanApply__buttonSouthernCrossCU:hover, .SelectedLoanApply__buttonSouthernCrossCU:focus, .SelectedLoanApply__buttonSouthernCrossCU:active{
        background:rgb(7, 57, 127);
        border:0.0625em solid rgb(7, 57, 127);
        color:white;
    }
.SelectedLoanApply__buttonWhiteSouthernCrossCU{
        background:white;
        border:0.0625em solid rgb(7, 57, 127);
        color:rgb(7, 57, 127);
    }
.SelectedLoanApply__buttonWhiteSouthernCrossCU:hover, .SelectedLoanApply__buttonWhiteSouthernCrossCU:focus, .SelectedLoanApply__buttonWhiteSouthernCrossCU:active{
        background:rgb(7, 57, 127);
        border:0.0625em solid rgb(7, 57, 127);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderSouthernCrossCU{
      border:0.0625em solid rgb(7, 57, 127);
    }
.SelectedLoanApply__lenderBackgroundSouthernCrossCU .SelectedLoanApply__headerRatioBar{
        background:rgb(7, 57, 127);
      }
.SelectedLoanApply__lenderBackgroundSouthernCrossCU:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(7, 57, 127);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxSouthernCrossCU{
        border:0.125em solid #07397f;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordSouthernCrossCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordSouthernCrossCU:hover{
        border-left:0.0625em solid rgb(7, 57, 127);
        border-right:0.0625em solid rgb(7, 57, 127);
        border-bottom:0.0625em solid rgb(7, 57, 127);
    }
.SelectedLoanApply__productRecordSouthernCrossCU:hover .SelectedLoanApply__sortingDescriptionBorderSouthernCrossCU{
            background:rgb(7, 57, 127) !important;
            color:white;
        }
.SelectedLoanApply__Sovereign, .SelectedLoanApply__contentBgSovereign, .SelectedLoanApply__Sovereign .SelectedLoanApply__viewMoreButton{
        background:#6CCACD !important;
    }
.SelectedLoanApply__Sovereign:hover, .SelectedLoanApply__Sovereign .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(108, 202, 205) !important;
    }
.SelectedLoanApply__progressBarSovereign{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#6CCACD;
        background:-webkit-gradient(linear,  right top, left top,  from(#6CCACD),color-stop(50%, #6CCACD),color-stop(51%, #6CCACD),to(#6CCACD));
        background:linear-gradient(to left,  #6CCACD 0%,#6CCACD 50%,#6CCACD 51%,#6CCACD 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverSovereign{
        background:rgb(108, 202, 205);
    }
.SelectedLoanApply__buttonSovereign{
        background:rgb(108, 202, 205);
        border:0.0625em solid rgb(108, 202, 205);
        color:white;
    }
.SelectedLoanApply__buttonSovereign:hover, .SelectedLoanApply__buttonSovereign:focus, .SelectedLoanApply__buttonSovereign:active{
        background:rgb(108, 202, 205);
        border:0.0625em solid rgb(108, 202, 205);
        color:white;
    }
.SelectedLoanApply__buttonWhiteSovereign{
        background:white;
        border:0.0625em solid rgb(108, 202, 205);
        color:rgb(108, 202, 205);
    }
.SelectedLoanApply__buttonWhiteSovereign:hover, .SelectedLoanApply__buttonWhiteSovereign:focus, .SelectedLoanApply__buttonWhiteSovereign:active{
        background:rgb(108, 202, 205);
        border:0.0625em solid rgb(108, 202, 205);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderSovereign{
      border:0.0625em solid rgb(108, 202, 205);
    }
.SelectedLoanApply__lenderBackgroundSovereign .SelectedLoanApply__headerRatioBar{
        background:rgb(108, 202, 205);
      }
.SelectedLoanApply__lenderBackgroundSovereign:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(108, 202, 205);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxSovereign{
        border:0.125em solid #6ccacd;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordSovereign{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordSovereign:hover{
        border-left:0.0625em solid rgb(108, 202, 205);
        border-right:0.0625em solid rgb(108, 202, 205);
        border-bottom:0.0625em solid rgb(108, 202, 205);
    }
.SelectedLoanApply__productRecordSovereign:hover .SelectedLoanApply__sortingDescriptionBorderSovereign{
            background:rgb(108, 202, 205) !important;
            color:white;
        }
.SelectedLoanApply__StGeorge, .SelectedLoanApply__contentBgStGeorge, .SelectedLoanApply__StGeorge .SelectedLoanApply__viewMoreButton{
        background:#1F7933 !important;
    }
.SelectedLoanApply__StGeorge:hover, .SelectedLoanApply__StGeorge .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(25, 97, 41) !important;
    }
.SelectedLoanApply__progressBarStGeorge{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#1F7933;
        background:-webkit-gradient(linear,  right top, left top,  from(#1F7933),color-stop(50%, #1F7933),color-stop(51%, #1F7933),to(#1F7933));
        background:linear-gradient(to left,  #1F7933 0%,#1F7933 50%,#1F7933 51%,#1F7933 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverStGeorge{
        background:rgb(25, 97, 41);
    }
.SelectedLoanApply__buttonStGeorge{
        background:rgb(31, 121, 51);
        border:0.0625em solid rgb(31, 121, 51);
        color:white;
    }
.SelectedLoanApply__buttonStGeorge:hover, .SelectedLoanApply__buttonStGeorge:focus, .SelectedLoanApply__buttonStGeorge:active{
        background:rgb(25, 97, 41);
        border:0.0625em solid rgb(31, 121, 51);
        color:white;
    }
.SelectedLoanApply__buttonWhiteStGeorge{
        background:white;
        border:0.0625em solid rgb(31, 121, 51);
        color:rgb(31, 121, 51);
    }
.SelectedLoanApply__buttonWhiteStGeorge:hover, .SelectedLoanApply__buttonWhiteStGeorge:focus, .SelectedLoanApply__buttonWhiteStGeorge:active{
        background:rgb(25, 97, 41);
        border:0.0625em solid rgb(31, 121, 51);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderStGeorge{
      border:0.0625em solid rgb(31, 121, 51);
    }
.SelectedLoanApply__lenderBackgroundStGeorge .SelectedLoanApply__headerRatioBar{
        background:rgb(31, 121, 51);
      }
.SelectedLoanApply__lenderBackgroundStGeorge:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(25, 97, 41);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxStGeorge{
        border:0.125em solid #1f7933;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordStGeorge{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordStGeorge:hover{
        border-left:0.0625em solid rgb(31, 121, 51);
        border-right:0.0625em solid rgb(31, 121, 51);
        border-bottom:0.0625em solid rgb(31, 121, 51);
    }
.SelectedLoanApply__productRecordStGeorge:hover .SelectedLoanApply__sortingDescriptionBorderStGeorge{
            background:rgb(31, 121, 51) !important;
            color:white;
        }
.SelectedLoanApply__SuncorpBank, .SelectedLoanApply__contentBgSuncorpBank, .SelectedLoanApply__SuncorpBank .SelectedLoanApply__viewMoreButton{
        background:#006F66 !important;
    }
.SelectedLoanApply__SuncorpBank:hover, .SelectedLoanApply__SuncorpBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 89, 82) !important;
    }
.SelectedLoanApply__progressBarSuncorpBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#006F66;
        background:-webkit-gradient(linear,  right top, left top,  from(#006F66),color-stop(50%, #006F66),color-stop(51%, #006F66),to(#006F66));
        background:linear-gradient(to left,  #006F66 0%,#006F66 50%,#006F66 51%,#006F66 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverSuncorpBank{
        background:rgb(0, 89, 82);
    }
.SelectedLoanApply__buttonSuncorpBank{
        background:rgb(0, 111, 102);
        border:0.0625em solid rgb(0, 111, 102);
        color:white;
    }
.SelectedLoanApply__buttonSuncorpBank:hover, .SelectedLoanApply__buttonSuncorpBank:focus, .SelectedLoanApply__buttonSuncorpBank:active{
        background:rgb(0, 89, 82);
        border:0.0625em solid rgb(0, 111, 102);
        color:white;
    }
.SelectedLoanApply__buttonWhiteSuncorpBank{
        background:white;
        border:0.0625em solid rgb(0, 111, 102);
        color:rgb(0, 111, 102);
    }
.SelectedLoanApply__buttonWhiteSuncorpBank:hover, .SelectedLoanApply__buttonWhiteSuncorpBank:focus, .SelectedLoanApply__buttonWhiteSuncorpBank:active{
        background:rgb(0, 89, 82);
        border:0.0625em solid rgb(0, 111, 102);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderSuncorpBank{
      border:0.0625em solid rgb(0, 111, 102);
    }
.SelectedLoanApply__lenderBackgroundSuncorpBank .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 111, 102);
      }
.SelectedLoanApply__lenderBackgroundSuncorpBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 89, 82);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxSuncorpBank{
        border:0.125em solid #006f66;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordSuncorpBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordSuncorpBank:hover{
        border-left:0.0625em solid rgb(0, 111, 102);
        border-right:0.0625em solid rgb(0, 111, 102);
        border-bottom:0.0625em solid rgb(0, 111, 102);
    }
.SelectedLoanApply__productRecordSuncorpBank:hover .SelectedLoanApply__sortingDescriptionBorderSuncorpBank{
            background:rgb(0, 111, 102) !important;
            color:white;
        }
.SelectedLoanApply__TheCooperativeBank, .SelectedLoanApply__contentBgTheCooperativeBank, .SelectedLoanApply__TheCooperativeBank .SelectedLoanApply__viewMoreButton{
        background:#249B3E !important;
    }
.SelectedLoanApply__TheCooperativeBank:hover, .SelectedLoanApply__TheCooperativeBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(29, 124, 50) !important;
    }
.SelectedLoanApply__progressBarTheCooperativeBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#249B3E;
        background:-webkit-gradient(linear,  right top, left top,  from(#249B3E),color-stop(50%, #249B3E),color-stop(51%, #249B3E),to(#249B3E));
        background:linear-gradient(to left,  #249B3E 0%,#249B3E 50%,#249B3E 51%,#249B3E 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverTheCooperativeBank{
        background:rgb(29, 124, 50);
    }
.SelectedLoanApply__buttonTheCooperativeBank{
        background:rgb(36, 155, 62);
        border:0.0625em solid rgb(36, 155, 62);
        color:white;
    }
.SelectedLoanApply__buttonTheCooperativeBank:hover, .SelectedLoanApply__buttonTheCooperativeBank:focus, .SelectedLoanApply__buttonTheCooperativeBank:active{
        background:rgb(29, 124, 50);
        border:0.0625em solid rgb(36, 155, 62);
        color:white;
    }
.SelectedLoanApply__buttonWhiteTheCooperativeBank{
        background:white;
        border:0.0625em solid rgb(36, 155, 62);
        color:rgb(36, 155, 62);
    }
.SelectedLoanApply__buttonWhiteTheCooperativeBank:hover, .SelectedLoanApply__buttonWhiteTheCooperativeBank:focus, .SelectedLoanApply__buttonWhiteTheCooperativeBank:active{
        background:rgb(29, 124, 50);
        border:0.0625em solid rgb(36, 155, 62);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderTheCooperativeBank{
      border:0.0625em solid rgb(36, 155, 62);
    }
.SelectedLoanApply__lenderBackgroundTheCooperativeBank .SelectedLoanApply__headerRatioBar{
        background:rgb(36, 155, 62);
      }
.SelectedLoanApply__lenderBackgroundTheCooperativeBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(29, 124, 50);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxTheCooperativeBank{
        border:0.125em solid #249b3e;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordTheCooperativeBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordTheCooperativeBank:hover{
        border-left:0.0625em solid rgb(36, 155, 62);
        border-right:0.0625em solid rgb(36, 155, 62);
        border-bottom:0.0625em solid rgb(36, 155, 62);
    }
.SelectedLoanApply__productRecordTheCooperativeBank:hover .SelectedLoanApply__sortingDescriptionBorderTheCooperativeBank{
            background:rgb(36, 155, 62) !important;
            color:white;
        }
.SelectedLoanApply__TheMac, .SelectedLoanApply__contentBgTheMac, .SelectedLoanApply__TheMac .SelectedLoanApply__viewMoreButton{
        background:#f15c22 !important;
    }
.SelectedLoanApply__TheMac:hover, .SelectedLoanApply__TheMac .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(193, 74, 27) !important;
    }
.SelectedLoanApply__progressBarTheMac{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#f15c22;
        background:-webkit-gradient(linear,  right top, left top,  from(#f15c22),color-stop(50%, #f15c22),color-stop(51%, #f15c22),to(#f15c22));
        background:linear-gradient(to left,  #f15c22 0%,#f15c22 50%,#f15c22 51%,#f15c22 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverTheMac{
        background:rgb(193, 74, 27);
    }
.SelectedLoanApply__buttonTheMac{
        background:rgb(241, 92, 34);
        border:0.0625em solid rgb(241, 92, 34);
        color:white;
    }
.SelectedLoanApply__buttonTheMac:hover, .SelectedLoanApply__buttonTheMac:focus, .SelectedLoanApply__buttonTheMac:active{
        background:rgb(193, 74, 27);
        border:0.0625em solid rgb(241, 92, 34);
        color:white;
    }
.SelectedLoanApply__buttonWhiteTheMac{
        background:white;
        border:0.0625em solid rgb(241, 92, 34);
        color:rgb(241, 92, 34);
    }
.SelectedLoanApply__buttonWhiteTheMac:hover, .SelectedLoanApply__buttonWhiteTheMac:focus, .SelectedLoanApply__buttonWhiteTheMac:active{
        background:rgb(193, 74, 27);
        border:0.0625em solid rgb(241, 92, 34);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderTheMac{
      border:0.0625em solid rgb(241, 92, 34);
    }
.SelectedLoanApply__lenderBackgroundTheMac .SelectedLoanApply__headerRatioBar{
        background:rgb(241, 92, 34);
      }
.SelectedLoanApply__lenderBackgroundTheMac:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(193, 74, 27);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxTheMac{
        border:0.125em solid #f15c22;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordTheMac{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordTheMac:hover{
        border-left:0.0625em solid rgb(241, 92, 34);
        border-right:0.0625em solid rgb(241, 92, 34);
        border-bottom:0.0625em solid rgb(241, 92, 34);
    }
.SelectedLoanApply__productRecordTheMac:hover .SelectedLoanApply__sortingDescriptionBorderTheMac{
            background:rgb(241, 92, 34) !important;
            color:white;
        }
.SelectedLoanApply__UBank, .SelectedLoanApply__contentBgUBank, .SelectedLoanApply__UBank .SelectedLoanApply__viewMoreButton{
        background:#00832D !important;
    }
.SelectedLoanApply__UBank:hover, .SelectedLoanApply__UBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 105, 36) !important;
    }
.SelectedLoanApply__progressBarUBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#00832D;
        background:-webkit-gradient(linear,  right top, left top,  from(#00832D),color-stop(50%, #00832D),color-stop(51%, #00832D),to(#00832D));
        background:linear-gradient(to left,  #00832D 0%,#00832D 50%,#00832D 51%,#00832D 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverUBank{
        background:rgb(0, 105, 36);
    }
.SelectedLoanApply__buttonUBank{
        background:rgb(0, 131, 45);
        border:0.0625em solid rgb(0, 131, 45);
        color:white;
    }
.SelectedLoanApply__buttonUBank:hover, .SelectedLoanApply__buttonUBank:focus, .SelectedLoanApply__buttonUBank:active{
        background:rgb(0, 105, 36);
        border:0.0625em solid rgb(0, 131, 45);
        color:white;
    }
.SelectedLoanApply__buttonWhiteUBank{
        background:white;
        border:0.0625em solid rgb(0, 131, 45);
        color:rgb(0, 131, 45);
    }
.SelectedLoanApply__buttonWhiteUBank:hover, .SelectedLoanApply__buttonWhiteUBank:focus, .SelectedLoanApply__buttonWhiteUBank:active{
        background:rgb(0, 105, 36);
        border:0.0625em solid rgb(0, 131, 45);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderUBank{
      border:0.0625em solid rgb(0, 131, 45);
    }
.SelectedLoanApply__lenderBackgroundUBank .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 131, 45);
      }
.SelectedLoanApply__lenderBackgroundUBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 105, 36);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxUBank{
        border:0.125em solid #00832d;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordUBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordUBank:hover{
        border-left:0.0625em solid rgb(0, 131, 45);
        border-right:0.0625em solid rgb(0, 131, 45);
        border-bottom:0.0625em solid rgb(0, 131, 45);
    }
.SelectedLoanApply__productRecordUBank:hover .SelectedLoanApply__sortingDescriptionBorderUBank{
            background:rgb(0, 131, 45) !important;
            color:white;
        }
.SelectedLoanApply__VTMB, .SelectedLoanApply__contentBgVTMB, .SelectedLoanApply__VTMB .SelectedLoanApply__viewMoreButton{
        background:#005DAB !important;
    }
.SelectedLoanApply__VTMB:hover, .SelectedLoanApply__VTMB .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 74, 137) !important;
    }
.SelectedLoanApply__progressBarVTMB{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#005DAB;
        background:-webkit-gradient(linear,  right top, left top,  from(#005DAB),color-stop(50%, #005DAB),color-stop(51%, #005DAB),to(#005DAB));
        background:linear-gradient(to left,  #005DAB 0%,#005DAB 50%,#005DAB 51%,#005DAB 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverVTMB{
        background:rgb(0, 74, 137);
    }
.SelectedLoanApply__buttonVTMB{
        background:rgb(0, 93, 171);
        border:0.0625em solid rgb(0, 93, 171);
        color:white;
    }
.SelectedLoanApply__buttonVTMB:hover, .SelectedLoanApply__buttonVTMB:focus, .SelectedLoanApply__buttonVTMB:active{
        background:rgb(0, 74, 137);
        border:0.0625em solid rgb(0, 93, 171);
        color:white;
    }
.SelectedLoanApply__buttonWhiteVTMB{
        background:white;
        border:0.0625em solid rgb(0, 93, 171);
        color:rgb(0, 93, 171);
    }
.SelectedLoanApply__buttonWhiteVTMB:hover, .SelectedLoanApply__buttonWhiteVTMB:focus, .SelectedLoanApply__buttonWhiteVTMB:active{
        background:rgb(0, 74, 137);
        border:0.0625em solid rgb(0, 93, 171);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderVTMB{
      border:0.0625em solid rgb(0, 93, 171);
    }
.SelectedLoanApply__lenderBackgroundVTMB .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 93, 171);
      }
.SelectedLoanApply__lenderBackgroundVTMB:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 74, 137);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxVTMB{
        border:0.125em solid #005dab;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordVTMB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordVTMB:hover{
        border-left:0.0625em solid rgb(0, 93, 171);
        border-right:0.0625em solid rgb(0, 93, 171);
        border-bottom:0.0625em solid rgb(0, 93, 171);
    }
.SelectedLoanApply__productRecordVTMB:hover .SelectedLoanApply__sortingDescriptionBorderVTMB{
            background:rgb(0, 93, 171) !important;
            color:white;
        }
.SelectedLoanApply__Westpac, .SelectedLoanApply__contentBgWestpac, .SelectedLoanApply__Westpac .SelectedLoanApply__viewMoreButton{
        background:#ED233A !important;
    }
.SelectedLoanApply__Westpac:hover, .SelectedLoanApply__Westpac .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(190, 28, 46) !important;
    }
.SelectedLoanApply__progressBarWestpac{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#ED233A;
        background:-webkit-gradient(linear,  right top, left top,  from(#ED233A),color-stop(50%, #ED233A),color-stop(51%, #ED233A),to(#ED233A));
        background:linear-gradient(to left,  #ED233A 0%,#ED233A 50%,#ED233A 51%,#ED233A 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverWestpac{
        background:rgb(190, 28, 46);
    }
.SelectedLoanApply__buttonWestpac{
        background:rgb(237, 35, 58);
        border:0.0625em solid rgb(237, 35, 58);
        color:white;
    }
.SelectedLoanApply__buttonWestpac:hover, .SelectedLoanApply__buttonWestpac:focus, .SelectedLoanApply__buttonWestpac:active{
        background:rgb(190, 28, 46);
        border:0.0625em solid rgb(237, 35, 58);
        color:white;
    }
.SelectedLoanApply__buttonWhiteWestpac{
        background:white;
        border:0.0625em solid rgb(237, 35, 58);
        color:rgb(237, 35, 58);
    }
.SelectedLoanApply__buttonWhiteWestpac:hover, .SelectedLoanApply__buttonWhiteWestpac:focus, .SelectedLoanApply__buttonWhiteWestpac:active{
        background:rgb(190, 28, 46);
        border:0.0625em solid rgb(237, 35, 58);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderWestpac{
      border:0.0625em solid rgb(237, 35, 58);
    }
.SelectedLoanApply__lenderBackgroundWestpac .SelectedLoanApply__headerRatioBar{
        background:rgb(237, 35, 58);
      }
.SelectedLoanApply__lenderBackgroundWestpac:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(190, 28, 46);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxWestpac{
        border:0.125em solid #ed233a;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordWestpac{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordWestpac:hover{
        border-left:0.0625em solid rgb(237, 35, 58);
        border-right:0.0625em solid rgb(237, 35, 58);
        border-bottom:0.0625em solid rgb(237, 35, 58);
    }
.SelectedLoanApply__productRecordWestpac:hover .SelectedLoanApply__sortingDescriptionBorderWestpac{
            background:rgb(237, 35, 58) !important;
            color:white;
        }
.SelectedLoanApply__WoolworthsMoney, .SelectedLoanApply__contentBgWoolworthsMoney, .SelectedLoanApply__WoolworthsMoney .SelectedLoanApply__viewMoreButton{
        background:#055634 !important;
    }
.SelectedLoanApply__WoolworthsMoney:hover, .SelectedLoanApply__WoolworthsMoney .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(4, 69, 42) !important;
    }
.SelectedLoanApply__progressBarWoolworthsMoney{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#055634;
        background:-webkit-gradient(linear,  right top, left top,  from(#055634),color-stop(50%, #055634),color-stop(51%, #055634),to(#055634));
        background:linear-gradient(to left,  #055634 0%,#055634 50%,#055634 51%,#055634 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverWoolworthsMoney{
        background:rgb(4, 69, 42);
    }
.SelectedLoanApply__buttonWoolworthsMoney{
        background:rgb(5, 86, 52);
        border:0.0625em solid rgb(5, 86, 52);
        color:white;
    }
.SelectedLoanApply__buttonWoolworthsMoney:hover, .SelectedLoanApply__buttonWoolworthsMoney:focus, .SelectedLoanApply__buttonWoolworthsMoney:active{
        background:rgb(4, 69, 42);
        border:0.0625em solid rgb(5, 86, 52);
        color:white;
    }
.SelectedLoanApply__buttonWhiteWoolworthsMoney{
        background:white;
        border:0.0625em solid rgb(5, 86, 52);
        color:rgb(5, 86, 52);
    }
.SelectedLoanApply__buttonWhiteWoolworthsMoney:hover, .SelectedLoanApply__buttonWhiteWoolworthsMoney:focus, .SelectedLoanApply__buttonWhiteWoolworthsMoney:active{
        background:rgb(4, 69, 42);
        border:0.0625em solid rgb(5, 86, 52);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderWoolworthsMoney{
      border:0.0625em solid rgb(5, 86, 52);
    }
.SelectedLoanApply__lenderBackgroundWoolworthsMoney .SelectedLoanApply__headerRatioBar{
        background:rgb(5, 86, 52);
      }
.SelectedLoanApply__lenderBackgroundWoolworthsMoney:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(4, 69, 42);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxWoolworthsMoney{
        border:0.125em solid #055634;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordWoolworthsMoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordWoolworthsMoney:hover{
        border-left:0.0625em solid rgb(5, 86, 52);
        border-right:0.0625em solid rgb(5, 86, 52);
        border-bottom:0.0625em solid rgb(5, 86, 52);
    }
.SelectedLoanApply__productRecordWoolworthsMoney:hover .SelectedLoanApply__sortingDescriptionBorderWoolworthsMoney{
            background:rgb(5, 86, 52) !important;
            color:white;
        }
.SelectedLoanApply__DegreesMasterCard, .SelectedLoanApply__contentBgDegreesMasterCard, .SelectedLoanApply__DegreesMasterCard .SelectedLoanApply__viewMoreButton{
        background:#192A56 !important;
    }
.SelectedLoanApply__DegreesMasterCard:hover, .SelectedLoanApply__DegreesMasterCard .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(20, 34, 69) !important;
    }
.SelectedLoanApply__progressBarDegreesMasterCard{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#192A56;
        background:-webkit-gradient(linear,  right top, left top,  from(#192A56),color-stop(50%, #192A56),color-stop(51%, #192A56),to(#192A56));
        background:linear-gradient(to left,  #192A56 0%,#192A56 50%,#192A56 51%,#192A56 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverDegreesMasterCard{
        background:rgb(20, 34, 69);
    }
.SelectedLoanApply__buttonDegreesMasterCard{
        background:rgb(25, 42, 86);
        border:0.0625em solid rgb(25, 42, 86);
        color:white;
    }
.SelectedLoanApply__buttonDegreesMasterCard:hover, .SelectedLoanApply__buttonDegreesMasterCard:focus, .SelectedLoanApply__buttonDegreesMasterCard:active{
        background:rgb(20, 34, 69);
        border:0.0625em solid rgb(25, 42, 86);
        color:white;
    }
.SelectedLoanApply__buttonWhiteDegreesMasterCard{
        background:white;
        border:0.0625em solid rgb(25, 42, 86);
        color:rgb(25, 42, 86);
    }
.SelectedLoanApply__buttonWhiteDegreesMasterCard:hover, .SelectedLoanApply__buttonWhiteDegreesMasterCard:focus, .SelectedLoanApply__buttonWhiteDegreesMasterCard:active{
        background:rgb(20, 34, 69);
        border:0.0625em solid rgb(25, 42, 86);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderDegreesMasterCard{
      border:0.0625em solid rgb(25, 42, 86);
    }
.SelectedLoanApply__lenderBackgroundDegreesMasterCard .SelectedLoanApply__headerRatioBar{
        background:rgb(25, 42, 86);
      }
.SelectedLoanApply__lenderBackgroundDegreesMasterCard:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(20, 34, 69);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxDegreesMasterCard{
        border:0.125em solid #192a56;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordDegreesMasterCard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordDegreesMasterCard:hover{
        border-left:0.0625em solid rgb(25, 42, 86);
        border-right:0.0625em solid rgb(25, 42, 86);
        border-bottom:0.0625em solid rgb(25, 42, 86);
    }
.SelectedLoanApply__productRecordDegreesMasterCard:hover .SelectedLoanApply__sortingDescriptionBorderDegreesMasterCard{
            background:rgb(25, 42, 86) !important;
            color:white;
        }
.SelectedLoanApply__BankAustralia, .SelectedLoanApply__contentBgBankAustralia, .SelectedLoanApply__BankAustralia .SelectedLoanApply__viewMoreButton{
        background:#012B50 !important;
    }
.SelectedLoanApply__BankAustralia:hover, .SelectedLoanApply__BankAustralia .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(1, 34, 64) !important;
    }
.SelectedLoanApply__progressBarBankAustralia{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#012B50;
        background:-webkit-gradient(linear,  right top, left top,  from(#012B50),color-stop(50%, #012B50),color-stop(51%, #012B50),to(#012B50));
        background:linear-gradient(to left,  #012B50 0%,#012B50 50%,#012B50 51%,#012B50 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBankAustralia{
        background:rgb(1, 34, 64);
    }
.SelectedLoanApply__buttonBankAustralia{
        background:rgb(1, 43, 80);
        border:0.0625em solid rgb(1, 43, 80);
        color:white;
    }
.SelectedLoanApply__buttonBankAustralia:hover, .SelectedLoanApply__buttonBankAustralia:focus, .SelectedLoanApply__buttonBankAustralia:active{
        background:rgb(1, 34, 64);
        border:0.0625em solid rgb(1, 43, 80);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBankAustralia{
        background:white;
        border:0.0625em solid rgb(1, 43, 80);
        color:rgb(1, 43, 80);
    }
.SelectedLoanApply__buttonWhiteBankAustralia:hover, .SelectedLoanApply__buttonWhiteBankAustralia:focus, .SelectedLoanApply__buttonWhiteBankAustralia:active{
        background:rgb(1, 34, 64);
        border:0.0625em solid rgb(1, 43, 80);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBankAustralia{
      border:0.0625em solid rgb(1, 43, 80);
    }
.SelectedLoanApply__lenderBackgroundBankAustralia .SelectedLoanApply__headerRatioBar{
        background:rgb(1, 43, 80);
      }
.SelectedLoanApply__lenderBackgroundBankAustralia:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(1, 34, 64);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBankAustralia{
        border:0.125em solid #012b50;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBankAustralia{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBankAustralia:hover{
        border-left:0.0625em solid rgb(1, 43, 80);
        border-right:0.0625em solid rgb(1, 43, 80);
        border-bottom:0.0625em solid rgb(1, 43, 80);
    }
.SelectedLoanApply__productRecordBankAustralia:hover .SelectedLoanApply__sortingDescriptionBorderBankAustralia{
            background:rgb(1, 43, 80) !important;
            color:white;
        }
.SelectedLoanApply__BeyondBank, .SelectedLoanApply__contentBgBeyondBank, .SelectedLoanApply__BeyondBank .SelectedLoanApply__viewMoreButton{
        background:#6B1E74 !important;
    }
.SelectedLoanApply__BeyondBank:hover, .SelectedLoanApply__BeyondBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(86, 24, 93) !important;
    }
.SelectedLoanApply__progressBarBeyondBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#6B1E74;
        background:-webkit-gradient(linear,  right top, left top,  from(#6B1E74),color-stop(50%, #6B1E74),color-stop(51%, #6B1E74),to(#6B1E74));
        background:linear-gradient(to left,  #6B1E74 0%,#6B1E74 50%,#6B1E74 51%,#6B1E74 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBeyondBank{
        background:rgb(86, 24, 93);
    }
.SelectedLoanApply__buttonBeyondBank{
        background:rgb(107, 30, 116);
        border:0.0625em solid rgb(107, 30, 116);
        color:white;
    }
.SelectedLoanApply__buttonBeyondBank:hover, .SelectedLoanApply__buttonBeyondBank:focus, .SelectedLoanApply__buttonBeyondBank:active{
        background:rgb(86, 24, 93);
        border:0.0625em solid rgb(107, 30, 116);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBeyondBank{
        background:white;
        border:0.0625em solid rgb(107, 30, 116);
        color:rgb(107, 30, 116);
    }
.SelectedLoanApply__buttonWhiteBeyondBank:hover, .SelectedLoanApply__buttonWhiteBeyondBank:focus, .SelectedLoanApply__buttonWhiteBeyondBank:active{
        background:rgb(86, 24, 93);
        border:0.0625em solid rgb(107, 30, 116);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBeyondBank{
      border:0.0625em solid rgb(107, 30, 116);
    }
.SelectedLoanApply__lenderBackgroundBeyondBank .SelectedLoanApply__headerRatioBar{
        background:rgb(107, 30, 116);
      }
.SelectedLoanApply__lenderBackgroundBeyondBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(86, 24, 93);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBeyondBank{
        border:0.125em solid #6b1e74;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBeyondBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBeyondBank:hover{
        border-left:0.0625em solid rgb(107, 30, 116);
        border-right:0.0625em solid rgb(107, 30, 116);
        border-bottom:0.0625em solid rgb(107, 30, 116);
    }
.SelectedLoanApply__productRecordBeyondBank:hover .SelectedLoanApply__sortingDescriptionBorderBeyondBank{
            background:rgb(107, 30, 116) !important;
            color:white;
        }
.SelectedLoanApply__BrokerhillCommunityCU, .SelectedLoanApply__contentBgBrokerhillCommunityCU, .SelectedLoanApply__BrokerhillCommunityCU .SelectedLoanApply__viewMoreButton{
        background:#E3001B !important;
    }
.SelectedLoanApply__BrokerhillCommunityCU:hover, .SelectedLoanApply__BrokerhillCommunityCU .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(182, 0, 22) !important;
    }
.SelectedLoanApply__progressBarBrokerhillCommunityCU{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#E3001B;
        background:-webkit-gradient(linear,  right top, left top,  from(#E3001B),color-stop(50%, #E3001B),color-stop(51%, #E3001B),to(#E3001B));
        background:linear-gradient(to left,  #E3001B 0%,#E3001B 50%,#E3001B 51%,#E3001B 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBrokerhillCommunityCU{
        background:rgb(182, 0, 22);
    }
.SelectedLoanApply__buttonBrokerhillCommunityCU{
        background:rgb(227, 0, 27);
        border:0.0625em solid rgb(227, 0, 27);
        color:white;
    }
.SelectedLoanApply__buttonBrokerhillCommunityCU:hover, .SelectedLoanApply__buttonBrokerhillCommunityCU:focus, .SelectedLoanApply__buttonBrokerhillCommunityCU:active{
        background:rgb(182, 0, 22);
        border:0.0625em solid rgb(227, 0, 27);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBrokerhillCommunityCU{
        background:white;
        border:0.0625em solid rgb(227, 0, 27);
        color:rgb(227, 0, 27);
    }
.SelectedLoanApply__buttonWhiteBrokerhillCommunityCU:hover, .SelectedLoanApply__buttonWhiteBrokerhillCommunityCU:focus, .SelectedLoanApply__buttonWhiteBrokerhillCommunityCU:active{
        background:rgb(182, 0, 22);
        border:0.0625em solid rgb(227, 0, 27);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBrokerhillCommunityCU{
      border:0.0625em solid rgb(227, 0, 27);
    }
.SelectedLoanApply__lenderBackgroundBrokerhillCommunityCU .SelectedLoanApply__headerRatioBar{
        background:rgb(227, 0, 27);
      }
.SelectedLoanApply__lenderBackgroundBrokerhillCommunityCU:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(182, 0, 22);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBrokerhillCommunityCU{
        border:0.125em solid #e3001b;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBrokerhillCommunityCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBrokerhillCommunityCU:hover{
        border-left:0.0625em solid rgb(227, 0, 27);
        border-right:0.0625em solid rgb(227, 0, 27);
        border-bottom:0.0625em solid rgb(227, 0, 27);
    }
.SelectedLoanApply__productRecordBrokerhillCommunityCU:hover .SelectedLoanApply__sortingDescriptionBorderBrokerhillCommunityCU{
            background:rgb(227, 0, 27) !important;
            color:white;
        }
.SelectedLoanApply__BuyersEdge, .SelectedLoanApply__contentBgBuyersEdge, .SelectedLoanApply__BuyersEdge .SelectedLoanApply__viewMoreButton{
        background:#414973 !important;
    }
.SelectedLoanApply__BuyersEdge:hover, .SelectedLoanApply__BuyersEdge .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(52, 58, 92) !important;
    }
.SelectedLoanApply__progressBarBuyersEdge{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#414973;
        background:-webkit-gradient(linear,  right top, left top,  from(#414973),color-stop(50%, #414973),color-stop(51%, #414973),to(#414973));
        background:linear-gradient(to left,  #414973 0%,#414973 50%,#414973 51%,#414973 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBuyersEdge{
        background:rgb(52, 58, 92);
    }
.SelectedLoanApply__buttonBuyersEdge{
        background:rgb(65, 73, 115);
        border:0.0625em solid rgb(65, 73, 115);
        color:white;
    }
.SelectedLoanApply__buttonBuyersEdge:hover, .SelectedLoanApply__buttonBuyersEdge:focus, .SelectedLoanApply__buttonBuyersEdge:active{
        background:rgb(52, 58, 92);
        border:0.0625em solid rgb(65, 73, 115);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBuyersEdge{
        background:white;
        border:0.0625em solid rgb(65, 73, 115);
        color:rgb(65, 73, 115);
    }
.SelectedLoanApply__buttonWhiteBuyersEdge:hover, .SelectedLoanApply__buttonWhiteBuyersEdge:focus, .SelectedLoanApply__buttonWhiteBuyersEdge:active{
        background:rgb(52, 58, 92);
        border:0.0625em solid rgb(65, 73, 115);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBuyersEdge{
      border:0.0625em solid rgb(65, 73, 115);
    }
.SelectedLoanApply__lenderBackgroundBuyersEdge .SelectedLoanApply__headerRatioBar{
        background:rgb(65, 73, 115);
      }
.SelectedLoanApply__lenderBackgroundBuyersEdge:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(52, 58, 92);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBuyersEdge{
        border:0.125em solid #414973;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBuyersEdge{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBuyersEdge:hover{
        border-left:0.0625em solid rgb(65, 73, 115);
        border-right:0.0625em solid rgb(65, 73, 115);
        border-bottom:0.0625em solid rgb(65, 73, 115);
    }
.SelectedLoanApply__productRecordBuyersEdge:hover .SelectedLoanApply__sortingDescriptionBorderBuyersEdge{
            background:rgb(65, 73, 115) !important;
            color:white;
        }
.SelectedLoanApply__CoastlineCU, .SelectedLoanApply__contentBgCoastlineCU, .SelectedLoanApply__CoastlineCU .SelectedLoanApply__viewMoreButton{
        background:#223A77 !important;
    }
.SelectedLoanApply__CoastlineCU:hover, .SelectedLoanApply__CoastlineCU .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(27, 46, 95) !important;
    }
.SelectedLoanApply__progressBarCoastlineCU{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#223A77;
        background:-webkit-gradient(linear,  right top, left top,  from(#223A77),color-stop(50%, #223A77),color-stop(51%, #223A77),to(#223A77));
        background:linear-gradient(to left,  #223A77 0%,#223A77 50%,#223A77 51%,#223A77 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverCoastlineCU{
        background:rgb(27, 46, 95);
    }
.SelectedLoanApply__buttonCoastlineCU{
        background:rgb(34, 58, 119);
        border:0.0625em solid rgb(34, 58, 119);
        color:white;
    }
.SelectedLoanApply__buttonCoastlineCU:hover, .SelectedLoanApply__buttonCoastlineCU:focus, .SelectedLoanApply__buttonCoastlineCU:active{
        background:rgb(27, 46, 95);
        border:0.0625em solid rgb(34, 58, 119);
        color:white;
    }
.SelectedLoanApply__buttonWhiteCoastlineCU{
        background:white;
        border:0.0625em solid rgb(34, 58, 119);
        color:rgb(34, 58, 119);
    }
.SelectedLoanApply__buttonWhiteCoastlineCU:hover, .SelectedLoanApply__buttonWhiteCoastlineCU:focus, .SelectedLoanApply__buttonWhiteCoastlineCU:active{
        background:rgb(27, 46, 95);
        border:0.0625em solid rgb(34, 58, 119);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderCoastlineCU{
      border:0.0625em solid rgb(34, 58, 119);
    }
.SelectedLoanApply__lenderBackgroundCoastlineCU .SelectedLoanApply__headerRatioBar{
        background:rgb(34, 58, 119);
      }
.SelectedLoanApply__lenderBackgroundCoastlineCU:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(27, 46, 95);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxCoastlineCU{
        border:0.125em solid #223a77;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordCoastlineCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordCoastlineCU:hover{
        border-left:0.0625em solid rgb(34, 58, 119);
        border-right:0.0625em solid rgb(34, 58, 119);
        border-bottom:0.0625em solid rgb(34, 58, 119);
    }
.SelectedLoanApply__productRecordCoastlineCU:hover .SelectedLoanApply__sortingDescriptionBorderCoastlineCU{
            background:rgb(34, 58, 119) !important;
            color:white;
        }
.SelectedLoanApply__CreditUnionSA, .SelectedLoanApply__contentBgCreditUnionSA, .SelectedLoanApply__CreditUnionSA .SelectedLoanApply__viewMoreButton{
        background:#695E4A !important;
    }
.SelectedLoanApply__CreditUnionSA:hover, .SelectedLoanApply__CreditUnionSA .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(84, 75, 59) !important;
    }
.SelectedLoanApply__progressBarCreditUnionSA{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#695E4A;
        background:-webkit-gradient(linear,  right top, left top,  from(#695E4A),color-stop(50%, #695E4A),color-stop(51%, #695E4A),to(#695E4A));
        background:linear-gradient(to left,  #695E4A 0%,#695E4A 50%,#695E4A 51%,#695E4A 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverCreditUnionSA{
        background:rgb(84, 75, 59);
    }
.SelectedLoanApply__buttonCreditUnionSA{
        background:rgb(105, 94, 74);
        border:0.0625em solid rgb(105, 94, 74);
        color:white;
    }
.SelectedLoanApply__buttonCreditUnionSA:hover, .SelectedLoanApply__buttonCreditUnionSA:focus, .SelectedLoanApply__buttonCreditUnionSA:active{
        background:rgb(84, 75, 59);
        border:0.0625em solid rgb(105, 94, 74);
        color:white;
    }
.SelectedLoanApply__buttonWhiteCreditUnionSA{
        background:white;
        border:0.0625em solid rgb(105, 94, 74);
        color:rgb(105, 94, 74);
    }
.SelectedLoanApply__buttonWhiteCreditUnionSA:hover, .SelectedLoanApply__buttonWhiteCreditUnionSA:focus, .SelectedLoanApply__buttonWhiteCreditUnionSA:active{
        background:rgb(84, 75, 59);
        border:0.0625em solid rgb(105, 94, 74);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderCreditUnionSA{
      border:0.0625em solid rgb(105, 94, 74);
    }
.SelectedLoanApply__lenderBackgroundCreditUnionSA .SelectedLoanApply__headerRatioBar{
        background:rgb(105, 94, 74);
      }
.SelectedLoanApply__lenderBackgroundCreditUnionSA:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(84, 75, 59);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxCreditUnionSA{
        border:0.125em solid #695e4a;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordCreditUnionSA{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordCreditUnionSA:hover{
        border-left:0.0625em solid rgb(105, 94, 74);
        border-right:0.0625em solid rgb(105, 94, 74);
        border-bottom:0.0625em solid rgb(105, 94, 74);
    }
.SelectedLoanApply__productRecordCreditUnionSA:hover .SelectedLoanApply__sortingDescriptionBorderCreditUnionSA{
            background:rgb(105, 94, 74) !important;
            color:white;
        }
.SelectedLoanApply__CreditlineCard, .SelectedLoanApply__contentBgCreditlineCard, .SelectedLoanApply__CreditlineCard .SelectedLoanApply__viewMoreButton{
        background:#0878AB !important;
    }
.SelectedLoanApply__CreditlineCard:hover, .SelectedLoanApply__CreditlineCard .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(6, 96, 137) !important;
    }
.SelectedLoanApply__progressBarCreditlineCard{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#0878AB;
        background:-webkit-gradient(linear,  right top, left top,  from(#0878AB),color-stop(50%, #0878AB),color-stop(51%, #0878AB),to(#0878AB));
        background:linear-gradient(to left,  #0878AB 0%,#0878AB 50%,#0878AB 51%,#0878AB 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverCreditlineCard{
        background:rgb(6, 96, 137);
    }
.SelectedLoanApply__buttonCreditlineCard{
        background:rgb(8, 120, 171);
        border:0.0625em solid rgb(8, 120, 171);
        color:white;
    }
.SelectedLoanApply__buttonCreditlineCard:hover, .SelectedLoanApply__buttonCreditlineCard:focus, .SelectedLoanApply__buttonCreditlineCard:active{
        background:rgb(6, 96, 137);
        border:0.0625em solid rgb(8, 120, 171);
        color:white;
    }
.SelectedLoanApply__buttonWhiteCreditlineCard{
        background:white;
        border:0.0625em solid rgb(8, 120, 171);
        color:rgb(8, 120, 171);
    }
.SelectedLoanApply__buttonWhiteCreditlineCard:hover, .SelectedLoanApply__buttonWhiteCreditlineCard:focus, .SelectedLoanApply__buttonWhiteCreditlineCard:active{
        background:rgb(6, 96, 137);
        border:0.0625em solid rgb(8, 120, 171);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderCreditlineCard{
      border:0.0625em solid rgb(8, 120, 171);
    }
.SelectedLoanApply__lenderBackgroundCreditlineCard .SelectedLoanApply__headerRatioBar{
        background:rgb(8, 120, 171);
      }
.SelectedLoanApply__lenderBackgroundCreditlineCard:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(6, 96, 137);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxCreditlineCard{
        border:0.125em solid #0878ab;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordCreditlineCard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordCreditlineCard:hover{
        border-left:0.0625em solid rgb(8, 120, 171);
        border-right:0.0625em solid rgb(8, 120, 171);
        border-bottom:0.0625em solid rgb(8, 120, 171);
    }
.SelectedLoanApply__productRecordCreditlineCard:hover .SelectedLoanApply__sortingDescriptionBorderCreditlineCard{
            background:rgb(8, 120, 171) !important;
            color:white;
        }
.SelectedLoanApply__DefenseBank, .SelectedLoanApply__contentBgDefenseBank, .SelectedLoanApply__DefenseBank .SelectedLoanApply__viewMoreButton{
        background:#D41245 !important;
    }
.SelectedLoanApply__DefenseBank:hover, .SelectedLoanApply__DefenseBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(170, 14, 55) !important;
    }
.SelectedLoanApply__progressBarDefenseBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#D41245;
        background:-webkit-gradient(linear,  right top, left top,  from(#D41245),color-stop(50%, #D41245),color-stop(51%, #D41245),to(#D41245));
        background:linear-gradient(to left,  #D41245 0%,#D41245 50%,#D41245 51%,#D41245 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverDefenseBank{
        background:rgb(170, 14, 55);
    }
.SelectedLoanApply__buttonDefenseBank{
        background:rgb(212, 18, 69);
        border:0.0625em solid rgb(212, 18, 69);
        color:white;
    }
.SelectedLoanApply__buttonDefenseBank:hover, .SelectedLoanApply__buttonDefenseBank:focus, .SelectedLoanApply__buttonDefenseBank:active{
        background:rgb(170, 14, 55);
        border:0.0625em solid rgb(212, 18, 69);
        color:white;
    }
.SelectedLoanApply__buttonWhiteDefenseBank{
        background:white;
        border:0.0625em solid rgb(212, 18, 69);
        color:rgb(212, 18, 69);
    }
.SelectedLoanApply__buttonWhiteDefenseBank:hover, .SelectedLoanApply__buttonWhiteDefenseBank:focus, .SelectedLoanApply__buttonWhiteDefenseBank:active{
        background:rgb(170, 14, 55);
        border:0.0625em solid rgb(212, 18, 69);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderDefenseBank{
      border:0.0625em solid rgb(212, 18, 69);
    }
.SelectedLoanApply__lenderBackgroundDefenseBank .SelectedLoanApply__headerRatioBar{
        background:rgb(212, 18, 69);
      }
.SelectedLoanApply__lenderBackgroundDefenseBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(170, 14, 55);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxDefenseBank{
        border:0.125em solid #d41245;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordDefenseBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordDefenseBank:hover{
        border-left:0.0625em solid rgb(212, 18, 69);
        border-right:0.0625em solid rgb(212, 18, 69);
        border-bottom:0.0625em solid rgb(212, 18, 69);
    }
.SelectedLoanApply__productRecordDefenseBank:hover .SelectedLoanApply__sortingDescriptionBorderDefenseBank{
            background:rgb(212, 18, 69) !important;
            color:white;
        }
.SelectedLoanApply__FireServicesCU, .SelectedLoanApply__contentBgFireServicesCU, .SelectedLoanApply__FireServicesCU .SelectedLoanApply__viewMoreButton{
        background:#000000 !important;
    }
.SelectedLoanApply__FireServicesCU:hover, .SelectedLoanApply__FireServicesCU .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.SelectedLoanApply__progressBarFireServicesCU{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverFireServicesCU{
        background:rgb(51, 51, 51);
    }
.SelectedLoanApply__buttonFireServicesCU{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonFireServicesCU:hover, .SelectedLoanApply__buttonFireServicesCU:focus, .SelectedLoanApply__buttonFireServicesCU:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhiteFireServicesCU{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.SelectedLoanApply__buttonWhiteFireServicesCU:hover, .SelectedLoanApply__buttonWhiteFireServicesCU:focus, .SelectedLoanApply__buttonWhiteFireServicesCU:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderFireServicesCU{
      border:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__lenderBackgroundFireServicesCU .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.SelectedLoanApply__lenderBackgroundFireServicesCU:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxFireServicesCU{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordFireServicesCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordFireServicesCU:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__productRecordFireServicesCU:hover .SelectedLoanApply__sortingDescriptionBorderFireServicesCU{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.SelectedLoanApply__FirstChoiceCU, .SelectedLoanApply__contentBgFirstChoiceCU, .SelectedLoanApply__FirstChoiceCU .SelectedLoanApply__viewMoreButton{
        background:#72A49B !important;
    }
.SelectedLoanApply__FirstChoiceCU:hover, .SelectedLoanApply__FirstChoiceCU .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(91, 131, 124) !important;
    }
.SelectedLoanApply__progressBarFirstChoiceCU{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#72A49B;
        background:-webkit-gradient(linear,  right top, left top,  from(#72A49B),color-stop(50%, #72A49B),color-stop(51%, #72A49B),to(#72A49B));
        background:linear-gradient(to left,  #72A49B 0%,#72A49B 50%,#72A49B 51%,#72A49B 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverFirstChoiceCU{
        background:rgb(91, 131, 124);
    }
.SelectedLoanApply__buttonFirstChoiceCU{
        background:rgb(114, 164, 155);
        border:0.0625em solid rgb(114, 164, 155);
        color:white;
    }
.SelectedLoanApply__buttonFirstChoiceCU:hover, .SelectedLoanApply__buttonFirstChoiceCU:focus, .SelectedLoanApply__buttonFirstChoiceCU:active{
        background:rgb(91, 131, 124);
        border:0.0625em solid rgb(114, 164, 155);
        color:white;
    }
.SelectedLoanApply__buttonWhiteFirstChoiceCU{
        background:white;
        border:0.0625em solid rgb(114, 164, 155);
        color:rgb(114, 164, 155);
    }
.SelectedLoanApply__buttonWhiteFirstChoiceCU:hover, .SelectedLoanApply__buttonWhiteFirstChoiceCU:focus, .SelectedLoanApply__buttonWhiteFirstChoiceCU:active{
        background:rgb(91, 131, 124);
        border:0.0625em solid rgb(114, 164, 155);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderFirstChoiceCU{
      border:0.0625em solid rgb(114, 164, 155);
    }
.SelectedLoanApply__lenderBackgroundFirstChoiceCU .SelectedLoanApply__headerRatioBar{
        background:rgb(114, 164, 155);
      }
.SelectedLoanApply__lenderBackgroundFirstChoiceCU:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(91, 131, 124);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxFirstChoiceCU{
        border:0.125em solid #72a49b;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordFirstChoiceCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordFirstChoiceCU:hover{
        border-left:0.0625em solid rgb(114, 164, 155);
        border-right:0.0625em solid rgb(114, 164, 155);
        border-bottom:0.0625em solid rgb(114, 164, 155);
    }
.SelectedLoanApply__productRecordFirstChoiceCU:hover .SelectedLoanApply__sortingDescriptionBorderFirstChoiceCU{
            background:rgb(114, 164, 155) !important;
            color:white;
        }
.SelectedLoanApply__GatewayBank, .SelectedLoanApply__contentBgGatewayBank, .SelectedLoanApply__GatewayBank .SelectedLoanApply__viewMoreButton{
        background:#002B54 !important;
    }
.SelectedLoanApply__GatewayBank:hover, .SelectedLoanApply__GatewayBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 34, 67) !important;
    }
.SelectedLoanApply__progressBarGatewayBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#002B54;
        background:-webkit-gradient(linear,  right top, left top,  from(#002B54),color-stop(50%, #002B54),color-stop(51%, #002B54),to(#002B54));
        background:linear-gradient(to left,  #002B54 0%,#002B54 50%,#002B54 51%,#002B54 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverGatewayBank{
        background:rgb(0, 34, 67);
    }
.SelectedLoanApply__buttonGatewayBank{
        background:rgb(0, 43, 84);
        border:0.0625em solid rgb(0, 43, 84);
        color:white;
    }
.SelectedLoanApply__buttonGatewayBank:hover, .SelectedLoanApply__buttonGatewayBank:focus, .SelectedLoanApply__buttonGatewayBank:active{
        background:rgb(0, 34, 67);
        border:0.0625em solid rgb(0, 43, 84);
        color:white;
    }
.SelectedLoanApply__buttonWhiteGatewayBank{
        background:white;
        border:0.0625em solid rgb(0, 43, 84);
        color:rgb(0, 43, 84);
    }
.SelectedLoanApply__buttonWhiteGatewayBank:hover, .SelectedLoanApply__buttonWhiteGatewayBank:focus, .SelectedLoanApply__buttonWhiteGatewayBank:active{
        background:rgb(0, 34, 67);
        border:0.0625em solid rgb(0, 43, 84);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderGatewayBank{
      border:0.0625em solid rgb(0, 43, 84);
    }
.SelectedLoanApply__lenderBackgroundGatewayBank .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 43, 84);
      }
.SelectedLoanApply__lenderBackgroundGatewayBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 34, 67);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxGatewayBank{
        border:0.125em solid #002b54;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordGatewayBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordGatewayBank:hover{
        border-left:0.0625em solid rgb(0, 43, 84);
        border-right:0.0625em solid rgb(0, 43, 84);
        border-bottom:0.0625em solid rgb(0, 43, 84);
    }
.SelectedLoanApply__productRecordGatewayBank:hover .SelectedLoanApply__sortingDescriptionBorderGatewayBank{
            background:rgb(0, 43, 84) !important;
            color:white;
        }
.SelectedLoanApply__GemVisaCard, .SelectedLoanApply__contentBgGemVisaCard, .SelectedLoanApply__GemVisaCard .SelectedLoanApply__viewMoreButton{
        background:#1964B3 !important;
    }
.SelectedLoanApply__GemVisaCard:hover, .SelectedLoanApply__GemVisaCard .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(20, 80, 143) !important;
    }
.SelectedLoanApply__progressBarGemVisaCard{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#1964B3;
        background:-webkit-gradient(linear,  right top, left top,  from(#1964B3),color-stop(50%, #1964B3),color-stop(51%, #1964B3),to(#1964B3));
        background:linear-gradient(to left,  #1964B3 0%,#1964B3 50%,#1964B3 51%,#1964B3 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverGemVisaCard{
        background:rgb(20, 80, 143);
    }
.SelectedLoanApply__buttonGemVisaCard{
        background:rgb(25, 100, 179);
        border:0.0625em solid rgb(25, 100, 179);
        color:white;
    }
.SelectedLoanApply__buttonGemVisaCard:hover, .SelectedLoanApply__buttonGemVisaCard:focus, .SelectedLoanApply__buttonGemVisaCard:active{
        background:rgb(20, 80, 143);
        border:0.0625em solid rgb(25, 100, 179);
        color:white;
    }
.SelectedLoanApply__buttonWhiteGemVisaCard{
        background:white;
        border:0.0625em solid rgb(25, 100, 179);
        color:rgb(25, 100, 179);
    }
.SelectedLoanApply__buttonWhiteGemVisaCard:hover, .SelectedLoanApply__buttonWhiteGemVisaCard:focus, .SelectedLoanApply__buttonWhiteGemVisaCard:active{
        background:rgb(20, 80, 143);
        border:0.0625em solid rgb(25, 100, 179);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderGemVisaCard{
      border:0.0625em solid rgb(25, 100, 179);
    }
.SelectedLoanApply__lenderBackgroundGemVisaCard .SelectedLoanApply__headerRatioBar{
        background:rgb(25, 100, 179);
      }
.SelectedLoanApply__lenderBackgroundGemVisaCard:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(20, 80, 143);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxGemVisaCard{
        border:0.125em solid #1964b3;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordGemVisaCard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordGemVisaCard:hover{
        border-left:0.0625em solid rgb(25, 100, 179);
        border-right:0.0625em solid rgb(25, 100, 179);
        border-bottom:0.0625em solid rgb(25, 100, 179);
    }
.SelectedLoanApply__productRecordGemVisaCard:hover .SelectedLoanApply__sortingDescriptionBorderGemVisaCard{
            background:rgb(25, 100, 179) !important;
            color:white;
        }
.SelectedLoanApply__GOMastercard, .SelectedLoanApply__contentBgGOMastercard, .SelectedLoanApply__GOMastercard .SelectedLoanApply__viewMoreButton{
        background:#1D5828 !important;
    }
.SelectedLoanApply__GOMastercard:hover, .SelectedLoanApply__GOMastercard .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(23, 70, 32) !important;
    }
.SelectedLoanApply__progressBarGOMastercard{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#1D5828;
        background:-webkit-gradient(linear,  right top, left top,  from(#1D5828),color-stop(50%, #1D5828),color-stop(51%, #1D5828),to(#1D5828));
        background:linear-gradient(to left,  #1D5828 0%,#1D5828 50%,#1D5828 51%,#1D5828 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverGOMastercard{
        background:rgb(23, 70, 32);
    }
.SelectedLoanApply__buttonGOMastercard{
        background:rgb(29, 88, 40);
        border:0.0625em solid rgb(29, 88, 40);
        color:white;
    }
.SelectedLoanApply__buttonGOMastercard:hover, .SelectedLoanApply__buttonGOMastercard:focus, .SelectedLoanApply__buttonGOMastercard:active{
        background:rgb(23, 70, 32);
        border:0.0625em solid rgb(29, 88, 40);
        color:white;
    }
.SelectedLoanApply__buttonWhiteGOMastercard{
        background:white;
        border:0.0625em solid rgb(29, 88, 40);
        color:rgb(29, 88, 40);
    }
.SelectedLoanApply__buttonWhiteGOMastercard:hover, .SelectedLoanApply__buttonWhiteGOMastercard:focus, .SelectedLoanApply__buttonWhiteGOMastercard:active{
        background:rgb(23, 70, 32);
        border:0.0625em solid rgb(29, 88, 40);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderGOMastercard{
      border:0.0625em solid rgb(29, 88, 40);
    }
.SelectedLoanApply__lenderBackgroundGOMastercard .SelectedLoanApply__headerRatioBar{
        background:rgb(29, 88, 40);
      }
.SelectedLoanApply__lenderBackgroundGOMastercard:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(23, 70, 32);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxGOMastercard{
        border:0.125em solid #1d5828;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordGOMastercard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordGOMastercard:hover{
        border-left:0.0625em solid rgb(29, 88, 40);
        border-right:0.0625em solid rgb(29, 88, 40);
        border-bottom:0.0625em solid rgb(29, 88, 40);
    }
.SelectedLoanApply__productRecordGOMastercard:hover .SelectedLoanApply__sortingDescriptionBorderGOMastercard{
            background:rgb(29, 88, 40) !important;
            color:white;
        }
.SelectedLoanApply__LatitudeEcoMastercard, .SelectedLoanApply__contentBgLatitudeEcoMastercard, .SelectedLoanApply__LatitudeEcoMastercard .SelectedLoanApply__viewMoreButton{
        background:#48A642 !important;
    }
.SelectedLoanApply__LatitudeEcoMastercard:hover, .SelectedLoanApply__LatitudeEcoMastercard .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(58, 133, 53) !important;
    }
.SelectedLoanApply__progressBarLatitudeEcoMastercard{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#48A642;
        background:-webkit-gradient(linear,  right top, left top,  from(#48A642),color-stop(50%, #48A642),color-stop(51%, #48A642),to(#48A642));
        background:linear-gradient(to left,  #48A642 0%,#48A642 50%,#48A642 51%,#48A642 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverLatitudeEcoMastercard{
        background:rgb(58, 133, 53);
    }
.SelectedLoanApply__buttonLatitudeEcoMastercard{
        background:rgb(72, 166, 66);
        border:0.0625em solid rgb(72, 166, 66);
        color:white;
    }
.SelectedLoanApply__buttonLatitudeEcoMastercard:hover, .SelectedLoanApply__buttonLatitudeEcoMastercard:focus, .SelectedLoanApply__buttonLatitudeEcoMastercard:active{
        background:rgb(58, 133, 53);
        border:0.0625em solid rgb(72, 166, 66);
        color:white;
    }
.SelectedLoanApply__buttonWhiteLatitudeEcoMastercard{
        background:white;
        border:0.0625em solid rgb(72, 166, 66);
        color:rgb(72, 166, 66);
    }
.SelectedLoanApply__buttonWhiteLatitudeEcoMastercard:hover, .SelectedLoanApply__buttonWhiteLatitudeEcoMastercard:focus, .SelectedLoanApply__buttonWhiteLatitudeEcoMastercard:active{
        background:rgb(58, 133, 53);
        border:0.0625em solid rgb(72, 166, 66);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderLatitudeEcoMastercard{
      border:0.0625em solid rgb(72, 166, 66);
    }
.SelectedLoanApply__lenderBackgroundLatitudeEcoMastercard .SelectedLoanApply__headerRatioBar{
        background:rgb(72, 166, 66);
      }
.SelectedLoanApply__lenderBackgroundLatitudeEcoMastercard:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(58, 133, 53);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxLatitudeEcoMastercard{
        border:0.125em solid #48a642;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordLatitudeEcoMastercard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordLatitudeEcoMastercard:hover{
        border-left:0.0625em solid rgb(72, 166, 66);
        border-right:0.0625em solid rgb(72, 166, 66);
        border-bottom:0.0625em solid rgb(72, 166, 66);
    }
.SelectedLoanApply__productRecordLatitudeEcoMastercard:hover .SelectedLoanApply__sortingDescriptionBorderLatitudeEcoMastercard{
            background:rgb(72, 166, 66) !important;
            color:white;
        }
.SelectedLoanApply__LatitudeInfinityCard, .SelectedLoanApply__contentBgLatitudeInfinityCard, .SelectedLoanApply__LatitudeInfinityCard .SelectedLoanApply__viewMoreButton{
        background:#191617 !important;
    }
.SelectedLoanApply__LatitudeInfinityCard:hover, .SelectedLoanApply__LatitudeInfinityCard .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(20, 18, 18) !important;
    }
.SelectedLoanApply__progressBarLatitudeInfinityCard{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#191617;
        background:-webkit-gradient(linear,  right top, left top,  from(#191617),color-stop(50%, #191617),color-stop(51%, #191617),to(#191617));
        background:linear-gradient(to left,  #191617 0%,#191617 50%,#191617 51%,#191617 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverLatitudeInfinityCard{
        background:rgb(20, 18, 18);
    }
.SelectedLoanApply__buttonLatitudeInfinityCard{
        background:rgb(25, 22, 23);
        border:0.0625em solid rgb(25, 22, 23);
        color:white;
    }
.SelectedLoanApply__buttonLatitudeInfinityCard:hover, .SelectedLoanApply__buttonLatitudeInfinityCard:focus, .SelectedLoanApply__buttonLatitudeInfinityCard:active{
        background:rgb(20, 18, 18);
        border:0.0625em solid rgb(25, 22, 23);
        color:white;
    }
.SelectedLoanApply__buttonWhiteLatitudeInfinityCard{
        background:white;
        border:0.0625em solid rgb(25, 22, 23);
        color:rgb(25, 22, 23);
    }
.SelectedLoanApply__buttonWhiteLatitudeInfinityCard:hover, .SelectedLoanApply__buttonWhiteLatitudeInfinityCard:focus, .SelectedLoanApply__buttonWhiteLatitudeInfinityCard:active{
        background:rgb(20, 18, 18);
        border:0.0625em solid rgb(25, 22, 23);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderLatitudeInfinityCard{
      border:0.0625em solid rgb(25, 22, 23);
    }
.SelectedLoanApply__lenderBackgroundLatitudeInfinityCard .SelectedLoanApply__headerRatioBar{
        background:rgb(25, 22, 23);
      }
.SelectedLoanApply__lenderBackgroundLatitudeInfinityCard:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(20, 18, 18);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxLatitudeInfinityCard{
        border:0.125em solid #191617;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordLatitudeInfinityCard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordLatitudeInfinityCard:hover{
        border-left:0.0625em solid rgb(25, 22, 23);
        border-right:0.0625em solid rgb(25, 22, 23);
        border-bottom:0.0625em solid rgb(25, 22, 23);
    }
.SelectedLoanApply__productRecordLatitudeInfinityCard:hover .SelectedLoanApply__sortingDescriptionBorderLatitudeInfinityCard{
            background:rgb(25, 22, 23) !important;
            color:white;
        }
.SelectedLoanApply__LatitudeLowRateMastercard, .SelectedLoanApply__contentBgLatitudeLowRateMastercard, .SelectedLoanApply__LatitudeLowRateMastercard .SelectedLoanApply__viewMoreButton{
        background:#0069A0 !important;
    }
.SelectedLoanApply__LatitudeLowRateMastercard:hover, .SelectedLoanApply__LatitudeLowRateMastercard .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 84, 128) !important;
    }
.SelectedLoanApply__progressBarLatitudeLowRateMastercard{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#0069A0;
        background:-webkit-gradient(linear,  right top, left top,  from(#0069A0),color-stop(50%, #0069A0),color-stop(51%, #0069A0),to(#0069A0));
        background:linear-gradient(to left,  #0069A0 0%,#0069A0 50%,#0069A0 51%,#0069A0 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverLatitudeLowRateMastercard{
        background:rgb(0, 84, 128);
    }
.SelectedLoanApply__buttonLatitudeLowRateMastercard{
        background:rgb(0, 105, 160);
        border:0.0625em solid rgb(0, 105, 160);
        color:white;
    }
.SelectedLoanApply__buttonLatitudeLowRateMastercard:hover, .SelectedLoanApply__buttonLatitudeLowRateMastercard:focus, .SelectedLoanApply__buttonLatitudeLowRateMastercard:active{
        background:rgb(0, 84, 128);
        border:0.0625em solid rgb(0, 105, 160);
        color:white;
    }
.SelectedLoanApply__buttonWhiteLatitudeLowRateMastercard{
        background:white;
        border:0.0625em solid rgb(0, 105, 160);
        color:rgb(0, 105, 160);
    }
.SelectedLoanApply__buttonWhiteLatitudeLowRateMastercard:hover, .SelectedLoanApply__buttonWhiteLatitudeLowRateMastercard:focus, .SelectedLoanApply__buttonWhiteLatitudeLowRateMastercard:active{
        background:rgb(0, 84, 128);
        border:0.0625em solid rgb(0, 105, 160);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderLatitudeLowRateMastercard{
      border:0.0625em solid rgb(0, 105, 160);
    }
.SelectedLoanApply__lenderBackgroundLatitudeLowRateMastercard .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 105, 160);
      }
.SelectedLoanApply__lenderBackgroundLatitudeLowRateMastercard:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 84, 128);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxLatitudeLowRateMastercard{
        border:0.125em solid #0069a0;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordLatitudeLowRateMastercard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordLatitudeLowRateMastercard:hover{
        border-left:0.0625em solid rgb(0, 105, 160);
        border-right:0.0625em solid rgb(0, 105, 160);
        border-bottom:0.0625em solid rgb(0, 105, 160);
    }
.SelectedLoanApply__productRecordLatitudeLowRateMastercard:hover .SelectedLoanApply__sortingDescriptionBorderLatitudeLowRateMastercard{
            background:rgb(0, 105, 160) !important;
            color:white;
        }
.SelectedLoanApply__LatitudeMastercard, .SelectedLoanApply__contentBgLatitudeMastercard, .SelectedLoanApply__LatitudeMastercard .SelectedLoanApply__viewMoreButton{
        background:#0067C9 !important;
    }
.SelectedLoanApply__LatitudeMastercard:hover, .SelectedLoanApply__LatitudeMastercard .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 82, 161) !important;
    }
.SelectedLoanApply__progressBarLatitudeMastercard{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#0067C9;
        background:-webkit-gradient(linear,  right top, left top,  from(#0067C9),color-stop(50%, #0067C9),color-stop(51%, #0067C9),to(#0067C9));
        background:linear-gradient(to left,  #0067C9 0%,#0067C9 50%,#0067C9 51%,#0067C9 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverLatitudeMastercard{
        background:rgb(0, 82, 161);
    }
.SelectedLoanApply__buttonLatitudeMastercard{
        background:rgb(0, 103, 201);
        border:0.0625em solid rgb(0, 103, 201);
        color:white;
    }
.SelectedLoanApply__buttonLatitudeMastercard:hover, .SelectedLoanApply__buttonLatitudeMastercard:focus, .SelectedLoanApply__buttonLatitudeMastercard:active{
        background:rgb(0, 82, 161);
        border:0.0625em solid rgb(0, 103, 201);
        color:white;
    }
.SelectedLoanApply__buttonWhiteLatitudeMastercard{
        background:white;
        border:0.0625em solid rgb(0, 103, 201);
        color:rgb(0, 103, 201);
    }
.SelectedLoanApply__buttonWhiteLatitudeMastercard:hover, .SelectedLoanApply__buttonWhiteLatitudeMastercard:focus, .SelectedLoanApply__buttonWhiteLatitudeMastercard:active{
        background:rgb(0, 82, 161);
        border:0.0625em solid rgb(0, 103, 201);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderLatitudeMastercard{
      border:0.0625em solid rgb(0, 103, 201);
    }
.SelectedLoanApply__lenderBackgroundLatitudeMastercard .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 103, 201);
      }
.SelectedLoanApply__lenderBackgroundLatitudeMastercard:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 82, 161);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxLatitudeMastercard{
        border:0.125em solid #0067c9;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordLatitudeMastercard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordLatitudeMastercard:hover{
        border-left:0.0625em solid rgb(0, 103, 201);
        border-right:0.0625em solid rgb(0, 103, 201);
        border-bottom:0.0625em solid rgb(0, 103, 201);
    }
.SelectedLoanApply__productRecordLatitudeMastercard:hover .SelectedLoanApply__sortingDescriptionBorderLatitudeMastercard{
            background:rgb(0, 103, 201) !important;
            color:white;
        }
.SelectedLoanApply__PNBank, .SelectedLoanApply__contentBgPNBank, .SelectedLoanApply__PNBank .SelectedLoanApply__viewMoreButton{
        background:#FDB940 !important;
    }
.SelectedLoanApply__PNBank:hover, .SelectedLoanApply__PNBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(202, 148, 51) !important;
    }
.SelectedLoanApply__progressBarPNBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#FDB940;
        background:-webkit-gradient(linear,  right top, left top,  from(#FDB940),color-stop(50%, #FDB940),color-stop(51%, #FDB940),to(#FDB940));
        background:linear-gradient(to left,  #FDB940 0%,#FDB940 50%,#FDB940 51%,#FDB940 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverPNBank{
        background:rgb(202, 148, 51);
    }
.SelectedLoanApply__buttonPNBank{
        background:rgb(253, 185, 64);
        border:0.0625em solid rgb(253, 185, 64);
        color:white;
    }
.SelectedLoanApply__buttonPNBank:hover, .SelectedLoanApply__buttonPNBank:focus, .SelectedLoanApply__buttonPNBank:active{
        background:rgb(202, 148, 51);
        border:0.0625em solid rgb(253, 185, 64);
        color:white;
    }
.SelectedLoanApply__buttonWhitePNBank{
        background:white;
        border:0.0625em solid rgb(253, 185, 64);
        color:rgb(253, 185, 64);
    }
.SelectedLoanApply__buttonWhitePNBank:hover, .SelectedLoanApply__buttonWhitePNBank:focus, .SelectedLoanApply__buttonWhitePNBank:active{
        background:rgb(202, 148, 51);
        border:0.0625em solid rgb(253, 185, 64);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderPNBank{
      border:0.0625em solid rgb(253, 185, 64);
    }
.SelectedLoanApply__lenderBackgroundPNBank .SelectedLoanApply__headerRatioBar{
        background:rgb(253, 185, 64);
      }
.SelectedLoanApply__lenderBackgroundPNBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(202, 148, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxPNBank{
        border:0.125em solid #fdb940;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordPNBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordPNBank:hover{
        border-left:0.0625em solid rgb(253, 185, 64);
        border-right:0.0625em solid rgb(253, 185, 64);
        border-bottom:0.0625em solid rgb(253, 185, 64);
    }
.SelectedLoanApply__productRecordPNBank:hover .SelectedLoanApply__sortingDescriptionBorderPNBank{
            background:rgb(253, 185, 64) !important;
            color:white;
        }
.SelectedLoanApply__QudosMutualBank, .SelectedLoanApply__contentBgQudosMutualBank, .SelectedLoanApply__QudosMutualBank .SelectedLoanApply__viewMoreButton{
        background:#224081 !important;
    }
.SelectedLoanApply__QudosMutualBank:hover, .SelectedLoanApply__QudosMutualBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(27, 51, 103) !important;
    }
.SelectedLoanApply__progressBarQudosMutualBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#224081;
        background:-webkit-gradient(linear,  right top, left top,  from(#224081),color-stop(50%, #224081),color-stop(51%, #224081),to(#224081));
        background:linear-gradient(to left,  #224081 0%,#224081 50%,#224081 51%,#224081 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverQudosMutualBank{
        background:rgb(27, 51, 103);
    }
.SelectedLoanApply__buttonQudosMutualBank{
        background:rgb(34, 64, 129);
        border:0.0625em solid rgb(34, 64, 129);
        color:white;
    }
.SelectedLoanApply__buttonQudosMutualBank:hover, .SelectedLoanApply__buttonQudosMutualBank:focus, .SelectedLoanApply__buttonQudosMutualBank:active{
        background:rgb(27, 51, 103);
        border:0.0625em solid rgb(34, 64, 129);
        color:white;
    }
.SelectedLoanApply__buttonWhiteQudosMutualBank{
        background:white;
        border:0.0625em solid rgb(34, 64, 129);
        color:rgb(34, 64, 129);
    }
.SelectedLoanApply__buttonWhiteQudosMutualBank:hover, .SelectedLoanApply__buttonWhiteQudosMutualBank:focus, .SelectedLoanApply__buttonWhiteQudosMutualBank:active{
        background:rgb(27, 51, 103);
        border:0.0625em solid rgb(34, 64, 129);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderQudosMutualBank{
      border:0.0625em solid rgb(34, 64, 129);
    }
.SelectedLoanApply__lenderBackgroundQudosMutualBank .SelectedLoanApply__headerRatioBar{
        background:rgb(34, 64, 129);
      }
.SelectedLoanApply__lenderBackgroundQudosMutualBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(27, 51, 103);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxQudosMutualBank{
        border:0.125em solid #224081;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordQudosMutualBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordQudosMutualBank:hover{
        border-left:0.0625em solid rgb(34, 64, 129);
        border-right:0.0625em solid rgb(34, 64, 129);
        border-bottom:0.0625em solid rgb(34, 64, 129);
    }
.SelectedLoanApply__productRecordQudosMutualBank:hover .SelectedLoanApply__sortingDescriptionBorderQudosMutualBank{
            background:rgb(34, 64, 129) !important;
            color:white;
        }
.SelectedLoanApply__QueenslandCountryCreditUnion, .SelectedLoanApply__contentBgQueenslandCountryCreditUnion, .SelectedLoanApply__QueenslandCountryCreditUnion .SelectedLoanApply__viewMoreButton{
        background:#FFC20F !important;
    }
.SelectedLoanApply__QueenslandCountryCreditUnion:hover, .SelectedLoanApply__QueenslandCountryCreditUnion .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(204, 155, 12) !important;
    }
.SelectedLoanApply__progressBarQueenslandCountryCreditUnion{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#FFC20F;
        background:-webkit-gradient(linear,  right top, left top,  from(#FFC20F),color-stop(50%, #FFC20F),color-stop(51%, #FFC20F),to(#FFC20F));
        background:linear-gradient(to left,  #FFC20F 0%,#FFC20F 50%,#FFC20F 51%,#FFC20F 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverQueenslandCountryCreditUnion{
        background:rgb(204, 155, 12);
    }
.SelectedLoanApply__buttonQueenslandCountryCreditUnion{
        background:rgb(255, 194, 15);
        border:0.0625em solid rgb(255, 194, 15);
        color:white;
    }
.SelectedLoanApply__buttonQueenslandCountryCreditUnion:hover, .SelectedLoanApply__buttonQueenslandCountryCreditUnion:focus, .SelectedLoanApply__buttonQueenslandCountryCreditUnion:active{
        background:rgb(204, 155, 12);
        border:0.0625em solid rgb(255, 194, 15);
        color:white;
    }
.SelectedLoanApply__buttonWhiteQueenslandCountryCreditUnion{
        background:white;
        border:0.0625em solid rgb(255, 194, 15);
        color:rgb(255, 194, 15);
    }
.SelectedLoanApply__buttonWhiteQueenslandCountryCreditUnion:hover, .SelectedLoanApply__buttonWhiteQueenslandCountryCreditUnion:focus, .SelectedLoanApply__buttonWhiteQueenslandCountryCreditUnion:active{
        background:rgb(204, 155, 12);
        border:0.0625em solid rgb(255, 194, 15);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderQueenslandCountryCreditUnion{
      border:0.0625em solid rgb(255, 194, 15);
    }
.SelectedLoanApply__lenderBackgroundQueenslandCountryCreditUnion .SelectedLoanApply__headerRatioBar{
        background:rgb(255, 194, 15);
      }
.SelectedLoanApply__lenderBackgroundQueenslandCountryCreditUnion:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(204, 155, 12);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxQueenslandCountryCreditUnion{
        border:0.125em solid #ffc20f;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordQueenslandCountryCreditUnion{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordQueenslandCountryCreditUnion:hover{
        border-left:0.0625em solid rgb(255, 194, 15);
        border-right:0.0625em solid rgb(255, 194, 15);
        border-bottom:0.0625em solid rgb(255, 194, 15);
    }
.SelectedLoanApply__productRecordQueenslandCountryCreditUnion:hover .SelectedLoanApply__sortingDescriptionBorderQueenslandCountryCreditUnion{
            background:rgb(255, 194, 15) !important;
            color:white;
        }
.SelectedLoanApply__RaboDirect, .SelectedLoanApply__contentBgRaboDirect, .SelectedLoanApply__RaboDirect .SelectedLoanApply__viewMoreButton{
        background:#FF6701 !important;
    }
.SelectedLoanApply__RaboDirect:hover, .SelectedLoanApply__RaboDirect .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(204, 82, 1) !important;
    }
.SelectedLoanApply__progressBarRaboDirect{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#FF6701;
        background:-webkit-gradient(linear,  right top, left top,  from(#FF6701),color-stop(50%, #FF6701),color-stop(51%, #FF6701),to(#FF6701));
        background:linear-gradient(to left,  #FF6701 0%,#FF6701 50%,#FF6701 51%,#FF6701 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverRaboDirect{
        background:rgb(204, 82, 1);
    }
.SelectedLoanApply__buttonRaboDirect{
        background:rgb(255, 103, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.SelectedLoanApply__buttonRaboDirect:hover, .SelectedLoanApply__buttonRaboDirect:focus, .SelectedLoanApply__buttonRaboDirect:active{
        background:rgb(204, 82, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.SelectedLoanApply__buttonWhiteRaboDirect{
        background:white;
        border:0.0625em solid rgb(255, 103, 1);
        color:rgb(255, 103, 1);
    }
.SelectedLoanApply__buttonWhiteRaboDirect:hover, .SelectedLoanApply__buttonWhiteRaboDirect:focus, .SelectedLoanApply__buttonWhiteRaboDirect:active{
        background:rgb(204, 82, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderRaboDirect{
      border:0.0625em solid rgb(255, 103, 1);
    }
.SelectedLoanApply__lenderBackgroundRaboDirect .SelectedLoanApply__headerRatioBar{
        background:rgb(255, 103, 1);
      }
.SelectedLoanApply__lenderBackgroundRaboDirect:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(204, 82, 1);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxRaboDirect{
        border:0.125em solid #ff6701;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordRaboDirect{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordRaboDirect:hover{
        border-left:0.0625em solid rgb(255, 103, 1);
        border-right:0.0625em solid rgb(255, 103, 1);
        border-bottom:0.0625em solid rgb(255, 103, 1);
    }
.SelectedLoanApply__productRecordRaboDirect:hover .SelectedLoanApply__sortingDescriptionBorderRaboDirect{
            background:rgb(255, 103, 1) !important;
            color:white;
        }
.SelectedLoanApply__AdvantedgeFS, .SelectedLoanApply__contentBgAdvantedgeFS, .SelectedLoanApply__AdvantedgeFS .SelectedLoanApply__viewMoreButton{
        background:#BDD600 !important;
    }
.SelectedLoanApply__AdvantedgeFS:hover, .SelectedLoanApply__AdvantedgeFS .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(151, 171, 0) !important;
    }
.SelectedLoanApply__progressBarAdvantedgeFS{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#BDD600;
        background:-webkit-gradient(linear,  right top, left top,  from(#BDD600),color-stop(50%, #BDD600),color-stop(51%, #BDD600),to(#BDD600));
        background:linear-gradient(to left,  #BDD600 0%,#BDD600 50%,#BDD600 51%,#BDD600 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverAdvantedgeFS{
        background:rgb(151, 171, 0);
    }
.SelectedLoanApply__buttonAdvantedgeFS{
        background:rgb(189, 214, 0);
        border:0.0625em solid rgb(189, 214, 0);
        color:white;
    }
.SelectedLoanApply__buttonAdvantedgeFS:hover, .SelectedLoanApply__buttonAdvantedgeFS:focus, .SelectedLoanApply__buttonAdvantedgeFS:active{
        background:rgb(151, 171, 0);
        border:0.0625em solid rgb(189, 214, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhiteAdvantedgeFS{
        background:white;
        border:0.0625em solid rgb(189, 214, 0);
        color:rgb(189, 214, 0);
    }
.SelectedLoanApply__buttonWhiteAdvantedgeFS:hover, .SelectedLoanApply__buttonWhiteAdvantedgeFS:focus, .SelectedLoanApply__buttonWhiteAdvantedgeFS:active{
        background:rgb(151, 171, 0);
        border:0.0625em solid rgb(189, 214, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderAdvantedgeFS{
      border:0.0625em solid rgb(189, 214, 0);
    }
.SelectedLoanApply__lenderBackgroundAdvantedgeFS .SelectedLoanApply__headerRatioBar{
        background:rgb(189, 214, 0);
      }
.SelectedLoanApply__lenderBackgroundAdvantedgeFS:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(151, 171, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxAdvantedgeFS{
        border:0.125em solid #bdd600;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordAdvantedgeFS{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordAdvantedgeFS:hover{
        border-left:0.0625em solid rgb(189, 214, 0);
        border-right:0.0625em solid rgb(189, 214, 0);
        border-bottom:0.0625em solid rgb(189, 214, 0);
    }
.SelectedLoanApply__productRecordAdvantedgeFS:hover .SelectedLoanApply__sortingDescriptionBorderAdvantedgeFS{
            background:rgb(189, 214, 0) !important;
            color:white;
        }
.SelectedLoanApply__Afterpay, .SelectedLoanApply__contentBgAfterpay, .SelectedLoanApply__Afterpay .SelectedLoanApply__viewMoreButton{
        background:#16A0D5 !important;
    }
.SelectedLoanApply__Afterpay:hover, .SelectedLoanApply__Afterpay .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(18, 128, 170) !important;
    }
.SelectedLoanApply__progressBarAfterpay{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#16A0D5;
        background:-webkit-gradient(linear,  right top, left top,  from(#16A0D5),color-stop(50%, #16A0D5),color-stop(51%, #16A0D5),to(#16A0D5));
        background:linear-gradient(to left,  #16A0D5 0%,#16A0D5 50%,#16A0D5 51%,#16A0D5 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverAfterpay{
        background:rgb(18, 128, 170);
    }
.SelectedLoanApply__buttonAfterpay{
        background:rgb(22, 160, 213);
        border:0.0625em solid rgb(22, 160, 213);
        color:white;
    }
.SelectedLoanApply__buttonAfterpay:hover, .SelectedLoanApply__buttonAfterpay:focus, .SelectedLoanApply__buttonAfterpay:active{
        background:rgb(18, 128, 170);
        border:0.0625em solid rgb(22, 160, 213);
        color:white;
    }
.SelectedLoanApply__buttonWhiteAfterpay{
        background:white;
        border:0.0625em solid rgb(22, 160, 213);
        color:rgb(22, 160, 213);
    }
.SelectedLoanApply__buttonWhiteAfterpay:hover, .SelectedLoanApply__buttonWhiteAfterpay:focus, .SelectedLoanApply__buttonWhiteAfterpay:active{
        background:rgb(18, 128, 170);
        border:0.0625em solid rgb(22, 160, 213);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderAfterpay{
      border:0.0625em solid rgb(22, 160, 213);
    }
.SelectedLoanApply__lenderBackgroundAfterpay .SelectedLoanApply__headerRatioBar{
        background:rgb(22, 160, 213);
      }
.SelectedLoanApply__lenderBackgroundAfterpay:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(18, 128, 170);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxAfterpay{
        border:0.125em solid #16a0d5;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordAfterpay{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordAfterpay:hover{
        border-left:0.0625em solid rgb(22, 160, 213);
        border-right:0.0625em solid rgb(22, 160, 213);
        border-bottom:0.0625em solid rgb(22, 160, 213);
    }
.SelectedLoanApply__productRecordAfterpay:hover .SelectedLoanApply__sortingDescriptionBorderAfterpay{
            background:rgb(22, 160, 213) !important;
            color:white;
        }
.SelectedLoanApply__AustralianMilitary, .SelectedLoanApply__contentBgAustralianMilitary, .SelectedLoanApply__AustralianMilitary .SelectedLoanApply__viewMoreButton{
        background:#EB212E !important;
    }
.SelectedLoanApply__AustralianMilitary:hover, .SelectedLoanApply__AustralianMilitary .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(188, 26, 37) !important;
    }
.SelectedLoanApply__progressBarAustralianMilitary{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#EB212E;
        background:-webkit-gradient(linear,  right top, left top,  from(#EB212E),color-stop(50%, #EB212E),color-stop(51%, #EB212E),to(#EB212E));
        background:linear-gradient(to left,  #EB212E 0%,#EB212E 50%,#EB212E 51%,#EB212E 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverAustralianMilitary{
        background:rgb(188, 26, 37);
    }
.SelectedLoanApply__buttonAustralianMilitary{
        background:rgb(235, 33, 46);
        border:0.0625em solid rgb(235, 33, 46);
        color:white;
    }
.SelectedLoanApply__buttonAustralianMilitary:hover, .SelectedLoanApply__buttonAustralianMilitary:focus, .SelectedLoanApply__buttonAustralianMilitary:active{
        background:rgb(188, 26, 37);
        border:0.0625em solid rgb(235, 33, 46);
        color:white;
    }
.SelectedLoanApply__buttonWhiteAustralianMilitary{
        background:white;
        border:0.0625em solid rgb(235, 33, 46);
        color:rgb(235, 33, 46);
    }
.SelectedLoanApply__buttonWhiteAustralianMilitary:hover, .SelectedLoanApply__buttonWhiteAustralianMilitary:focus, .SelectedLoanApply__buttonWhiteAustralianMilitary:active{
        background:rgb(188, 26, 37);
        border:0.0625em solid rgb(235, 33, 46);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderAustralianMilitary{
      border:0.0625em solid rgb(235, 33, 46);
    }
.SelectedLoanApply__lenderBackgroundAustralianMilitary .SelectedLoanApply__headerRatioBar{
        background:rgb(235, 33, 46);
      }
.SelectedLoanApply__lenderBackgroundAustralianMilitary:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(188, 26, 37);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxAustralianMilitary{
        border:0.125em solid #eb212e;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordAustralianMilitary{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordAustralianMilitary:hover{
        border-left:0.0625em solid rgb(235, 33, 46);
        border-right:0.0625em solid rgb(235, 33, 46);
        border-bottom:0.0625em solid rgb(235, 33, 46);
    }
.SelectedLoanApply__productRecordAustralianMilitary:hover .SelectedLoanApply__sortingDescriptionBorderAustralianMilitary{
            background:rgb(235, 33, 46) !important;
            color:white;
        }
.SelectedLoanApply__AustralianUnity, .SelectedLoanApply__contentBgAustralianUnity, .SelectedLoanApply__AustralianUnity .SelectedLoanApply__viewMoreButton{
        background:#E37221 !important;
    }
.SelectedLoanApply__AustralianUnity:hover, .SelectedLoanApply__AustralianUnity .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(182, 91, 26) !important;
    }
.SelectedLoanApply__progressBarAustralianUnity{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#E37221;
        background:-webkit-gradient(linear,  right top, left top,  from(#E37221),color-stop(50%, #E37221),color-stop(51%, #E37221),to(#E37221));
        background:linear-gradient(to left,  #E37221 0%,#E37221 50%,#E37221 51%,#E37221 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverAustralianUnity{
        background:rgb(182, 91, 26);
    }
.SelectedLoanApply__buttonAustralianUnity{
        background:rgb(227, 114, 33);
        border:0.0625em solid rgb(227, 114, 33);
        color:white;
    }
.SelectedLoanApply__buttonAustralianUnity:hover, .SelectedLoanApply__buttonAustralianUnity:focus, .SelectedLoanApply__buttonAustralianUnity:active{
        background:rgb(182, 91, 26);
        border:0.0625em solid rgb(227, 114, 33);
        color:white;
    }
.SelectedLoanApply__buttonWhiteAustralianUnity{
        background:white;
        border:0.0625em solid rgb(227, 114, 33);
        color:rgb(227, 114, 33);
    }
.SelectedLoanApply__buttonWhiteAustralianUnity:hover, .SelectedLoanApply__buttonWhiteAustralianUnity:focus, .SelectedLoanApply__buttonWhiteAustralianUnity:active{
        background:rgb(182, 91, 26);
        border:0.0625em solid rgb(227, 114, 33);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderAustralianUnity{
      border:0.0625em solid rgb(227, 114, 33);
    }
.SelectedLoanApply__lenderBackgroundAustralianUnity .SelectedLoanApply__headerRatioBar{
        background:rgb(227, 114, 33);
      }
.SelectedLoanApply__lenderBackgroundAustralianUnity:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(182, 91, 26);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxAustralianUnity{
        border:0.125em solid #e37221;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordAustralianUnity{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordAustralianUnity:hover{
        border-left:0.0625em solid rgb(227, 114, 33);
        border-right:0.0625em solid rgb(227, 114, 33);
        border-bottom:0.0625em solid rgb(227, 114, 33);
    }
.SelectedLoanApply__productRecordAustralianUnity:hover .SelectedLoanApply__sortingDescriptionBorderAustralianUnity{
            background:rgb(227, 114, 33) !important;
            color:white;
        }
.SelectedLoanApply__AuswideBank, .SelectedLoanApply__contentBgAuswideBank, .SelectedLoanApply__AuswideBank .SelectedLoanApply__viewMoreButton{
        background:#F68B33 !important;
    }
.SelectedLoanApply__AuswideBank:hover, .SelectedLoanApply__AuswideBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(197, 111, 41) !important;
    }
.SelectedLoanApply__progressBarAuswideBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#F68B33;
        background:-webkit-gradient(linear,  right top, left top,  from(#F68B33),color-stop(50%, #F68B33),color-stop(51%, #F68B33),to(#F68B33));
        background:linear-gradient(to left,  #F68B33 0%,#F68B33 50%,#F68B33 51%,#F68B33 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverAuswideBank{
        background:rgb(197, 111, 41);
    }
.SelectedLoanApply__buttonAuswideBank{
        background:rgb(246, 139, 51);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.SelectedLoanApply__buttonAuswideBank:hover, .SelectedLoanApply__buttonAuswideBank:focus, .SelectedLoanApply__buttonAuswideBank:active{
        background:rgb(197, 111, 41);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.SelectedLoanApply__buttonWhiteAuswideBank{
        background:white;
        border:0.0625em solid rgb(246, 139, 51);
        color:rgb(246, 139, 51);
    }
.SelectedLoanApply__buttonWhiteAuswideBank:hover, .SelectedLoanApply__buttonWhiteAuswideBank:focus, .SelectedLoanApply__buttonWhiteAuswideBank:active{
        background:rgb(197, 111, 41);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderAuswideBank{
      border:0.0625em solid rgb(246, 139, 51);
    }
.SelectedLoanApply__lenderBackgroundAuswideBank .SelectedLoanApply__headerRatioBar{
        background:rgb(246, 139, 51);
      }
.SelectedLoanApply__lenderBackgroundAuswideBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(197, 111, 41);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxAuswideBank{
        border:0.125em solid #f68b33;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordAuswideBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordAuswideBank:hover{
        border-left:0.0625em solid rgb(246, 139, 51);
        border-right:0.0625em solid rgb(246, 139, 51);
        border-bottom:0.0625em solid rgb(246, 139, 51);
    }
.SelectedLoanApply__productRecordAuswideBank:hover .SelectedLoanApply__sortingDescriptionBorderAuswideBank{
            background:rgb(246, 139, 51) !important;
            color:white;
        }
.SelectedLoanApply__BananacoastCCU, .SelectedLoanApply__contentBgBananacoastCCU, .SelectedLoanApply__BananacoastCCU .SelectedLoanApply__viewMoreButton{
        background:#003F5F !important;
    }
.SelectedLoanApply__BananacoastCCU:hover, .SelectedLoanApply__BananacoastCCU .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 50, 76) !important;
    }
.SelectedLoanApply__progressBarBananacoastCCU{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#003F5F;
        background:-webkit-gradient(linear,  right top, left top,  from(#003F5F),color-stop(50%, #003F5F),color-stop(51%, #003F5F),to(#003F5F));
        background:linear-gradient(to left,  #003F5F 0%,#003F5F 50%,#003F5F 51%,#003F5F 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBananacoastCCU{
        background:rgb(0, 50, 76);
    }
.SelectedLoanApply__buttonBananacoastCCU{
        background:rgb(0, 63, 95);
        border:0.0625em solid rgb(0, 63, 95);
        color:white;
    }
.SelectedLoanApply__buttonBananacoastCCU:hover, .SelectedLoanApply__buttonBananacoastCCU:focus, .SelectedLoanApply__buttonBananacoastCCU:active{
        background:rgb(0, 50, 76);
        border:0.0625em solid rgb(0, 63, 95);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBananacoastCCU{
        background:white;
        border:0.0625em solid rgb(0, 63, 95);
        color:rgb(0, 63, 95);
    }
.SelectedLoanApply__buttonWhiteBananacoastCCU:hover, .SelectedLoanApply__buttonWhiteBananacoastCCU:focus, .SelectedLoanApply__buttonWhiteBananacoastCCU:active{
        background:rgb(0, 50, 76);
        border:0.0625em solid rgb(0, 63, 95);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBananacoastCCU{
      border:0.0625em solid rgb(0, 63, 95);
    }
.SelectedLoanApply__lenderBackgroundBananacoastCCU .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 63, 95);
      }
.SelectedLoanApply__lenderBackgroundBananacoastCCU:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 50, 76);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBananacoastCCU{
        border:0.125em solid #003f5f;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBananacoastCCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBananacoastCCU:hover{
        border-left:0.0625em solid rgb(0, 63, 95);
        border-right:0.0625em solid rgb(0, 63, 95);
        border-bottom:0.0625em solid rgb(0, 63, 95);
    }
.SelectedLoanApply__productRecordBananacoastCCU:hover .SelectedLoanApply__sortingDescriptionBorderBananacoastCCU{
            background:rgb(0, 63, 95) !important;
            color:white;
        }
.SelectedLoanApply__BankOfHeritageIsle, .SelectedLoanApply__contentBgBankOfHeritageIsle, .SelectedLoanApply__BankOfHeritageIsle .SelectedLoanApply__viewMoreButton{
        background:#006D42 !important;
    }
.SelectedLoanApply__BankOfHeritageIsle:hover, .SelectedLoanApply__BankOfHeritageIsle .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 87, 53) !important;
    }
.SelectedLoanApply__progressBarBankOfHeritageIsle{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#006D42;
        background:-webkit-gradient(linear,  right top, left top,  from(#006D42),color-stop(50%, #006D42),color-stop(51%, #006D42),to(#006D42));
        background:linear-gradient(to left,  #006D42 0%,#006D42 50%,#006D42 51%,#006D42 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBankOfHeritageIsle{
        background:rgb(0, 87, 53);
    }
.SelectedLoanApply__buttonBankOfHeritageIsle{
        background:rgb(0, 109, 66);
        border:0.0625em solid rgb(0, 109, 66);
        color:white;
    }
.SelectedLoanApply__buttonBankOfHeritageIsle:hover, .SelectedLoanApply__buttonBankOfHeritageIsle:focus, .SelectedLoanApply__buttonBankOfHeritageIsle:active{
        background:rgb(0, 87, 53);
        border:0.0625em solid rgb(0, 109, 66);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBankOfHeritageIsle{
        background:white;
        border:0.0625em solid rgb(0, 109, 66);
        color:rgb(0, 109, 66);
    }
.SelectedLoanApply__buttonWhiteBankOfHeritageIsle:hover, .SelectedLoanApply__buttonWhiteBankOfHeritageIsle:focus, .SelectedLoanApply__buttonWhiteBankOfHeritageIsle:active{
        background:rgb(0, 87, 53);
        border:0.0625em solid rgb(0, 109, 66);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBankOfHeritageIsle{
      border:0.0625em solid rgb(0, 109, 66);
    }
.SelectedLoanApply__lenderBackgroundBankOfHeritageIsle .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 109, 66);
      }
.SelectedLoanApply__lenderBackgroundBankOfHeritageIsle:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 87, 53);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBankOfHeritageIsle{
        border:0.125em solid #006d42;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBankOfHeritageIsle{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBankOfHeritageIsle:hover{
        border-left:0.0625em solid rgb(0, 109, 66);
        border-right:0.0625em solid rgb(0, 109, 66);
        border-bottom:0.0625em solid rgb(0, 109, 66);
    }
.SelectedLoanApply__productRecordBankOfHeritageIsle:hover .SelectedLoanApply__sortingDescriptionBorderBankOfHeritageIsle{
            background:rgb(0, 109, 66) !important;
            color:white;
        }
.SelectedLoanApply__BankOfUS, .SelectedLoanApply__contentBgBankOfUS, .SelectedLoanApply__BankOfUS .SelectedLoanApply__viewMoreButton{
        background:#90278E !important;
    }
.SelectedLoanApply__BankOfUS:hover, .SelectedLoanApply__BankOfUS .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(115, 31, 114) !important;
    }
.SelectedLoanApply__progressBarBankOfUS{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#90278E;
        background:-webkit-gradient(linear,  right top, left top,  from(#90278E),color-stop(50%, #90278E),color-stop(51%, #90278E),to(#90278E));
        background:linear-gradient(to left,  #90278E 0%,#90278E 50%,#90278E 51%,#90278E 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBankOfUS{
        background:rgb(115, 31, 114);
    }
.SelectedLoanApply__buttonBankOfUS{
        background:rgb(144, 39, 142);
        border:0.0625em solid rgb(144, 39, 142);
        color:white;
    }
.SelectedLoanApply__buttonBankOfUS:hover, .SelectedLoanApply__buttonBankOfUS:focus, .SelectedLoanApply__buttonBankOfUS:active{
        background:rgb(115, 31, 114);
        border:0.0625em solid rgb(144, 39, 142);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBankOfUS{
        background:white;
        border:0.0625em solid rgb(144, 39, 142);
        color:rgb(144, 39, 142);
    }
.SelectedLoanApply__buttonWhiteBankOfUS:hover, .SelectedLoanApply__buttonWhiteBankOfUS:focus, .SelectedLoanApply__buttonWhiteBankOfUS:active{
        background:rgb(115, 31, 114);
        border:0.0625em solid rgb(144, 39, 142);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBankOfUS{
      border:0.0625em solid rgb(144, 39, 142);
    }
.SelectedLoanApply__lenderBackgroundBankOfUS .SelectedLoanApply__headerRatioBar{
        background:rgb(144, 39, 142);
      }
.SelectedLoanApply__lenderBackgroundBankOfUS:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(115, 31, 114);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBankOfUS{
        border:0.125em solid #90278e;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBankOfUS{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBankOfUS:hover{
        border-left:0.0625em solid rgb(144, 39, 142);
        border-right:0.0625em solid rgb(144, 39, 142);
        border-bottom:0.0625em solid rgb(144, 39, 142);
    }
.SelectedLoanApply__productRecordBankOfUS:hover .SelectedLoanApply__sortingDescriptionBorderBankOfUS{
            background:rgb(144, 39, 142) !important;
            color:white;
        }
.SelectedLoanApply__BDCUAllianceBank, .SelectedLoanApply__contentBgBDCUAllianceBank, .SelectedLoanApply__BDCUAllianceBank .SelectedLoanApply__viewMoreButton{
        background:#0071BB !important;
    }
.SelectedLoanApply__BDCUAllianceBank:hover, .SelectedLoanApply__BDCUAllianceBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 90, 150) !important;
    }
.SelectedLoanApply__progressBarBDCUAllianceBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#0071BB;
        background:-webkit-gradient(linear,  right top, left top,  from(#0071BB),color-stop(50%, #0071BB),color-stop(51%, #0071BB),to(#0071BB));
        background:linear-gradient(to left,  #0071BB 0%,#0071BB 50%,#0071BB 51%,#0071BB 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBDCUAllianceBank{
        background:rgb(0, 90, 150);
    }
.SelectedLoanApply__buttonBDCUAllianceBank{
        background:rgb(0, 113, 187);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.SelectedLoanApply__buttonBDCUAllianceBank:hover, .SelectedLoanApply__buttonBDCUAllianceBank:focus, .SelectedLoanApply__buttonBDCUAllianceBank:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBDCUAllianceBank{
        background:white;
        border:0.0625em solid rgb(0, 113, 187);
        color:rgb(0, 113, 187);
    }
.SelectedLoanApply__buttonWhiteBDCUAllianceBank:hover, .SelectedLoanApply__buttonWhiteBDCUAllianceBank:focus, .SelectedLoanApply__buttonWhiteBDCUAllianceBank:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBDCUAllianceBank{
      border:0.0625em solid rgb(0, 113, 187);
    }
.SelectedLoanApply__lenderBackgroundBDCUAllianceBank .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 113, 187);
      }
.SelectedLoanApply__lenderBackgroundBDCUAllianceBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 90, 150);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBDCUAllianceBank{
        border:0.125em solid #0071bb;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBDCUAllianceBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBDCUAllianceBank:hover{
        border-left:0.0625em solid rgb(0, 113, 187);
        border-right:0.0625em solid rgb(0, 113, 187);
        border-bottom:0.0625em solid rgb(0, 113, 187);
    }
.SelectedLoanApply__productRecordBDCUAllianceBank:hover .SelectedLoanApply__sortingDescriptionBorderBDCUAllianceBank{
            background:rgb(0, 113, 187) !important;
            color:white;
        }
.SelectedLoanApply__BankVIC, .SelectedLoanApply__contentBgBankVIC, .SelectedLoanApply__BankVIC .SelectedLoanApply__viewMoreButton{
        background:#067AAE !important;
    }
.SelectedLoanApply__BankVIC:hover, .SelectedLoanApply__BankVIC .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(5, 98, 139) !important;
    }
.SelectedLoanApply__progressBarBankVIC{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#067AAE;
        background:-webkit-gradient(linear,  right top, left top,  from(#067AAE),color-stop(50%, #067AAE),color-stop(51%, #067AAE),to(#067AAE));
        background:linear-gradient(to left,  #067AAE 0%,#067AAE 50%,#067AAE 51%,#067AAE 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBankVIC{
        background:rgb(5, 98, 139);
    }
.SelectedLoanApply__buttonBankVIC{
        background:rgb(6, 122, 174);
        border:0.0625em solid rgb(6, 122, 174);
        color:white;
    }
.SelectedLoanApply__buttonBankVIC:hover, .SelectedLoanApply__buttonBankVIC:focus, .SelectedLoanApply__buttonBankVIC:active{
        background:rgb(5, 98, 139);
        border:0.0625em solid rgb(6, 122, 174);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBankVIC{
        background:white;
        border:0.0625em solid rgb(6, 122, 174);
        color:rgb(6, 122, 174);
    }
.SelectedLoanApply__buttonWhiteBankVIC:hover, .SelectedLoanApply__buttonWhiteBankVIC:focus, .SelectedLoanApply__buttonWhiteBankVIC:active{
        background:rgb(5, 98, 139);
        border:0.0625em solid rgb(6, 122, 174);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBankVIC{
      border:0.0625em solid rgb(6, 122, 174);
    }
.SelectedLoanApply__lenderBackgroundBankVIC .SelectedLoanApply__headerRatioBar{
        background:rgb(6, 122, 174);
      }
.SelectedLoanApply__lenderBackgroundBankVIC:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(5, 98, 139);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBankVIC{
        border:0.125em solid #067aae;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBankVIC{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBankVIC:hover{
        border-left:0.0625em solid rgb(6, 122, 174);
        border-right:0.0625em solid rgb(6, 122, 174);
        border-bottom:0.0625em solid rgb(6, 122, 174);
    }
.SelectedLoanApply__productRecordBankVIC:hover .SelectedLoanApply__sortingDescriptionBorderBankVIC{
            background:rgb(6, 122, 174) !important;
            color:white;
        }
.SelectedLoanApply__BorderBank, .SelectedLoanApply__contentBgBorderBank, .SelectedLoanApply__BorderBank .SelectedLoanApply__viewMoreButton{
        background:#1A3A6B !important;
    }
.SelectedLoanApply__BorderBank:hover, .SelectedLoanApply__BorderBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(21, 46, 86) !important;
    }
.SelectedLoanApply__progressBarBorderBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#1A3A6B;
        background:-webkit-gradient(linear,  right top, left top,  from(#1A3A6B),color-stop(50%, #1A3A6B),color-stop(51%, #1A3A6B),to(#1A3A6B));
        background:linear-gradient(to left,  #1A3A6B 0%,#1A3A6B 50%,#1A3A6B 51%,#1A3A6B 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverBorderBank{
        background:rgb(21, 46, 86);
    }
.SelectedLoanApply__buttonBorderBank{
        background:rgb(26, 58, 107);
        border:0.0625em solid rgb(26, 58, 107);
        color:white;
    }
.SelectedLoanApply__buttonBorderBank:hover, .SelectedLoanApply__buttonBorderBank:focus, .SelectedLoanApply__buttonBorderBank:active{
        background:rgb(21, 46, 86);
        border:0.0625em solid rgb(26, 58, 107);
        color:white;
    }
.SelectedLoanApply__buttonWhiteBorderBank{
        background:white;
        border:0.0625em solid rgb(26, 58, 107);
        color:rgb(26, 58, 107);
    }
.SelectedLoanApply__buttonWhiteBorderBank:hover, .SelectedLoanApply__buttonWhiteBorderBank:focus, .SelectedLoanApply__buttonWhiteBorderBank:active{
        background:rgb(21, 46, 86);
        border:0.0625em solid rgb(26, 58, 107);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderBorderBank{
      border:0.0625em solid rgb(26, 58, 107);
    }
.SelectedLoanApply__lenderBackgroundBorderBank .SelectedLoanApply__headerRatioBar{
        background:rgb(26, 58, 107);
      }
.SelectedLoanApply__lenderBackgroundBorderBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(21, 46, 86);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxBorderBank{
        border:0.125em solid #1a3a6b;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordBorderBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordBorderBank:hover{
        border-left:0.0625em solid rgb(26, 58, 107);
        border-right:0.0625em solid rgb(26, 58, 107);
        border-bottom:0.0625em solid rgb(26, 58, 107);
    }
.SelectedLoanApply__productRecordBorderBank:hover .SelectedLoanApply__sortingDescriptionBorderBorderBank{
            background:rgb(26, 58, 107) !important;
            color:white;
        }
.SelectedLoanApply__CentralMurrayCU, .SelectedLoanApply__contentBgCentralMurrayCU, .SelectedLoanApply__CentralMurrayCU .SelectedLoanApply__viewMoreButton{
        background:#900028 !important;
    }
.SelectedLoanApply__CentralMurrayCU:hover, .SelectedLoanApply__CentralMurrayCU .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(115, 0, 32) !important;
    }
.SelectedLoanApply__progressBarCentralMurrayCU{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#900028;
        background:-webkit-gradient(linear,  right top, left top,  from(#900028),color-stop(50%, #900028),color-stop(51%, #900028),to(#900028));
        background:linear-gradient(to left,  #900028 0%,#900028 50%,#900028 51%,#900028 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverCentralMurrayCU{
        background:rgb(115, 0, 32);
    }
.SelectedLoanApply__buttonCentralMurrayCU{
        background:rgb(144, 0, 40);
        border:0.0625em solid rgb(144, 0, 40);
        color:white;
    }
.SelectedLoanApply__buttonCentralMurrayCU:hover, .SelectedLoanApply__buttonCentralMurrayCU:focus, .SelectedLoanApply__buttonCentralMurrayCU:active{
        background:rgb(115, 0, 32);
        border:0.0625em solid rgb(144, 0, 40);
        color:white;
    }
.SelectedLoanApply__buttonWhiteCentralMurrayCU{
        background:white;
        border:0.0625em solid rgb(144, 0, 40);
        color:rgb(144, 0, 40);
    }
.SelectedLoanApply__buttonWhiteCentralMurrayCU:hover, .SelectedLoanApply__buttonWhiteCentralMurrayCU:focus, .SelectedLoanApply__buttonWhiteCentralMurrayCU:active{
        background:rgb(115, 0, 32);
        border:0.0625em solid rgb(144, 0, 40);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderCentralMurrayCU{
      border:0.0625em solid rgb(144, 0, 40);
    }
.SelectedLoanApply__lenderBackgroundCentralMurrayCU .SelectedLoanApply__headerRatioBar{
        background:rgb(144, 0, 40);
      }
.SelectedLoanApply__lenderBackgroundCentralMurrayCU:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(115, 0, 32);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxCentralMurrayCU{
        border:0.125em solid #900028;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordCentralMurrayCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordCentralMurrayCU:hover{
        border-left:0.0625em solid rgb(144, 0, 40);
        border-right:0.0625em solid rgb(144, 0, 40);
        border-bottom:0.0625em solid rgb(144, 0, 40);
    }
.SelectedLoanApply__productRecordCentralMurrayCU:hover .SelectedLoanApply__sortingDescriptionBorderCentralMurrayCU{
            background:rgb(144, 0, 40) !important;
            color:white;
        }
.SelectedLoanApply__CentralWestCU, .SelectedLoanApply__contentBgCentralWestCU, .SelectedLoanApply__CentralWestCU .SelectedLoanApply__viewMoreButton{
        background:#F1523D !important;
    }
.SelectedLoanApply__CentralWestCU:hover, .SelectedLoanApply__CentralWestCU .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(193, 66, 49) !important;
    }
.SelectedLoanApply__progressBarCentralWestCU{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#F1523D;
        background:-webkit-gradient(linear,  right top, left top,  from(#F1523D),color-stop(50%, #F1523D),color-stop(51%, #F1523D),to(#F1523D));
        background:linear-gradient(to left,  #F1523D 0%,#F1523D 50%,#F1523D 51%,#F1523D 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverCentralWestCU{
        background:rgb(193, 66, 49);
    }
.SelectedLoanApply__buttonCentralWestCU{
        background:rgb(241, 82, 61);
        border:0.0625em solid rgb(241, 82, 61);
        color:white;
    }
.SelectedLoanApply__buttonCentralWestCU:hover, .SelectedLoanApply__buttonCentralWestCU:focus, .SelectedLoanApply__buttonCentralWestCU:active{
        background:rgb(193, 66, 49);
        border:0.0625em solid rgb(241, 82, 61);
        color:white;
    }
.SelectedLoanApply__buttonWhiteCentralWestCU{
        background:white;
        border:0.0625em solid rgb(241, 82, 61);
        color:rgb(241, 82, 61);
    }
.SelectedLoanApply__buttonWhiteCentralWestCU:hover, .SelectedLoanApply__buttonWhiteCentralWestCU:focus, .SelectedLoanApply__buttonWhiteCentralWestCU:active{
        background:rgb(193, 66, 49);
        border:0.0625em solid rgb(241, 82, 61);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderCentralWestCU{
      border:0.0625em solid rgb(241, 82, 61);
    }
.SelectedLoanApply__lenderBackgroundCentralWestCU .SelectedLoanApply__headerRatioBar{
        background:rgb(241, 82, 61);
      }
.SelectedLoanApply__lenderBackgroundCentralWestCU:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(193, 66, 49);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxCentralWestCU{
        border:0.125em solid #f1523d;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordCentralWestCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordCentralWestCU:hover{
        border-left:0.0625em solid rgb(241, 82, 61);
        border-right:0.0625em solid rgb(241, 82, 61);
        border-bottom:0.0625em solid rgb(241, 82, 61);
    }
.SelectedLoanApply__productRecordCentralWestCU:hover .SelectedLoanApply__sortingDescriptionBorderCentralWestCU{
            background:rgb(241, 82, 61) !important;
            color:white;
        }
.SelectedLoanApply__FamilyFirstCU, .SelectedLoanApply__contentBgFamilyFirstCU, .SelectedLoanApply__FamilyFirstCU .SelectedLoanApply__viewMoreButton{
        background:#A6D14D !important;
    }
.SelectedLoanApply__FamilyFirstCU:hover, .SelectedLoanApply__FamilyFirstCU .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(133, 167, 62) !important;
    }
.SelectedLoanApply__progressBarFamilyFirstCU{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#A6D14D;
        background:-webkit-gradient(linear,  right top, left top,  from(#A6D14D),color-stop(50%, #A6D14D),color-stop(51%, #A6D14D),to(#A6D14D));
        background:linear-gradient(to left,  #A6D14D 0%,#A6D14D 50%,#A6D14D 51%,#A6D14D 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverFamilyFirstCU{
        background:rgb(133, 167, 62);
    }
.SelectedLoanApply__buttonFamilyFirstCU{
        background:rgb(166, 209, 77);
        border:0.0625em solid rgb(166, 209, 77);
        color:white;
    }
.SelectedLoanApply__buttonFamilyFirstCU:hover, .SelectedLoanApply__buttonFamilyFirstCU:focus, .SelectedLoanApply__buttonFamilyFirstCU:active{
        background:rgb(133, 167, 62);
        border:0.0625em solid rgb(166, 209, 77);
        color:white;
    }
.SelectedLoanApply__buttonWhiteFamilyFirstCU{
        background:white;
        border:0.0625em solid rgb(166, 209, 77);
        color:rgb(166, 209, 77);
    }
.SelectedLoanApply__buttonWhiteFamilyFirstCU:hover, .SelectedLoanApply__buttonWhiteFamilyFirstCU:focus, .SelectedLoanApply__buttonWhiteFamilyFirstCU:active{
        background:rgb(133, 167, 62);
        border:0.0625em solid rgb(166, 209, 77);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderFamilyFirstCU{
      border:0.0625em solid rgb(166, 209, 77);
    }
.SelectedLoanApply__lenderBackgroundFamilyFirstCU .SelectedLoanApply__headerRatioBar{
        background:rgb(166, 209, 77);
      }
.SelectedLoanApply__lenderBackgroundFamilyFirstCU:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(133, 167, 62);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxFamilyFirstCU{
        border:0.125em solid #a6d14d;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordFamilyFirstCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordFamilyFirstCU:hover{
        border-left:0.0625em solid rgb(166, 209, 77);
        border-right:0.0625em solid rgb(166, 209, 77);
        border-bottom:0.0625em solid rgb(166, 209, 77);
    }
.SelectedLoanApply__productRecordFamilyFirstCU:hover .SelectedLoanApply__sortingDescriptionBorderFamilyFirstCU{
            background:rgb(166, 209, 77) !important;
            color:white;
        }
.SelectedLoanApply__FirefightersMB, .SelectedLoanApply__contentBgFirefightersMB, .SelectedLoanApply__FirefightersMB .SelectedLoanApply__viewMoreButton{
        background:#000000 !important;
    }
.SelectedLoanApply__FirefightersMB:hover, .SelectedLoanApply__FirefightersMB .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.SelectedLoanApply__progressBarFirefightersMB{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverFirefightersMB{
        background:rgb(51, 51, 51);
    }
.SelectedLoanApply__buttonFirefightersMB{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonFirefightersMB:hover, .SelectedLoanApply__buttonFirefightersMB:focus, .SelectedLoanApply__buttonFirefightersMB:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhiteFirefightersMB{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.SelectedLoanApply__buttonWhiteFirefightersMB:hover, .SelectedLoanApply__buttonWhiteFirefightersMB:focus, .SelectedLoanApply__buttonWhiteFirefightersMB:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderFirefightersMB{
      border:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__lenderBackgroundFirefightersMB .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.SelectedLoanApply__lenderBackgroundFirefightersMB:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxFirefightersMB{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordFirefightersMB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordFirefightersMB:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__productRecordFirefightersMB:hover .SelectedLoanApply__sortingDescriptionBorderFirefightersMB{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.SelectedLoanApply__GCMutualBank, .SelectedLoanApply__contentBgGCMutualBank, .SelectedLoanApply__GCMutualBank .SelectedLoanApply__viewMoreButton{
        background:#04A987 !important;
    }
.SelectedLoanApply__GCMutualBank:hover, .SelectedLoanApply__GCMutualBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(3, 135, 108) !important;
    }
.SelectedLoanApply__progressBarGCMutualBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#04A987;
        background:-webkit-gradient(linear,  right top, left top,  from(#04A987),color-stop(50%, #04A987),color-stop(51%, #04A987),to(#04A987));
        background:linear-gradient(to left,  #04A987 0%,#04A987 50%,#04A987 51%,#04A987 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverGCMutualBank{
        background:rgb(3, 135, 108);
    }
.SelectedLoanApply__buttonGCMutualBank{
        background:rgb(4, 169, 135);
        border:0.0625em solid rgb(4, 169, 135);
        color:white;
    }
.SelectedLoanApply__buttonGCMutualBank:hover, .SelectedLoanApply__buttonGCMutualBank:focus, .SelectedLoanApply__buttonGCMutualBank:active{
        background:rgb(3, 135, 108);
        border:0.0625em solid rgb(4, 169, 135);
        color:white;
    }
.SelectedLoanApply__buttonWhiteGCMutualBank{
        background:white;
        border:0.0625em solid rgb(4, 169, 135);
        color:rgb(4, 169, 135);
    }
.SelectedLoanApply__buttonWhiteGCMutualBank:hover, .SelectedLoanApply__buttonWhiteGCMutualBank:focus, .SelectedLoanApply__buttonWhiteGCMutualBank:active{
        background:rgb(3, 135, 108);
        border:0.0625em solid rgb(4, 169, 135);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderGCMutualBank{
      border:0.0625em solid rgb(4, 169, 135);
    }
.SelectedLoanApply__lenderBackgroundGCMutualBank .SelectedLoanApply__headerRatioBar{
        background:rgb(4, 169, 135);
      }
.SelectedLoanApply__lenderBackgroundGCMutualBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(3, 135, 108);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxGCMutualBank{
        border:0.125em solid #04a987;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordGCMutualBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordGCMutualBank:hover{
        border-left:0.0625em solid rgb(4, 169, 135);
        border-right:0.0625em solid rgb(4, 169, 135);
        border-bottom:0.0625em solid rgb(4, 169, 135);
    }
.SelectedLoanApply__productRecordGCMutualBank:hover .SelectedLoanApply__sortingDescriptionBorderGCMutualBank{
            background:rgb(4, 169, 135) !important;
            color:white;
        }
.SelectedLoanApply__GeelongBank, .SelectedLoanApply__contentBgGeelongBank, .SelectedLoanApply__GeelongBank .SelectedLoanApply__viewMoreButton{
        background:#23356E !important;
    }
.SelectedLoanApply__GeelongBank:hover, .SelectedLoanApply__GeelongBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(28, 42, 88) !important;
    }
.SelectedLoanApply__progressBarGeelongBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#23356E;
        background:-webkit-gradient(linear,  right top, left top,  from(#23356E),color-stop(50%, #23356E),color-stop(51%, #23356E),to(#23356E));
        background:linear-gradient(to left,  #23356E 0%,#23356E 50%,#23356E 51%,#23356E 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverGeelongBank{
        background:rgb(28, 42, 88);
    }
.SelectedLoanApply__buttonGeelongBank{
        background:rgb(35, 53, 110);
        border:0.0625em solid rgb(35, 53, 110);
        color:white;
    }
.SelectedLoanApply__buttonGeelongBank:hover, .SelectedLoanApply__buttonGeelongBank:focus, .SelectedLoanApply__buttonGeelongBank:active{
        background:rgb(28, 42, 88);
        border:0.0625em solid rgb(35, 53, 110);
        color:white;
    }
.SelectedLoanApply__buttonWhiteGeelongBank{
        background:white;
        border:0.0625em solid rgb(35, 53, 110);
        color:rgb(35, 53, 110);
    }
.SelectedLoanApply__buttonWhiteGeelongBank:hover, .SelectedLoanApply__buttonWhiteGeelongBank:focus, .SelectedLoanApply__buttonWhiteGeelongBank:active{
        background:rgb(28, 42, 88);
        border:0.0625em solid rgb(35, 53, 110);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderGeelongBank{
      border:0.0625em solid rgb(35, 53, 110);
    }
.SelectedLoanApply__lenderBackgroundGeelongBank .SelectedLoanApply__headerRatioBar{
        background:rgb(35, 53, 110);
      }
.SelectedLoanApply__lenderBackgroundGeelongBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(28, 42, 88);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxGeelongBank{
        border:0.125em solid #23356e;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordGeelongBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordGeelongBank:hover{
        border-left:0.0625em solid rgb(35, 53, 110);
        border-right:0.0625em solid rgb(35, 53, 110);
        border-bottom:0.0625em solid rgb(35, 53, 110);
    }
.SelectedLoanApply__productRecordGeelongBank:hover .SelectedLoanApply__sortingDescriptionBorderGeelongBank{
            background:rgb(35, 53, 110) !important;
            color:white;
        }
.SelectedLoanApply__GHL, .SelectedLoanApply__contentBgGHL, .SelectedLoanApply__GHL .SelectedLoanApply__viewMoreButton{
        background:#328B09 !important;
    }
.SelectedLoanApply__GHL:hover, .SelectedLoanApply__GHL .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(40, 111, 7) !important;
    }
.SelectedLoanApply__progressBarGHL{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#328B09;
        background:-webkit-gradient(linear,  right top, left top,  from(#328B09),color-stop(50%, #328B09),color-stop(51%, #328B09),to(#328B09));
        background:linear-gradient(to left,  #328B09 0%,#328B09 50%,#328B09 51%,#328B09 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverGHL{
        background:rgb(40, 111, 7);
    }
.SelectedLoanApply__buttonGHL{
        background:rgb(50, 139, 9);
        border:0.0625em solid rgb(50, 139, 9);
        color:white;
    }
.SelectedLoanApply__buttonGHL:hover, .SelectedLoanApply__buttonGHL:focus, .SelectedLoanApply__buttonGHL:active{
        background:rgb(40, 111, 7);
        border:0.0625em solid rgb(50, 139, 9);
        color:white;
    }
.SelectedLoanApply__buttonWhiteGHL{
        background:white;
        border:0.0625em solid rgb(50, 139, 9);
        color:rgb(50, 139, 9);
    }
.SelectedLoanApply__buttonWhiteGHL:hover, .SelectedLoanApply__buttonWhiteGHL:focus, .SelectedLoanApply__buttonWhiteGHL:active{
        background:rgb(40, 111, 7);
        border:0.0625em solid rgb(50, 139, 9);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderGHL{
      border:0.0625em solid rgb(50, 139, 9);
    }
.SelectedLoanApply__lenderBackgroundGHL .SelectedLoanApply__headerRatioBar{
        background:rgb(50, 139, 9);
      }
.SelectedLoanApply__lenderBackgroundGHL:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(40, 111, 7);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxGHL{
        border:0.125em solid #328b09;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordGHL{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordGHL:hover{
        border-left:0.0625em solid rgb(50, 139, 9);
        border-right:0.0625em solid rgb(50, 139, 9);
        border-bottom:0.0625em solid rgb(50, 139, 9);
    }
.SelectedLoanApply__productRecordGHL:hover .SelectedLoanApply__sortingDescriptionBorderGHL{
            background:rgb(50, 139, 9) !important;
            color:white;
        }
.SelectedLoanApply__GreaterBuilding, .SelectedLoanApply__contentBgGreaterBuilding, .SelectedLoanApply__GreaterBuilding .SelectedLoanApply__viewMoreButton{
        background:#1F2A44 !important;
    }
.SelectedLoanApply__GreaterBuilding:hover, .SelectedLoanApply__GreaterBuilding .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(25, 34, 54) !important;
    }
.SelectedLoanApply__progressBarGreaterBuilding{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#1F2A44;
        background:-webkit-gradient(linear,  right top, left top,  from(#1F2A44),color-stop(50%, #1F2A44),color-stop(51%, #1F2A44),to(#1F2A44));
        background:linear-gradient(to left,  #1F2A44 0%,#1F2A44 50%,#1F2A44 51%,#1F2A44 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverGreaterBuilding{
        background:rgb(25, 34, 54);
    }
.SelectedLoanApply__buttonGreaterBuilding{
        background:rgb(31, 42, 68);
        border:0.0625em solid rgb(31, 42, 68);
        color:white;
    }
.SelectedLoanApply__buttonGreaterBuilding:hover, .SelectedLoanApply__buttonGreaterBuilding:focus, .SelectedLoanApply__buttonGreaterBuilding:active{
        background:rgb(25, 34, 54);
        border:0.0625em solid rgb(31, 42, 68);
        color:white;
    }
.SelectedLoanApply__buttonWhiteGreaterBuilding{
        background:white;
        border:0.0625em solid rgb(31, 42, 68);
        color:rgb(31, 42, 68);
    }
.SelectedLoanApply__buttonWhiteGreaterBuilding:hover, .SelectedLoanApply__buttonWhiteGreaterBuilding:focus, .SelectedLoanApply__buttonWhiteGreaterBuilding:active{
        background:rgb(25, 34, 54);
        border:0.0625em solid rgb(31, 42, 68);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderGreaterBuilding{
      border:0.0625em solid rgb(31, 42, 68);
    }
.SelectedLoanApply__lenderBackgroundGreaterBuilding .SelectedLoanApply__headerRatioBar{
        background:rgb(31, 42, 68);
      }
.SelectedLoanApply__lenderBackgroundGreaterBuilding:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(25, 34, 54);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxGreaterBuilding{
        border:0.125em solid #1f2a44;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordGreaterBuilding{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordGreaterBuilding:hover{
        border-left:0.0625em solid rgb(31, 42, 68);
        border-right:0.0625em solid rgb(31, 42, 68);
        border-bottom:0.0625em solid rgb(31, 42, 68);
    }
.SelectedLoanApply__productRecordGreaterBuilding:hover .SelectedLoanApply__sortingDescriptionBorderGreaterBuilding{
            background:rgb(31, 42, 68) !important;
            color:white;
        }
.SelectedLoanApply__GoulburnMurrayCU, .SelectedLoanApply__contentBgGoulburnMurrayCU, .SelectedLoanApply__GoulburnMurrayCU .SelectedLoanApply__viewMoreButton{
        background:#215A3F !important;
    }
.SelectedLoanApply__GoulburnMurrayCU:hover, .SelectedLoanApply__GoulburnMurrayCU .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(26, 72, 50) !important;
    }
.SelectedLoanApply__progressBarGoulburnMurrayCU{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#215A3F;
        background:-webkit-gradient(linear,  right top, left top,  from(#215A3F),color-stop(50%, #215A3F),color-stop(51%, #215A3F),to(#215A3F));
        background:linear-gradient(to left,  #215A3F 0%,#215A3F 50%,#215A3F 51%,#215A3F 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverGoulburnMurrayCU{
        background:rgb(26, 72, 50);
    }
.SelectedLoanApply__buttonGoulburnMurrayCU{
        background:rgb(33, 90, 63);
        border:0.0625em solid rgb(33, 90, 63);
        color:white;
    }
.SelectedLoanApply__buttonGoulburnMurrayCU:hover, .SelectedLoanApply__buttonGoulburnMurrayCU:focus, .SelectedLoanApply__buttonGoulburnMurrayCU:active{
        background:rgb(26, 72, 50);
        border:0.0625em solid rgb(33, 90, 63);
        color:white;
    }
.SelectedLoanApply__buttonWhiteGoulburnMurrayCU{
        background:white;
        border:0.0625em solid rgb(33, 90, 63);
        color:rgb(33, 90, 63);
    }
.SelectedLoanApply__buttonWhiteGoulburnMurrayCU:hover, .SelectedLoanApply__buttonWhiteGoulburnMurrayCU:focus, .SelectedLoanApply__buttonWhiteGoulburnMurrayCU:active{
        background:rgb(26, 72, 50);
        border:0.0625em solid rgb(33, 90, 63);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderGoulburnMurrayCU{
      border:0.0625em solid rgb(33, 90, 63);
    }
.SelectedLoanApply__lenderBackgroundGoulburnMurrayCU .SelectedLoanApply__headerRatioBar{
        background:rgb(33, 90, 63);
      }
.SelectedLoanApply__lenderBackgroundGoulburnMurrayCU:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(26, 72, 50);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxGoulburnMurrayCU{
        border:0.125em solid #215a3f;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordGoulburnMurrayCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordGoulburnMurrayCU:hover{
        border-left:0.0625em solid rgb(33, 90, 63);
        border-right:0.0625em solid rgb(33, 90, 63);
        border-bottom:0.0625em solid rgb(33, 90, 63);
    }
.SelectedLoanApply__productRecordGoulburnMurrayCU:hover .SelectedLoanApply__sortingDescriptionBorderGoulburnMurrayCU{
            background:rgb(33, 90, 63) !important;
            color:white;
        }
.SelectedLoanApply__HorizonCU, .SelectedLoanApply__contentBgHorizonCU, .SelectedLoanApply__HorizonCU .SelectedLoanApply__viewMoreButton{
        background:#F67318 !important;
    }
.SelectedLoanApply__HorizonCU:hover, .SelectedLoanApply__HorizonCU .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(197, 92, 19) !important;
    }
.SelectedLoanApply__progressBarHorizonCU{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#F67318;
        background:-webkit-gradient(linear,  right top, left top,  from(#F67318),color-stop(50%, #F67318),color-stop(51%, #F67318),to(#F67318));
        background:linear-gradient(to left,  #F67318 0%,#F67318 50%,#F67318 51%,#F67318 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverHorizonCU{
        background:rgb(197, 92, 19);
    }
.SelectedLoanApply__buttonHorizonCU{
        background:rgb(246, 115, 24);
        border:0.0625em solid rgb(246, 115, 24);
        color:white;
    }
.SelectedLoanApply__buttonHorizonCU:hover, .SelectedLoanApply__buttonHorizonCU:focus, .SelectedLoanApply__buttonHorizonCU:active{
        background:rgb(197, 92, 19);
        border:0.0625em solid rgb(246, 115, 24);
        color:white;
    }
.SelectedLoanApply__buttonWhiteHorizonCU{
        background:white;
        border:0.0625em solid rgb(246, 115, 24);
        color:rgb(246, 115, 24);
    }
.SelectedLoanApply__buttonWhiteHorizonCU:hover, .SelectedLoanApply__buttonWhiteHorizonCU:focus, .SelectedLoanApply__buttonWhiteHorizonCU:active{
        background:rgb(197, 92, 19);
        border:0.0625em solid rgb(246, 115, 24);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderHorizonCU{
      border:0.0625em solid rgb(246, 115, 24);
    }
.SelectedLoanApply__lenderBackgroundHorizonCU .SelectedLoanApply__headerRatioBar{
        background:rgb(246, 115, 24);
      }
.SelectedLoanApply__lenderBackgroundHorizonCU:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(197, 92, 19);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxHorizonCU{
        border:0.125em solid #f67318;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordHorizonCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordHorizonCU:hover{
        border-left:0.0625em solid rgb(246, 115, 24);
        border-right:0.0625em solid rgb(246, 115, 24);
        border-bottom:0.0625em solid rgb(246, 115, 24);
    }
.SelectedLoanApply__productRecordHorizonCU:hover .SelectedLoanApply__sortingDescriptionBorderHorizonCU{
            background:rgb(246, 115, 24) !important;
            color:white;
        }
.SelectedLoanApply__HSF, .SelectedLoanApply__contentBgHSF, .SelectedLoanApply__HSF .SelectedLoanApply__viewMoreButton{
        background:#0C2744 !important;
    }
.SelectedLoanApply__HSF:hover, .SelectedLoanApply__HSF .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(10, 31, 54) !important;
    }
.SelectedLoanApply__progressBarHSF{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#0C2744;
        background:-webkit-gradient(linear,  right top, left top,  from(#0C2744),color-stop(50%, #0C2744),color-stop(51%, #0C2744),to(#0C2744));
        background:linear-gradient(to left,  #0C2744 0%,#0C2744 50%,#0C2744 51%,#0C2744 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverHSF{
        background:rgb(10, 31, 54);
    }
.SelectedLoanApply__buttonHSF{
        background:rgb(12, 39, 68);
        border:0.0625em solid rgb(12, 39, 68);
        color:white;
    }
.SelectedLoanApply__buttonHSF:hover, .SelectedLoanApply__buttonHSF:focus, .SelectedLoanApply__buttonHSF:active{
        background:rgb(10, 31, 54);
        border:0.0625em solid rgb(12, 39, 68);
        color:white;
    }
.SelectedLoanApply__buttonWhiteHSF{
        background:white;
        border:0.0625em solid rgb(12, 39, 68);
        color:rgb(12, 39, 68);
    }
.SelectedLoanApply__buttonWhiteHSF:hover, .SelectedLoanApply__buttonWhiteHSF:focus, .SelectedLoanApply__buttonWhiteHSF:active{
        background:rgb(10, 31, 54);
        border:0.0625em solid rgb(12, 39, 68);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderHSF{
      border:0.0625em solid rgb(12, 39, 68);
    }
.SelectedLoanApply__lenderBackgroundHSF .SelectedLoanApply__headerRatioBar{
        background:rgb(12, 39, 68);
      }
.SelectedLoanApply__lenderBackgroundHSF:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(10, 31, 54);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxHSF{
        border:0.125em solid #0c2744;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordHSF{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordHSF:hover{
        border-left:0.0625em solid rgb(12, 39, 68);
        border-right:0.0625em solid rgb(12, 39, 68);
        border-bottom:0.0625em solid rgb(12, 39, 68);
    }
.SelectedLoanApply__productRecordHSF:hover .SelectedLoanApply__sortingDescriptionBorderHSF{
            background:rgb(12, 39, 68) !important;
            color:white;
        }
.SelectedLoanApply__HUME, .SelectedLoanApply__contentBgHUME, .SelectedLoanApply__HUME .SelectedLoanApply__viewMoreButton{
        background:#002A5C !important;
    }
.SelectedLoanApply__HUME:hover, .SelectedLoanApply__HUME .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 34, 74) !important;
    }
.SelectedLoanApply__progressBarHUME{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#002A5C;
        background:-webkit-gradient(linear,  right top, left top,  from(#002A5C),color-stop(50%, #002A5C),color-stop(51%, #002A5C),to(#002A5C));
        background:linear-gradient(to left,  #002A5C 0%,#002A5C 50%,#002A5C 51%,#002A5C 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverHUME{
        background:rgb(0, 34, 74);
    }
.SelectedLoanApply__buttonHUME{
        background:rgb(0, 42, 92);
        border:0.0625em solid rgb(0, 42, 92);
        color:white;
    }
.SelectedLoanApply__buttonHUME:hover, .SelectedLoanApply__buttonHUME:focus, .SelectedLoanApply__buttonHUME:active{
        background:rgb(0, 34, 74);
        border:0.0625em solid rgb(0, 42, 92);
        color:white;
    }
.SelectedLoanApply__buttonWhiteHUME{
        background:white;
        border:0.0625em solid rgb(0, 42, 92);
        color:rgb(0, 42, 92);
    }
.SelectedLoanApply__buttonWhiteHUME:hover, .SelectedLoanApply__buttonWhiteHUME:focus, .SelectedLoanApply__buttonWhiteHUME:active{
        background:rgb(0, 34, 74);
        border:0.0625em solid rgb(0, 42, 92);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderHUME{
      border:0.0625em solid rgb(0, 42, 92);
    }
.SelectedLoanApply__lenderBackgroundHUME .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 42, 92);
      }
.SelectedLoanApply__lenderBackgroundHUME:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 34, 74);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxHUME{
        border:0.125em solid #002a5c;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordHUME{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordHUME:hover{
        border-left:0.0625em solid rgb(0, 42, 92);
        border-right:0.0625em solid rgb(0, 42, 92);
        border-bottom:0.0625em solid rgb(0, 42, 92);
    }
.SelectedLoanApply__productRecordHUME:hover .SelectedLoanApply__sortingDescriptionBorderHUME{
            background:rgb(0, 42, 92) !important;
            color:white;
        }
.SelectedLoanApply__IMB, .SelectedLoanApply__contentBgIMB, .SelectedLoanApply__IMB .SelectedLoanApply__viewMoreButton{
        background:#008877 !important;
    }
.SelectedLoanApply__IMB:hover, .SelectedLoanApply__IMB .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 109, 95) !important;
    }
.SelectedLoanApply__progressBarIMB{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#008877;
        background:-webkit-gradient(linear,  right top, left top,  from(#008877),color-stop(50%, #008877),color-stop(51%, #008877),to(#008877));
        background:linear-gradient(to left,  #008877 0%,#008877 50%,#008877 51%,#008877 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverIMB{
        background:rgb(0, 109, 95);
    }
.SelectedLoanApply__buttonIMB{
        background:rgb(0, 136, 119);
        border:0.0625em solid rgb(0, 136, 119);
        color:white;
    }
.SelectedLoanApply__buttonIMB:hover, .SelectedLoanApply__buttonIMB:focus, .SelectedLoanApply__buttonIMB:active{
        background:rgb(0, 109, 95);
        border:0.0625em solid rgb(0, 136, 119);
        color:white;
    }
.SelectedLoanApply__buttonWhiteIMB{
        background:white;
        border:0.0625em solid rgb(0, 136, 119);
        color:rgb(0, 136, 119);
    }
.SelectedLoanApply__buttonWhiteIMB:hover, .SelectedLoanApply__buttonWhiteIMB:focus, .SelectedLoanApply__buttonWhiteIMB:active{
        background:rgb(0, 109, 95);
        border:0.0625em solid rgb(0, 136, 119);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderIMB{
      border:0.0625em solid rgb(0, 136, 119);
    }
.SelectedLoanApply__lenderBackgroundIMB .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 136, 119);
      }
.SelectedLoanApply__lenderBackgroundIMB:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 109, 95);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxIMB{
        border:0.125em solid #008877;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordIMB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordIMB:hover{
        border-left:0.0625em solid rgb(0, 136, 119);
        border-right:0.0625em solid rgb(0, 136, 119);
        border-bottom:0.0625em solid rgb(0, 136, 119);
    }
.SelectedLoanApply__productRecordIMB:hover .SelectedLoanApply__sortingDescriptionBorderIMB{
            background:rgb(0, 136, 119) !important;
            color:white;
        }
.SelectedLoanApply__IllawarraCU, .SelectedLoanApply__contentBgIllawarraCU, .SelectedLoanApply__IllawarraCU .SelectedLoanApply__viewMoreButton{
        background:#A63A40 !important;
    }
.SelectedLoanApply__IllawarraCU:hover, .SelectedLoanApply__IllawarraCU .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(133, 46, 51) !important;
    }
.SelectedLoanApply__progressBarIllawarraCU{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#A63A40;
        background:-webkit-gradient(linear,  right top, left top,  from(#A63A40),color-stop(50%, #A63A40),color-stop(51%, #A63A40),to(#A63A40));
        background:linear-gradient(to left,  #A63A40 0%,#A63A40 50%,#A63A40 51%,#A63A40 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverIllawarraCU{
        background:rgb(133, 46, 51);
    }
.SelectedLoanApply__buttonIllawarraCU{
        background:rgb(166, 58, 64);
        border:0.0625em solid rgb(166, 58, 64);
        color:white;
    }
.SelectedLoanApply__buttonIllawarraCU:hover, .SelectedLoanApply__buttonIllawarraCU:focus, .SelectedLoanApply__buttonIllawarraCU:active{
        background:rgb(133, 46, 51);
        border:0.0625em solid rgb(166, 58, 64);
        color:white;
    }
.SelectedLoanApply__buttonWhiteIllawarraCU{
        background:white;
        border:0.0625em solid rgb(166, 58, 64);
        color:rgb(166, 58, 64);
    }
.SelectedLoanApply__buttonWhiteIllawarraCU:hover, .SelectedLoanApply__buttonWhiteIllawarraCU:focus, .SelectedLoanApply__buttonWhiteIllawarraCU:active{
        background:rgb(133, 46, 51);
        border:0.0625em solid rgb(166, 58, 64);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderIllawarraCU{
      border:0.0625em solid rgb(166, 58, 64);
    }
.SelectedLoanApply__lenderBackgroundIllawarraCU .SelectedLoanApply__headerRatioBar{
        background:rgb(166, 58, 64);
      }
.SelectedLoanApply__lenderBackgroundIllawarraCU:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(133, 46, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxIllawarraCU{
        border:0.125em solid #a63a40;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordIllawarraCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordIllawarraCU:hover{
        border-left:0.0625em solid rgb(166, 58, 64);
        border-right:0.0625em solid rgb(166, 58, 64);
        border-bottom:0.0625em solid rgb(166, 58, 64);
    }
.SelectedLoanApply__productRecordIllawarraCU:hover .SelectedLoanApply__sortingDescriptionBorderIllawarraCU{
            background:rgb(166, 58, 64) !important;
            color:white;
        }
.SelectedLoanApply__LaboratoriesCU, .SelectedLoanApply__contentBgLaboratoriesCU, .SelectedLoanApply__LaboratoriesCU .SelectedLoanApply__viewMoreButton{
        background:#EE3224 !important;
    }
.SelectedLoanApply__LaboratoriesCU:hover, .SelectedLoanApply__LaboratoriesCU .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(190, 40, 29) !important;
    }
.SelectedLoanApply__progressBarLaboratoriesCU{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#EE3224;
        background:-webkit-gradient(linear,  right top, left top,  from(#EE3224),color-stop(50%, #EE3224),color-stop(51%, #EE3224),to(#EE3224));
        background:linear-gradient(to left,  #EE3224 0%,#EE3224 50%,#EE3224 51%,#EE3224 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverLaboratoriesCU{
        background:rgb(190, 40, 29);
    }
.SelectedLoanApply__buttonLaboratoriesCU{
        background:rgb(238, 50, 36);
        border:0.0625em solid rgb(238, 50, 36);
        color:white;
    }
.SelectedLoanApply__buttonLaboratoriesCU:hover, .SelectedLoanApply__buttonLaboratoriesCU:focus, .SelectedLoanApply__buttonLaboratoriesCU:active{
        background:rgb(190, 40, 29);
        border:0.0625em solid rgb(238, 50, 36);
        color:white;
    }
.SelectedLoanApply__buttonWhiteLaboratoriesCU{
        background:white;
        border:0.0625em solid rgb(238, 50, 36);
        color:rgb(238, 50, 36);
    }
.SelectedLoanApply__buttonWhiteLaboratoriesCU:hover, .SelectedLoanApply__buttonWhiteLaboratoriesCU:focus, .SelectedLoanApply__buttonWhiteLaboratoriesCU:active{
        background:rgb(190, 40, 29);
        border:0.0625em solid rgb(238, 50, 36);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderLaboratoriesCU{
      border:0.0625em solid rgb(238, 50, 36);
    }
.SelectedLoanApply__lenderBackgroundLaboratoriesCU .SelectedLoanApply__headerRatioBar{
        background:rgb(238, 50, 36);
      }
.SelectedLoanApply__lenderBackgroundLaboratoriesCU:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(190, 40, 29);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxLaboratoriesCU{
        border:0.125em solid #ee3224;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordLaboratoriesCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordLaboratoriesCU:hover{
        border-left:0.0625em solid rgb(238, 50, 36);
        border-right:0.0625em solid rgb(238, 50, 36);
        border-bottom:0.0625em solid rgb(238, 50, 36);
    }
.SelectedLoanApply__productRecordLaboratoriesCU:hover .SelectedLoanApply__sortingDescriptionBorderLaboratoriesCU{
            background:rgb(238, 50, 36) !important;
            color:white;
        }
.SelectedLoanApply__LutheranLL, .SelectedLoanApply__contentBgLutheranLL, .SelectedLoanApply__LutheranLL .SelectedLoanApply__viewMoreButton{
        background:#887C73 !important;
    }
.SelectedLoanApply__LutheranLL:hover, .SelectedLoanApply__LutheranLL .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(109, 99, 92) !important;
    }
.SelectedLoanApply__progressBarLutheranLL{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#887C73;
        background:-webkit-gradient(linear,  right top, left top,  from(#887C73),color-stop(50%, #887C73),color-stop(51%, #887C73),to(#887C73));
        background:linear-gradient(to left,  #887C73 0%,#887C73 50%,#887C73 51%,#887C73 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverLutheranLL{
        background:rgb(109, 99, 92);
    }
.SelectedLoanApply__buttonLutheranLL{
        background:rgb(136, 124, 115);
        border:0.0625em solid rgb(136, 124, 115);
        color:white;
    }
.SelectedLoanApply__buttonLutheranLL:hover, .SelectedLoanApply__buttonLutheranLL:focus, .SelectedLoanApply__buttonLutheranLL:active{
        background:rgb(109, 99, 92);
        border:0.0625em solid rgb(136, 124, 115);
        color:white;
    }
.SelectedLoanApply__buttonWhiteLutheranLL{
        background:white;
        border:0.0625em solid rgb(136, 124, 115);
        color:rgb(136, 124, 115);
    }
.SelectedLoanApply__buttonWhiteLutheranLL:hover, .SelectedLoanApply__buttonWhiteLutheranLL:focus, .SelectedLoanApply__buttonWhiteLutheranLL:active{
        background:rgb(109, 99, 92);
        border:0.0625em solid rgb(136, 124, 115);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderLutheranLL{
      border:0.0625em solid rgb(136, 124, 115);
    }
.SelectedLoanApply__lenderBackgroundLutheranLL .SelectedLoanApply__headerRatioBar{
        background:rgb(136, 124, 115);
      }
.SelectedLoanApply__lenderBackgroundLutheranLL:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(109, 99, 92);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxLutheranLL{
        border:0.125em solid #887c73;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordLutheranLL{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordLutheranLL:hover{
        border-left:0.0625em solid rgb(136, 124, 115);
        border-right:0.0625em solid rgb(136, 124, 115);
        border-bottom:0.0625em solid rgb(136, 124, 115);
    }
.SelectedLoanApply__productRecordLutheranLL:hover .SelectedLoanApply__sortingDescriptionBorderLutheranLL{
            background:rgb(136, 124, 115) !important;
            color:white;
        }
.SelectedLoanApply__MyStateBank, .SelectedLoanApply__contentBgMyStateBank, .SelectedLoanApply__MyStateBank .SelectedLoanApply__viewMoreButton{
        background:#004E57 !important;
    }
.SelectedLoanApply__MyStateBank:hover, .SelectedLoanApply__MyStateBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 62, 70) !important;
    }
.SelectedLoanApply__progressBarMyStateBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#004E57;
        background:-webkit-gradient(linear,  right top, left top,  from(#004E57),color-stop(50%, #004E57),color-stop(51%, #004E57),to(#004E57));
        background:linear-gradient(to left,  #004E57 0%,#004E57 50%,#004E57 51%,#004E57 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverMyStateBank{
        background:rgb(0, 62, 70);
    }
.SelectedLoanApply__buttonMyStateBank{
        background:rgb(0, 78, 87);
        border:0.0625em solid rgb(0, 78, 87);
        color:white;
    }
.SelectedLoanApply__buttonMyStateBank:hover, .SelectedLoanApply__buttonMyStateBank:focus, .SelectedLoanApply__buttonMyStateBank:active{
        background:rgb(0, 62, 70);
        border:0.0625em solid rgb(0, 78, 87);
        color:white;
    }
.SelectedLoanApply__buttonWhiteMyStateBank{
        background:white;
        border:0.0625em solid rgb(0, 78, 87);
        color:rgb(0, 78, 87);
    }
.SelectedLoanApply__buttonWhiteMyStateBank:hover, .SelectedLoanApply__buttonWhiteMyStateBank:focus, .SelectedLoanApply__buttonWhiteMyStateBank:active{
        background:rgb(0, 62, 70);
        border:0.0625em solid rgb(0, 78, 87);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderMyStateBank{
      border:0.0625em solid rgb(0, 78, 87);
    }
.SelectedLoanApply__lenderBackgroundMyStateBank .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 78, 87);
      }
.SelectedLoanApply__lenderBackgroundMyStateBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 62, 70);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxMyStateBank{
        border:0.125em solid #004e57;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordMyStateBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordMyStateBank:hover{
        border-left:0.0625em solid rgb(0, 78, 87);
        border-right:0.0625em solid rgb(0, 78, 87);
        border-bottom:0.0625em solid rgb(0, 78, 87);
    }
.SelectedLoanApply__productRecordMyStateBank:hover .SelectedLoanApply__sortingDescriptionBorderMyStateBank{
            background:rgb(0, 78, 87) !important;
            color:white;
        }
.SelectedLoanApply__NewCastle, .SelectedLoanApply__contentBgNewCastle, .SelectedLoanApply__NewCastle .SelectedLoanApply__viewMoreButton{
        background:#000000 !important;
    }
.SelectedLoanApply__NewCastle:hover, .SelectedLoanApply__NewCastle .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.SelectedLoanApply__progressBarNewCastle{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverNewCastle{
        background:rgb(51, 51, 51);
    }
.SelectedLoanApply__buttonNewCastle{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonNewCastle:hover, .SelectedLoanApply__buttonNewCastle:focus, .SelectedLoanApply__buttonNewCastle:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhiteNewCastle{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.SelectedLoanApply__buttonWhiteNewCastle:hover, .SelectedLoanApply__buttonWhiteNewCastle:focus, .SelectedLoanApply__buttonWhiteNewCastle:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderNewCastle{
      border:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__lenderBackgroundNewCastle .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.SelectedLoanApply__lenderBackgroundNewCastle:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxNewCastle{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordNewCastle{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordNewCastle:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__productRecordNewCastle:hover .SelectedLoanApply__sortingDescriptionBorderNewCastle{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.SelectedLoanApply__NorthernInlandCU, .SelectedLoanApply__contentBgNorthernInlandCU, .SelectedLoanApply__NorthernInlandCU .SelectedLoanApply__viewMoreButton{
        background:#0098D8 !important;
    }
.SelectedLoanApply__NorthernInlandCU:hover, .SelectedLoanApply__NorthernInlandCU .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 122, 173) !important;
    }
.SelectedLoanApply__progressBarNorthernInlandCU{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#0098D8;
        background:-webkit-gradient(linear,  right top, left top,  from(#0098D8),color-stop(50%, #0098D8),color-stop(51%, #0098D8),to(#0098D8));
        background:linear-gradient(to left,  #0098D8 0%,#0098D8 50%,#0098D8 51%,#0098D8 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverNorthernInlandCU{
        background:rgb(0, 122, 173);
    }
.SelectedLoanApply__buttonNorthernInlandCU{
        background:rgb(0, 152, 216);
        border:0.0625em solid rgb(0, 152, 216);
        color:white;
    }
.SelectedLoanApply__buttonNorthernInlandCU:hover, .SelectedLoanApply__buttonNorthernInlandCU:focus, .SelectedLoanApply__buttonNorthernInlandCU:active{
        background:rgb(0, 122, 173);
        border:0.0625em solid rgb(0, 152, 216);
        color:white;
    }
.SelectedLoanApply__buttonWhiteNorthernInlandCU{
        background:white;
        border:0.0625em solid rgb(0, 152, 216);
        color:rgb(0, 152, 216);
    }
.SelectedLoanApply__buttonWhiteNorthernInlandCU:hover, .SelectedLoanApply__buttonWhiteNorthernInlandCU:focus, .SelectedLoanApply__buttonWhiteNorthernInlandCU:active{
        background:rgb(0, 122, 173);
        border:0.0625em solid rgb(0, 152, 216);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderNorthernInlandCU{
      border:0.0625em solid rgb(0, 152, 216);
    }
.SelectedLoanApply__lenderBackgroundNorthernInlandCU .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 152, 216);
      }
.SelectedLoanApply__lenderBackgroundNorthernInlandCU:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 122, 173);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxNorthernInlandCU{
        border:0.125em solid #0098d8;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordNorthernInlandCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordNorthernInlandCU:hover{
        border-left:0.0625em solid rgb(0, 152, 216);
        border-right:0.0625em solid rgb(0, 152, 216);
        border-bottom:0.0625em solid rgb(0, 152, 216);
    }
.SelectedLoanApply__productRecordNorthernInlandCU:hover .SelectedLoanApply__sortingDescriptionBorderNorthernInlandCU{
            background:rgb(0, 152, 216) !important;
            color:white;
        }
.SelectedLoanApply__NovaAllianceBank, .SelectedLoanApply__contentBgNovaAllianceBank, .SelectedLoanApply__NovaAllianceBank .SelectedLoanApply__viewMoreButton{
        background:#0071BB !important;
    }
.SelectedLoanApply__NovaAllianceBank:hover, .SelectedLoanApply__NovaAllianceBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 90, 150) !important;
    }
.SelectedLoanApply__progressBarNovaAllianceBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#0071BB;
        background:-webkit-gradient(linear,  right top, left top,  from(#0071BB),color-stop(50%, #0071BB),color-stop(51%, #0071BB),to(#0071BB));
        background:linear-gradient(to left,  #0071BB 0%,#0071BB 50%,#0071BB 51%,#0071BB 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverNovaAllianceBank{
        background:rgb(0, 90, 150);
    }
.SelectedLoanApply__buttonNovaAllianceBank{
        background:rgb(0, 113, 187);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.SelectedLoanApply__buttonNovaAllianceBank:hover, .SelectedLoanApply__buttonNovaAllianceBank:focus, .SelectedLoanApply__buttonNovaAllianceBank:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.SelectedLoanApply__buttonWhiteNovaAllianceBank{
        background:white;
        border:0.0625em solid rgb(0, 113, 187);
        color:rgb(0, 113, 187);
    }
.SelectedLoanApply__buttonWhiteNovaAllianceBank:hover, .SelectedLoanApply__buttonWhiteNovaAllianceBank:focus, .SelectedLoanApply__buttonWhiteNovaAllianceBank:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderNovaAllianceBank{
      border:0.0625em solid rgb(0, 113, 187);
    }
.SelectedLoanApply__lenderBackgroundNovaAllianceBank .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 113, 187);
      }
.SelectedLoanApply__lenderBackgroundNovaAllianceBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 90, 150);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxNovaAllianceBank{
        border:0.125em solid #0071bb;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordNovaAllianceBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordNovaAllianceBank:hover{
        border-left:0.0625em solid rgb(0, 113, 187);
        border-right:0.0625em solid rgb(0, 113, 187);
        border-bottom:0.0625em solid rgb(0, 113, 187);
    }
.SelectedLoanApply__productRecordNovaAllianceBank:hover .SelectedLoanApply__sortingDescriptionBorderNovaAllianceBank{
            background:rgb(0, 113, 187) !important;
            color:white;
        }
.SelectedLoanApply__OrangeCU, .SelectedLoanApply__contentBgOrangeCU, .SelectedLoanApply__OrangeCU .SelectedLoanApply__viewMoreButton{
        background:#F58027 !important;
    }
.SelectedLoanApply__OrangeCU:hover, .SelectedLoanApply__OrangeCU .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(196, 102, 31) !important;
    }
.SelectedLoanApply__progressBarOrangeCU{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#F58027;
        background:-webkit-gradient(linear,  right top, left top,  from(#F58027),color-stop(50%, #F58027),color-stop(51%, #F58027),to(#F58027));
        background:linear-gradient(to left,  #F58027 0%,#F58027 50%,#F58027 51%,#F58027 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverOrangeCU{
        background:rgb(196, 102, 31);
    }
.SelectedLoanApply__buttonOrangeCU{
        background:rgb(245, 128, 39);
        border:0.0625em solid rgb(245, 128, 39);
        color:white;
    }
.SelectedLoanApply__buttonOrangeCU:hover, .SelectedLoanApply__buttonOrangeCU:focus, .SelectedLoanApply__buttonOrangeCU:active{
        background:rgb(196, 102, 31);
        border:0.0625em solid rgb(245, 128, 39);
        color:white;
    }
.SelectedLoanApply__buttonWhiteOrangeCU{
        background:white;
        border:0.0625em solid rgb(245, 128, 39);
        color:rgb(245, 128, 39);
    }
.SelectedLoanApply__buttonWhiteOrangeCU:hover, .SelectedLoanApply__buttonWhiteOrangeCU:focus, .SelectedLoanApply__buttonWhiteOrangeCU:active{
        background:rgb(196, 102, 31);
        border:0.0625em solid rgb(245, 128, 39);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderOrangeCU{
      border:0.0625em solid rgb(245, 128, 39);
    }
.SelectedLoanApply__lenderBackgroundOrangeCU .SelectedLoanApply__headerRatioBar{
        background:rgb(245, 128, 39);
      }
.SelectedLoanApply__lenderBackgroundOrangeCU:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(196, 102, 31);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxOrangeCU{
        border:0.125em solid #f58027;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordOrangeCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordOrangeCU:hover{
        border-left:0.0625em solid rgb(245, 128, 39);
        border-right:0.0625em solid rgb(245, 128, 39);
        border-bottom:0.0625em solid rgb(245, 128, 39);
    }
.SelectedLoanApply__productRecordOrangeCU:hover .SelectedLoanApply__sortingDescriptionBorderOrangeCU{
            background:rgb(245, 128, 39) !important;
            color:white;
        }
.SelectedLoanApply__PoliceBank, .SelectedLoanApply__contentBgPoliceBank, .SelectedLoanApply__PoliceBank .SelectedLoanApply__viewMoreButton{
        background:#FFBB00 !important;
    }
.SelectedLoanApply__PoliceBank:hover, .SelectedLoanApply__PoliceBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(204, 150, 0) !important;
    }
.SelectedLoanApply__progressBarPoliceBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#FFBB00;
        background:-webkit-gradient(linear,  right top, left top,  from(#FFBB00),color-stop(50%, #FFBB00),color-stop(51%, #FFBB00),to(#FFBB00));
        background:linear-gradient(to left,  #FFBB00 0%,#FFBB00 50%,#FFBB00 51%,#FFBB00 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverPoliceBank{
        background:rgb(204, 150, 0);
    }
.SelectedLoanApply__buttonPoliceBank{
        background:rgb(255, 187, 0);
        border:0.0625em solid rgb(255, 187, 0);
        color:white;
    }
.SelectedLoanApply__buttonPoliceBank:hover, .SelectedLoanApply__buttonPoliceBank:focus, .SelectedLoanApply__buttonPoliceBank:active{
        background:rgb(204, 150, 0);
        border:0.0625em solid rgb(255, 187, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhitePoliceBank{
        background:white;
        border:0.0625em solid rgb(255, 187, 0);
        color:rgb(255, 187, 0);
    }
.SelectedLoanApply__buttonWhitePoliceBank:hover, .SelectedLoanApply__buttonWhitePoliceBank:focus, .SelectedLoanApply__buttonWhitePoliceBank:active{
        background:rgb(204, 150, 0);
        border:0.0625em solid rgb(255, 187, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderPoliceBank{
      border:0.0625em solid rgb(255, 187, 0);
    }
.SelectedLoanApply__lenderBackgroundPoliceBank .SelectedLoanApply__headerRatioBar{
        background:rgb(255, 187, 0);
      }
.SelectedLoanApply__lenderBackgroundPoliceBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(204, 150, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxPoliceBank{
        border:0.125em solid #ffbb00;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordPoliceBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordPoliceBank:hover{
        border-left:0.0625em solid rgb(255, 187, 0);
        border-right:0.0625em solid rgb(255, 187, 0);
        border-bottom:0.0625em solid rgb(255, 187, 0);
    }
.SelectedLoanApply__productRecordPoliceBank:hover .SelectedLoanApply__sortingDescriptionBorderPoliceBank{
            background:rgb(255, 187, 0) !important;
            color:white;
        }
.SelectedLoanApply__PoliceCU, .SelectedLoanApply__contentBgPoliceCU, .SelectedLoanApply__PoliceCU .SelectedLoanApply__viewMoreButton{
        background:#1C3F94 !important;
    }
.SelectedLoanApply__PoliceCU:hover, .SelectedLoanApply__PoliceCU .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(22, 50, 118) !important;
    }
.SelectedLoanApply__progressBarPoliceCU{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#1C3F94;
        background:-webkit-gradient(linear,  right top, left top,  from(#1C3F94),color-stop(50%, #1C3F94),color-stop(51%, #1C3F94),to(#1C3F94));
        background:linear-gradient(to left,  #1C3F94 0%,#1C3F94 50%,#1C3F94 51%,#1C3F94 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverPoliceCU{
        background:rgb(22, 50, 118);
    }
.SelectedLoanApply__buttonPoliceCU{
        background:rgb(28, 63, 148);
        border:0.0625em solid rgb(28, 63, 148);
        color:white;
    }
.SelectedLoanApply__buttonPoliceCU:hover, .SelectedLoanApply__buttonPoliceCU:focus, .SelectedLoanApply__buttonPoliceCU:active{
        background:rgb(22, 50, 118);
        border:0.0625em solid rgb(28, 63, 148);
        color:white;
    }
.SelectedLoanApply__buttonWhitePoliceCU{
        background:white;
        border:0.0625em solid rgb(28, 63, 148);
        color:rgb(28, 63, 148);
    }
.SelectedLoanApply__buttonWhitePoliceCU:hover, .SelectedLoanApply__buttonWhitePoliceCU:focus, .SelectedLoanApply__buttonWhitePoliceCU:active{
        background:rgb(22, 50, 118);
        border:0.0625em solid rgb(28, 63, 148);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderPoliceCU{
      border:0.0625em solid rgb(28, 63, 148);
    }
.SelectedLoanApply__lenderBackgroundPoliceCU .SelectedLoanApply__headerRatioBar{
        background:rgb(28, 63, 148);
      }
.SelectedLoanApply__lenderBackgroundPoliceCU:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(22, 50, 118);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxPoliceCU{
        border:0.125em solid #1c3f94;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordPoliceCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordPoliceCU:hover{
        border-left:0.0625em solid rgb(28, 63, 148);
        border-right:0.0625em solid rgb(28, 63, 148);
        border-bottom:0.0625em solid rgb(28, 63, 148);
    }
.SelectedLoanApply__productRecordPoliceCU:hover .SelectedLoanApply__sortingDescriptionBorderPoliceCU{
            background:rgb(28, 63, 148) !important;
            color:white;
        }
.SelectedLoanApply__QBank, .SelectedLoanApply__contentBgQBank, .SelectedLoanApply__QBank .SelectedLoanApply__viewMoreButton{
        background:#385988 !important;
    }
.SelectedLoanApply__QBank:hover, .SelectedLoanApply__QBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(45, 71, 109) !important;
    }
.SelectedLoanApply__progressBarQBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#385988;
        background:-webkit-gradient(linear,  right top, left top,  from(#385988),color-stop(50%, #385988),color-stop(51%, #385988),to(#385988));
        background:linear-gradient(to left,  #385988 0%,#385988 50%,#385988 51%,#385988 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverQBank{
        background:rgb(45, 71, 109);
    }
.SelectedLoanApply__buttonQBank{
        background:rgb(56, 89, 136);
        border:0.0625em solid rgb(56, 89, 136);
        color:white;
    }
.SelectedLoanApply__buttonQBank:hover, .SelectedLoanApply__buttonQBank:focus, .SelectedLoanApply__buttonQBank:active{
        background:rgb(45, 71, 109);
        border:0.0625em solid rgb(56, 89, 136);
        color:white;
    }
.SelectedLoanApply__buttonWhiteQBank{
        background:white;
        border:0.0625em solid rgb(56, 89, 136);
        color:rgb(56, 89, 136);
    }
.SelectedLoanApply__buttonWhiteQBank:hover, .SelectedLoanApply__buttonWhiteQBank:focus, .SelectedLoanApply__buttonWhiteQBank:active{
        background:rgb(45, 71, 109);
        border:0.0625em solid rgb(56, 89, 136);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderQBank{
      border:0.0625em solid rgb(56, 89, 136);
    }
.SelectedLoanApply__lenderBackgroundQBank .SelectedLoanApply__headerRatioBar{
        background:rgb(56, 89, 136);
      }
.SelectedLoanApply__lenderBackgroundQBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(45, 71, 109);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxQBank{
        border:0.125em solid #385988;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordQBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordQBank:hover{
        border-left:0.0625em solid rgb(56, 89, 136);
        border-right:0.0625em solid rgb(56, 89, 136);
        border-bottom:0.0625em solid rgb(56, 89, 136);
    }
.SelectedLoanApply__productRecordQBank:hover .SelectedLoanApply__sortingDescriptionBorderQBank{
            background:rgb(56, 89, 136) !important;
            color:white;
        }
.SelectedLoanApply__RaboBank, .SelectedLoanApply__contentBgRaboBank, .SelectedLoanApply__RaboBank .SelectedLoanApply__viewMoreButton{
        background:#FF6701 !important;
    }
.SelectedLoanApply__RaboBank:hover, .SelectedLoanApply__RaboBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(204, 82, 1) !important;
    }
.SelectedLoanApply__progressBarRaboBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#FF6701;
        background:-webkit-gradient(linear,  right top, left top,  from(#FF6701),color-stop(50%, #FF6701),color-stop(51%, #FF6701),to(#FF6701));
        background:linear-gradient(to left,  #FF6701 0%,#FF6701 50%,#FF6701 51%,#FF6701 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverRaboBank{
        background:rgb(204, 82, 1);
    }
.SelectedLoanApply__buttonRaboBank{
        background:rgb(255, 103, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.SelectedLoanApply__buttonRaboBank:hover, .SelectedLoanApply__buttonRaboBank:focus, .SelectedLoanApply__buttonRaboBank:active{
        background:rgb(204, 82, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.SelectedLoanApply__buttonWhiteRaboBank{
        background:white;
        border:0.0625em solid rgb(255, 103, 1);
        color:rgb(255, 103, 1);
    }
.SelectedLoanApply__buttonWhiteRaboBank:hover, .SelectedLoanApply__buttonWhiteRaboBank:focus, .SelectedLoanApply__buttonWhiteRaboBank:active{
        background:rgb(204, 82, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderRaboBank{
      border:0.0625em solid rgb(255, 103, 1);
    }
.SelectedLoanApply__lenderBackgroundRaboBank .SelectedLoanApply__headerRatioBar{
        background:rgb(255, 103, 1);
      }
.SelectedLoanApply__lenderBackgroundRaboBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(204, 82, 1);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxRaboBank{
        border:0.125em solid #ff6701;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordRaboBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordRaboBank:hover{
        border-left:0.0625em solid rgb(255, 103, 1);
        border-right:0.0625em solid rgb(255, 103, 1);
        border-bottom:0.0625em solid rgb(255, 103, 1);
    }
.SelectedLoanApply__productRecordRaboBank:hover .SelectedLoanApply__sortingDescriptionBorderRaboBank{
            background:rgb(255, 103, 1) !important;
            color:white;
        }
.SelectedLoanApply__RACQ, .SelectedLoanApply__contentBgRACQ, .SelectedLoanApply__RACQ .SelectedLoanApply__viewMoreButton{
        background:#FFE600 !important;
    }
.SelectedLoanApply__RACQ:hover, .SelectedLoanApply__RACQ .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(204, 184, 0) !important;
    }
.SelectedLoanApply__progressBarRACQ{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#FFE600;
        background:-webkit-gradient(linear,  right top, left top,  from(#FFE600),color-stop(50%, #FFE600),color-stop(51%, #FFE600),to(#FFE600));
        background:linear-gradient(to left,  #FFE600 0%,#FFE600 50%,#FFE600 51%,#FFE600 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverRACQ{
        background:rgb(204, 184, 0);
    }
.SelectedLoanApply__buttonRACQ{
        background:rgb(255, 230, 0);
        border:0.0625em solid rgb(255, 230, 0);
        color:white;
    }
.SelectedLoanApply__buttonRACQ:hover, .SelectedLoanApply__buttonRACQ:focus, .SelectedLoanApply__buttonRACQ:active{
        background:rgb(204, 184, 0);
        border:0.0625em solid rgb(255, 230, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhiteRACQ{
        background:white;
        border:0.0625em solid rgb(255, 230, 0);
        color:rgb(255, 230, 0);
    }
.SelectedLoanApply__buttonWhiteRACQ:hover, .SelectedLoanApply__buttonWhiteRACQ:focus, .SelectedLoanApply__buttonWhiteRACQ:active{
        background:rgb(204, 184, 0);
        border:0.0625em solid rgb(255, 230, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderRACQ{
      border:0.0625em solid rgb(255, 230, 0);
    }
.SelectedLoanApply__lenderBackgroundRACQ .SelectedLoanApply__headerRatioBar{
        background:rgb(255, 230, 0);
      }
.SelectedLoanApply__lenderBackgroundRACQ:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(204, 184, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxRACQ{
        border:0.125em solid #ffe600;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordRACQ{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordRACQ:hover{
        border-left:0.0625em solid rgb(255, 230, 0);
        border-right:0.0625em solid rgb(255, 230, 0);
        border-bottom:0.0625em solid rgb(255, 230, 0);
    }
.SelectedLoanApply__productRecordRACQ:hover .SelectedLoanApply__sortingDescriptionBorderRACQ{
            background:rgb(255, 230, 0) !important;
            color:white;
        }
.SelectedLoanApply__RAMS, .SelectedLoanApply__contentBgRAMS, .SelectedLoanApply__RAMS .SelectedLoanApply__viewMoreButton{
        background:#035482 !important;
    }
.SelectedLoanApply__RAMS:hover, .SelectedLoanApply__RAMS .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(2, 67, 104) !important;
    }
.SelectedLoanApply__progressBarRAMS{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#035482;
        background:-webkit-gradient(linear,  right top, left top,  from(#035482),color-stop(50%, #035482),color-stop(51%, #035482),to(#035482));
        background:linear-gradient(to left,  #035482 0%,#035482 50%,#035482 51%,#035482 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverRAMS{
        background:rgb(2, 67, 104);
    }
.SelectedLoanApply__buttonRAMS{
        background:rgb(3, 84, 130);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.SelectedLoanApply__buttonRAMS:hover, .SelectedLoanApply__buttonRAMS:focus, .SelectedLoanApply__buttonRAMS:active{
        background:rgb(2, 67, 104);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.SelectedLoanApply__buttonWhiteRAMS{
        background:white;
        border:0.0625em solid rgb(3, 84, 130);
        color:rgb(3, 84, 130);
    }
.SelectedLoanApply__buttonWhiteRAMS:hover, .SelectedLoanApply__buttonWhiteRAMS:focus, .SelectedLoanApply__buttonWhiteRAMS:active{
        background:rgb(2, 67, 104);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderRAMS{
      border:0.0625em solid rgb(3, 84, 130);
    }
.SelectedLoanApply__lenderBackgroundRAMS .SelectedLoanApply__headerRatioBar{
        background:rgb(3, 84, 130);
      }
.SelectedLoanApply__lenderBackgroundRAMS:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(2, 67, 104);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxRAMS{
        border:0.125em solid #035482;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordRAMS{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordRAMS:hover{
        border-left:0.0625em solid rgb(3, 84, 130);
        border-right:0.0625em solid rgb(3, 84, 130);
        border-bottom:0.0625em solid rgb(3, 84, 130);
    }
.SelectedLoanApply__productRecordRAMS:hover .SelectedLoanApply__sortingDescriptionBorderRAMS{
            background:rgb(3, 84, 130) !important;
            color:white;
        }
.SelectedLoanApply__RegionalAUBank, .SelectedLoanApply__contentBgRegionalAUBank, .SelectedLoanApply__RegionalAUBank .SelectedLoanApply__viewMoreButton{
        background:#00424D !important;
    }
.SelectedLoanApply__RegionalAUBank:hover, .SelectedLoanApply__RegionalAUBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 53, 62) !important;
    }
.SelectedLoanApply__progressBarRegionalAUBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#00424D;
        background:-webkit-gradient(linear,  right top, left top,  from(#00424D),color-stop(50%, #00424D),color-stop(51%, #00424D),to(#00424D));
        background:linear-gradient(to left,  #00424D 0%,#00424D 50%,#00424D 51%,#00424D 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverRegionalAUBank{
        background:rgb(0, 53, 62);
    }
.SelectedLoanApply__buttonRegionalAUBank{
        background:rgb(0, 66, 77);
        border:0.0625em solid rgb(0, 66, 77);
        color:white;
    }
.SelectedLoanApply__buttonRegionalAUBank:hover, .SelectedLoanApply__buttonRegionalAUBank:focus, .SelectedLoanApply__buttonRegionalAUBank:active{
        background:rgb(0, 53, 62);
        border:0.0625em solid rgb(0, 66, 77);
        color:white;
    }
.SelectedLoanApply__buttonWhiteRegionalAUBank{
        background:white;
        border:0.0625em solid rgb(0, 66, 77);
        color:rgb(0, 66, 77);
    }
.SelectedLoanApply__buttonWhiteRegionalAUBank:hover, .SelectedLoanApply__buttonWhiteRegionalAUBank:focus, .SelectedLoanApply__buttonWhiteRegionalAUBank:active{
        background:rgb(0, 53, 62);
        border:0.0625em solid rgb(0, 66, 77);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderRegionalAUBank{
      border:0.0625em solid rgb(0, 66, 77);
    }
.SelectedLoanApply__lenderBackgroundRegionalAUBank .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 66, 77);
      }
.SelectedLoanApply__lenderBackgroundRegionalAUBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 53, 62);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxRegionalAUBank{
        border:0.125em solid #00424d;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordRegionalAUBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordRegionalAUBank:hover{
        border-left:0.0625em solid rgb(0, 66, 77);
        border-right:0.0625em solid rgb(0, 66, 77);
        border-bottom:0.0625em solid rgb(0, 66, 77);
    }
.SelectedLoanApply__productRecordRegionalAUBank:hover .SelectedLoanApply__sortingDescriptionBorderRegionalAUBank{
            background:rgb(0, 66, 77) !important;
            color:white;
        }
.SelectedLoanApply__ServiceOneAlliance, .SelectedLoanApply__contentBgServiceOneAlliance, .SelectedLoanApply__ServiceOneAlliance .SelectedLoanApply__viewMoreButton{
        background:#0071BB !important;
    }
.SelectedLoanApply__ServiceOneAlliance:hover, .SelectedLoanApply__ServiceOneAlliance .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 90, 150) !important;
    }
.SelectedLoanApply__progressBarServiceOneAlliance{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#0071BB;
        background:-webkit-gradient(linear,  right top, left top,  from(#0071BB),color-stop(50%, #0071BB),color-stop(51%, #0071BB),to(#0071BB));
        background:linear-gradient(to left,  #0071BB 0%,#0071BB 50%,#0071BB 51%,#0071BB 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverServiceOneAlliance{
        background:rgb(0, 90, 150);
    }
.SelectedLoanApply__buttonServiceOneAlliance{
        background:rgb(0, 113, 187);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.SelectedLoanApply__buttonServiceOneAlliance:hover, .SelectedLoanApply__buttonServiceOneAlliance:focus, .SelectedLoanApply__buttonServiceOneAlliance:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.SelectedLoanApply__buttonWhiteServiceOneAlliance{
        background:white;
        border:0.0625em solid rgb(0, 113, 187);
        color:rgb(0, 113, 187);
    }
.SelectedLoanApply__buttonWhiteServiceOneAlliance:hover, .SelectedLoanApply__buttonWhiteServiceOneAlliance:focus, .SelectedLoanApply__buttonWhiteServiceOneAlliance:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderServiceOneAlliance{
      border:0.0625em solid rgb(0, 113, 187);
    }
.SelectedLoanApply__lenderBackgroundServiceOneAlliance .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 113, 187);
      }
.SelectedLoanApply__lenderBackgroundServiceOneAlliance:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 90, 150);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxServiceOneAlliance{
        border:0.125em solid #0071bb;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordServiceOneAlliance{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordServiceOneAlliance:hover{
        border-left:0.0625em solid rgb(0, 113, 187);
        border-right:0.0625em solid rgb(0, 113, 187);
        border-bottom:0.0625em solid rgb(0, 113, 187);
    }
.SelectedLoanApply__productRecordServiceOneAlliance:hover .SelectedLoanApply__sortingDescriptionBorderServiceOneAlliance{
            background:rgb(0, 113, 187) !important;
            color:white;
        }
.SelectedLoanApply__SouthWest, .SelectedLoanApply__contentBgSouthWest, .SelectedLoanApply__SouthWest .SelectedLoanApply__viewMoreButton{
        background:#092B49 !important;
    }
.SelectedLoanApply__SouthWest:hover, .SelectedLoanApply__SouthWest .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(7, 34, 58) !important;
    }
.SelectedLoanApply__progressBarSouthWest{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#092B49;
        background:-webkit-gradient(linear,  right top, left top,  from(#092B49),color-stop(50%, #092B49),color-stop(51%, #092B49),to(#092B49));
        background:linear-gradient(to left,  #092B49 0%,#092B49 50%,#092B49 51%,#092B49 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverSouthWest{
        background:rgb(7, 34, 58);
    }
.SelectedLoanApply__buttonSouthWest{
        background:rgb(9, 43, 73);
        border:0.0625em solid rgb(9, 43, 73);
        color:white;
    }
.SelectedLoanApply__buttonSouthWest:hover, .SelectedLoanApply__buttonSouthWest:focus, .SelectedLoanApply__buttonSouthWest:active{
        background:rgb(7, 34, 58);
        border:0.0625em solid rgb(9, 43, 73);
        color:white;
    }
.SelectedLoanApply__buttonWhiteSouthWest{
        background:white;
        border:0.0625em solid rgb(9, 43, 73);
        color:rgb(9, 43, 73);
    }
.SelectedLoanApply__buttonWhiteSouthWest:hover, .SelectedLoanApply__buttonWhiteSouthWest:focus, .SelectedLoanApply__buttonWhiteSouthWest:active{
        background:rgb(7, 34, 58);
        border:0.0625em solid rgb(9, 43, 73);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderSouthWest{
      border:0.0625em solid rgb(9, 43, 73);
    }
.SelectedLoanApply__lenderBackgroundSouthWest .SelectedLoanApply__headerRatioBar{
        background:rgb(9, 43, 73);
      }
.SelectedLoanApply__lenderBackgroundSouthWest:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(7, 34, 58);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxSouthWest{
        border:0.125em solid #092b49;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordSouthWest{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordSouthWest:hover{
        border-left:0.0625em solid rgb(9, 43, 73);
        border-right:0.0625em solid rgb(9, 43, 73);
        border-bottom:0.0625em solid rgb(9, 43, 73);
    }
.SelectedLoanApply__productRecordSouthWest:hover .SelectedLoanApply__sortingDescriptionBorderSouthWest{
            background:rgb(9, 43, 73) !important;
            color:white;
        }
.SelectedLoanApply__SouthernCross, .SelectedLoanApply__contentBgSouthernCross, .SelectedLoanApply__SouthernCross .SelectedLoanApply__viewMoreButton{
        background:#003779 !important;
    }
.SelectedLoanApply__SouthernCross:hover, .SelectedLoanApply__SouthernCross .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 44, 97) !important;
    }
.SelectedLoanApply__progressBarSouthernCross{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#003779;
        background:-webkit-gradient(linear,  right top, left top,  from(#003779),color-stop(50%, #003779),color-stop(51%, #003779),to(#003779));
        background:linear-gradient(to left,  #003779 0%,#003779 50%,#003779 51%,#003779 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverSouthernCross{
        background:rgb(0, 44, 97);
    }
.SelectedLoanApply__buttonSouthernCross{
        background:rgb(0, 55, 121);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.SelectedLoanApply__buttonSouthernCross:hover, .SelectedLoanApply__buttonSouthernCross:focus, .SelectedLoanApply__buttonSouthernCross:active{
        background:rgb(0, 44, 97);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.SelectedLoanApply__buttonWhiteSouthernCross{
        background:white;
        border:0.0625em solid rgb(0, 55, 121);
        color:rgb(0, 55, 121);
    }
.SelectedLoanApply__buttonWhiteSouthernCross:hover, .SelectedLoanApply__buttonWhiteSouthernCross:focus, .SelectedLoanApply__buttonWhiteSouthernCross:active{
        background:rgb(0, 44, 97);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderSouthernCross{
      border:0.0625em solid rgb(0, 55, 121);
    }
.SelectedLoanApply__lenderBackgroundSouthernCross .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 55, 121);
      }
.SelectedLoanApply__lenderBackgroundSouthernCross:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 44, 97);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxSouthernCross{
        border:0.125em solid #003779;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordSouthernCross{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordSouthernCross:hover{
        border-left:0.0625em solid rgb(0, 55, 121);
        border-right:0.0625em solid rgb(0, 55, 121);
        border-bottom:0.0625em solid rgb(0, 55, 121);
    }
.SelectedLoanApply__productRecordSouthernCross:hover .SelectedLoanApply__sortingDescriptionBorderSouthernCross{
            background:rgb(0, 55, 121) !important;
            color:white;
        }
.SelectedLoanApply__TeachersMutual, .SelectedLoanApply__contentBgTeachersMutual, .SelectedLoanApply__TeachersMutual .SelectedLoanApply__viewMoreButton{
        background:#17A1AF !important;
    }
.SelectedLoanApply__TeachersMutual:hover, .SelectedLoanApply__TeachersMutual .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(18, 129, 140) !important;
    }
.SelectedLoanApply__progressBarTeachersMutual{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#17A1AF;
        background:-webkit-gradient(linear,  right top, left top,  from(#17A1AF),color-stop(50%, #17A1AF),color-stop(51%, #17A1AF),to(#17A1AF));
        background:linear-gradient(to left,  #17A1AF 0%,#17A1AF 50%,#17A1AF 51%,#17A1AF 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverTeachersMutual{
        background:rgb(18, 129, 140);
    }
.SelectedLoanApply__buttonTeachersMutual{
        background:rgb(23, 161, 175);
        border:0.0625em solid rgb(23, 161, 175);
        color:white;
    }
.SelectedLoanApply__buttonTeachersMutual:hover, .SelectedLoanApply__buttonTeachersMutual:focus, .SelectedLoanApply__buttonTeachersMutual:active{
        background:rgb(18, 129, 140);
        border:0.0625em solid rgb(23, 161, 175);
        color:white;
    }
.SelectedLoanApply__buttonWhiteTeachersMutual{
        background:white;
        border:0.0625em solid rgb(23, 161, 175);
        color:rgb(23, 161, 175);
    }
.SelectedLoanApply__buttonWhiteTeachersMutual:hover, .SelectedLoanApply__buttonWhiteTeachersMutual:focus, .SelectedLoanApply__buttonWhiteTeachersMutual:active{
        background:rgb(18, 129, 140);
        border:0.0625em solid rgb(23, 161, 175);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderTeachersMutual{
      border:0.0625em solid rgb(23, 161, 175);
    }
.SelectedLoanApply__lenderBackgroundTeachersMutual .SelectedLoanApply__headerRatioBar{
        background:rgb(23, 161, 175);
      }
.SelectedLoanApply__lenderBackgroundTeachersMutual:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(18, 129, 140);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxTeachersMutual{
        border:0.125em solid #17a1af;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordTeachersMutual{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordTeachersMutual:hover{
        border-left:0.0625em solid rgb(23, 161, 175);
        border-right:0.0625em solid rgb(23, 161, 175);
        border-bottom:0.0625em solid rgb(23, 161, 175);
    }
.SelectedLoanApply__productRecordTeachersMutual:hover .SelectedLoanApply__sortingDescriptionBorderTeachersMutual{
            background:rgb(23, 161, 175) !important;
            color:white;
        }
.SelectedLoanApply__TheCapricornianBank, .SelectedLoanApply__contentBgTheCapricornianBank, .SelectedLoanApply__TheCapricornianBank .SelectedLoanApply__viewMoreButton{
        background:#B42D34 !important;
    }
.SelectedLoanApply__TheCapricornianBank:hover, .SelectedLoanApply__TheCapricornianBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(144, 36, 42) !important;
    }
.SelectedLoanApply__progressBarTheCapricornianBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#B42D34;
        background:-webkit-gradient(linear,  right top, left top,  from(#B42D34),color-stop(50%, #B42D34),color-stop(51%, #B42D34),to(#B42D34));
        background:linear-gradient(to left,  #B42D34 0%,#B42D34 50%,#B42D34 51%,#B42D34 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverTheCapricornianBank{
        background:rgb(144, 36, 42);
    }
.SelectedLoanApply__buttonTheCapricornianBank{
        background:rgb(180, 45, 52);
        border:0.0625em solid rgb(180, 45, 52);
        color:white;
    }
.SelectedLoanApply__buttonTheCapricornianBank:hover, .SelectedLoanApply__buttonTheCapricornianBank:focus, .SelectedLoanApply__buttonTheCapricornianBank:active{
        background:rgb(144, 36, 42);
        border:0.0625em solid rgb(180, 45, 52);
        color:white;
    }
.SelectedLoanApply__buttonWhiteTheCapricornianBank{
        background:white;
        border:0.0625em solid rgb(180, 45, 52);
        color:rgb(180, 45, 52);
    }
.SelectedLoanApply__buttonWhiteTheCapricornianBank:hover, .SelectedLoanApply__buttonWhiteTheCapricornianBank:focus, .SelectedLoanApply__buttonWhiteTheCapricornianBank:active{
        background:rgb(144, 36, 42);
        border:0.0625em solid rgb(180, 45, 52);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderTheCapricornianBank{
      border:0.0625em solid rgb(180, 45, 52);
    }
.SelectedLoanApply__lenderBackgroundTheCapricornianBank .SelectedLoanApply__headerRatioBar{
        background:rgb(180, 45, 52);
      }
.SelectedLoanApply__lenderBackgroundTheCapricornianBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(144, 36, 42);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxTheCapricornianBank{
        border:0.125em solid #b42d34;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordTheCapricornianBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordTheCapricornianBank:hover{
        border-left:0.0625em solid rgb(180, 45, 52);
        border-right:0.0625em solid rgb(180, 45, 52);
        border-bottom:0.0625em solid rgb(180, 45, 52);
    }
.SelectedLoanApply__productRecordTheCapricornianBank:hover .SelectedLoanApply__sortingDescriptionBorderTheCapricornianBank{
            background:rgb(180, 45, 52) !important;
            color:white;
        }
.SelectedLoanApply__TheMutualBank, .SelectedLoanApply__contentBgTheMutualBank, .SelectedLoanApply__TheMutualBank .SelectedLoanApply__viewMoreButton{
        background:#000000 !important;
    }
.SelectedLoanApply__TheMutualBank:hover, .SelectedLoanApply__TheMutualBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.SelectedLoanApply__progressBarTheMutualBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverTheMutualBank{
        background:rgb(51, 51, 51);
    }
.SelectedLoanApply__buttonTheMutualBank{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonTheMutualBank:hover, .SelectedLoanApply__buttonTheMutualBank:focus, .SelectedLoanApply__buttonTheMutualBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhiteTheMutualBank{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.SelectedLoanApply__buttonWhiteTheMutualBank:hover, .SelectedLoanApply__buttonWhiteTheMutualBank:focus, .SelectedLoanApply__buttonWhiteTheMutualBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderTheMutualBank{
      border:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__lenderBackgroundTheMutualBank .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.SelectedLoanApply__lenderBackgroundTheMutualBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxTheMutualBank{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordTheMutualBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordTheMutualBank:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__productRecordTheMutualBank:hover .SelectedLoanApply__sortingDescriptionBorderTheMutualBank{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.SelectedLoanApply__TraditionalCU, .SelectedLoanApply__contentBgTraditionalCU, .SelectedLoanApply__TraditionalCU .SelectedLoanApply__viewMoreButton{
        background:#000000 !important;
    }
.SelectedLoanApply__TraditionalCU:hover, .SelectedLoanApply__TraditionalCU .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.SelectedLoanApply__progressBarTraditionalCU{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverTraditionalCU{
        background:rgb(51, 51, 51);
    }
.SelectedLoanApply__buttonTraditionalCU{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonTraditionalCU:hover, .SelectedLoanApply__buttonTraditionalCU:focus, .SelectedLoanApply__buttonTraditionalCU:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhiteTraditionalCU{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.SelectedLoanApply__buttonWhiteTraditionalCU:hover, .SelectedLoanApply__buttonWhiteTraditionalCU:focus, .SelectedLoanApply__buttonWhiteTraditionalCU:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderTraditionalCU{
      border:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__lenderBackgroundTraditionalCU .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.SelectedLoanApply__lenderBackgroundTraditionalCU:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxTraditionalCU{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordTraditionalCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordTraditionalCU:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.SelectedLoanApply__productRecordTraditionalCU:hover .SelectedLoanApply__sortingDescriptionBorderTraditionalCU{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.SelectedLoanApply__ToyotaFinance, .SelectedLoanApply__contentBgToyotaFinance, .SelectedLoanApply__ToyotaFinance .SelectedLoanApply__viewMoreButton{
        background:#EB0A1E !important;
    }
.SelectedLoanApply__ToyotaFinance:hover, .SelectedLoanApply__ToyotaFinance .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(188, 8, 24) !important;
    }
.SelectedLoanApply__progressBarToyotaFinance{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#EB0A1E;
        background:-webkit-gradient(linear,  right top, left top,  from(#EB0A1E),color-stop(50%, #EB0A1E),color-stop(51%, #EB0A1E),to(#EB0A1E));
        background:linear-gradient(to left,  #EB0A1E 0%,#EB0A1E 50%,#EB0A1E 51%,#EB0A1E 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverToyotaFinance{
        background:rgb(188, 8, 24);
    }
.SelectedLoanApply__buttonToyotaFinance{
        background:rgb(235, 10, 30);
        border:0.0625em solid rgb(235, 10, 30);
        color:white;
    }
.SelectedLoanApply__buttonToyotaFinance:hover, .SelectedLoanApply__buttonToyotaFinance:focus, .SelectedLoanApply__buttonToyotaFinance:active{
        background:rgb(188, 8, 24);
        border:0.0625em solid rgb(235, 10, 30);
        color:white;
    }
.SelectedLoanApply__buttonWhiteToyotaFinance{
        background:white;
        border:0.0625em solid rgb(235, 10, 30);
        color:rgb(235, 10, 30);
    }
.SelectedLoanApply__buttonWhiteToyotaFinance:hover, .SelectedLoanApply__buttonWhiteToyotaFinance:focus, .SelectedLoanApply__buttonWhiteToyotaFinance:active{
        background:rgb(188, 8, 24);
        border:0.0625em solid rgb(235, 10, 30);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderToyotaFinance{
      border:0.0625em solid rgb(235, 10, 30);
    }
.SelectedLoanApply__lenderBackgroundToyotaFinance .SelectedLoanApply__headerRatioBar{
        background:rgb(235, 10, 30);
      }
.SelectedLoanApply__lenderBackgroundToyotaFinance:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(188, 8, 24);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxToyotaFinance{
        border:0.125em solid #eb0a1e;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordToyotaFinance{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordToyotaFinance:hover{
        border-left:0.0625em solid rgb(235, 10, 30);
        border-right:0.0625em solid rgb(235, 10, 30);
        border-bottom:0.0625em solid rgb(235, 10, 30);
    }
.SelectedLoanApply__productRecordToyotaFinance:hover .SelectedLoanApply__sortingDescriptionBorderToyotaFinance{
            background:rgb(235, 10, 30) !important;
            color:white;
        }
.SelectedLoanApply__UniBank, .SelectedLoanApply__contentBgUniBank, .SelectedLoanApply__UniBank .SelectedLoanApply__viewMoreButton{
        background:#00AEEF !important;
    }
.SelectedLoanApply__UniBank:hover, .SelectedLoanApply__UniBank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(0, 139, 191) !important;
    }
.SelectedLoanApply__progressBarUniBank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#00AEEF;
        background:-webkit-gradient(linear,  right top, left top,  from(#00AEEF),color-stop(50%, #00AEEF),color-stop(51%, #00AEEF),to(#00AEEF));
        background:linear-gradient(to left,  #00AEEF 0%,#00AEEF 50%,#00AEEF 51%,#00AEEF 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverUniBank{
        background:rgb(0, 139, 191);
    }
.SelectedLoanApply__buttonUniBank{
        background:rgb(0, 174, 239);
        border:0.0625em solid rgb(0, 174, 239);
        color:white;
    }
.SelectedLoanApply__buttonUniBank:hover, .SelectedLoanApply__buttonUniBank:focus, .SelectedLoanApply__buttonUniBank:active{
        background:rgb(0, 139, 191);
        border:0.0625em solid rgb(0, 174, 239);
        color:white;
    }
.SelectedLoanApply__buttonWhiteUniBank{
        background:white;
        border:0.0625em solid rgb(0, 174, 239);
        color:rgb(0, 174, 239);
    }
.SelectedLoanApply__buttonWhiteUniBank:hover, .SelectedLoanApply__buttonWhiteUniBank:focus, .SelectedLoanApply__buttonWhiteUniBank:active{
        background:rgb(0, 139, 191);
        border:0.0625em solid rgb(0, 174, 239);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderUniBank{
      border:0.0625em solid rgb(0, 174, 239);
    }
.SelectedLoanApply__lenderBackgroundUniBank .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 174, 239);
      }
.SelectedLoanApply__lenderBackgroundUniBank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(0, 139, 191);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxUniBank{
        border:0.125em solid #00aeef;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordUniBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordUniBank:hover{
        border-left:0.0625em solid rgb(0, 174, 239);
        border-right:0.0625em solid rgb(0, 174, 239);
        border-bottom:0.0625em solid rgb(0, 174, 239);
    }
.SelectedLoanApply__productRecordUniBank:hover .SelectedLoanApply__sortingDescriptionBorderUniBank{
            background:rgb(0, 174, 239) !important;
            color:white;
        }
.SelectedLoanApply__virgin, .SelectedLoanApply__contentBgvirgin, .SelectedLoanApply__virgin .SelectedLoanApply__viewMoreButton{
        background:#CC0000 !important;
    }
.SelectedLoanApply__virgin:hover, .SelectedLoanApply__virgin .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(163, 0, 0) !important;
    }
.SelectedLoanApply__progressBarvirgin{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#CC0000;
        background:-webkit-gradient(linear,  right top, left top,  from(#CC0000),color-stop(50%, #CC0000),color-stop(51%, #CC0000),to(#CC0000));
        background:linear-gradient(to left,  #CC0000 0%,#CC0000 50%,#CC0000 51%,#CC0000 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hovervirgin{
        background:rgb(163, 0, 0);
    }
.SelectedLoanApply__buttonvirgin{
        background:rgb(204, 0, 0);
        border:0.0625em solid rgb(204, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonvirgin:hover, .SelectedLoanApply__buttonvirgin:focus, .SelectedLoanApply__buttonvirgin:active{
        background:rgb(163, 0, 0);
        border:0.0625em solid rgb(204, 0, 0);
        color:white;
    }
.SelectedLoanApply__buttonWhitevirgin{
        background:white;
        border:0.0625em solid rgb(204, 0, 0);
        color:rgb(204, 0, 0);
    }
.SelectedLoanApply__buttonWhitevirgin:hover, .SelectedLoanApply__buttonWhitevirgin:focus, .SelectedLoanApply__buttonWhitevirgin:active{
        background:rgb(163, 0, 0);
        border:0.0625em solid rgb(204, 0, 0);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBordervirgin{
      border:0.0625em solid rgb(204, 0, 0);
    }
.SelectedLoanApply__lenderBackgroundvirgin .SelectedLoanApply__headerRatioBar{
        background:rgb(204, 0, 0);
      }
.SelectedLoanApply__lenderBackgroundvirgin:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(163, 0, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxvirgin{
        border:0.125em solid #cc0000;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordvirgin{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordvirgin:hover{
        border-left:0.0625em solid rgb(204, 0, 0);
        border-right:0.0625em solid rgb(204, 0, 0);
        border-bottom:0.0625em solid rgb(204, 0, 0);
    }
.SelectedLoanApply__productRecordvirgin:hover .SelectedLoanApply__sortingDescriptionBordervirgin{
            background:rgb(204, 0, 0) !important;
            color:white;
        }
.SelectedLoanApply__VWFinance, .SelectedLoanApply__contentBgVWFinance, .SelectedLoanApply__VWFinance .SelectedLoanApply__viewMoreButton{
        background:#A21E4D !important;
    }
.SelectedLoanApply__VWFinance:hover, .SelectedLoanApply__VWFinance .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(130, 24, 62) !important;
    }
.SelectedLoanApply__progressBarVWFinance{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#A21E4D;
        background:-webkit-gradient(linear,  right top, left top,  from(#A21E4D),color-stop(50%, #A21E4D),color-stop(51%, #A21E4D),to(#A21E4D));
        background:linear-gradient(to left,  #A21E4D 0%,#A21E4D 50%,#A21E4D 51%,#A21E4D 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverVWFinance{
        background:rgb(130, 24, 62);
    }
.SelectedLoanApply__buttonVWFinance{
        background:rgb(162, 30, 77);
        border:0.0625em solid rgb(162, 30, 77);
        color:white;
    }
.SelectedLoanApply__buttonVWFinance:hover, .SelectedLoanApply__buttonVWFinance:focus, .SelectedLoanApply__buttonVWFinance:active{
        background:rgb(130, 24, 62);
        border:0.0625em solid rgb(162, 30, 77);
        color:white;
    }
.SelectedLoanApply__buttonWhiteVWFinance{
        background:white;
        border:0.0625em solid rgb(162, 30, 77);
        color:rgb(162, 30, 77);
    }
.SelectedLoanApply__buttonWhiteVWFinance:hover, .SelectedLoanApply__buttonWhiteVWFinance:focus, .SelectedLoanApply__buttonWhiteVWFinance:active{
        background:rgb(130, 24, 62);
        border:0.0625em solid rgb(162, 30, 77);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderVWFinance{
      border:0.0625em solid rgb(162, 30, 77);
    }
.SelectedLoanApply__lenderBackgroundVWFinance .SelectedLoanApply__headerRatioBar{
        background:rgb(162, 30, 77);
      }
.SelectedLoanApply__lenderBackgroundVWFinance:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(130, 24, 62);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxVWFinance{
        border:0.125em solid #a21e4d;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordVWFinance{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordVWFinance:hover{
        border-left:0.0625em solid rgb(162, 30, 77);
        border-right:0.0625em solid rgb(162, 30, 77);
        border-bottom:0.0625em solid rgb(162, 30, 77);
    }
.SelectedLoanApply__productRecordVWFinance:hover .SelectedLoanApply__sortingDescriptionBorderVWFinance{
            background:rgb(162, 30, 77) !important;
            color:white;
        }
.SelectedLoanApply__WarwickCU, .SelectedLoanApply__contentBgWarwickCU, .SelectedLoanApply__WarwickCU .SelectedLoanApply__viewMoreButton{
        background:#022F5D !important;
    }
.SelectedLoanApply__WarwickCU:hover, .SelectedLoanApply__WarwickCU .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(2, 38, 74) !important;
    }
.SelectedLoanApply__progressBarWarwickCU{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#022F5D;
        background:-webkit-gradient(linear,  right top, left top,  from(#022F5D),color-stop(50%, #022F5D),color-stop(51%, #022F5D),to(#022F5D));
        background:linear-gradient(to left,  #022F5D 0%,#022F5D 50%,#022F5D 51%,#022F5D 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverWarwickCU{
        background:rgb(2, 38, 74);
    }
.SelectedLoanApply__buttonWarwickCU{
        background:rgb(2, 47, 93);
        border:0.0625em solid rgb(2, 47, 93);
        color:white;
    }
.SelectedLoanApply__buttonWarwickCU:hover, .SelectedLoanApply__buttonWarwickCU:focus, .SelectedLoanApply__buttonWarwickCU:active{
        background:rgb(2, 38, 74);
        border:0.0625em solid rgb(2, 47, 93);
        color:white;
    }
.SelectedLoanApply__buttonWhiteWarwickCU{
        background:white;
        border:0.0625em solid rgb(2, 47, 93);
        color:rgb(2, 47, 93);
    }
.SelectedLoanApply__buttonWhiteWarwickCU:hover, .SelectedLoanApply__buttonWhiteWarwickCU:focus, .SelectedLoanApply__buttonWhiteWarwickCU:active{
        background:rgb(2, 38, 74);
        border:0.0625em solid rgb(2, 47, 93);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderWarwickCU{
      border:0.0625em solid rgb(2, 47, 93);
    }
.SelectedLoanApply__lenderBackgroundWarwickCU .SelectedLoanApply__headerRatioBar{
        background:rgb(2, 47, 93);
      }
.SelectedLoanApply__lenderBackgroundWarwickCU:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(2, 38, 74);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxWarwickCU{
        border:0.125em solid #022f5d;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordWarwickCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordWarwickCU:hover{
        border-left:0.0625em solid rgb(2, 47, 93);
        border-right:0.0625em solid rgb(2, 47, 93);
        border-bottom:0.0625em solid rgb(2, 47, 93);
    }
.SelectedLoanApply__productRecordWarwickCU:hover .SelectedLoanApply__sortingDescriptionBorderWarwickCU{
            background:rgb(2, 47, 93) !important;
            color:white;
        }
.SelectedLoanApply__ZipMoney, .SelectedLoanApply__contentBgZipMoney, .SelectedLoanApply__ZipMoney .SelectedLoanApply__viewMoreButton{
        background:#434776 !important;
    }
.SelectedLoanApply__ZipMoney:hover, .SelectedLoanApply__ZipMoney .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(54, 57, 94) !important;
    }
.SelectedLoanApply__progressBarZipMoney{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#434776;
        background:-webkit-gradient(linear,  right top, left top,  from(#434776),color-stop(50%, #434776),color-stop(51%, #434776),to(#434776));
        background:linear-gradient(to left,  #434776 0%,#434776 50%,#434776 51%,#434776 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverZipMoney{
        background:rgb(54, 57, 94);
    }
.SelectedLoanApply__buttonZipMoney{
        background:rgb(67, 71, 118);
        border:0.0625em solid rgb(67, 71, 118);
        color:white;
    }
.SelectedLoanApply__buttonZipMoney:hover, .SelectedLoanApply__buttonZipMoney:focus, .SelectedLoanApply__buttonZipMoney:active{
        background:rgb(54, 57, 94);
        border:0.0625em solid rgb(67, 71, 118);
        color:white;
    }
.SelectedLoanApply__buttonWhiteZipMoney{
        background:white;
        border:0.0625em solid rgb(67, 71, 118);
        color:rgb(67, 71, 118);
    }
.SelectedLoanApply__buttonWhiteZipMoney:hover, .SelectedLoanApply__buttonWhiteZipMoney:focus, .SelectedLoanApply__buttonWhiteZipMoney:active{
        background:rgb(54, 57, 94);
        border:0.0625em solid rgb(67, 71, 118);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderZipMoney{
      border:0.0625em solid rgb(67, 71, 118);
    }
.SelectedLoanApply__lenderBackgroundZipMoney .SelectedLoanApply__headerRatioBar{
        background:rgb(67, 71, 118);
      }
.SelectedLoanApply__lenderBackgroundZipMoney:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(54, 57, 94);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxZipMoney{
        border:0.125em solid #434776;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordZipMoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordZipMoney:hover{
        border-left:0.0625em solid rgb(67, 71, 118);
        border-right:0.0625em solid rgb(67, 71, 118);
        border-bottom:0.0625em solid rgb(67, 71, 118);
    }
.SelectedLoanApply__productRecordZipMoney:hover .SelectedLoanApply__sortingDescriptionBorderZipMoney{
            background:rgb(67, 71, 118) !important;
            color:white;
        }
.SelectedLoanApply__VirginMoneyCC, .SelectedLoanApply__contentBgVirginMoneyCC, .SelectedLoanApply__VirginMoneyCC .SelectedLoanApply__viewMoreButton{
        background:#BD1D65 !important;
    }
.SelectedLoanApply__VirginMoneyCC:hover, .SelectedLoanApply__VirginMoneyCC .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(151, 23, 81) !important;
    }
.SelectedLoanApply__progressBarVirginMoneyCC{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#BD1D65;
        background:-webkit-gradient(linear,  right top, left top,  from(#BD1D65),color-stop(50%, #BD1D65),color-stop(51%, #BD1D65),to(#BD1D65));
        background:linear-gradient(to left,  #BD1D65 0%,#BD1D65 50%,#BD1D65 51%,#BD1D65 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverVirginMoneyCC{
        background:rgb(151, 23, 81);
    }
.SelectedLoanApply__buttonVirginMoneyCC{
        background:rgb(189, 29, 101);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.SelectedLoanApply__buttonVirginMoneyCC:hover, .SelectedLoanApply__buttonVirginMoneyCC:focus, .SelectedLoanApply__buttonVirginMoneyCC:active{
        background:rgb(151, 23, 81);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.SelectedLoanApply__buttonWhiteVirginMoneyCC{
        background:white;
        border:0.0625em solid rgb(189, 29, 101);
        color:rgb(189, 29, 101);
    }
.SelectedLoanApply__buttonWhiteVirginMoneyCC:hover, .SelectedLoanApply__buttonWhiteVirginMoneyCC:focus, .SelectedLoanApply__buttonWhiteVirginMoneyCC:active{
        background:rgb(151, 23, 81);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderVirginMoneyCC{
      border:0.0625em solid rgb(189, 29, 101);
    }
.SelectedLoanApply__lenderBackgroundVirginMoneyCC .SelectedLoanApply__headerRatioBar{
        background:rgb(189, 29, 101);
      }
.SelectedLoanApply__lenderBackgroundVirginMoneyCC:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(151, 23, 81);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxVirginMoneyCC{
        border:0.125em solid #bd1d65;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordVirginMoneyCC{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordVirginMoneyCC:hover{
        border-left:0.0625em solid rgb(189, 29, 101);
        border-right:0.0625em solid rgb(189, 29, 101);
        border-bottom:0.0625em solid rgb(189, 29, 101);
    }
.SelectedLoanApply__productRecordVirginMoneyCC:hover .SelectedLoanApply__sortingDescriptionBorderVirginMoneyCC{
            background:rgb(189, 29, 101) !important;
            color:white;
        }
.SelectedLoanApply__VirginMoneyHL, .SelectedLoanApply__contentBgVirginMoneyHL, .SelectedLoanApply__VirginMoneyHL .SelectedLoanApply__viewMoreButton{
        background:#BD1D65 !important;
    }
.SelectedLoanApply__VirginMoneyHL:hover, .SelectedLoanApply__VirginMoneyHL .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(151, 23, 81) !important;
    }
.SelectedLoanApply__progressBarVirginMoneyHL{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#BD1D65;
        background:-webkit-gradient(linear,  right top, left top,  from(#BD1D65),color-stop(50%, #BD1D65),color-stop(51%, #BD1D65),to(#BD1D65));
        background:linear-gradient(to left,  #BD1D65 0%,#BD1D65 50%,#BD1D65 51%,#BD1D65 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverVirginMoneyHL{
        background:rgb(151, 23, 81);
    }
.SelectedLoanApply__buttonVirginMoneyHL{
        background:rgb(189, 29, 101);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.SelectedLoanApply__buttonVirginMoneyHL:hover, .SelectedLoanApply__buttonVirginMoneyHL:focus, .SelectedLoanApply__buttonVirginMoneyHL:active{
        background:rgb(151, 23, 81);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.SelectedLoanApply__buttonWhiteVirginMoneyHL{
        background:white;
        border:0.0625em solid rgb(189, 29, 101);
        color:rgb(189, 29, 101);
    }
.SelectedLoanApply__buttonWhiteVirginMoneyHL:hover, .SelectedLoanApply__buttonWhiteVirginMoneyHL:focus, .SelectedLoanApply__buttonWhiteVirginMoneyHL:active{
        background:rgb(151, 23, 81);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderVirginMoneyHL{
      border:0.0625em solid rgb(189, 29, 101);
    }
.SelectedLoanApply__lenderBackgroundVirginMoneyHL .SelectedLoanApply__headerRatioBar{
        background:rgb(189, 29, 101);
      }
.SelectedLoanApply__lenderBackgroundVirginMoneyHL:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(151, 23, 81);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxVirginMoneyHL{
        border:0.125em solid #bd1d65;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordVirginMoneyHL{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordVirginMoneyHL:hover{
        border-left:0.0625em solid rgb(189, 29, 101);
        border-right:0.0625em solid rgb(189, 29, 101);
        border-bottom:0.0625em solid rgb(189, 29, 101);
    }
.SelectedLoanApply__productRecordVirginMoneyHL:hover .SelectedLoanApply__sortingDescriptionBorderVirginMoneyHL{
            background:rgb(189, 29, 101) !important;
            color:white;
        }
.SelectedLoanApply__Thinktank, .SelectedLoanApply__contentBgThinktank, .SelectedLoanApply__Thinktank .SelectedLoanApply__viewMoreButton{
        background:#063462 !important;
    }
.SelectedLoanApply__Thinktank:hover, .SelectedLoanApply__Thinktank .SelectedLoanApply__viewMoreButton:hover{
        background:rgb(56, 93, 129) !important;
    }
.SelectedLoanApply__progressBarThinktank{
        -webkit-animation:SelectedLoanApply__show 0.8s;
        animation:SelectedLoanApply__show 0.8s;

        background:#063462;
        background:-webkit-gradient(linear,  right top, left top,  from(#063462),color-stop(50%, #063462),color-stop(51%, #063462),to(#063462));
        background:linear-gradient(to left,  #063462 0%,#063462 50%,#063462 51%,#063462 100%);

        overflow:hidden;
        z-index:290;
    }
.SelectedLoanApply__hoverThinktank{
        background:rgb(56, 93, 129);
    }
.SelectedLoanApply__buttonThinktank{
        background:rgb(6, 52, 98);
        border:0.0625em solid rgb(6, 52, 98);
        color:white;
    }
.SelectedLoanApply__buttonThinktank:hover, .SelectedLoanApply__buttonThinktank:focus, .SelectedLoanApply__buttonThinktank:active{
        background:rgb(56, 93, 129);
        border:0.0625em solid rgb(6, 52, 98);
        color:white;
    }
.SelectedLoanApply__buttonWhiteThinktank{
        background:white;
        border:0.0625em solid rgb(6, 52, 98);
        color:rgb(6, 52, 98);
    }
.SelectedLoanApply__buttonWhiteThinktank:hover, .SelectedLoanApply__buttonWhiteThinktank:focus, .SelectedLoanApply__buttonWhiteThinktank:active{
        background:rgb(56, 93, 129);
        border:0.0625em solid rgb(6, 52, 98);
        color:white;
    }
.SelectedLoanApply__sortingDescriptionBorderThinktank{
      border:0.0625em solid rgb(6, 52, 98);
    }
.SelectedLoanApply__lenderBackgroundThinktank .SelectedLoanApply__headerRatioBar{
        background:rgb(6, 52, 98);
      }
.SelectedLoanApply__lenderBackgroundThinktank:hover.SelectedLoanApply__collapsed .SelectedLoanApply__headerRatioBar{
        background:rgb(56, 93, 129);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.SelectedLoanApply__boxThinktank{
        border:0.125em solid #063462;
        overflow:hidden;
    }
.SelectedLoanApply__productRecordThinktank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__productRecordThinktank:hover{
        border-left:0.0625em solid rgb(6, 52, 98);
        border-right:0.0625em solid rgb(6, 52, 98);
        border-bottom:0.0625em solid rgb(6, 52, 98);
    }
.SelectedLoanApply__productRecordThinktank:hover .SelectedLoanApply__sortingDescriptionBorderThinktank{
            background:rgb(6, 52, 98) !important;
            color:white;
        }
.SelectedLoanApply__sectionGroup{
  border:0.125em solid #006fa8
}
.SelectedLoanApply__sectionGroup.SelectedLoanApply__noProductWrapper{
    border:0.0625em solid #c0ced7;
  }
.SelectedLoanApply__sectionGroup{
  overflow:initial;
  position:relative;
  z-index:101;
  background:white;
  margin-bottom:1rem;
  border-radius:0.5em;
  min-height:2.5em;
}
.SelectedLoanApply__sectionGroup .SelectedLoanApply__description{
    color:#4a4a4a;
  }
.SelectedLoanApply__sectionGroup .SelectedLoanApply__summarySection{
    background-color:#fcfcfc;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    padding:1.5rem;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    border-bottom-left-radius:0.5rem;
    border-bottom-right-radius:0.5rem;
    border-top:0.0625em solid #c0ced7;
  }
.SelectedLoanApply__sectionGroup .SelectedLoanApply__summarySection .SelectedLoanApply__structureCount, .SelectedLoanApply__sectionGroup .SelectedLoanApply__summarySection .SelectedLoanApply__repaymentInfo{
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      width:50%;
      -webkit-box-align:center;
      -webkit-align-items:center;
          -ms-flex-align:center;
              align-items:center;
    }
.SelectedLoanApply__sectionGroup .SelectedLoanApply__summarySection .SelectedLoanApply__repaymentInfo{
      margin-left:2rem;
      -webkit-flex-basis:55%;
          -ms-flex-preferred-size:55%;
              flex-basis:55%;
      -webkit-box-pack:justify;
      -webkit-justify-content:space-between;
          -ms-flex-pack:justify;
              justify-content:space-between;
    }
.SelectedLoanApply__sectionGroup .SelectedLoanApply__summarySection .SelectedLoanApply__repaymentInfo .SelectedLoanApply__labelAndHintGroup:last-child .SelectedLoanApply__label{
          font-size:2rem;
        }
.SelectedLoanApply__sectionGroup .SelectedLoanApply__summarySection .SelectedLoanApply__structureCount{
      color:#4a4a4a;
      font-weight:bold;
      margin:0 2rem 0 0;
      font-size:1.4rem;
    }
.SelectedLoanApply__sectionGroup .SelectedLoanApply__iconAndTitleSection{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    min-height:7.5rem;
    padding:2rem 1rem;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center
  }
@media(max-width: 48rem){

  .SelectedLoanApply__sectionGroup .SelectedLoanApply__iconAndTitleSection{
      -webkit-box-pack:center;
      -webkit-justify-content:center;
          -ms-flex-pack:center;
              justify-content:center
  }
    }
@media (max-width: 48rem){

    .SelectedLoanApply__sectionGroup .SelectedLoanApply__iconAndTitleSection i{
        display:none;
    }
      }
.SelectedLoanApply__sectionGroup .SelectedLoanApply__iconAndTitleSection i{
      font-size:2.8rem;
    }
.SelectedLoanApply__sectionGroup .SelectedLoanApply__iconAndTitleSection .SelectedLoanApply__textSection{
      padding-left:1rem;
    }
.SelectedLoanApply__sectionGroup .SelectedLoanApply__iconAndTitleSection .SelectedLoanApply__textSection h4{
        margin:0;
        color:#4a4a4a;
        font-weight:bold;
      }
@media (max-width: 48rem){
    .SelectedLoanApply__sectionGroup .SelectedLoanApply__iconAndTitleSection .SelectedLoanApply__textSection{
        text-align:center;
        padding-left:0;
    }
        .SelectedLoanApply__sectionGroup .SelectedLoanApply__iconAndTitleSection .SelectedLoanApply__textSection .SelectedLoanApply__description{
          text-size:90%;
        }
      }
.SelectedLoanApply__sectionGroup .SelectedLoanApply__buttonSection{
    padding:3rem;
    background-color:#F7FAFB;
    border-top:0.0625em solid #c0ced7;
    border-bottom-left-radius:0.5em;
    border-bottom-right-radius:0.5em;
  }
.SelectedLoanApply__noProductWrapper{
  border:0.0625em solid #c0ced7;
  border-radius:0.5em;
}
.SelectedLoanApply__badge{
}
.SelectedLoanApply__banner{
  height:6.3rem;
  overflow:hidden;
  text-align:right;
  border-radius:0.4em 0.4em 0 0;
}
.SelectedLoanApply__banner .SelectedLoanApply__logo{
    height:100%;
    margin-left:-30rem
  }
@media(min-width: 48rem){
  .SelectedLoanApply__banner .SelectedLoanApply__logo{
      width:100%;
      height:auto;
      margin-left:0
  }
    }
.SelectedLoanApply__labelAndHintGroup{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
}
.SelectedLoanApply__labelAndHintGroup .SelectedLoanApply__label{
    font-size:1rem;
    line-height:1;
    color:#4a4a4a;
    font-weight:500;
    text-transform:capitalize;
  }
.SelectedLoanApply__labelAndHintGroup .SelectedLoanApply__hint{
    margin-top:0.25rem;
    font-size:0.75rem;
    text-transform:uppercase;
    font-weight:300;
  }
.SelectedLoanApply__labelAndHintGroup:last-child{
    text-align:right;
  }
.SelectedLoanApply__bodyWrapper{

  display:-webkit-box;

  display:-webkit-flex;

  display:-ms-flexbox;

  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  padding:1.5rem;
  border-bottom:0.0625em solid #c0ced7;
}
.SelectedLoanApply__bodyWrapper > div{
    width:50%
  }
.SelectedLoanApply__bodyWrapper > div:first-child{
      margin-right:2rem;
    }
.SelectedLoanApply__bodyWrapper > div:last-child{
      margin-left:2rem;
    }
@media(max-width: 48rem){
.SelectedLoanApply__bodyWrapper{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-flow:column;
        -ms-flex-flow:column;
            flex-flow:column;
}
    .SelectedLoanApply__bodyWrapper > div{
      width:100%
    }
      .SelectedLoanApply__bodyWrapper > div:first-child, .SelectedLoanApply__bodyWrapper > div:last-child{
        margin:0;
      }
  }
.SelectedLoanApply__bodyWrapper .SelectedLoanApply__productInfoAndButtonGroup .SelectedLoanApply__headerInfo{
      border-bottom:none;
    }
.SelectedLoanApply__bodyWrapper .SelectedLoanApply__buttonsGroup{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
  }
.SelectedLoanApply__bodyWrapper .SelectedLoanApply__buttonsGroup a:last-child{
      margin:0;
    }
.SelectedLoanApply__bodyWrapper .SelectedLoanApply__infoGroup{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between
  }
.SelectedLoanApply__bodyWrapper .SelectedLoanApply__infoGroup.SelectedLoanApply__headerInfo .SelectedLoanApply__labelAndHintGroup:first-child .SelectedLoanApply__label{
            width:60%;
          }
.SelectedLoanApply__bodyWrapper .SelectedLoanApply__infoGroup.SelectedLoanApply__headerInfo .SelectedLoanApply__labelAndHintGroup:last-child .SelectedLoanApply__label{
            font-size:2rem;
          }
.SelectedLoanApply__bodyWrapper .SelectedLoanApply__productInfo{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-flow:column;
        -ms-flex-flow:column;
            flex-flow:column
  }
.SelectedLoanApply__bodyWrapper .SelectedLoanApply__productInfo > div{
      padding:1rem 0;
      border-bottom:0.0625em solid #c0ced7;
    }
.SelectedLoanApply__bodyWrapper .SelectedLoanApply__productInfo > div:last-child{
      border-bottom:none;
      margin-bottom:1rem;
    }
.SelectedLoanApply__bodyWrapper .SelectedLoanApply__productInfo > div:first-child{
      padding-top:0;
    }
@media(min-width: 48rem){

  .SelectedLoanApply__bodyWrapper .SelectedLoanApply__productInfo{
      border-bottom:none;
      -webkit-flex-basis:55%;
          -ms-flex-preferred-size:55%;
              flex-basis:55%;
      padding-bottom:0
  }
      .SelectedLoanApply__bodyWrapper .SelectedLoanApply__productInfo > div:last-child{
        margin-bottom:0;
        padding-bottom:0;
      }
    }
.SelectedLoanApply__bodyWrapper .SelectedLoanApply__productInfo .SelectedLoanApply__productName{
      font-size:0.95rem;
      font-weight:300;
    }
.SelectedLoanApply__bodyWrapper h2{
    color:#4a4a4a;
    font-size:1.4rem;
    font-weight:700;
  }
.SelectedLoanApply__applyWrapper .SelectedLoanApply__desktopOnlyTitle, .SelectedLoanApply__applyWrapper .SelectedLoanApply__mobileOnlyTitle{
    font-size:1.4rem;
    font-weight:bold;
    color:#4a4a4a;
  }
.SelectedLoanApply__applyWrapper .SelectedLoanApply__desktopOnlyTitle{
    display:block;
    margin-bottom:1rem;
  }
.SelectedLoanApply__applyWrapper .SelectedLoanApply__mobileOnlyTitle{
    display:none;
  }
@media(max-width: 48rem){
    .SelectedLoanApply__applyWrapper .SelectedLoanApply__bodyWrapper{
      -webkit-box-orient:vertical;
      -webkit-box-direction:reverse;
      -webkit-flex-flow:column-reverse;
          -ms-flex-flow:column-reverse;
              flex-flow:column-reverse;
    }
      .SelectedLoanApply__applyWrapper .SelectedLoanApply__bodyWrapper .SelectedLoanApply__productInfo{
        padding:0;
      }
    .SelectedLoanApply__applyWrapper .SelectedLoanApply__mobileOnlyTitle{
      display:block;
      padding:1.5rem 1.5rem 0;
    }
    .SelectedLoanApply__applyWrapper .SelectedLoanApply__desktopOnlyTitle{
      display:none;
    }
  }
.SelectedLoanApply__structuresInfo .SelectedLoanApply__applyWrapper:last-child .SelectedLoanApply__bodyWrapper{
    border-bottom:none;
  }

.EmploymentsApply__employmentHint{
  color:#00AAE5;
  margin-bottom:2rem;
}
.AddressApply__addressHint{
  color:#00AAE5;
  margin-bottom:2rem;
}
.DocumentsApply__uploadIcon{
  font-size:2.8rem;
}
.DocumentsApply__title{
  text-transform:uppercase;
  margin-top:1.5rem;
  font-weight:500;
}
.DocumentsApply__description{
  margin-bottom:0.625rem;
}
.DocumentsApply__uploadArea{

  min-height:10rem;
  background:white;
  border:0.125em dashed;
  border-radius:0.5em;
  margin-bottom:2rem;
  text-align:center;
  vertical-align:middle;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  padding:1rem;
  cursor:pointer;
  opacity:.5;
}
.DocumentsApply__uploadArea .DocumentsApply__content{
    width:100%;
  }
.DocumentsApply__uploadArea .DocumentsApply__dragAndDrop{
    font-weight:700;
  }
.DocumentsApply__uploadArea:hover{
    opacity:1;
  }
.DocumentsApply__uploadArea.DocumentsApply__error{
    border-color:#d64627;
  }
.DocumentsApply__uploadArea.DocumentsApply__error .DocumentsApply__errorMessage{
      margin-top:1rem;
      color:#d64627;
    }
.DocumentsApply__uploadArea.DocumentsApply__accept{
    color:#55b724;
    border-color:#55b724;
  }
.DocumentsApply__uploadArea.DocumentsApply__reject{
    color:#b75944;
    border-color:#b75944;
  }
.DocumentsApply__hidden{
  visibility:hidden;
  display:none;
}

.DataCollectionPageSection__container{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:28px;
    padding:5rem 1rem 0;
    font-family:Geomanist, sans-serif;
    color:#4a4a4a
}
@media(max-width: 48rem){
.DataCollectionPageSection__container{
        padding:3rem 0.5rem 0
}
    }
.DataCollectionPageSection__container h1{
        color:#4a4a4a;
        font-size:2rem;
        margin:0 0 30px;
        font-weight:500;
    }
.DataCollectionPageSection__container h2{
        color:#4a4a4a;
        font-size:1.2rem;
        margin:0;
    }
.DataCollectionPageSection__container h3{
        color:#4a4a4a;
        font-size:20px;
        font-weight:bold;
        margin-bottom:0px;
    }
.DataCollectionPageSection__container P{
        margin:0;
    }
.DataCollectionPageSection__container strong{
        font-weight:600;
    }
.DataCollectionPageSection__container fieldset{
        border:0;
        padding:0;
        margin:2rem 0;
    }
.DataCollectionPageSection__container fieldset legend{
            font-size:1.2rem;
            margin-bottom:10px;
        }
.DataCollectionPageSection__container input:disabled{
        background-color:#f0f5f8;
    }
.DataCollectionPageSection__whitePage{
    background-color:#fff;
}
.DataCollectionPageSection__fullWidth .ContentsWrapper__container{
    max-width:100% !important;
}
@media(max-width: 768px){
.DataCollectionPageSection__isDesktop{
        display:none !important
}
    }
.DataCollectionPageSection__isMobile{
    display:none !important
}
@media(max-width: 768px){
.DataCollectionPageSection__isMobile{
        display:-webkit-box !important;
        display:-webkit-flex !important;
        display:-ms-flexbox !important;
        display:flex !important
}
    }
.BankStatementFrame__supportingInformationSection{
   min-height:auto;
   padding-bottom:10px;
   border:1px solid #d8d6d6;
   margin-bottom:30px;
}
.dataCollectionContainer{
    padding:20px 0px !important;
}
.BankStatementFrame__BankStatementFrameSection{
    position:relative;
    top:-50px;
}
.BankStatementFrame__BankStatementFrameSection .BankStatementFrame__statusSection{
        margin-bottom:20px;
    }
.BankStatementFrame__BankStatementFrameSection .BankStatementFrame__statusInfo{
        margin-bottom:10px;
    }
.BankStatementFrame__BankStatementFrameSection .BankStatementFrame__statusList{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
    }
.BankStatementFrame__BankStatementFrameSection .BankStatementFrame__statusItem{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
    }
.BankStatementFrame__BankStatementFrameSection .BankStatementFrame__statusItemIcon{
        width:13px;
        height:13px;
        margin-right:5px;
    }
.BankStatementFrame__BankStatementFrameSection .BankStatementFrame__footerSection .BankStatementFrame__footerInfo{
            display:-webkit-box;
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            -webkit-box-align:start;
            -webkit-align-items:flex-start;
                -ms-flex-align:start;
                    align-items:flex-start;
        }
.BankStatementFrame__BankStatementFrameSection .BankStatementFrame__footerSection .BankStatementFrame__footerInfoIcon{
            fill:#8d8a8a;
            width:40px;
            margin-right:10px;
            margin-top:3px;
        }
.BankStatementFrame__BankStatementFrameSection .BankStatementFrame__footerSection .BankStatementFrame__footerInfoIcon svg, .BankStatementFrame__BankStatementFrameSection .BankStatementFrame__footerSection .BankStatementFrame__footerInfoIcon path{
                fill:#8d8a8a;
            }
.BankStatementFrame__BankStatementFrameSection .BankStatementFrame__footerSection .BankStatementFrame__footerInfoTitle{
            font-weight:bold;
        }
.BankStatementFrame__BankStatementFrameSection .BankStatementFrame__footerSection p{
            margin:0px;
        }
.BankStatementFrame__bankCard{
    padding:2rem;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:15px
}
@media(max-width: 48rem){
.BankStatementFrame__bankCard{
        padding:1.5rem 1rem
}
    }
.BankStatementFrame__bankCard{

    border-radius:4px;
    -webkit-box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
            box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.BankStatementFrame__bankCard svg{
        margin-top:1px;
    }
.BankStatementFrame__bankCard svg *{
            stroke:#4a4a4a;
        }
.BankStatementFrame__bankCard ul{
        padding:0;
    }
.BankStatementFrame__bankCard li{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
        gap:10px;
        margin:15px 0;
    }
.BankStatementFrame__securityPoints{
    color:#4a4a4a;
    margin-bottom:10px;
}
.BankStatementFrame__securityPoints h2{
        color:inherit;
        font-weight:bold;
        font-size:inherit;
        margin-bottom:15px;
    }
.BankStatementFrame__securityPoints ul{
        padding:0;
        margin:0;
        display:grid;
        grid-auto-flow:column;
        grid-template-rows:1fr 1fr;
        grid-template-columns:1fr 1fr;
        gap:15px;
        font-size:14px
    }
@media(max-width: 48rem){

    .BankStatementFrame__securityPoints ul{
            grid-auto-flow:row;
            grid-template-rows:1fr;
            grid-template-columns:1fr
    }
        }
.BankStatementFrame__securityPoints li{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
        gap:10px;
    }
.SVGInline{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
}
.BankStatementFrame__bankBtn{
    background-color:#030825 !important;
    border:1px solid #030825 !important;
    padding:2px !important;
    height:42px !important;
    width:100%;
    -webkit-transition:background-color 500ms ease-in-out;
    transition:background-color 500ms ease-in-out
}
@media(max-width: 48rem){
.BankStatementFrame__bankBtn{
        margin-top:20px
}
    }
.BankStatementFrame__bankBtn i{
        font-size:1.3rem !important;
        margin-top:5px;
    }
.BankStatementFrame__bankBtn div{
        font-size:1rem !important;
        line-height:1.5 !important;
        padding:0 !important;
    }
.BankStatementFrame__alert{
    padding:1rem;
    background:rgba(0, 170, 229, 0.1);
    color:#4a4a4a;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    gap:10px;
}
.BankStatementFrame__alert svg{
        height:20px;
        width:20px;
    }
@media(max-width: 48rem){
.BankStatementFrame__alert{
        -webkit-box-align:start;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
}

        .BankStatementFrame__alert svg{
            margin-top:3px;
        }
    }
.BankStatementFrame__alert a{
        color:inherit;
        font-weight:500;
    }
.BankStatementFrame__blockBtn{
    height:100%;
    padding:0 15px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    justify-items:center;
    height:40px;
}
.BankStatementFrame__blockBtn div{
        font-size:1rem !important;
        letter-spacing:0.4px !important;
    }
.BankStatementFrame__buttonGroup, .BankStatementFrame__modalButtonGroup{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    gap:30px;
    height:3rem
}
@media(max-width: 48rem){
.BankStatementFrame__buttonGroup, .BankStatementFrame__modalButtonGroup{
        -webkit-box-orient:vertical;
        -webkit-box-direction:reverse;
        -webkit-flex-direction:column-reverse;
            -ms-flex-direction:column-reverse;
                flex-direction:column-reverse;
        -webkit-box-pack:center;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
        -webkit-box-align:center;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
        margin-bottom:30px;
        margin-top:20px;
        gap:20px
}
    }
.BankStatementFrame__buttonGroup a, .BankStatementFrame__modalButtonGroup a{
        width:auto !important;
        margin:0
    }
@media(max-width: 48rem){

    .BankStatementFrame__buttonGroup a, .BankStatementFrame__modalButtonGroup a{
            width:100% !important
    }
        }
@media(max-width: 48rem){
.BankStatementFrame__modalButtonGroup{
        margin-top:30px

}
    }
.BankStatementFrame__footer{
    color:#4a4a4a;
    font-size:0.8rem;
    font-family:'Source Sans Pro', sans-serif;
    line-height:19px;
}
.BankStatementFrame__footer a{
        color:#9b9b9b;
        font-weight:500;
    }
.BankStatementFrame__title{
    margin-bottom:0px !important;
}
.ReviewSectionsModal__buttonGroup{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    gap:30px;
    height:3rem
}
@media(max-width: 48rem){
.ReviewSectionsModal__buttonGroup{
        -webkit-box-orient:vertical;
        -webkit-box-direction:reverse;
        -webkit-flex-direction:column-reverse;
            -ms-flex-direction:column-reverse;
                flex-direction:column-reverse;
        -webkit-box-pack:center;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
        -webkit-box-align:center;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
        margin-bottom:30px;
        margin-top:30px;
        gap:20px
}
    }
.ReviewSectionsModal__buttonGroup a{
        width:auto !important;
        margin:0
    }
@media(max-width: 48rem){

    .ReviewSectionsModal__buttonGroup a{
            width:100% !important
    }
        }
.ReviewSectionsModal__blockBtn{
    height:100%;
    padding:0 15px;
}
.ReviewSectionsModal__blockBtn div{
        font-size:1rem !important;
        letter-spacing:0.4px !important;
    }
.ReviewSectionsModal__heading{
    color:#4a4a4a;
    font-size:16px;
    font-weight:300;
    margin:0px;
    font-family:Source Sans Pro,sans-serif;
}
.ReviewSectionsModal__SectionList{
    padding-left:40px;
}
.GoalTeam__root{ 
  background-color:white;
  padding:1.40625rem;
  margin-top:1.25rem;
  border-radius:0.25em;
  border:0.0625em solid #c0ced7;
  position:relative
}
@media (max-width: 48rem){
.GoalTeam__root{
    padding:1.25rem 0.9375rem 0.9375rem
}
  }
.GoalTeam__root > section img{
      max-height:3rem;
      margin-bottom:1rem;
    }
.GoalTeam__root > section .GoalTeam__concierge{
      max-height:2.5rem
    }
@media (max-width: 48rem){

    .GoalTeam__root > section .GoalTeam__concierge{
        max-height:1.5rem
    }
      }
.GoalTeam__root > section p{
      color:black;
      margin-top:0;
      margin-bottom:0.5rem;
      font-size:0.9em;
    }
.GoalTeam__root > section h5{
      font-weight:bold;
      color:black;
      margin-top:0;
      margin-bottom:0.5rem;
    }
.GoalTeam__root > section:first-of-type{
      padding-bottom:1.25rem;
    }
.GoalTeam__root > section:not(:first-of-type){
      border-top:0.0625em solid #c0ced7;
      padding:1.25rem 0;
    }
.GoalTeam__root > section:last-of-type{
      padding-bottom:0;
    }
.GoalTeam__checkboxWrapper{
  padding:0.5rem 1rem;
  border-radius:0.25em;
  margin:1.5rem 0;
  color:black;
}
.GoalTeam__modalContent{
  color:white;
  padding:1rem;
  border-radius:0.25em;
}
.FormPopup__root fieldset{
    border:none;
    padding:0;
    margin:0;
  }
.FormPopup__isLocked a{
    display:none;
  }
.FormPopup__isLocked label:hover, .FormPopup__isLocked select:hover{
      cursor:default;
    }

.wrapAnimation__root{
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:400;
  overflow:hidden;
  padding-top:7em;
  margin-top:-3.5em
}
.wrapAnimation__root.wrapAnimation__extendedLength{
    overflow-y:scroll;
  }
.wrapAnimation__root h1{
    color:white;
  }
.wrapAnimation__root.switch-enter{
    -webkit-transform:translate3d(100%,0,0) !important;
            transform:translate3d(100%,0,0) !important;
    opacity:1;
  }
.wrapAnimation__root.switch-enter-active{
    -webkit-transform:translate3d(0,0,0) !important;
            transform:translate3d(0,0,0) !important;
    opacity:1;
    -webkit-transition-property:opacity, -webkit-transform;
    transition-property:opacity, -webkit-transform;
    transition-property:transform, opacity;
    transition-property:transform, opacity, -webkit-transform;
    -webkit-transition-duration:300ms;
            transition-duration:300ms;
    -webkit-transition-timing-function:cubic-bezier(.24,.72,0,1);
            transition-timing-function:cubic-bezier(.24,.72,0,1);
  }
.wrapAnimation__root.switch-leave{
    -webkit-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0);
    opacity:1;
  }
.wrapAnimation__root.switch-leave-active{
    -webkit-transform:translate3d(-100%, 0, 0);
            transform:translate3d(-100%, 0, 0);
    opacity:1;
    -webkit-transition-property:opacity, -webkit-transform;
    transition-property:opacity, -webkit-transform;
    transition-property:transform, opacity;
    transition-property:transform, opacity, -webkit-transform;
    -webkit-transition-duration:300ms;
            transition-duration:300ms;
    -webkit-transition-timing-function:cubic-bezier(.24,.72,0,1);
            transition-timing-function:cubic-bezier(.24,.72,0,1);
  }
.wrapAnimation__root.start-enter{
    -webkit-transform:translateY(100%);
            transform:translateY(100%);
  }
.wrapAnimation__root.start-enter-active{
    -webkit-transform:translateY(0%);
            transform:translateY(0%);
    -webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;
    transition-property:transform;
    transition-property:transform, -webkit-transform;
    -webkit-transition-duration:300ms;
            transition-duration:300ms;
    -webkit-transition-timing-function:cubic-bezier(.24,.72,0,1);
            transition-timing-function:cubic-bezier(.24,.72,0,1);
  }
.wrapAnimation__root.start-leave{
    -webkit-transform:translateY(0%);
            transform:translateY(0%);
  }
.wrapAnimation__root.start-leave-active{
    -webkit-transform:translateY(100%);
            transform:translateY(100%);
    -webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;
    transition-property:transform;
    transition-property:transform, -webkit-transform;
    -webkit-transition-duration:550ms;
            transition-duration:550ms;
    -webkit-transition-timing-function:cubic-bezier(.24,.72,0,1);
            transition-timing-function:cubic-bezier(.24,.72,0,1);
  }
.wrapAnimation__root.wrapAnimation__blue.start-enter{
      -webkit-transform:translate3d(100%,0,0) !important;
              transform:translate3d(100%,0,0) !important;
    }
.wrapAnimation__root.wrapAnimation__blue.start-enter-active{
      -webkit-transform:translate3d(0,0,0) !important;
              transform:translate3d(0,0,0) !important;
      -webkit-transition-property:300ms, -webkit-transform;
      transition-property:300ms, -webkit-transform;
      transition-property:transform, 300ms;
      transition-property:transform, 300ms, -webkit-transform;
      -webkit-transition-duration:;
              transition-duration:;
      -webkit-transition-timing-function:cubic-bezier(.24,.72,0,1);
              transition-timing-function:cubic-bezier(.24,.72,0,1);
    }
.wrapAnimation__root.wrapAnimation__blue.start-leave{
      -webkit-transform:translate3d(0, 0, 0);
              transform:translate3d(0, 0, 0);
    }
.wrapAnimation__root.wrapAnimation__blue.start-leave-active{
      -webkit-transform:translate3d(-100%, 0, 0);
              transform:translate3d(-100%, 0, 0);
      -webkit-transition-property:300ms, -webkit-transform;
      transition-property:300ms, -webkit-transform;
      transition-property:transform, 300ms;
      transition-property:transform, 300ms, -webkit-transform;
      -webkit-transition-duration:;
              transition-duration:;
      -webkit-transition-timing-function:cubic-bezier(.24,.72,0,1);
              transition-timing-function:cubic-bezier(.24,.72,0,1);
    }

@-webkit-keyframes AnimatedWrapper__fadeIn{
  from{
    opacity:0;
  }

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

  to{
    opacity:1;
  }
}
.AnimatedWrapper__fadeIn{
  -webkit-animation-name:AnimatedWrapper__fadeIn;
          animation-name:AnimatedWrapper__fadeIn;
}
.AnimatedWrapper__container{
  -webkit-animation:AnimatedWrapper__fadeIn 200ms forwards 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation:AnimatedWrapper__fadeIn 200ms forwards 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.AnimatedList__root{
  margin:0;
  padding:0;
}
.AnimatedList__item{
  list-style:none;
}


.AnimatedChecklist__root{
  margin:0;
  padding:0;
}
.AnimatedChecklist__item{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
      -ms-flex-align:start;
          align-items:flex-start;
  -webkit-flex-wrap:nowrap;
      -ms-flex-wrap:nowrap;
          flex-wrap:nowrap;
  margin:1rem 0;
  vertical-align:top;
}
.AnimatedChecklist__checkbox{
  padding:0.25rem 1rem 0 0.5rem;
  width:3em
}
@media (min-width: 48rem){
.AnimatedChecklist__checkbox{
    width:3.25rem
}
  }
.AnimatedChecklist__title{
  padding-top:0.3rem;
  margin-left:0;
}
.AnimatedChecklist__title h4{
    color:white;
    margin:0
  }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
  .AnimatedChecklist__title h4{
      font-weight:300
  }
    }
.AnimatedChecklist__title h4{
  }
@supports (-ms-ime-align:auto){
  .AnimatedChecklist__title h4{
      font-weight:300
  }
    }
.AnimatedChecklist__check{
  stroke:white;
  stroke-dasharray:1000;
  stroke-dashoffset:1000;
  -webkit-animation:AnimatedChecklist__draw;
          animation:AnimatedChecklist__draw;
  -webkit-animation-delay:300ms;
          animation-delay:300ms;
  -webkit-animation-duration:600ms;
          animation-duration:600ms;
  -webkit-animation-fill-mode:forwards;
          animation-fill-mode:forwards;
  -webkit-animation-direction:normal;
          animation-direction:normal;
  -webkit-animation-iteration-count:1;
          animation-iteration-count:1
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
.AnimatedChecklist__check{
    stroke-dasharray:none;
    stroke-dashoffset:none
}
  }
.AnimatedChecklist__check{
}
@supports (-ms-ime-align:auto){
.AnimatedChecklist__check{
    stroke-dashoffset:0
}
  }
.AnimatedChecklist__check{
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
.AnimatedChecklist__check{
    width:2rem;
    height:1.7rem
}
  }
.AnimatedChecklist__check{
}
@supports (-ms-ime-align:auto){
.AnimatedChecklist__check{
    width:2rem
}
  }
@-webkit-keyframes AnimatedChecklist__draw{
  from{
    stroke-dashoffset:1000;
  }
  to{
    stroke-dashoffset:0;
  }
}
@keyframes AnimatedChecklist__draw{
  from{
    stroke-dashoffset:1000;
  }
  to{
    stroke-dashoffset:0;
  }
}

.CurrencyInputWithSelection__root{
  position:relative;
}

  .CurrencyInputWithSelection__root .CurrencyInputWithSelection__input{
    width:67%;
  }

  .CurrencyInputWithSelection__root .CurrencyInputWithSelection__input input{
      border-bottom-right-radius:0;
      border-top-right-radius:0;
    }
.CurrencyInputWithSelection__root#CurrencyInputWithSelection__loanAmountAndYear{
    padding-bottom:1rem;
  }
.CurrencyInputWithSelection__root .CurrencyInputWithSelection__group{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
  }
.CurrencyInputWithSelection__selectionWrapper{
  width:55%;
}
.CurrencyInputWithSelection__selectionWrapper select{
    border-left:0;
    border-radius:0 0.25em 0.25em 0;
    padding:0.82rem;
  }
@media (min-width: 48rem){
.CurrencyInputWithSelection__selectionWrapper{
    width:40%
}
  }
.CurrencyInputWithSelection__label{
  color:#7f92a0;
  display:block;
  margin-bottom:0.5rem;
}

.DocumentPopup__confirming{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
}
  .DocumentPopup__confirming .DocumentPopup__button{
    -webkit-flex-basis:49%;
        -ms-flex-preferred-size:49%;
            flex-basis:49%;
  }
.DocumentPopup__thumbnail{
  height:100%;
  width:auto;
  font-size:7.5rem;
  color:white;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
}
.DocumentPopup__thumbnail i{
    vertical-align:middle;
  }
.DocumentPopup__thumbnail img{
    max-width:100%;
    max-height:100%;
  }
.DocumentPopup__reviewContainer{
  height:13rem;
  background:#575f63;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  padding:1rem;
}
.DocumentPopup__reviewContainer .DocumentPopup__reviewContent{
    -webkit-flex-basis:100%;
        -ms-flex-preferred-size:100%;
            flex-basis:100%;
  }
.DocumentPopup__reviewContainer .DocumentPopup__fileDetail, .DocumentPopup__reviewContainer .DocumentPopup__progressContainer{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
  }
.DocumentPopup__reviewContainer .DocumentPopup__fileDetail{
    font-size:0.8rem;
    margin-bottom:1rem;
    color:white;
  }
.DocumentPopup__reviewContainer .DocumentPopup__fileDetail .DocumentPopup__name{
      -webkit-flex-basis:70%;
          -ms-flex-preferred-size:70%;
              flex-basis:70%;
    }
.DocumentPopup__reviewContainer .DocumentPopup__fileDetail .DocumentPopup__size{
      -webkit-flex-basis:20%;
          -ms-flex-preferred-size:20%;
              flex-basis:20%;
      text-align:right;
    }
.DocumentPopup__reviewContainer .DocumentPopup__progressBar{
    background:#9b9b9b;
    height:0.25rem;
    -webkit-flex-basis:90%;
        -ms-flex-preferred-size:90%;
            flex-basis:90%;
    border-radius:0.125rem;
  }
.DocumentPopup__reviewContainer .DocumentPopup__progressBar .DocumentPopup__progress{
      -webkit-transition:width 0.5s;
      transition:width 0.5s;
      height:100%;
      background:white;
      border-radius:0.125rem;
    }
.DocumentPopup__cancelIcon{
  color:white;
  font-size:0.625em;
  cursor:pointer
}
.DocumentPopup__cancelIcon:before{
    font-weight:900 !important;
  }

.ImageMessage__mainContainer{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-direction:row;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
      -ms-flex-align:start;
          align-items:flex-start;
  min-height:15em
}
.ImageMessage__mainContainer.ImageMessage__alwaysShowImage{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column
  }
@media (min-width: 48rem){
.ImageMessage__mainContainer.ImageMessage__alwaysShowImage{
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -webkit-flex-direction:row;
          -ms-flex-direction:row;
              flex-direction:row
  }
    }
.ImageMessage__mainContainer.ImageMessage__hasImg{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
  }
.ImageMessage__mainContainer textarea{
    height:20em
  }
@media (max-width: 48rem){

  .ImageMessage__mainContainer textarea{
      height:18em
  }
    }
.ImageMessage__headerAndCheckList{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
  -webkit-box-flex:1;
  -webkit-flex:1;
      -ms-flex:1;
          flex:1;
}
.ImageMessage__headerAndCheckList h1{
    margin-left:2rem
  }
@media (min-width: 48rem){

  .ImageMessage__headerAndCheckList h1{
      margin-left:inherit
  }
    }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){

  .ImageMessage__headerAndCheckList h1{
      font-weight:300
  }
    }
@supports (-ms-ime-align:auto){

  .ImageMessage__headerAndCheckList h1{
      font-weight:300
  }
    }
.ImageMessage__headerAndCheckList ol{
    margin-left:2rem
  }
@media (min-width: 48rem){

  .ImageMessage__headerAndCheckList ol{
      margin-left:inherit
  }
    }
.ImageMessage__headerNoMargin h1{
    margin-left:0;
    margin-right:0;
  }
@media (min-width: 48rem){
  .ImageMessage__noImage ol{
      -webkit-align-self:center;
          -ms-flex-item-align:center;
              align-self:center
  }
    }
.ImageMessage__noCheckList{
  -webkit-align-self:stretch;
      -ms-flex-item-align:stretch;
          align-self:stretch;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
}
.ImageMessage__alwaysShowImage .ImageMessage__imageContainer{
    display:inherit;
    -webkit-align-self:center;
        -ms-flex-item-align:center;
            align-self:center;
    width:25%
  }
@media (max-width: 48rem){
      .ImageMessage__alwaysShowImage .ImageMessage__imageContainer svg{
        overflow:visible;
      }
        .ImageMessage__alwaysShowImage .ImageMessage__imageContainer svg path{
          stroke-width:4;
        }
    }
@media (max-width: 24rem){
      .ImageMessage__alwaysShowImage .ImageMessage__imageContainer svg{
        overflow:visible;
      }
        .ImageMessage__alwaysShowImage .ImageMessage__imageContainer svg path{
          stroke-width:6;
        }
    }
@media (min-width: 48rem){
  .ImageMessage__alwaysShowImage .ImageMessage__imageContainer{
      -webkit-align-self:flex-start;
          -ms-flex-item-align:start;
              align-self:flex-start;
      display:inline;
      width:50%
  }
    }
.ImageMessage__imageContainer{
  display:none
}
@media (min-width: 48rem){
.ImageMessage__imageContainer{
    display:inline;
    width:50%
}
  }
.ImageMessage__imageContainer svg path{
    stroke-linecap:butt;
  }
@media (min-width: 48rem){
.ImageMessage__imageMedium{
    padding:2rem 4rem
}
  }
@media (min-width: 48rem){
.ImageMessage__imageLarge{
    padding:2rem 3rem
}
  }
@media (min-width: 48rem){
.ImageMessage__imageTall{
    padding:2rem 4rem
}
  }
@media (max-height: 37.5rem){
.ImageMessage__imageTall{
    display:none
}
  }
.ImageMessage__header{
  position:inherit;
}
.ImageMessage__animatedHeader{
  height:inherit;
  padding-bottom:0;
  margin-bottom:0;
}
.ImageMessage__headerImg img{
    background-color:white;
    border:0.0625em solid white;
    border-radius:50%;
    max-width:10rem;
  }

.WelcomeTo__root h1{
    font-size:3em;
    font-weight:100;
    max-width:7em;
  }
.WelcomeTo__logoWrapper{
  width:10rem;
  margin-top:6rem;
  margin-bottom:3rem;
}
.WelcomeTo__brandLogo{
  width:10rem;
  background-color:transparent;
  padding:1rem;
}

.SimpleHeader__header{
  margin-left:2rem
}
@media (min-width: 48rem){
  .SimpleHeader__header{
    margin-left:4rem
}
  }

.AnimatedLogoGrid__root{
  list-style:none;
  padding-left:0;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
      -ms-flex-wrap:wrap;
          flex-wrap:wrap;
  max-width:46rem;
  margin:auto
}
@media ( min-width: 48rem ){
.AnimatedLogoGrid__root{
    margin-top:0;
    max-width:45rem
}
  }
.AnimatedLogoGrid__item, .AnimatedLogoGrid__showAllItem{
  background:white;
  margin:0.3em;
  width:calc(16.66667% - 0.6em);
  padding:.4em .5em;
  border:.0625em solid #c0ced7;
  border-radius:0.25em;
}
.AnimatedLogoGrid__item img, .AnimatedLogoGrid__showAllItem img{
    max-height:2em;
    width:100%;
    height:100%;
  }
@media (max-width: 48rem){
.AnimatedLogoGrid__item, .AnimatedLogoGrid__showAllItem{
    width:calc(25% - 0.6em)
}
  }
.AnimatedLogoGrid__item:nth-child(n+19){
    display:none;
  }
@media (max-width: 48rem){
    .AnimatedLogoGrid__item:nth-child(n+17){
      display:none;
    }
  }
.AnimatedLogoGrid__showAllItem:nth-child(n+19){
    display:block;
  }
@media (max-width: 48rem){
    .AnimatedLogoGrid__showAllItem:nth-child(n+17){
      display:block;
    }
  }
.FilterLenderList__root{
  list-style:none;
  padding-left:0;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
      -ms-flex-wrap:wrap;
          flex-wrap:wrap;
  max-width:46rem;
  margin-top:0.5rem
}
@media (min-width: 48rem){
.FilterLenderList__root{
    margin-top:0;
    max-width:45rem
}
  }
.FilterLenderList__lenderList .FilterLenderList__listHeader{
    display:block;
    margin-left:0.1rem;
    margin-bottom:0.5rem;
    font-size:0.625em;
    font-weight:100;
  }
.FilterLenderList__item{

  background:white;
  margin:0.2em;
  width:calc(25% - 0.4em);
  padding:0.25em 0.2em;
  border-radius:0.25em;
  border:1px solid #c0ced7;
  cursor:pointer
}
@media (min-width: 48rem){
.FilterLenderList__item{
    width:11.50748%
}
    .FilterLenderList__item:nth-of-type(n){
      display:block;
    }
  }
.FilterLenderList__item img{
    max-height:2em;
    width:100%;
    height:100%;
    -o-object-fit:contain;
       object-fit:contain;
  }
.FilterLenderList__selected{
}
.FilterLenderList__svgMiddle{
  vertical-align:middle;
}
.FilterLenderList__hr{
  color:#c0ced7;
  width:100%;
  max-width:100%;
  display:block;
  height:0;
  margin:0.5rem auto
}
@media (min-width: 48rem){
.FilterLenderList__hr{
    display:none
}
  }

.IntroduceBroker__mainContainer{
  color:white;
  min-height:auto;
}

  .IntroduceBroker__mainContainer .IntroduceBroker__animatedHeader{
    padding-top:0;
    padding-bottom:3.5rem;
  }
@media (max-width: 24rem){
.IntroduceBroker__mainContainer{
    margin-top:calc(1rem - 3);
}

    .IntroduceBroker__mainContainer .IntroduceBroker__animatedHeader{
      padding-bottom:1rem;
    }
  }
.IntroduceBroker__introduceBrokerContainer > div{
    background:white;
    color:#00AAE5;
    text-align:center;
    height:100%;
    padding-top:3.5rem;
    overflow:hidden;
  }
@media (min-width: 24.0625rem){

    .IntroduceBroker__introduceBrokerContainer > div > div:nth-of-type(1){
        max-width:24rem
    }
      }
@media (max-width: 24rem){

    .IntroduceBroker__introduceBrokerContainer > div > div:nth-of-type(1){
        max-width:17rem;
    }
          .IntroduceBroker__introduceBrokerContainer > div > div:nth-of-type(1) .IntroduceBroker__headerImg img{
            max-width:7rem;
          }
      }
.IntroduceBroker__introduceBroker{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  margin:auto;
}
.IntroduceBroker__advisorDetails{
  color:black;
  text-align:left;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
  width:100%;
}
.IntroduceBroker__advisorDetails h1{
    color:black;
    font-weight:bold;
    margin:0 0 0.3rem;
  }
@media (max-width: 24rem){
    .IntroduceBroker__advisorDetails h1{
      font-size:1.65em;
      margin:0 0 0.1rem;
    }

    .IntroduceBroker__advisorDetails span{
      font-size:0.815em;
    }
  }
.IntroduceBroker__advisorDetails span:nth-of-type(2){
    width:85%;
  }
.IntroduceBroker__header{
  position:inherit;
}
.IntroduceBroker__animatedHeader{
  height:inherit;
  padding-bottom:0;
  margin-bottom:0;
}
.IntroduceBroker__headerImg img{
    background-color:white;
    border:0.0625em solid white;
    border-radius:50%;
    max-width:10rem;
  }
.IntroduceBroker__telNumber a{
    text-decoration:none;
    display:inline-block;
  }
.IntroduceBroker__telNumber a i{
      padding-right:0.2rem;
    }
.IntroduceBroker__telNumber a span{
      display:inline-block;
    }
.IntroduceBroker__buttonContainer{
  padding-top:3.5rem;
}
.IntroduceBroker__buttonContainer > div{
    width:14rem;
  }
.FullScreenSection__root{
  position:fixed;
  top:0;
  right:0;
  left:0;
  bottom:0;
  background-color:#f0f5f8;
  z-index:300;
  padding-bottom:1rem;
  overflow-y:scroll;
}
.FullScreenSection__slideUpScreen{ }
.FullScreenSection__slideUpScreen-enter{
  -webkit-transform:translateY(100%);
          transform:translateY(100%);
}
.FullScreenSection__slideUpScreen-enter-active{
  -webkit-transform:translateY(0);
          transform:translateY(0);
  -webkit-transition-property:-webkit-transform;
  transition-property:-webkit-transform;
  transition-property:transform;
  transition-property:transform, -webkit-transform;
  -webkit-transition-duration:800ms;
          transition-duration:800ms;
  -webkit-transition-timing-function:cubic-bezier(.24,.72,0,1);
          transition-timing-function:cubic-bezier(.24,.72,0,1);
}
.FullScreenSection__slideUpScreen-leave{
  -webkit-transform:translateY(0);
          transform:translateY(0);
}
.FullScreenSection__slideUpScreen-leave-active{
  -webkit-transform:translateY(100%);
          transform:translateY(100%);
  -webkit-transition-property:-webkit-transform;
  transition-property:-webkit-transform;
  transition-property:transform;
  transition-property:transform, -webkit-transform;
  -webkit-transition-duration:800ms;
          transition-duration:800ms;
  -webkit-transition-timing-function:cubic-bezier(.24,.72,0,1);
          transition-timing-function:cubic-bezier(.24,.72,0,1);
}
.FullScreenSection__container{
}
.FullScreenSection__header{
  margin:1rem auto;
  color:#00AAE5;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:baseline;
  -webkit-align-items:baseline;
      -ms-flex-align:baseline;
          align-items:baseline;
  padding-bottom:1rem;
  border-bottom:0.025rem solid #c0ced7;
}
.FullScreenSection__header .FullScreenSection__button i{
      font-size:1.5rem;
    }

.ProductSection__productSection{
  border-top:0.0625em solid #c0ced7;
  margin:1.5rem
}
.ProductSection__productSection:first-of-type{
    border-top:none;
  }
.ProductSection__productSection:nth-of-type(n+2){
    padding-top:1.5rem;
  }
.ProductSection__productSection .ProductSection__titleWrapper{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
  }
.ProductSection__productSection .ProductSection__title{
    color:#4a4a4a;
    margin-top:0;
    margin-bottom:0.625rem;
    font-size:0.9em;
    font-weight:bold;
    width:70%
  }
.ProductSection__productSection .ProductSection__title.ProductSection__fullWidth{
      width:100%;
    }
.ProductSection__productSection .ProductSection__extraTitleWrapper{
    text-align:right;
    width:30%;
    -webkit-transform:translateY(-28%);
            transform:translateY(-28%);
  }
.ProductSection__productSection .ProductSection__extraTitleWrapper .ProductSection__extraTitle1{
      font-weight:500;
      color:black;
    }
.ProductSection__productSection .ProductSection__extraTitleWrapper .ProductSection__extraTitle2{ 
      font-size:0.7rem;
      font-weight:300;
    }
.ProductSection__productSection .ProductSection__description{
    color:#4a4a4a;
    font-size:0.8em;
    line-height:1.4em;
  }
.ProductSection__productSection .ProductSection__sectionContent{
    -webkit-flex-basis:63%;
        -ms-flex-preferred-size:63%;
            flex-basis:63%;
  }
.ProductSection__productSection .ProductSection__fullContent{
    -webkit-flex-basis:100%;
        -ms-flex-preferred-size:100%;
            flex-basis:100%;
  }
.ProductSection__productSection.ProductSection__notes{
    border:none
  }
.ProductSection__productSection.ProductSection__notes:not(:first-of-type){
      padding-top:0;
    }
.ProductSection__showMoreLess{
  margin-left:0.5rem;
}
.ProductSection__showMoreLess a{
    white-space:nowrap;
  }
.ProductSection__productAttributeList{
  -webkit-flex-basis:32%;
      -ms-flex-preferred-size:32%;
          flex-basis:32%;
  margin:1rem 0 0;
}
.ProductSection__labelDataGroup{
  padding:0.25rem 0;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  border-top:0.0625em solid #c0ced7
}
.ProductSection__labelDataGroup:first-of-type{
    border-top:none;
    padding-top:0;
  }
.ProductSection__labelDataGroup:last-of-type{
    padding-bottom:0;
  }
.ProductSection__label, .ProductSection__data{
  margin:0;
  padding:0;
  line-height:1.1em;
}
.ProductSection__label{
  text-transform:uppercase;
  color:#9b9b9b;
  font-size:0.7em;
  margin-top:0.25rem;
}
.ProductSection__data{
  text-align:right;
  color:#4a4a4a;
  font-size:0.8em;
}
.ProductSection__data .ProductSection__iconCheck, .ProductSection__data .ProductSection__iconCross{
    margin-right:-0.5rem
  }
.ProductSection__data .ProductSection__iconCheck:before, .ProductSection__data .ProductSection__iconCross:before{
      font-weight:bold;
      font-size:1.5em;
    }
.ProductSection__iconCheck{
  color:rgb(27, 151, 145);
}
.ProductSection__iconCross{
  color:#c0ced7;
}

:root{
}
@-webkit-keyframes HeaderAndPropertiesSection__show{
   from{
       width:0%;
   }
}
@keyframes HeaderAndPropertiesSection__show{
   from{ width:0%; }
}
.HeaderAndPropertiesSection__AdelaideBank, .HeaderAndPropertiesSection__contentBgAdelaideBank, .HeaderAndPropertiesSection__AdelaideBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#0033A0 !important;
    }
.HeaderAndPropertiesSection__AdelaideBank:hover, .HeaderAndPropertiesSection__AdelaideBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 43, 136) !important;
    }
.HeaderAndPropertiesSection__progressBarAdelaideBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#0033A0;
        background:-webkit-gradient(linear,  right top, left top,  from(#0033A0),color-stop(50%, #0033A0),color-stop(51%, #0033A0),to(#0033A0));
        background:linear-gradient(to left,  #0033A0 0%,#0033A0 50%,#0033A0 51%,#0033A0 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverAdelaideBank{
        background:rgb(0, 43, 136);
    }
.HeaderAndPropertiesSection__buttonAdelaideBank{
        background:rgb(0, 51, 160);
        border:0.0625em solid rgb(0, 51, 160);
        color:white;
    }
.HeaderAndPropertiesSection__buttonAdelaideBank:hover, .HeaderAndPropertiesSection__buttonAdelaideBank:focus, .HeaderAndPropertiesSection__buttonAdelaideBank:active{
        background:rgb(0, 43, 136);
        border:0.0625em solid rgb(0, 51, 160);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteAdelaideBank{
        background:white;
        border:0.0625em solid rgb(0, 51, 160);
        color:rgb(0, 51, 160);
    }
.HeaderAndPropertiesSection__buttonWhiteAdelaideBank:hover, .HeaderAndPropertiesSection__buttonWhiteAdelaideBank:focus, .HeaderAndPropertiesSection__buttonWhiteAdelaideBank:active{
        background:rgb(0, 43, 136);
        border:0.0625em solid rgb(0, 51, 160);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderAdelaideBank{
      border:0.0625em solid rgb(0, 51, 160);
    }
.HeaderAndPropertiesSection__lenderBackgroundAdelaideBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 51, 160);
      }
.HeaderAndPropertiesSection__lenderBackgroundAdelaideBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 43, 136);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxAdelaideBank{
        border:0.125em solid #0033a0;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordAdelaideBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordAdelaideBank:hover{
        border-left:0.0625em solid rgb(0, 51, 160);
        border-right:0.0625em solid rgb(0, 51, 160);
        border-bottom:0.0625em solid rgb(0, 51, 160);
    }
.HeaderAndPropertiesSection__productRecordAdelaideBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderAdelaideBank{
            background:rgb(0, 51, 160) !important;
            color:white;
        }
.HeaderAndPropertiesSection__AmericanExpressAU, .HeaderAndPropertiesSection__contentBgAmericanExpressAU, .HeaderAndPropertiesSection__AmericanExpressAU .HeaderAndPropertiesSection__viewMoreButton{
        background:#006BCD !important;
    }
.HeaderAndPropertiesSection__AmericanExpressAU:hover, .HeaderAndPropertiesSection__AmericanExpressAU .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 86, 164) !important;
    }
.HeaderAndPropertiesSection__progressBarAmericanExpressAU{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#006BCD;
        background:-webkit-gradient(linear,  right top, left top,  from(#006BCD),color-stop(50%, #006BCD),color-stop(51%, #006BCD),to(#006BCD));
        background:linear-gradient(to left,  #006BCD 0%,#006BCD 50%,#006BCD 51%,#006BCD 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverAmericanExpressAU{
        background:rgb(0, 86, 164);
    }
.HeaderAndPropertiesSection__buttonAmericanExpressAU{
        background:rgb(0, 107, 205);
        border:0.0625em solid rgb(0, 107, 205);
        color:white;
    }
.HeaderAndPropertiesSection__buttonAmericanExpressAU:hover, .HeaderAndPropertiesSection__buttonAmericanExpressAU:focus, .HeaderAndPropertiesSection__buttonAmericanExpressAU:active{
        background:rgb(0, 86, 164);
        border:0.0625em solid rgb(0, 107, 205);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteAmericanExpressAU{
        background:white;
        border:0.0625em solid rgb(0, 107, 205);
        color:rgb(0, 107, 205);
    }
.HeaderAndPropertiesSection__buttonWhiteAmericanExpressAU:hover, .HeaderAndPropertiesSection__buttonWhiteAmericanExpressAU:focus, .HeaderAndPropertiesSection__buttonWhiteAmericanExpressAU:active{
        background:rgb(0, 86, 164);
        border:0.0625em solid rgb(0, 107, 205);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderAmericanExpressAU{
      border:0.0625em solid rgb(0, 107, 205);
    }
.HeaderAndPropertiesSection__lenderBackgroundAmericanExpressAU .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 107, 205);
      }
.HeaderAndPropertiesSection__lenderBackgroundAmericanExpressAU:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 86, 164);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxAmericanExpressAU{
        border:0.125em solid #006bcd;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordAmericanExpressAU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordAmericanExpressAU:hover{
        border-left:0.0625em solid rgb(0, 107, 205);
        border-right:0.0625em solid rgb(0, 107, 205);
        border-bottom:0.0625em solid rgb(0, 107, 205);
    }
.HeaderAndPropertiesSection__productRecordAmericanExpressAU:hover .HeaderAndPropertiesSection__sortingDescriptionBorderAmericanExpressAU{
            background:rgb(0, 107, 205) !important;
            color:white;
        }
.HeaderAndPropertiesSection__AMP, .HeaderAndPropertiesSection__contentBgAMP, .HeaderAndPropertiesSection__AMP .HeaderAndPropertiesSection__viewMoreButton{
        background:#001E41 !important;
    }
.HeaderAndPropertiesSection__AMP:hover, .HeaderAndPropertiesSection__AMP .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 26, 55) !important;
    }
.HeaderAndPropertiesSection__progressBarAMP{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#001E41;
        background:-webkit-gradient(linear,  right top, left top,  from(#001E41),color-stop(50%, #001E41),color-stop(51%, #001E41),to(#001E41));
        background:linear-gradient(to left,  #001E41 0%,#001E41 50%,#001E41 51%,#001E41 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverAMP{
        background:rgb(0, 26, 55);
    }
.HeaderAndPropertiesSection__buttonAMP{
        background:rgb(0, 30, 65);
        border:0.0625em solid rgb(0, 30, 65);
        color:white;
    }
.HeaderAndPropertiesSection__buttonAMP:hover, .HeaderAndPropertiesSection__buttonAMP:focus, .HeaderAndPropertiesSection__buttonAMP:active{
        background:rgb(0, 26, 55);
        border:0.0625em solid rgb(0, 30, 65);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteAMP{
        background:white;
        border:0.0625em solid rgb(0, 30, 65);
        color:rgb(0, 30, 65);
    }
.HeaderAndPropertiesSection__buttonWhiteAMP:hover, .HeaderAndPropertiesSection__buttonWhiteAMP:focus, .HeaderAndPropertiesSection__buttonWhiteAMP:active{
        background:rgb(0, 26, 55);
        border:0.0625em solid rgb(0, 30, 65);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderAMP{
      border:0.0625em solid rgb(0, 30, 65);
    }
.HeaderAndPropertiesSection__lenderBackgroundAMP .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 30, 65);
      }
.HeaderAndPropertiesSection__lenderBackgroundAMP:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 26, 55);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxAMP{
        border:0.125em solid #001e41;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordAMP{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordAMP:hover{
        border-left:0.0625em solid rgb(0, 30, 65);
        border-right:0.0625em solid rgb(0, 30, 65);
        border-bottom:0.0625em solid rgb(0, 30, 65);
    }
.HeaderAndPropertiesSection__productRecordAMP:hover .HeaderAndPropertiesSection__sortingDescriptionBorderAMP{
            background:rgb(0, 30, 65) !important;
            color:white;
        }
.HeaderAndPropertiesSection__ANZ, .HeaderAndPropertiesSection__contentBgANZ, .HeaderAndPropertiesSection__ANZ .HeaderAndPropertiesSection__viewMoreButton{
        background:#217DBA !important;
    }
.HeaderAndPropertiesSection__ANZ:hover, .HeaderAndPropertiesSection__ANZ .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(26, 100, 149) !important;
    }
.HeaderAndPropertiesSection__progressBarANZ{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#217DBA;
        background:-webkit-gradient(linear,  right top, left top,  from(#217DBA),color-stop(50%, #217DBA),color-stop(51%, #217DBA),to(#217DBA));
        background:linear-gradient(to left,  #217DBA 0%,#217DBA 50%,#217DBA 51%,#217DBA 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverANZ{
        background:rgb(26, 100, 149);
    }
.HeaderAndPropertiesSection__buttonANZ{
        background:rgb(33, 125, 186);
        border:0.0625em solid rgb(33, 125, 186);
        color:white;
    }
.HeaderAndPropertiesSection__buttonANZ:hover, .HeaderAndPropertiesSection__buttonANZ:focus, .HeaderAndPropertiesSection__buttonANZ:active{
        background:rgb(26, 100, 149);
        border:0.0625em solid rgb(33, 125, 186);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteANZ{
        background:white;
        border:0.0625em solid rgb(33, 125, 186);
        color:rgb(33, 125, 186);
    }
.HeaderAndPropertiesSection__buttonWhiteANZ:hover, .HeaderAndPropertiesSection__buttonWhiteANZ:focus, .HeaderAndPropertiesSection__buttonWhiteANZ:active{
        background:rgb(26, 100, 149);
        border:0.0625em solid rgb(33, 125, 186);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderANZ{
      border:0.0625em solid rgb(33, 125, 186);
    }
.HeaderAndPropertiesSection__lenderBackgroundANZ .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(33, 125, 186);
      }
.HeaderAndPropertiesSection__lenderBackgroundANZ:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(26, 100, 149);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxANZ{
        border:0.125em solid #217dba;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordANZ{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordANZ:hover{
        border-left:0.0625em solid rgb(33, 125, 186);
        border-right:0.0625em solid rgb(33, 125, 186);
        border-bottom:0.0625em solid rgb(33, 125, 186);
    }
.HeaderAndPropertiesSection__productRecordANZ:hover .HeaderAndPropertiesSection__sortingDescriptionBorderANZ{
            background:rgb(33, 125, 186) !important;
            color:white;
        }
.HeaderAndPropertiesSection__AsapFinance, .HeaderAndPropertiesSection__contentBgAsapFinance, .HeaderAndPropertiesSection__AsapFinance .HeaderAndPropertiesSection__viewMoreButton{
        background:#F5320C !important;
    }
.HeaderAndPropertiesSection__AsapFinance:hover, .HeaderAndPropertiesSection__AsapFinance .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(196, 40, 10) !important;
    }
.HeaderAndPropertiesSection__progressBarAsapFinance{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#F5320C;
        background:-webkit-gradient(linear,  right top, left top,  from(#F5320C),color-stop(50%, #F5320C),color-stop(51%, #F5320C),to(#F5320C));
        background:linear-gradient(to left,  #F5320C 0%,#F5320C 50%,#F5320C 51%,#F5320C 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverAsapFinance{
        background:rgb(196, 40, 10);
    }
.HeaderAndPropertiesSection__buttonAsapFinance{
        background:rgb(245, 50, 12);
        border:0.0625em solid rgb(245, 50, 12);
        color:white;
    }
.HeaderAndPropertiesSection__buttonAsapFinance:hover, .HeaderAndPropertiesSection__buttonAsapFinance:focus, .HeaderAndPropertiesSection__buttonAsapFinance:active{
        background:rgb(196, 40, 10);
        border:0.0625em solid rgb(245, 50, 12);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteAsapFinance{
        background:white;
        border:0.0625em solid rgb(245, 50, 12);
        color:rgb(245, 50, 12);
    }
.HeaderAndPropertiesSection__buttonWhiteAsapFinance:hover, .HeaderAndPropertiesSection__buttonWhiteAsapFinance:focus, .HeaderAndPropertiesSection__buttonWhiteAsapFinance:active{
        background:rgb(196, 40, 10);
        border:0.0625em solid rgb(245, 50, 12);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderAsapFinance{
      border:0.0625em solid rgb(245, 50, 12);
    }
.HeaderAndPropertiesSection__lenderBackgroundAsapFinance .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(245, 50, 12);
      }
.HeaderAndPropertiesSection__lenderBackgroundAsapFinance:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(196, 40, 10);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxAsapFinance{
        border:0.125em solid #f5320c;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordAsapFinance{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordAsapFinance:hover{
        border-left:0.0625em solid rgb(245, 50, 12);
        border-right:0.0625em solid rgb(245, 50, 12);
        border-bottom:0.0625em solid rgb(245, 50, 12);
    }
.HeaderAndPropertiesSection__productRecordAsapFinance:hover .HeaderAndPropertiesSection__sortingDescriptionBorderAsapFinance{
            background:rgb(245, 50, 12) !important;
            color:white;
        }
.HeaderAndPropertiesSection__ASB, .HeaderAndPropertiesSection__contentBgASB, .HeaderAndPropertiesSection__ASB .HeaderAndPropertiesSection__viewMoreButton{
        background:#FBB804 !important;
    }
.HeaderAndPropertiesSection__ASB:hover, .HeaderAndPropertiesSection__ASB .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(201, 147, 3) !important;
    }
.HeaderAndPropertiesSection__progressBarASB{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#FBB804;
        background:-webkit-gradient(linear,  right top, left top,  from(#FBB804),color-stop(50%, #FBB804),color-stop(51%, #FBB804),to(#FBB804));
        background:linear-gradient(to left,  #FBB804 0%,#FBB804 50%,#FBB804 51%,#FBB804 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverASB{
        background:rgb(201, 147, 3);
    }
.HeaderAndPropertiesSection__buttonASB{
        background:rgb(251, 184, 4);
        border:0.0625em solid rgb(251, 184, 4);
        color:white;
    }
.HeaderAndPropertiesSection__buttonASB:hover, .HeaderAndPropertiesSection__buttonASB:focus, .HeaderAndPropertiesSection__buttonASB:active{
        background:rgb(201, 147, 3);
        border:0.0625em solid rgb(251, 184, 4);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteASB{
        background:white;
        border:0.0625em solid rgb(251, 184, 4);
        color:rgb(251, 184, 4);
    }
.HeaderAndPropertiesSection__buttonWhiteASB:hover, .HeaderAndPropertiesSection__buttonWhiteASB:focus, .HeaderAndPropertiesSection__buttonWhiteASB:active{
        background:rgb(201, 147, 3);
        border:0.0625em solid rgb(251, 184, 4);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderASB{
      border:0.0625em solid rgb(251, 184, 4);
    }
.HeaderAndPropertiesSection__lenderBackgroundASB .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(251, 184, 4);
      }
.HeaderAndPropertiesSection__lenderBackgroundASB:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(201, 147, 3);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxASB{
        border:0.125em solid #fbb804;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordASB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordASB:hover{
        border-left:0.0625em solid rgb(251, 184, 4);
        border-right:0.0625em solid rgb(251, 184, 4);
        border-bottom:0.0625em solid rgb(251, 184, 4);
    }
.HeaderAndPropertiesSection__productRecordASB:hover .HeaderAndPropertiesSection__sortingDescriptionBorderASB{
            background:rgb(251, 184, 4) !important;
            color:white;
        }
.HeaderAndPropertiesSection__ArabBank, .HeaderAndPropertiesSection__contentBgArabBank, .HeaderAndPropertiesSection__ArabBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#00906C !important;
    }
.HeaderAndPropertiesSection__ArabBank:hover, .HeaderAndPropertiesSection__ArabBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 115, 86) !important;
    }
.HeaderAndPropertiesSection__progressBarArabBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#00906C;
        background:-webkit-gradient(linear,  right top, left top,  from(#00906C),color-stop(50%, #00906C),color-stop(51%, #00906C),to(#00906C));
        background:linear-gradient(to left,  #00906C 0%,#00906C 50%,#00906C 51%,#00906C 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverArabBank{
        background:rgb(0, 115, 86);
    }
.HeaderAndPropertiesSection__buttonArabBank{
        background:rgb(0, 144, 108);
        border:0.0625em solid rgb(0, 144, 108);
        color:white;
    }
.HeaderAndPropertiesSection__buttonArabBank:hover, .HeaderAndPropertiesSection__buttonArabBank:focus, .HeaderAndPropertiesSection__buttonArabBank:active{
        background:rgb(0, 115, 86);
        border:0.0625em solid rgb(0, 144, 108);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteArabBank{
        background:white;
        border:0.0625em solid rgb(0, 144, 108);
        color:rgb(0, 144, 108);
    }
.HeaderAndPropertiesSection__buttonWhiteArabBank:hover, .HeaderAndPropertiesSection__buttonWhiteArabBank:focus, .HeaderAndPropertiesSection__buttonWhiteArabBank:active{
        background:rgb(0, 115, 86);
        border:0.0625em solid rgb(0, 144, 108);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderArabBank{
      border:0.0625em solid rgb(0, 144, 108);
    }
.HeaderAndPropertiesSection__lenderBackgroundArabBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 144, 108);
      }
.HeaderAndPropertiesSection__lenderBackgroundArabBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 115, 86);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxArabBank{
        border:0.125em solid #00906c;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordArabBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordArabBank:hover{
        border-left:0.0625em solid rgb(0, 144, 108);
        border-right:0.0625em solid rgb(0, 144, 108);
        border-bottom:0.0625em solid rgb(0, 144, 108);
    }
.HeaderAndPropertiesSection__productRecordArabBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderArabBank{
            background:rgb(0, 144, 108) !important;
            color:white;
        }
.HeaderAndPropertiesSection__AustralianMB, .HeaderAndPropertiesSection__contentBgAustralianMB, .HeaderAndPropertiesSection__AustralianMB .HeaderAndPropertiesSection__viewMoreButton{
        background:#005587 !important;
    }
.HeaderAndPropertiesSection__AustralianMB:hover, .HeaderAndPropertiesSection__AustralianMB .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 68, 108) !important;
    }
.HeaderAndPropertiesSection__progressBarAustralianMB{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#005587;
        background:-webkit-gradient(linear,  right top, left top,  from(#005587),color-stop(50%, #005587),color-stop(51%, #005587),to(#005587));
        background:linear-gradient(to left,  #005587 0%,#005587 50%,#005587 51%,#005587 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverAustralianMB{
        background:rgb(0, 68, 108);
    }
.HeaderAndPropertiesSection__buttonAustralianMB{
        background:rgb(0, 85, 135);
        border:0.0625em solid rgb(0, 85, 135);
        color:white;
    }
.HeaderAndPropertiesSection__buttonAustralianMB:hover, .HeaderAndPropertiesSection__buttonAustralianMB:focus, .HeaderAndPropertiesSection__buttonAustralianMB:active{
        background:rgb(0, 68, 108);
        border:0.0625em solid rgb(0, 85, 135);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteAustralianMB{
        background:white;
        border:0.0625em solid rgb(0, 85, 135);
        color:rgb(0, 85, 135);
    }
.HeaderAndPropertiesSection__buttonWhiteAustralianMB:hover, .HeaderAndPropertiesSection__buttonWhiteAustralianMB:focus, .HeaderAndPropertiesSection__buttonWhiteAustralianMB:active{
        background:rgb(0, 68, 108);
        border:0.0625em solid rgb(0, 85, 135);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderAustralianMB{
      border:0.0625em solid rgb(0, 85, 135);
    }
.HeaderAndPropertiesSection__lenderBackgroundAustralianMB .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 85, 135);
      }
.HeaderAndPropertiesSection__lenderBackgroundAustralianMB:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 68, 108);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxAustralianMB{
        border:0.125em solid #005587;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordAustralianMB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordAustralianMB:hover{
        border-left:0.0625em solid rgb(0, 85, 135);
        border-right:0.0625em solid rgb(0, 85, 135);
        border-bottom:0.0625em solid rgb(0, 85, 135);
    }
.HeaderAndPropertiesSection__productRecordAustralianMB:hover .HeaderAndPropertiesSection__sortingDescriptionBorderAustralianMB{
            background:rgb(0, 85, 135) !important;
            color:white;
        }
.HeaderAndPropertiesSection__Avanti, .HeaderAndPropertiesSection__contentBgAvanti, .HeaderAndPropertiesSection__Avanti .HeaderAndPropertiesSection__viewMoreButton{
        background:#195EAE !important;
    }
.HeaderAndPropertiesSection__Avanti:hover, .HeaderAndPropertiesSection__Avanti .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(20, 75, 139) !important;
    }
.HeaderAndPropertiesSection__progressBarAvanti{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#195EAE;
        background:-webkit-gradient(linear,  right top, left top,  from(#195EAE),color-stop(50%, #195EAE),color-stop(51%, #195EAE),to(#195EAE));
        background:linear-gradient(to left,  #195EAE 0%,#195EAE 50%,#195EAE 51%,#195EAE 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverAvanti{
        background:rgb(20, 75, 139);
    }
.HeaderAndPropertiesSection__buttonAvanti{
        background:rgb(25, 94, 174);
        border:0.0625em solid rgb(25, 94, 174);
        color:white;
    }
.HeaderAndPropertiesSection__buttonAvanti:hover, .HeaderAndPropertiesSection__buttonAvanti:focus, .HeaderAndPropertiesSection__buttonAvanti:active{
        background:rgb(20, 75, 139);
        border:0.0625em solid rgb(25, 94, 174);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteAvanti{
        background:white;
        border:0.0625em solid rgb(25, 94, 174);
        color:rgb(25, 94, 174);
    }
.HeaderAndPropertiesSection__buttonWhiteAvanti:hover, .HeaderAndPropertiesSection__buttonWhiteAvanti:focus, .HeaderAndPropertiesSection__buttonWhiteAvanti:active{
        background:rgb(20, 75, 139);
        border:0.0625em solid rgb(25, 94, 174);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderAvanti{
      border:0.0625em solid rgb(25, 94, 174);
    }
.HeaderAndPropertiesSection__lenderBackgroundAvanti .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(25, 94, 174);
      }
.HeaderAndPropertiesSection__lenderBackgroundAvanti:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(20, 75, 139);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxAvanti{
        border:0.125em solid #195eae;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordAvanti{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordAvanti:hover{
        border-left:0.0625em solid rgb(25, 94, 174);
        border-right:0.0625em solid rgb(25, 94, 174);
        border-bottom:0.0625em solid rgb(25, 94, 174);
    }
.HeaderAndPropertiesSection__productRecordAvanti:hover .HeaderAndPropertiesSection__sortingDescriptionBorderAvanti{
            background:rgb(25, 94, 174) !important;
            color:white;
        }
.HeaderAndPropertiesSection__AuswideBank, .HeaderAndPropertiesSection__contentBgAuswideBank, .HeaderAndPropertiesSection__AuswideBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#F68B33 !important;
    }
.HeaderAndPropertiesSection__AuswideBank:hover, .HeaderAndPropertiesSection__AuswideBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(197, 111, 41) !important;
    }
.HeaderAndPropertiesSection__progressBarAuswideBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#F68B33;
        background:-webkit-gradient(linear,  right top, left top,  from(#F68B33),color-stop(50%, #F68B33),color-stop(51%, #F68B33),to(#F68B33));
        background:linear-gradient(to left,  #F68B33 0%,#F68B33 50%,#F68B33 51%,#F68B33 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverAuswideBank{
        background:rgb(197, 111, 41);
    }
.HeaderAndPropertiesSection__buttonAuswideBank{
        background:rgb(246, 139, 51);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.HeaderAndPropertiesSection__buttonAuswideBank:hover, .HeaderAndPropertiesSection__buttonAuswideBank:focus, .HeaderAndPropertiesSection__buttonAuswideBank:active{
        background:rgb(197, 111, 41);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteAuswideBank{
        background:white;
        border:0.0625em solid rgb(246, 139, 51);
        color:rgb(246, 139, 51);
    }
.HeaderAndPropertiesSection__buttonWhiteAuswideBank:hover, .HeaderAndPropertiesSection__buttonWhiteAuswideBank:focus, .HeaderAndPropertiesSection__buttonWhiteAuswideBank:active{
        background:rgb(197, 111, 41);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderAuswideBank{
      border:0.0625em solid rgb(246, 139, 51);
    }
.HeaderAndPropertiesSection__lenderBackgroundAuswideBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(246, 139, 51);
      }
.HeaderAndPropertiesSection__lenderBackgroundAuswideBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(197, 111, 41);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxAuswideBank{
        border:0.125em solid #f68b33;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordAuswideBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordAuswideBank:hover{
        border-left:0.0625em solid rgb(246, 139, 51);
        border-right:0.0625em solid rgb(246, 139, 51);
        border-bottom:0.0625em solid rgb(246, 139, 51);
    }
.HeaderAndPropertiesSection__productRecordAuswideBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderAuswideBank{
            background:rgb(246, 139, 51) !important;
            color:white;
        }
.HeaderAndPropertiesSection__Bankfirst, .HeaderAndPropertiesSection__contentBgBankfirst, .HeaderAndPropertiesSection__Bankfirst .HeaderAndPropertiesSection__viewMoreButton{
        background:#109DDD !important;
    }
.HeaderAndPropertiesSection__Bankfirst:hover, .HeaderAndPropertiesSection__Bankfirst .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(13, 126, 177) !important;
    }
.HeaderAndPropertiesSection__progressBarBankfirst{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#109DDD;
        background:-webkit-gradient(linear,  right top, left top,  from(#109DDD),color-stop(50%, #109DDD),color-stop(51%, #109DDD),to(#109DDD));
        background:linear-gradient(to left,  #109DDD 0%,#109DDD 50%,#109DDD 51%,#109DDD 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBankfirst{
        background:rgb(13, 126, 177);
    }
.HeaderAndPropertiesSection__buttonBankfirst{
        background:rgb(16, 157, 221);
        border:0.0625em solid rgb(16, 157, 221);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBankfirst:hover, .HeaderAndPropertiesSection__buttonBankfirst:focus, .HeaderAndPropertiesSection__buttonBankfirst:active{
        background:rgb(13, 126, 177);
        border:0.0625em solid rgb(16, 157, 221);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBankfirst{
        background:white;
        border:0.0625em solid rgb(16, 157, 221);
        color:rgb(16, 157, 221);
    }
.HeaderAndPropertiesSection__buttonWhiteBankfirst:hover, .HeaderAndPropertiesSection__buttonWhiteBankfirst:focus, .HeaderAndPropertiesSection__buttonWhiteBankfirst:active{
        background:rgb(13, 126, 177);
        border:0.0625em solid rgb(16, 157, 221);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBankfirst{
      border:0.0625em solid rgb(16, 157, 221);
    }
.HeaderAndPropertiesSection__lenderBackgroundBankfirst .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(16, 157, 221);
      }
.HeaderAndPropertiesSection__lenderBackgroundBankfirst:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(13, 126, 177);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBankfirst{
        border:0.125em solid #109ddd;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBankfirst{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBankfirst:hover{
        border-left:0.0625em solid rgb(16, 157, 221);
        border-right:0.0625em solid rgb(16, 157, 221);
        border-bottom:0.0625em solid rgb(16, 157, 221);
    }
.HeaderAndPropertiesSection__productRecordBankfirst:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBankfirst{
            background:rgb(16, 157, 221) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BankSA, .HeaderAndPropertiesSection__contentBgBankSA, .HeaderAndPropertiesSection__BankSA .HeaderAndPropertiesSection__viewMoreButton{
        background:#FACB1B !important;
    }
.HeaderAndPropertiesSection__BankSA:hover, .HeaderAndPropertiesSection__BankSA .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(200, 162, 22) !important;
    }
.HeaderAndPropertiesSection__progressBarBankSA{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#FACB1B;
        background:-webkit-gradient(linear,  right top, left top,  from(#FACB1B),color-stop(50%, #FACB1B),color-stop(51%, #FACB1B),to(#FACB1B));
        background:linear-gradient(to left,  #FACB1B 0%,#FACB1B 50%,#FACB1B 51%,#FACB1B 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBankSA{
        background:rgb(200, 162, 22);
    }
.HeaderAndPropertiesSection__buttonBankSA{
        background:rgb(250, 203, 27);
        border:0.0625em solid rgb(250, 203, 27);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBankSA:hover, .HeaderAndPropertiesSection__buttonBankSA:focus, .HeaderAndPropertiesSection__buttonBankSA:active{
        background:rgb(200, 162, 22);
        border:0.0625em solid rgb(250, 203, 27);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBankSA{
        background:white;
        border:0.0625em solid rgb(250, 203, 27);
        color:rgb(250, 203, 27);
    }
.HeaderAndPropertiesSection__buttonWhiteBankSA:hover, .HeaderAndPropertiesSection__buttonWhiteBankSA:focus, .HeaderAndPropertiesSection__buttonWhiteBankSA:active{
        background:rgb(200, 162, 22);
        border:0.0625em solid rgb(250, 203, 27);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBankSA{
      border:0.0625em solid rgb(250, 203, 27);
    }
.HeaderAndPropertiesSection__lenderBackgroundBankSA .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(250, 203, 27);
      }
.HeaderAndPropertiesSection__lenderBackgroundBankSA:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(200, 162, 22);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBankSA{
        border:0.125em solid #facb1b;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBankSA{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBankSA:hover{
        border-left:0.0625em solid rgb(250, 203, 27);
        border-right:0.0625em solid rgb(250, 203, 27);
        border-bottom:0.0625em solid rgb(250, 203, 27);
    }
.HeaderAndPropertiesSection__productRecordBankSA:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBankSA{
            background:rgb(250, 203, 27) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BankOfSydney, .HeaderAndPropertiesSection__contentBgBankOfSydney, .HeaderAndPropertiesSection__BankOfSydney .HeaderAndPropertiesSection__viewMoreButton{
        background:#003366 !important;
    }
.HeaderAndPropertiesSection__BankOfSydney:hover, .HeaderAndPropertiesSection__BankOfSydney .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 41, 82) !important;
    }
.HeaderAndPropertiesSection__progressBarBankOfSydney{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#003366;
        background:-webkit-gradient(linear,  right top, left top,  from(#003366),color-stop(50%, #003366),color-stop(51%, #003366),to(#003366));
        background:linear-gradient(to left,  #003366 0%,#003366 50%,#003366 51%,#003366 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBankOfSydney{
        background:rgb(0, 41, 82);
    }
.HeaderAndPropertiesSection__buttonBankOfSydney{
        background:rgb(0, 51, 102);
        border:0.0625em solid rgb(0, 51, 102);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBankOfSydney:hover, .HeaderAndPropertiesSection__buttonBankOfSydney:focus, .HeaderAndPropertiesSection__buttonBankOfSydney:active{
        background:rgb(0, 41, 82);
        border:0.0625em solid rgb(0, 51, 102);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBankOfSydney{
        background:white;
        border:0.0625em solid rgb(0, 51, 102);
        color:rgb(0, 51, 102);
    }
.HeaderAndPropertiesSection__buttonWhiteBankOfSydney:hover, .HeaderAndPropertiesSection__buttonWhiteBankOfSydney:focus, .HeaderAndPropertiesSection__buttonWhiteBankOfSydney:active{
        background:rgb(0, 41, 82);
        border:0.0625em solid rgb(0, 51, 102);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBankOfSydney{
      border:0.0625em solid rgb(0, 51, 102);
    }
.HeaderAndPropertiesSection__lenderBackgroundBankOfSydney .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 51, 102);
      }
.HeaderAndPropertiesSection__lenderBackgroundBankOfSydney:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 41, 82);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBankOfSydney{
        border:0.125em solid #003366;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBankOfSydney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBankOfSydney:hover{
        border-left:0.0625em solid rgb(0, 51, 102);
        border-right:0.0625em solid rgb(0, 51, 102);
        border-bottom:0.0625em solid rgb(0, 51, 102);
    }
.HeaderAndPropertiesSection__productRecordBankOfSydney:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBankOfSydney{
            background:rgb(0, 51, 102) !important;
            color:white;
        }
.HeaderAndPropertiesSection__Bankwest, .HeaderAndPropertiesSection__contentBgBankwest, .HeaderAndPropertiesSection__Bankwest .HeaderAndPropertiesSection__viewMoreButton{
        background:#EF7900 !important;
    }
.HeaderAndPropertiesSection__Bankwest:hover, .HeaderAndPropertiesSection__Bankwest .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(191, 97, 0) !important;
    }
.HeaderAndPropertiesSection__progressBarBankwest{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#EF7900;
        background:-webkit-gradient(linear,  right top, left top,  from(#EF7900),color-stop(50%, #EF7900),color-stop(51%, #EF7900),to(#EF7900));
        background:linear-gradient(to left,  #EF7900 0%,#EF7900 50%,#EF7900 51%,#EF7900 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBankwest{
        background:rgb(191, 97, 0);
    }
.HeaderAndPropertiesSection__buttonBankwest{
        background:rgb(239, 121, 0);
        border:0.0625em solid rgb(239, 121, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBankwest:hover, .HeaderAndPropertiesSection__buttonBankwest:focus, .HeaderAndPropertiesSection__buttonBankwest:active{
        background:rgb(191, 97, 0);
        border:0.0625em solid rgb(239, 121, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBankwest{
        background:white;
        border:0.0625em solid rgb(239, 121, 0);
        color:rgb(239, 121, 0);
    }
.HeaderAndPropertiesSection__buttonWhiteBankwest:hover, .HeaderAndPropertiesSection__buttonWhiteBankwest:focus, .HeaderAndPropertiesSection__buttonWhiteBankwest:active{
        background:rgb(191, 97, 0);
        border:0.0625em solid rgb(239, 121, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBankwest{
      border:0.0625em solid rgb(239, 121, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundBankwest .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(239, 121, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundBankwest:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(191, 97, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBankwest{
        border:0.125em solid #ef7900;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBankwest{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBankwest:hover{
        border-left:0.0625em solid rgb(239, 121, 0);
        border-right:0.0625em solid rgb(239, 121, 0);
        border-bottom:0.0625em solid rgb(239, 121, 0);
    }
.HeaderAndPropertiesSection__productRecordBankwest:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBankwest{
            background:rgb(239, 121, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__Basecorp, .HeaderAndPropertiesSection__contentBgBasecorp, .HeaderAndPropertiesSection__Basecorp .HeaderAndPropertiesSection__viewMoreButton{
        background:#1DA8DB !important;
    }
.HeaderAndPropertiesSection__Basecorp:hover, .HeaderAndPropertiesSection__Basecorp .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(23, 134, 175) !important;
    }
.HeaderAndPropertiesSection__progressBarBasecorp{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#1DA8DB;
        background:-webkit-gradient(linear,  right top, left top,  from(#1DA8DB),color-stop(50%, #1DA8DB),color-stop(51%, #1DA8DB),to(#1DA8DB));
        background:linear-gradient(to left,  #1DA8DB 0%,#1DA8DB 50%,#1DA8DB 51%,#1DA8DB 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBasecorp{
        background:rgb(23, 134, 175);
    }
.HeaderAndPropertiesSection__buttonBasecorp{
        background:rgb(29, 168, 219);
        border:0.0625em solid rgb(29, 168, 219);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBasecorp:hover, .HeaderAndPropertiesSection__buttonBasecorp:focus, .HeaderAndPropertiesSection__buttonBasecorp:active{
        background:rgb(23, 134, 175);
        border:0.0625em solid rgb(29, 168, 219);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBasecorp{
        background:white;
        border:0.0625em solid rgb(29, 168, 219);
        color:rgb(29, 168, 219);
    }
.HeaderAndPropertiesSection__buttonWhiteBasecorp:hover, .HeaderAndPropertiesSection__buttonWhiteBasecorp:focus, .HeaderAndPropertiesSection__buttonWhiteBasecorp:active{
        background:rgb(23, 134, 175);
        border:0.0625em solid rgb(29, 168, 219);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBasecorp{
      border:0.0625em solid rgb(29, 168, 219);
    }
.HeaderAndPropertiesSection__lenderBackgroundBasecorp .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(29, 168, 219);
      }
.HeaderAndPropertiesSection__lenderBackgroundBasecorp:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(23, 134, 175);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBasecorp{
        border:0.125em solid #1da8db;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBasecorp{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBasecorp:hover{
        border-left:0.0625em solid rgb(29, 168, 219);
        border-right:0.0625em solid rgb(29, 168, 219);
        border-bottom:0.0625em solid rgb(29, 168, 219);
    }
.HeaderAndPropertiesSection__productRecordBasecorp:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBasecorp{
            background:rgb(29, 168, 219) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BB, .HeaderAndPropertiesSection__contentBgBB, .HeaderAndPropertiesSection__BB .HeaderAndPropertiesSection__viewMoreButton{
        background:#642279 !important;
    }
.HeaderAndPropertiesSection__BB:hover, .HeaderAndPropertiesSection__BB .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(85, 29, 103) !important;
    }
.HeaderAndPropertiesSection__progressBarBB{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#642279;
        background:-webkit-gradient(linear,  right top, left top,  from(#642279),color-stop(50%, #642279),color-stop(51%, #642279),to(#642279));
        background:linear-gradient(to left,  #642279 0%,#642279 50%,#642279 51%,#642279 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBB{
        background:rgb(85, 29, 103);
    }
.HeaderAndPropertiesSection__buttonBB{
        background:rgb(100, 34, 121);
        border:0.0625em solid rgb(100, 34, 121);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBB:hover, .HeaderAndPropertiesSection__buttonBB:focus, .HeaderAndPropertiesSection__buttonBB:active{
        background:rgb(85, 29, 103);
        border:0.0625em solid rgb(100, 34, 121);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBB{
        background:white;
        border:0.0625em solid rgb(100, 34, 121);
        color:rgb(100, 34, 121);
    }
.HeaderAndPropertiesSection__buttonWhiteBB:hover, .HeaderAndPropertiesSection__buttonWhiteBB:focus, .HeaderAndPropertiesSection__buttonWhiteBB:active{
        background:rgb(85, 29, 103);
        border:0.0625em solid rgb(100, 34, 121);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBB{
      border:0.0625em solid rgb(100, 34, 121);
    }
.HeaderAndPropertiesSection__lenderBackgroundBB .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(100, 34, 121);
      }
.HeaderAndPropertiesSection__lenderBackgroundBB:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(85, 29, 103);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBB{
        border:0.125em solid #642279;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBB:hover{
        border-left:0.0625em solid rgb(100, 34, 121);
        border-right:0.0625em solid rgb(100, 34, 121);
        border-bottom:0.0625em solid rgb(100, 34, 121);
    }
.HeaderAndPropertiesSection__productRecordBB:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBB{
            background:rgb(100, 34, 121) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BendigoBank, .HeaderAndPropertiesSection__contentBgBendigoBank, .HeaderAndPropertiesSection__BendigoBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#AF022E !important;
    }
.HeaderAndPropertiesSection__BendigoBank:hover, .HeaderAndPropertiesSection__BendigoBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(140, 2, 37) !important;
    }
.HeaderAndPropertiesSection__progressBarBendigoBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#AF022E;
        background:-webkit-gradient(linear,  right top, left top,  from(#AF022E),color-stop(50%, #AF022E),color-stop(51%, #AF022E),to(#AF022E));
        background:linear-gradient(to left,  #AF022E 0%,#AF022E 50%,#AF022E 51%,#AF022E 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBendigoBank{
        background:rgb(140, 2, 37);
    }
.HeaderAndPropertiesSection__buttonBendigoBank{
        background:rgb(175, 2, 46);
        border:0.0625em solid rgb(175, 2, 46);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBendigoBank:hover, .HeaderAndPropertiesSection__buttonBendigoBank:focus, .HeaderAndPropertiesSection__buttonBendigoBank:active{
        background:rgb(140, 2, 37);
        border:0.0625em solid rgb(175, 2, 46);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBendigoBank{
        background:white;
        border:0.0625em solid rgb(175, 2, 46);
        color:rgb(175, 2, 46);
    }
.HeaderAndPropertiesSection__buttonWhiteBendigoBank:hover, .HeaderAndPropertiesSection__buttonWhiteBendigoBank:focus, .HeaderAndPropertiesSection__buttonWhiteBendigoBank:active{
        background:rgb(140, 2, 37);
        border:0.0625em solid rgb(175, 2, 46);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBendigoBank{
      border:0.0625em solid rgb(175, 2, 46);
    }
.HeaderAndPropertiesSection__lenderBackgroundBendigoBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(175, 2, 46);
      }
.HeaderAndPropertiesSection__lenderBackgroundBendigoBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(140, 2, 37);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBendigoBank{
        border:0.125em solid #af022e;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBendigoBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBendigoBank:hover{
        border-left:0.0625em solid rgb(175, 2, 46);
        border-right:0.0625em solid rgb(175, 2, 46);
        border-bottom:0.0625em solid rgb(175, 2, 46);
    }
.HeaderAndPropertiesSection__productRecordBendigoBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBendigoBank{
            background:rgb(175, 2, 46) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BCHL, .HeaderAndPropertiesSection__contentBgBCHL, .HeaderAndPropertiesSection__BCHL .HeaderAndPropertiesSection__viewMoreButton{
        background:#879FB7 !important;
    }
.HeaderAndPropertiesSection__BCHL:hover, .HeaderAndPropertiesSection__BCHL .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(108, 127, 146) !important;
    }
.HeaderAndPropertiesSection__progressBarBCHL{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#879FB7;
        background:-webkit-gradient(linear,  right top, left top,  from(#879FB7),color-stop(50%, #879FB7),color-stop(51%, #879FB7),to(#879FB7));
        background:linear-gradient(to left,  #879FB7 0%,#879FB7 50%,#879FB7 51%,#879FB7 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBCHL{
        background:rgb(108, 127, 146);
    }
.HeaderAndPropertiesSection__buttonBCHL{
        background:rgb(135, 159, 183);
        border:0.0625em solid rgb(135, 159, 183);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBCHL:hover, .HeaderAndPropertiesSection__buttonBCHL:focus, .HeaderAndPropertiesSection__buttonBCHL:active{
        background:rgb(108, 127, 146);
        border:0.0625em solid rgb(135, 159, 183);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBCHL{
        background:white;
        border:0.0625em solid rgb(135, 159, 183);
        color:rgb(135, 159, 183);
    }
.HeaderAndPropertiesSection__buttonWhiteBCHL:hover, .HeaderAndPropertiesSection__buttonWhiteBCHL:focus, .HeaderAndPropertiesSection__buttonWhiteBCHL:active{
        background:rgb(108, 127, 146);
        border:0.0625em solid rgb(135, 159, 183);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBCHL{
      border:0.0625em solid rgb(135, 159, 183);
    }
.HeaderAndPropertiesSection__lenderBackgroundBCHL .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(135, 159, 183);
      }
.HeaderAndPropertiesSection__lenderBackgroundBCHL:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(108, 127, 146);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBCHL{
        border:0.125em solid #879fb7;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBCHL{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBCHL:hover{
        border-left:0.0625em solid rgb(135, 159, 183);
        border-right:0.0625em solid rgb(135, 159, 183);
        border-bottom:0.0625em solid rgb(135, 159, 183);
    }
.HeaderAndPropertiesSection__productRecordBCHL:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBCHL{
            background:rgb(135, 159, 183) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BetterChoice, .HeaderAndPropertiesSection__contentBgBetterChoice, .HeaderAndPropertiesSection__BetterChoice .HeaderAndPropertiesSection__viewMoreButton{
        background:#973567 !important;
    }
.HeaderAndPropertiesSection__BetterChoice:hover, .HeaderAndPropertiesSection__BetterChoice .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(128, 45, 88) !important;
    }
.HeaderAndPropertiesSection__progressBarBetterChoice{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#973567;
        background:-webkit-gradient(linear,  right top, left top,  from(#973567),color-stop(50%, #973567),color-stop(51%, #973567),to(#973567));
        background:linear-gradient(to left,  #973567 0%,#973567 50%,#973567 51%,#973567 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBetterChoice{
        background:rgb(128, 45, 88);
    }
.HeaderAndPropertiesSection__buttonBetterChoice{
        background:rgb(151, 53, 103);
        border:0.0625em solid rgb(151, 53, 103);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBetterChoice:hover, .HeaderAndPropertiesSection__buttonBetterChoice:focus, .HeaderAndPropertiesSection__buttonBetterChoice:active{
        background:rgb(128, 45, 88);
        border:0.0625em solid rgb(151, 53, 103);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBetterChoice{
        background:white;
        border:0.0625em solid rgb(151, 53, 103);
        color:rgb(151, 53, 103);
    }
.HeaderAndPropertiesSection__buttonWhiteBetterChoice:hover, .HeaderAndPropertiesSection__buttonWhiteBetterChoice:focus, .HeaderAndPropertiesSection__buttonWhiteBetterChoice:active{
        background:rgb(128, 45, 88);
        border:0.0625em solid rgb(151, 53, 103);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBetterChoice{
      border:0.0625em solid rgb(151, 53, 103);
    }
.HeaderAndPropertiesSection__lenderBackgroundBetterChoice .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(151, 53, 103);
      }
.HeaderAndPropertiesSection__lenderBackgroundBetterChoice:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(128, 45, 88);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBetterChoice{
        border:0.125em solid #973567;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBetterChoice{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBetterChoice:hover{
        border-left:0.0625em solid rgb(151, 53, 103);
        border-right:0.0625em solid rgb(151, 53, 103);
        border-bottom:0.0625em solid rgb(151, 53, 103);
    }
.HeaderAndPropertiesSection__productRecordBetterChoice:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBetterChoice{
            background:rgb(151, 53, 103) !important;
            color:white;
        }
.HeaderAndPropertiesSection__Bluestone, .HeaderAndPropertiesSection__contentBgBluestone, .HeaderAndPropertiesSection__Bluestone .HeaderAndPropertiesSection__viewMoreButton{
        background:#1E71B8 !important;
    }
.HeaderAndPropertiesSection__Bluestone:hover, .HeaderAndPropertiesSection__Bluestone .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(24, 90, 147) !important;
    }
.HeaderAndPropertiesSection__progressBarBluestone{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#1E71B8;
        background:-webkit-gradient(linear,  right top, left top,  from(#1E71B8),color-stop(50%, #1E71B8),color-stop(51%, #1E71B8),to(#1E71B8));
        background:linear-gradient(to left,  #1E71B8 0%,#1E71B8 50%,#1E71B8 51%,#1E71B8 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBluestone{
        background:rgb(24, 90, 147);
    }
.HeaderAndPropertiesSection__buttonBluestone{
        background:rgb(30, 113, 184);
        border:0.0625em solid rgb(30, 113, 184);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBluestone:hover, .HeaderAndPropertiesSection__buttonBluestone:focus, .HeaderAndPropertiesSection__buttonBluestone:active{
        background:rgb(24, 90, 147);
        border:0.0625em solid rgb(30, 113, 184);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBluestone{
        background:white;
        border:0.0625em solid rgb(30, 113, 184);
        color:rgb(30, 113, 184);
    }
.HeaderAndPropertiesSection__buttonWhiteBluestone:hover, .HeaderAndPropertiesSection__buttonWhiteBluestone:focus, .HeaderAndPropertiesSection__buttonWhiteBluestone:active{
        background:rgb(24, 90, 147);
        border:0.0625em solid rgb(30, 113, 184);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBluestone{
      border:0.0625em solid rgb(30, 113, 184);
    }
.HeaderAndPropertiesSection__lenderBackgroundBluestone .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(30, 113, 184);
      }
.HeaderAndPropertiesSection__lenderBackgroundBluestone:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(24, 90, 147);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBluestone{
        border:0.125em solid #1e71b8;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBluestone{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBluestone:hover{
        border-left:0.0625em solid rgb(30, 113, 184);
        border-right:0.0625em solid rgb(30, 113, 184);
        border-bottom:0.0625em solid rgb(30, 113, 184);
    }
.HeaderAndPropertiesSection__productRecordBluestone:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBluestone{
            background:rgb(30, 113, 184) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BMM, .HeaderAndPropertiesSection__contentBgBMM, .HeaderAndPropertiesSection__BMM .HeaderAndPropertiesSection__viewMoreButton{
        background:#7BC242 !important;
    }
.HeaderAndPropertiesSection__BMM:hover, .HeaderAndPropertiesSection__BMM .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(105, 165, 56) !important;
    }
.HeaderAndPropertiesSection__progressBarBMM{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#7BC242;
        background:-webkit-gradient(linear,  right top, left top,  from(#7BC242),color-stop(50%, #7BC242),color-stop(51%, #7BC242),to(#7BC242));
        background:linear-gradient(to left,  #7BC242 0%,#7BC242 50%,#7BC242 51%,#7BC242 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBMM{
        background:rgb(105, 165, 56);
    }
.HeaderAndPropertiesSection__buttonBMM{
        background:rgb(123, 194, 66);
        border:0.0625em solid rgb(123, 194, 66);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBMM:hover, .HeaderAndPropertiesSection__buttonBMM:focus, .HeaderAndPropertiesSection__buttonBMM:active{
        background:rgb(105, 165, 56);
        border:0.0625em solid rgb(123, 194, 66);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBMM{
        background:white;
        border:0.0625em solid rgb(123, 194, 66);
        color:rgb(123, 194, 66);
    }
.HeaderAndPropertiesSection__buttonWhiteBMM:hover, .HeaderAndPropertiesSection__buttonWhiteBMM:focus, .HeaderAndPropertiesSection__buttonWhiteBMM:active{
        background:rgb(105, 165, 56);
        border:0.0625em solid rgb(123, 194, 66);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBMM{
      border:0.0625em solid rgb(123, 194, 66);
    }
.HeaderAndPropertiesSection__lenderBackgroundBMM .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(123, 194, 66);
      }
.HeaderAndPropertiesSection__lenderBackgroundBMM:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(105, 165, 56);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBMM{
        border:0.125em solid #7bc242;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBMM{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBMM:hover{
        border-left:0.0625em solid rgb(123, 194, 66);
        border-right:0.0625em solid rgb(123, 194, 66);
        border-bottom:0.0625em solid rgb(123, 194, 66);
    }
.HeaderAndPropertiesSection__productRecordBMM:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBMM{
            background:rgb(123, 194, 66) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BNZ, .HeaderAndPropertiesSection__contentBgBNZ, .HeaderAndPropertiesSection__BNZ .HeaderAndPropertiesSection__viewMoreButton{
        background:#092D6C !important;
    }
.HeaderAndPropertiesSection__BNZ:hover, .HeaderAndPropertiesSection__BNZ .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(7, 36, 86) !important;
    }
.HeaderAndPropertiesSection__progressBarBNZ{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#092D6C;
        background:-webkit-gradient(linear,  right top, left top,  from(#092D6C),color-stop(50%, #092D6C),color-stop(51%, #092D6C),to(#092D6C));
        background:linear-gradient(to left,  #092D6C 0%,#092D6C 50%,#092D6C 51%,#092D6C 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBNZ{
        background:rgb(7, 36, 86);
    }
.HeaderAndPropertiesSection__buttonBNZ{
        background:rgb(9, 45, 108);
        border:0.0625em solid rgb(9, 45, 108);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBNZ:hover, .HeaderAndPropertiesSection__buttonBNZ:focus, .HeaderAndPropertiesSection__buttonBNZ:active{
        background:rgb(7, 36, 86);
        border:0.0625em solid rgb(9, 45, 108);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBNZ{
        background:white;
        border:0.0625em solid rgb(9, 45, 108);
        color:rgb(9, 45, 108);
    }
.HeaderAndPropertiesSection__buttonWhiteBNZ:hover, .HeaderAndPropertiesSection__buttonWhiteBNZ:focus, .HeaderAndPropertiesSection__buttonWhiteBNZ:active{
        background:rgb(7, 36, 86);
        border:0.0625em solid rgb(9, 45, 108);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBNZ{
      border:0.0625em solid rgb(9, 45, 108);
    }
.HeaderAndPropertiesSection__lenderBackgroundBNZ .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(9, 45, 108);
      }
.HeaderAndPropertiesSection__lenderBackgroundBNZ:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(7, 36, 86);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBNZ{
        border:0.125em solid #092d6c;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBNZ{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBNZ:hover{
        border-left:0.0625em solid rgb(9, 45, 108);
        border-right:0.0625em solid rgb(9, 45, 108);
        border-bottom:0.0625em solid rgb(9, 45, 108);
    }
.HeaderAndPropertiesSection__productRecordBNZ:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBNZ{
            background:rgb(9, 45, 108) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BankOfChina, .HeaderAndPropertiesSection__contentBgBankOfChina, .HeaderAndPropertiesSection__BankOfChina .HeaderAndPropertiesSection__viewMoreButton{
        background:#A71E32 !important;
    }
.HeaderAndPropertiesSection__BankOfChina:hover, .HeaderAndPropertiesSection__BankOfChina .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(134, 24, 40) !important;
    }
.HeaderAndPropertiesSection__progressBarBankOfChina{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#A71E32;
        background:-webkit-gradient(linear,  right top, left top,  from(#A71E32),color-stop(50%, #A71E32),color-stop(51%, #A71E32),to(#A71E32));
        background:linear-gradient(to left,  #A71E32 0%,#A71E32 50%,#A71E32 51%,#A71E32 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBankOfChina{
        background:rgb(134, 24, 40);
    }
.HeaderAndPropertiesSection__buttonBankOfChina{
        background:rgb(167, 30, 50);
        border:0.0625em solid rgb(167, 30, 50);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBankOfChina:hover, .HeaderAndPropertiesSection__buttonBankOfChina:focus, .HeaderAndPropertiesSection__buttonBankOfChina:active{
        background:rgb(134, 24, 40);
        border:0.0625em solid rgb(167, 30, 50);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBankOfChina{
        background:white;
        border:0.0625em solid rgb(167, 30, 50);
        color:rgb(167, 30, 50);
    }
.HeaderAndPropertiesSection__buttonWhiteBankOfChina:hover, .HeaderAndPropertiesSection__buttonWhiteBankOfChina:focus, .HeaderAndPropertiesSection__buttonWhiteBankOfChina:active{
        background:rgb(134, 24, 40);
        border:0.0625em solid rgb(167, 30, 50);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBankOfChina{
      border:0.0625em solid rgb(167, 30, 50);
    }
.HeaderAndPropertiesSection__lenderBackgroundBankOfChina .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(167, 30, 50);
      }
.HeaderAndPropertiesSection__lenderBackgroundBankOfChina:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(134, 24, 40);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBankOfChina{
        border:0.125em solid #a71e32;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBankOfChina{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBankOfChina:hover{
        border-left:0.0625em solid rgb(167, 30, 50);
        border-right:0.0625em solid rgb(167, 30, 50);
        border-bottom:0.0625em solid rgb(167, 30, 50);
    }
.HeaderAndPropertiesSection__productRecordBankOfChina:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBankOfChina{
            background:rgb(167, 30, 50) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BOM, .HeaderAndPropertiesSection__contentBgBOM, .HeaderAndPropertiesSection__BOM .HeaderAndPropertiesSection__viewMoreButton{
        background:#20024E !important;
    }
.HeaderAndPropertiesSection__BOM:hover, .HeaderAndPropertiesSection__BOM .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(27, 2, 66) !important;
    }
.HeaderAndPropertiesSection__progressBarBOM{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#20024E;
        background:-webkit-gradient(linear,  right top, left top,  from(#20024E),color-stop(50%, #20024E),color-stop(51%, #20024E),to(#20024E));
        background:linear-gradient(to left,  #20024E 0%,#20024E 50%,#20024E 51%,#20024E 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBOM{
        background:rgb(27, 2, 66);
    }
.HeaderAndPropertiesSection__buttonBOM{
        background:rgb(32, 2, 78);
        border:0.0625em solid rgb(32, 2, 78);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBOM:hover, .HeaderAndPropertiesSection__buttonBOM:focus, .HeaderAndPropertiesSection__buttonBOM:active{
        background:rgb(27, 2, 66);
        border:0.0625em solid rgb(32, 2, 78);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBOM{
        background:white;
        border:0.0625em solid rgb(32, 2, 78);
        color:rgb(32, 2, 78);
    }
.HeaderAndPropertiesSection__buttonWhiteBOM:hover, .HeaderAndPropertiesSection__buttonWhiteBOM:focus, .HeaderAndPropertiesSection__buttonWhiteBOM:active{
        background:rgb(27, 2, 66);
        border:0.0625em solid rgb(32, 2, 78);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBOM{
      border:0.0625em solid rgb(32, 2, 78);
    }
.HeaderAndPropertiesSection__lenderBackgroundBOM .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(32, 2, 78);
      }
.HeaderAndPropertiesSection__lenderBackgroundBOM:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(27, 2, 66);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBOM{
        border:0.125em solid #20024e;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBOM{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBOM:hover{
        border-left:0.0625em solid rgb(32, 2, 78);
        border-right:0.0625em solid rgb(32, 2, 78);
        border-bottom:0.0625em solid rgb(32, 2, 78);
    }
.HeaderAndPropertiesSection__productRecordBOM:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBOM{
            background:rgb(32, 2, 78) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BOQ, .HeaderAndPropertiesSection__contentBgBOQ, .HeaderAndPropertiesSection__BOQ .HeaderAndPropertiesSection__viewMoreButton{
        background:#0A3164 !important;
    }
.HeaderAndPropertiesSection__BOQ:hover, .HeaderAndPropertiesSection__BOQ .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(8, 39, 80) !important;
    }
.HeaderAndPropertiesSection__progressBarBOQ{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#0A3164;
        background:-webkit-gradient(linear,  right top, left top,  from(#0A3164),color-stop(50%, #0A3164),color-stop(51%, #0A3164),to(#0A3164));
        background:linear-gradient(to left,  #0A3164 0%,#0A3164 50%,#0A3164 51%,#0A3164 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBOQ{
        background:rgb(8, 39, 80);
    }
.HeaderAndPropertiesSection__buttonBOQ{
        background:rgb(10, 49, 100);
        border:0.0625em solid rgb(10, 49, 100);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBOQ:hover, .HeaderAndPropertiesSection__buttonBOQ:focus, .HeaderAndPropertiesSection__buttonBOQ:active{
        background:rgb(8, 39, 80);
        border:0.0625em solid rgb(10, 49, 100);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBOQ{
        background:white;
        border:0.0625em solid rgb(10, 49, 100);
        color:rgb(10, 49, 100);
    }
.HeaderAndPropertiesSection__buttonWhiteBOQ:hover, .HeaderAndPropertiesSection__buttonWhiteBOQ:focus, .HeaderAndPropertiesSection__buttonWhiteBOQ:active{
        background:rgb(8, 39, 80);
        border:0.0625em solid rgb(10, 49, 100);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBOQ{
      border:0.0625em solid rgb(10, 49, 100);
    }
.HeaderAndPropertiesSection__lenderBackgroundBOQ .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(10, 49, 100);
      }
.HeaderAndPropertiesSection__lenderBackgroundBOQ:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(8, 39, 80);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBOQ{
        border:0.125em solid #0a3164;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBOQ{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBOQ:hover{
        border-left:0.0625em solid rgb(10, 49, 100);
        border-right:0.0625em solid rgb(10, 49, 100);
        border-bottom:0.0625em solid rgb(10, 49, 100);
    }
.HeaderAndPropertiesSection__productRecordBOQ:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBOQ{
            background:rgb(10, 49, 100) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BOS, .HeaderAndPropertiesSection__contentBgBOS, .HeaderAndPropertiesSection__BOS .HeaderAndPropertiesSection__viewMoreButton{
        background:#003367 !important;
    }
.HeaderAndPropertiesSection__BOS:hover, .HeaderAndPropertiesSection__BOS .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 41, 82) !important;
    }
.HeaderAndPropertiesSection__progressBarBOS{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#003367;
        background:-webkit-gradient(linear,  right top, left top,  from(#003367),color-stop(50%, #003367),color-stop(51%, #003367),to(#003367));
        background:linear-gradient(to left,  #003367 0%,#003367 50%,#003367 51%,#003367 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBOS{
        background:rgb(0, 41, 82);
    }
.HeaderAndPropertiesSection__buttonBOS{
        background:rgb(0, 51, 103);
        border:0.0625em solid rgb(0, 51, 103);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBOS:hover, .HeaderAndPropertiesSection__buttonBOS:focus, .HeaderAndPropertiesSection__buttonBOS:active{
        background:rgb(0, 41, 82);
        border:0.0625em solid rgb(0, 51, 103);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBOS{
        background:white;
        border:0.0625em solid rgb(0, 51, 103);
        color:rgb(0, 51, 103);
    }
.HeaderAndPropertiesSection__buttonWhiteBOS:hover, .HeaderAndPropertiesSection__buttonWhiteBOS:focus, .HeaderAndPropertiesSection__buttonWhiteBOS:active{
        background:rgb(0, 41, 82);
        border:0.0625em solid rgb(0, 51, 103);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBOS{
      border:0.0625em solid rgb(0, 51, 103);
    }
.HeaderAndPropertiesSection__lenderBackgroundBOS .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 51, 103);
      }
.HeaderAndPropertiesSection__lenderBackgroundBOS:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 41, 82);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBOS{
        border:0.125em solid #003367;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBOS{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBOS:hover{
        border-left:0.0625em solid rgb(0, 51, 103);
        border-right:0.0625em solid rgb(0, 51, 103);
        border-bottom:0.0625em solid rgb(0, 51, 103);
    }
.HeaderAndPropertiesSection__productRecordBOS:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBOS{
            background:rgb(0, 51, 103) !important;
            color:white;
        }
.HeaderAndPropertiesSection__CBA, .HeaderAndPropertiesSection__contentBgCBA, .HeaderAndPropertiesSection__CBA .HeaderAndPropertiesSection__viewMoreButton{
        background:#000000 !important;
    }
.HeaderAndPropertiesSection__CBA:hover, .HeaderAndPropertiesSection__CBA .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.HeaderAndPropertiesSection__progressBarCBA{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverCBA{
        background:rgb(51, 51, 51);
    }
.HeaderAndPropertiesSection__buttonCBA{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonCBA:hover, .HeaderAndPropertiesSection__buttonCBA:focus, .HeaderAndPropertiesSection__buttonCBA:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteCBA{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__buttonWhiteCBA:hover, .HeaderAndPropertiesSection__buttonWhiteCBA:focus, .HeaderAndPropertiesSection__buttonWhiteCBA:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderCBA{
      border:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundCBA .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundCBA:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxCBA{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordCBA{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordCBA:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__productRecordCBA:hover .HeaderAndPropertiesSection__sortingDescriptionBorderCBA{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__CFML, .HeaderAndPropertiesSection__contentBgCFML, .HeaderAndPropertiesSection__CFML .HeaderAndPropertiesSection__viewMoreButton{
        background:#141516 !important;
    }
.HeaderAndPropertiesSection__CFML:hover, .HeaderAndPropertiesSection__CFML .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(16, 17, 18) !important;
    }
.HeaderAndPropertiesSection__progressBarCFML{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#141516;
        background:-webkit-gradient(linear,  right top, left top,  from(#141516),color-stop(50%, #141516),color-stop(51%, #141516),to(#141516));
        background:linear-gradient(to left,  #141516 0%,#141516 50%,#141516 51%,#141516 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverCFML{
        background:rgb(16, 17, 18);
    }
.HeaderAndPropertiesSection__buttonCFML{
        background:rgb(20, 21, 22);
        border:0.0625em solid rgb(20, 21, 22);
        color:white;
    }
.HeaderAndPropertiesSection__buttonCFML:hover, .HeaderAndPropertiesSection__buttonCFML:focus, .HeaderAndPropertiesSection__buttonCFML:active{
        background:rgb(16, 17, 18);
        border:0.0625em solid rgb(20, 21, 22);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteCFML{
        background:white;
        border:0.0625em solid rgb(20, 21, 22);
        color:rgb(20, 21, 22);
    }
.HeaderAndPropertiesSection__buttonWhiteCFML:hover, .HeaderAndPropertiesSection__buttonWhiteCFML:focus, .HeaderAndPropertiesSection__buttonWhiteCFML:active{
        background:rgb(16, 17, 18);
        border:0.0625em solid rgb(20, 21, 22);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderCFML{
      border:0.0625em solid rgb(20, 21, 22);
    }
.HeaderAndPropertiesSection__lenderBackgroundCFML .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(20, 21, 22);
      }
.HeaderAndPropertiesSection__lenderBackgroundCFML:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(16, 17, 18);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxCFML{
        border:0.125em solid #141516;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordCFML{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordCFML:hover{
        border-left:0.0625em solid rgb(20, 21, 22);
        border-right:0.0625em solid rgb(20, 21, 22);
        border-bottom:0.0625em solid rgb(20, 21, 22);
    }
.HeaderAndPropertiesSection__productRecordCFML:hover .HeaderAndPropertiesSection__sortingDescriptionBorderCFML{
            background:rgb(20, 21, 22) !important;
            color:white;
        }
.HeaderAndPropertiesSection__Circle, .HeaderAndPropertiesSection__contentBgCircle, .HeaderAndPropertiesSection__Circle .HeaderAndPropertiesSection__viewMoreButton{
        background:#1162AB !important;
    }
.HeaderAndPropertiesSection__Circle:hover, .HeaderAndPropertiesSection__Circle .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(14, 78, 137) !important;
    }
.HeaderAndPropertiesSection__progressBarCircle{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#1162AB;
        background:-webkit-gradient(linear,  right top, left top,  from(#1162AB),color-stop(50%, #1162AB),color-stop(51%, #1162AB),to(#1162AB));
        background:linear-gradient(to left,  #1162AB 0%,#1162AB 50%,#1162AB 51%,#1162AB 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverCircle{
        background:rgb(14, 78, 137);
    }
.HeaderAndPropertiesSection__buttonCircle{
        background:rgb(17, 98, 171);
        border:0.0625em solid rgb(17, 98, 171);
        color:white;
    }
.HeaderAndPropertiesSection__buttonCircle:hover, .HeaderAndPropertiesSection__buttonCircle:focus, .HeaderAndPropertiesSection__buttonCircle:active{
        background:rgb(14, 78, 137);
        border:0.0625em solid rgb(17, 98, 171);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteCircle{
        background:white;
        border:0.0625em solid rgb(17, 98, 171);
        color:rgb(17, 98, 171);
    }
.HeaderAndPropertiesSection__buttonWhiteCircle:hover, .HeaderAndPropertiesSection__buttonWhiteCircle:focus, .HeaderAndPropertiesSection__buttonWhiteCircle:active{
        background:rgb(14, 78, 137);
        border:0.0625em solid rgb(17, 98, 171);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderCircle{
      border:0.0625em solid rgb(17, 98, 171);
    }
.HeaderAndPropertiesSection__lenderBackgroundCircle .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(17, 98, 171);
      }
.HeaderAndPropertiesSection__lenderBackgroundCircle:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(14, 78, 137);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxCircle{
        border:0.125em solid #1162ab;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordCircle{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordCircle:hover{
        border-left:0.0625em solid rgb(17, 98, 171);
        border-right:0.0625em solid rgb(17, 98, 171);
        border-bottom:0.0625em solid rgb(17, 98, 171);
    }
.HeaderAndPropertiesSection__productRecordCircle:hover .HeaderAndPropertiesSection__sortingDescriptionBorderCircle{
            background:rgb(17, 98, 171) !important;
            color:white;
        }
.HeaderAndPropertiesSection__Citibank, .HeaderAndPropertiesSection__contentBgCitibank, .HeaderAndPropertiesSection__Citibank .HeaderAndPropertiesSection__viewMoreButton{
        background:#004784 !important;
    }
.HeaderAndPropertiesSection__Citibank:hover, .HeaderAndPropertiesSection__Citibank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 57, 106) !important;
    }
.HeaderAndPropertiesSection__progressBarCitibank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#004784;
        background:-webkit-gradient(linear,  right top, left top,  from(#004784),color-stop(50%, #004784),color-stop(51%, #004784),to(#004784));
        background:linear-gradient(to left,  #004784 0%,#004784 50%,#004784 51%,#004784 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverCitibank{
        background:rgb(0, 57, 106);
    }
.HeaderAndPropertiesSection__buttonCitibank{
        background:rgb(0, 71, 132);
        border:0.0625em solid rgb(0, 71, 132);
        color:white;
    }
.HeaderAndPropertiesSection__buttonCitibank:hover, .HeaderAndPropertiesSection__buttonCitibank:focus, .HeaderAndPropertiesSection__buttonCitibank:active{
        background:rgb(0, 57, 106);
        border:0.0625em solid rgb(0, 71, 132);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteCitibank{
        background:white;
        border:0.0625em solid rgb(0, 71, 132);
        color:rgb(0, 71, 132);
    }
.HeaderAndPropertiesSection__buttonWhiteCitibank:hover, .HeaderAndPropertiesSection__buttonWhiteCitibank:focus, .HeaderAndPropertiesSection__buttonWhiteCitibank:active{
        background:rgb(0, 57, 106);
        border:0.0625em solid rgb(0, 71, 132);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderCitibank{
      border:0.0625em solid rgb(0, 71, 132);
    }
.HeaderAndPropertiesSection__lenderBackgroundCitibank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 71, 132);
      }
.HeaderAndPropertiesSection__lenderBackgroundCitibank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 57, 106);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxCitibank{
        border:0.125em solid #004784;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordCitibank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordCitibank:hover{
        border-left:0.0625em solid rgb(0, 71, 132);
        border-right:0.0625em solid rgb(0, 71, 132);
        border-bottom:0.0625em solid rgb(0, 71, 132);
    }
.HeaderAndPropertiesSection__productRecordCitibank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderCitibank{
            background:rgb(0, 71, 132) !important;
            color:white;
        }
.HeaderAndPropertiesSection__CressidaCapital, .HeaderAndPropertiesSection__contentBgCressidaCapital, .HeaderAndPropertiesSection__CressidaCapital .HeaderAndPropertiesSection__viewMoreButton{
        background:#59B2FF !important;
    }
.HeaderAndPropertiesSection__CressidaCapital:hover, .HeaderAndPropertiesSection__CressidaCapital .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(71, 142, 204) !important;
    }
.HeaderAndPropertiesSection__progressBarCressidaCapital{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#59B2FF;
        background:-webkit-gradient(linear,  right top, left top,  from(#59B2FF),color-stop(50%, #59B2FF),color-stop(51%, #59B2FF),to(#59B2FF));
        background:linear-gradient(to left,  #59B2FF 0%,#59B2FF 50%,#59B2FF 51%,#59B2FF 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverCressidaCapital{
        background:rgb(71, 142, 204);
    }
.HeaderAndPropertiesSection__buttonCressidaCapital{
        background:rgb(89, 178, 255);
        border:0.0625em solid rgb(89, 178, 255);
        color:white;
    }
.HeaderAndPropertiesSection__buttonCressidaCapital:hover, .HeaderAndPropertiesSection__buttonCressidaCapital:focus, .HeaderAndPropertiesSection__buttonCressidaCapital:active{
        background:rgb(71, 142, 204);
        border:0.0625em solid rgb(89, 178, 255);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteCressidaCapital{
        background:white;
        border:0.0625em solid rgb(89, 178, 255);
        color:rgb(89, 178, 255);
    }
.HeaderAndPropertiesSection__buttonWhiteCressidaCapital:hover, .HeaderAndPropertiesSection__buttonWhiteCressidaCapital:focus, .HeaderAndPropertiesSection__buttonWhiteCressidaCapital:active{
        background:rgb(71, 142, 204);
        border:0.0625em solid rgb(89, 178, 255);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderCressidaCapital{
      border:0.0625em solid rgb(89, 178, 255);
    }
.HeaderAndPropertiesSection__lenderBackgroundCressidaCapital .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(89, 178, 255);
      }
.HeaderAndPropertiesSection__lenderBackgroundCressidaCapital:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(71, 142, 204);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxCressidaCapital{
        border:0.125em solid #59b2ff;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordCressidaCapital{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordCressidaCapital:hover{
        border-left:0.0625em solid rgb(89, 178, 255);
        border-right:0.0625em solid rgb(89, 178, 255);
        border-bottom:0.0625em solid rgb(89, 178, 255);
    }
.HeaderAndPropertiesSection__productRecordCressidaCapital:hover .HeaderAndPropertiesSection__sortingDescriptionBorderCressidaCapital{
            background:rgb(89, 178, 255) !important;
            color:white;
        }
.HeaderAndPropertiesSection__CUA, .HeaderAndPropertiesSection__contentBgCUA, .HeaderAndPropertiesSection__CUA .HeaderAndPropertiesSection__viewMoreButton{
        background:#1CB1C1 !important;
    }
.HeaderAndPropertiesSection__CUA:hover, .HeaderAndPropertiesSection__CUA .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(22, 142, 154) !important;
    }
.HeaderAndPropertiesSection__progressBarCUA{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#1CB1C1;
        background:-webkit-gradient(linear,  right top, left top,  from(#1CB1C1),color-stop(50%, #1CB1C1),color-stop(51%, #1CB1C1),to(#1CB1C1));
        background:linear-gradient(to left,  #1CB1C1 0%,#1CB1C1 50%,#1CB1C1 51%,#1CB1C1 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverCUA{
        background:rgb(22, 142, 154);
    }
.HeaderAndPropertiesSection__buttonCUA{
        background:rgb(28, 177, 193);
        border:0.0625em solid rgb(28, 177, 193);
        color:white;
    }
.HeaderAndPropertiesSection__buttonCUA:hover, .HeaderAndPropertiesSection__buttonCUA:focus, .HeaderAndPropertiesSection__buttonCUA:active{
        background:rgb(22, 142, 154);
        border:0.0625em solid rgb(28, 177, 193);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteCUA{
        background:white;
        border:0.0625em solid rgb(28, 177, 193);
        color:rgb(28, 177, 193);
    }
.HeaderAndPropertiesSection__buttonWhiteCUA:hover, .HeaderAndPropertiesSection__buttonWhiteCUA:focus, .HeaderAndPropertiesSection__buttonWhiteCUA:active{
        background:rgb(22, 142, 154);
        border:0.0625em solid rgb(28, 177, 193);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderCUA{
      border:0.0625em solid rgb(28, 177, 193);
    }
.HeaderAndPropertiesSection__lenderBackgroundCUA .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(28, 177, 193);
      }
.HeaderAndPropertiesSection__lenderBackgroundCUA:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(22, 142, 154);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxCUA{
        border:0.125em solid #1cb1c1;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordCUA{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordCUA:hover{
        border-left:0.0625em solid rgb(28, 177, 193);
        border-right:0.0625em solid rgb(28, 177, 193);
        border-bottom:0.0625em solid rgb(28, 177, 193);
    }
.HeaderAndPropertiesSection__productRecordCUA:hover .HeaderAndPropertiesSection__sortingDescriptionBorderCUA{
            background:rgb(28, 177, 193) !important;
            color:white;
        }
.HeaderAndPropertiesSection__DBR, .HeaderAndPropertiesSection__contentBgDBR, .HeaderAndPropertiesSection__DBR .HeaderAndPropertiesSection__viewMoreButton{
        background:#1948D9 !important;
    }
.HeaderAndPropertiesSection__DBR:hover, .HeaderAndPropertiesSection__DBR .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(20, 58, 174) !important;
    }
.HeaderAndPropertiesSection__progressBarDBR{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#1948D9;
        background:-webkit-gradient(linear,  right top, left top,  from(#1948D9),color-stop(50%, #1948D9),color-stop(51%, #1948D9),to(#1948D9));
        background:linear-gradient(to left,  #1948D9 0%,#1948D9 50%,#1948D9 51%,#1948D9 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverDBR{
        background:rgb(20, 58, 174);
    }
.HeaderAndPropertiesSection__buttonDBR{
        background:rgb(25, 72, 217);
        border:0.0625em solid rgb(25, 72, 217);
        color:white;
    }
.HeaderAndPropertiesSection__buttonDBR:hover, .HeaderAndPropertiesSection__buttonDBR:focus, .HeaderAndPropertiesSection__buttonDBR:active{
        background:rgb(20, 58, 174);
        border:0.0625em solid rgb(25, 72, 217);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteDBR{
        background:white;
        border:0.0625em solid rgb(25, 72, 217);
        color:rgb(25, 72, 217);
    }
.HeaderAndPropertiesSection__buttonWhiteDBR:hover, .HeaderAndPropertiesSection__buttonWhiteDBR:focus, .HeaderAndPropertiesSection__buttonWhiteDBR:active{
        background:rgb(20, 58, 174);
        border:0.0625em solid rgb(25, 72, 217);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderDBR{
      border:0.0625em solid rgb(25, 72, 217);
    }
.HeaderAndPropertiesSection__lenderBackgroundDBR .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(25, 72, 217);
      }
.HeaderAndPropertiesSection__lenderBackgroundDBR:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(20, 58, 174);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxDBR{
        border:0.125em solid #1948d9;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordDBR{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordDBR:hover{
        border-left:0.0625em solid rgb(25, 72, 217);
        border-right:0.0625em solid rgb(25, 72, 217);
        border-bottom:0.0625em solid rgb(25, 72, 217);
    }
.HeaderAndPropertiesSection__productRecordDBR:hover .HeaderAndPropertiesSection__sortingDescriptionBorderDBR{
            background:rgb(25, 72, 217) !important;
            color:white;
        }
.HeaderAndPropertiesSection__DirectMoney, .HeaderAndPropertiesSection__contentBgDirectMoney, .HeaderAndPropertiesSection__DirectMoney .HeaderAndPropertiesSection__viewMoreButton{
        background:#00853E !important;
    }
.HeaderAndPropertiesSection__DirectMoney:hover, .HeaderAndPropertiesSection__DirectMoney .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 106, 50) !important;
    }
.HeaderAndPropertiesSection__progressBarDirectMoney{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#00853E;
        background:-webkit-gradient(linear,  right top, left top,  from(#00853E),color-stop(50%, #00853E),color-stop(51%, #00853E),to(#00853E));
        background:linear-gradient(to left,  #00853E 0%,#00853E 50%,#00853E 51%,#00853E 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverDirectMoney{
        background:rgb(0, 106, 50);
    }
.HeaderAndPropertiesSection__buttonDirectMoney{
        background:rgb(0, 133, 62);
        border:0.0625em solid rgb(0, 133, 62);
        color:white;
    }
.HeaderAndPropertiesSection__buttonDirectMoney:hover, .HeaderAndPropertiesSection__buttonDirectMoney:focus, .HeaderAndPropertiesSection__buttonDirectMoney:active{
        background:rgb(0, 106, 50);
        border:0.0625em solid rgb(0, 133, 62);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteDirectMoney{
        background:white;
        border:0.0625em solid rgb(0, 133, 62);
        color:rgb(0, 133, 62);
    }
.HeaderAndPropertiesSection__buttonWhiteDirectMoney:hover, .HeaderAndPropertiesSection__buttonWhiteDirectMoney:focus, .HeaderAndPropertiesSection__buttonWhiteDirectMoney:active{
        background:rgb(0, 106, 50);
        border:0.0625em solid rgb(0, 133, 62);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderDirectMoney{
      border:0.0625em solid rgb(0, 133, 62);
    }
.HeaderAndPropertiesSection__lenderBackgroundDirectMoney .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 133, 62);
      }
.HeaderAndPropertiesSection__lenderBackgroundDirectMoney:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 106, 50);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxDirectMoney{
        border:0.125em solid #00853e;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordDirectMoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordDirectMoney:hover{
        border-left:0.0625em solid rgb(0, 133, 62);
        border-right:0.0625em solid rgb(0, 133, 62);
        border-bottom:0.0625em solid rgb(0, 133, 62);
    }
.HeaderAndPropertiesSection__productRecordDirectMoney:hover .HeaderAndPropertiesSection__sortingDescriptionBorderDirectMoney{
            background:rgb(0, 133, 62) !important;
            color:white;
        }
.HeaderAndPropertiesSection__emoney, .HeaderAndPropertiesSection__contentBgemoney, .HeaderAndPropertiesSection__emoney .HeaderAndPropertiesSection__viewMoreButton{
        background:#16426A !important;
    }
.HeaderAndPropertiesSection__emoney:hover, .HeaderAndPropertiesSection__emoney .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(19, 56, 90) !important;
    }
.HeaderAndPropertiesSection__progressBaremoney{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#16426A;
        background:-webkit-gradient(linear,  right top, left top,  from(#16426A),color-stop(50%, #16426A),color-stop(51%, #16426A),to(#16426A));
        background:linear-gradient(to left,  #16426A 0%,#16426A 50%,#16426A 51%,#16426A 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoveremoney{
        background:rgb(19, 56, 90);
    }
.HeaderAndPropertiesSection__buttonemoney{
        background:rgb(22, 66, 106);
        border:0.0625em solid rgb(22, 66, 106);
        color:white;
    }
.HeaderAndPropertiesSection__buttonemoney:hover, .HeaderAndPropertiesSection__buttonemoney:focus, .HeaderAndPropertiesSection__buttonemoney:active{
        background:rgb(19, 56, 90);
        border:0.0625em solid rgb(22, 66, 106);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteemoney{
        background:white;
        border:0.0625em solid rgb(22, 66, 106);
        color:rgb(22, 66, 106);
    }
.HeaderAndPropertiesSection__buttonWhiteemoney:hover, .HeaderAndPropertiesSection__buttonWhiteemoney:focus, .HeaderAndPropertiesSection__buttonWhiteemoney:active{
        background:rgb(19, 56, 90);
        border:0.0625em solid rgb(22, 66, 106);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderemoney{
      border:0.0625em solid rgb(22, 66, 106);
    }
.HeaderAndPropertiesSection__lenderBackgroundemoney .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(22, 66, 106);
      }
.HeaderAndPropertiesSection__lenderBackgroundemoney:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(19, 56, 90);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxemoney{
        border:0.125em solid #16426a;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordemoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordemoney:hover{
        border-left:0.0625em solid rgb(22, 66, 106);
        border-right:0.0625em solid rgb(22, 66, 106);
        border-bottom:0.0625em solid rgb(22, 66, 106);
    }
.HeaderAndPropertiesSection__productRecordemoney:hover .HeaderAndPropertiesSection__sortingDescriptionBorderemoney{
            background:rgb(22, 66, 106) !important;
            color:white;
        }
.HeaderAndPropertiesSection__FirstMac, .HeaderAndPropertiesSection__contentBgFirstMac, .HeaderAndPropertiesSection__FirstMac .HeaderAndPropertiesSection__viewMoreButton{
        background:#000000 !important;
    }
.HeaderAndPropertiesSection__FirstMac:hover, .HeaderAndPropertiesSection__FirstMac .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.HeaderAndPropertiesSection__progressBarFirstMac{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverFirstMac{
        background:rgb(51, 51, 51);
    }
.HeaderAndPropertiesSection__buttonFirstMac{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonFirstMac:hover, .HeaderAndPropertiesSection__buttonFirstMac:focus, .HeaderAndPropertiesSection__buttonFirstMac:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteFirstMac{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__buttonWhiteFirstMac:hover, .HeaderAndPropertiesSection__buttonWhiteFirstMac:focus, .HeaderAndPropertiesSection__buttonWhiteFirstMac:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderFirstMac{
      border:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundFirstMac .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundFirstMac:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxFirstMac{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordFirstMac{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordFirstMac:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__productRecordFirstMac:hover .HeaderAndPropertiesSection__sortingDescriptionBorderFirstMac{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__FirstMortgageTrust, .HeaderAndPropertiesSection__contentBgFirstMortgageTrust, .HeaderAndPropertiesSection__FirstMortgageTrust .HeaderAndPropertiesSection__viewMoreButton{
        background:#29A78D !important;
    }
.HeaderAndPropertiesSection__FirstMortgageTrust:hover, .HeaderAndPropertiesSection__FirstMortgageTrust .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(33, 134, 113) !important;
    }
.HeaderAndPropertiesSection__progressBarFirstMortgageTrust{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#29A78D;
        background:-webkit-gradient(linear,  right top, left top,  from(#29A78D),color-stop(50%, #29A78D),color-stop(51%, #29A78D),to(#29A78D));
        background:linear-gradient(to left,  #29A78D 0%,#29A78D 50%,#29A78D 51%,#29A78D 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverFirstMortgageTrust{
        background:rgb(33, 134, 113);
    }
.HeaderAndPropertiesSection__buttonFirstMortgageTrust{
        background:rgb(41, 167, 141);
        border:0.0625em solid rgb(41, 167, 141);
        color:white;
    }
.HeaderAndPropertiesSection__buttonFirstMortgageTrust:hover, .HeaderAndPropertiesSection__buttonFirstMortgageTrust:focus, .HeaderAndPropertiesSection__buttonFirstMortgageTrust:active{
        background:rgb(33, 134, 113);
        border:0.0625em solid rgb(41, 167, 141);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteFirstMortgageTrust{
        background:white;
        border:0.0625em solid rgb(41, 167, 141);
        color:rgb(41, 167, 141);
    }
.HeaderAndPropertiesSection__buttonWhiteFirstMortgageTrust:hover, .HeaderAndPropertiesSection__buttonWhiteFirstMortgageTrust:focus, .HeaderAndPropertiesSection__buttonWhiteFirstMortgageTrust:active{
        background:rgb(33, 134, 113);
        border:0.0625em solid rgb(41, 167, 141);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderFirstMortgageTrust{
      border:0.0625em solid rgb(41, 167, 141);
    }
.HeaderAndPropertiesSection__lenderBackgroundFirstMortgageTrust .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(41, 167, 141);
      }
.HeaderAndPropertiesSection__lenderBackgroundFirstMortgageTrust:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(33, 134, 113);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxFirstMortgageTrust{
        border:0.125em solid #29a78d;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordFirstMortgageTrust{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordFirstMortgageTrust:hover{
        border-left:0.0625em solid rgb(41, 167, 141);
        border-right:0.0625em solid rgb(41, 167, 141);
        border-bottom:0.0625em solid rgb(41, 167, 141);
    }
.HeaderAndPropertiesSection__productRecordFirstMortgageTrust:hover .HeaderAndPropertiesSection__sortingDescriptionBorderFirstMortgageTrust{
            background:rgb(41, 167, 141) !important;
            color:white;
        }
.HeaderAndPropertiesSection__FLEXI, .HeaderAndPropertiesSection__contentBgFLEXI, .HeaderAndPropertiesSection__FLEXI .HeaderAndPropertiesSection__viewMoreButton{
        background:#30C1C4 !important;
    }
.HeaderAndPropertiesSection__FLEXI:hover, .HeaderAndPropertiesSection__FLEXI .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(41, 164, 167) !important;
    }
.HeaderAndPropertiesSection__progressBarFLEXI{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#30C1C4;
        background:-webkit-gradient(linear,  right top, left top,  from(#30C1C4),color-stop(50%, #30C1C4),color-stop(51%, #30C1C4),to(#30C1C4));
        background:linear-gradient(to left,  #30C1C4 0%,#30C1C4 50%,#30C1C4 51%,#30C1C4 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverFLEXI{
        background:rgb(41, 164, 167);
    }
.HeaderAndPropertiesSection__buttonFLEXI{
        background:rgb(48, 193, 196);
        border:0.0625em solid rgb(48, 193, 196);
        color:white;
    }
.HeaderAndPropertiesSection__buttonFLEXI:hover, .HeaderAndPropertiesSection__buttonFLEXI:focus, .HeaderAndPropertiesSection__buttonFLEXI:active{
        background:rgb(41, 164, 167);
        border:0.0625em solid rgb(48, 193, 196);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteFLEXI{
        background:white;
        border:0.0625em solid rgb(48, 193, 196);
        color:rgb(48, 193, 196);
    }
.HeaderAndPropertiesSection__buttonWhiteFLEXI:hover, .HeaderAndPropertiesSection__buttonWhiteFLEXI:focus, .HeaderAndPropertiesSection__buttonWhiteFLEXI:active{
        background:rgb(41, 164, 167);
        border:0.0625em solid rgb(48, 193, 196);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderFLEXI{
      border:0.0625em solid rgb(48, 193, 196);
    }
.HeaderAndPropertiesSection__lenderBackgroundFLEXI .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(48, 193, 196);
      }
.HeaderAndPropertiesSection__lenderBackgroundFLEXI:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(41, 164, 167);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxFLEXI{
        border:0.125em solid #30c1c4;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordFLEXI{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordFLEXI:hover{
        border-left:0.0625em solid rgb(48, 193, 196);
        border-right:0.0625em solid rgb(48, 193, 196);
        border-bottom:0.0625em solid rgb(48, 193, 196);
    }
.HeaderAndPropertiesSection__productRecordFLEXI:hover .HeaderAndPropertiesSection__sortingDescriptionBorderFLEXI{
            background:rgb(48, 193, 196) !important;
            color:white;
        }
.HeaderAndPropertiesSection__FutureFinancial, .HeaderAndPropertiesSection__contentBgFutureFinancial, .HeaderAndPropertiesSection__FutureFinancial .HeaderAndPropertiesSection__viewMoreButton{
        background:#003876 !important;
    }
.HeaderAndPropertiesSection__FutureFinancial:hover, .HeaderAndPropertiesSection__FutureFinancial .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 45, 94) !important;
    }
.HeaderAndPropertiesSection__progressBarFutureFinancial{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#003876;
        background:-webkit-gradient(linear,  right top, left top,  from(#003876),color-stop(50%, #003876),color-stop(51%, #003876),to(#003876));
        background:linear-gradient(to left,  #003876 0%,#003876 50%,#003876 51%,#003876 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverFutureFinancial{
        background:rgb(0, 45, 94);
    }
.HeaderAndPropertiesSection__buttonFutureFinancial{
        background:rgb(0, 56, 118);
        border:0.0625em solid rgb(0, 56, 118);
        color:white;
    }
.HeaderAndPropertiesSection__buttonFutureFinancial:hover, .HeaderAndPropertiesSection__buttonFutureFinancial:focus, .HeaderAndPropertiesSection__buttonFutureFinancial:active{
        background:rgb(0, 45, 94);
        border:0.0625em solid rgb(0, 56, 118);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteFutureFinancial{
        background:white;
        border:0.0625em solid rgb(0, 56, 118);
        color:rgb(0, 56, 118);
    }
.HeaderAndPropertiesSection__buttonWhiteFutureFinancial:hover, .HeaderAndPropertiesSection__buttonWhiteFutureFinancial:focus, .HeaderAndPropertiesSection__buttonWhiteFutureFinancial:active{
        background:rgb(0, 45, 94);
        border:0.0625em solid rgb(0, 56, 118);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderFutureFinancial{
      border:0.0625em solid rgb(0, 56, 118);
    }
.HeaderAndPropertiesSection__lenderBackgroundFutureFinancial .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 56, 118);
      }
.HeaderAndPropertiesSection__lenderBackgroundFutureFinancial:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 45, 94);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxFutureFinancial{
        border:0.125em solid #003876;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordFutureFinancial{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordFutureFinancial:hover{
        border-left:0.0625em solid rgb(0, 56, 118);
        border-right:0.0625em solid rgb(0, 56, 118);
        border-bottom:0.0625em solid rgb(0, 56, 118);
    }
.HeaderAndPropertiesSection__productRecordFutureFinancial:hover .HeaderAndPropertiesSection__sortingDescriptionBorderFutureFinancial{
            background:rgb(0, 56, 118) !important;
            color:white;
        }
.HeaderAndPropertiesSection__GEMoney, .HeaderAndPropertiesSection__contentBgGEMoney, .HeaderAndPropertiesSection__GEMoney .HeaderAndPropertiesSection__viewMoreButton{
        background:#005CB9 !important;
    }
.HeaderAndPropertiesSection__GEMoney:hover, .HeaderAndPropertiesSection__GEMoney .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 74, 148) !important;
    }
.HeaderAndPropertiesSection__progressBarGEMoney{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#005CB9;
        background:-webkit-gradient(linear,  right top, left top,  from(#005CB9),color-stop(50%, #005CB9),color-stop(51%, #005CB9),to(#005CB9));
        background:linear-gradient(to left,  #005CB9 0%,#005CB9 50%,#005CB9 51%,#005CB9 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverGEMoney{
        background:rgb(0, 74, 148);
    }
.HeaderAndPropertiesSection__buttonGEMoney{
        background:rgb(0, 92, 185);
        border:0.0625em solid rgb(0, 92, 185);
        color:white;
    }
.HeaderAndPropertiesSection__buttonGEMoney:hover, .HeaderAndPropertiesSection__buttonGEMoney:focus, .HeaderAndPropertiesSection__buttonGEMoney:active{
        background:rgb(0, 74, 148);
        border:0.0625em solid rgb(0, 92, 185);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteGEMoney{
        background:white;
        border:0.0625em solid rgb(0, 92, 185);
        color:rgb(0, 92, 185);
    }
.HeaderAndPropertiesSection__buttonWhiteGEMoney:hover, .HeaderAndPropertiesSection__buttonWhiteGEMoney:focus, .HeaderAndPropertiesSection__buttonWhiteGEMoney:active{
        background:rgb(0, 74, 148);
        border:0.0625em solid rgb(0, 92, 185);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderGEMoney{
      border:0.0625em solid rgb(0, 92, 185);
    }
.HeaderAndPropertiesSection__lenderBackgroundGEMoney .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 92, 185);
      }
.HeaderAndPropertiesSection__lenderBackgroundGEMoney:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 74, 148);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxGEMoney{
        border:0.125em solid #005cb9;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordGEMoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordGEMoney:hover{
        border-left:0.0625em solid rgb(0, 92, 185);
        border-right:0.0625em solid rgb(0, 92, 185);
        border-bottom:0.0625em solid rgb(0, 92, 185);
    }
.HeaderAndPropertiesSection__productRecordGEMoney:hover .HeaderAndPropertiesSection__sortingDescriptionBorderGEMoney{
            background:rgb(0, 92, 185) !important;
            color:white;
        }
.HeaderAndPropertiesSection__GreaterBank, .HeaderAndPropertiesSection__contentBgGreaterBank, .HeaderAndPropertiesSection__GreaterBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#232E46 !important;
    }
.HeaderAndPropertiesSection__GreaterBank:hover, .HeaderAndPropertiesSection__GreaterBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(28, 37, 56) !important;
    }
.HeaderAndPropertiesSection__progressBarGreaterBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#232E46;
        background:-webkit-gradient(linear,  right top, left top,  from(#232E46),color-stop(50%, #232E46),color-stop(51%, #232E46),to(#232E46));
        background:linear-gradient(to left,  #232E46 0%,#232E46 50%,#232E46 51%,#232E46 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverGreaterBank{
        background:rgb(28, 37, 56);
    }
.HeaderAndPropertiesSection__buttonGreaterBank{
        background:rgb(35, 46, 70);
        border:0.0625em solid rgb(35, 46, 70);
        color:white;
    }
.HeaderAndPropertiesSection__buttonGreaterBank:hover, .HeaderAndPropertiesSection__buttonGreaterBank:focus, .HeaderAndPropertiesSection__buttonGreaterBank:active{
        background:rgb(28, 37, 56);
        border:0.0625em solid rgb(35, 46, 70);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteGreaterBank{
        background:white;
        border:0.0625em solid rgb(35, 46, 70);
        color:rgb(35, 46, 70);
    }
.HeaderAndPropertiesSection__buttonWhiteGreaterBank:hover, .HeaderAndPropertiesSection__buttonWhiteGreaterBank:focus, .HeaderAndPropertiesSection__buttonWhiteGreaterBank:active{
        background:rgb(28, 37, 56);
        border:0.0625em solid rgb(35, 46, 70);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderGreaterBank{
      border:0.0625em solid rgb(35, 46, 70);
    }
.HeaderAndPropertiesSection__lenderBackgroundGreaterBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(35, 46, 70);
      }
.HeaderAndPropertiesSection__lenderBackgroundGreaterBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(28, 37, 56);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxGreaterBank{
        border:0.125em solid #232e46;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordGreaterBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordGreaterBank:hover{
        border-left:0.0625em solid rgb(35, 46, 70);
        border-right:0.0625em solid rgb(35, 46, 70);
        border-bottom:0.0625em solid rgb(35, 46, 70);
    }
.HeaderAndPropertiesSection__productRecordGreaterBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderGreaterBank{
            background:rgb(35, 46, 70) !important;
            color:white;
        }
.HeaderAndPropertiesSection__HeartlandBank, .HeaderAndPropertiesSection__contentBgHeartlandBank, .HeaderAndPropertiesSection__HeartlandBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#0C203D !important;
    }
.HeaderAndPropertiesSection__HeartlandBank:hover, .HeaderAndPropertiesSection__HeartlandBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(10, 26, 49) !important;
    }
.HeaderAndPropertiesSection__progressBarHeartlandBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#0C203D;
        background:-webkit-gradient(linear,  right top, left top,  from(#0C203D),color-stop(50%, #0C203D),color-stop(51%, #0C203D),to(#0C203D));
        background:linear-gradient(to left,  #0C203D 0%,#0C203D 50%,#0C203D 51%,#0C203D 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverHeartlandBank{
        background:rgb(10, 26, 49);
    }
.HeaderAndPropertiesSection__buttonHeartlandBank{
        background:rgb(12, 32, 61);
        border:0.0625em solid rgb(12, 32, 61);
        color:white;
    }
.HeaderAndPropertiesSection__buttonHeartlandBank:hover, .HeaderAndPropertiesSection__buttonHeartlandBank:focus, .HeaderAndPropertiesSection__buttonHeartlandBank:active{
        background:rgb(10, 26, 49);
        border:0.0625em solid rgb(12, 32, 61);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteHeartlandBank{
        background:white;
        border:0.0625em solid rgb(12, 32, 61);
        color:rgb(12, 32, 61);
    }
.HeaderAndPropertiesSection__buttonWhiteHeartlandBank:hover, .HeaderAndPropertiesSection__buttonWhiteHeartlandBank:focus, .HeaderAndPropertiesSection__buttonWhiteHeartlandBank:active{
        background:rgb(10, 26, 49);
        border:0.0625em solid rgb(12, 32, 61);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderHeartlandBank{
      border:0.0625em solid rgb(12, 32, 61);
    }
.HeaderAndPropertiesSection__lenderBackgroundHeartlandBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(12, 32, 61);
      }
.HeaderAndPropertiesSection__lenderBackgroundHeartlandBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(10, 26, 49);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxHeartlandBank{
        border:0.125em solid #0c203d;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordHeartlandBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordHeartlandBank:hover{
        border-left:0.0625em solid rgb(12, 32, 61);
        border-right:0.0625em solid rgb(12, 32, 61);
        border-bottom:0.0625em solid rgb(12, 32, 61);
    }
.HeaderAndPropertiesSection__productRecordHeartlandBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderHeartlandBank{
            background:rgb(12, 32, 61) !important;
            color:white;
        }
.HeaderAndPropertiesSection__HeritageBank, .HeaderAndPropertiesSection__contentBgHeritageBank, .HeaderAndPropertiesSection__HeritageBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#000000 !important;
    }
.HeaderAndPropertiesSection__HeritageBank:hover, .HeaderAndPropertiesSection__HeritageBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.HeaderAndPropertiesSection__progressBarHeritageBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverHeritageBank{
        background:rgb(51, 51, 51);
    }
.HeaderAndPropertiesSection__buttonHeritageBank{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonHeritageBank:hover, .HeaderAndPropertiesSection__buttonHeritageBank:focus, .HeaderAndPropertiesSection__buttonHeritageBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteHeritageBank{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__buttonWhiteHeritageBank:hover, .HeaderAndPropertiesSection__buttonWhiteHeritageBank:focus, .HeaderAndPropertiesSection__buttonWhiteHeritageBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderHeritageBank{
      border:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundHeritageBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundHeritageBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxHeritageBank{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordHeritageBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordHeritageBank:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__productRecordHeritageBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderHeritageBank{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__Homeloans, .HeaderAndPropertiesSection__contentBgHomeloans, .HeaderAndPropertiesSection__Homeloans .HeaderAndPropertiesSection__viewMoreButton{
        background:#000000 !important;
    }
.HeaderAndPropertiesSection__Homeloans:hover, .HeaderAndPropertiesSection__Homeloans .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.HeaderAndPropertiesSection__progressBarHomeloans{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverHomeloans{
        background:rgb(51, 51, 51);
    }
.HeaderAndPropertiesSection__buttonHomeloans{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonHomeloans:hover, .HeaderAndPropertiesSection__buttonHomeloans:focus, .HeaderAndPropertiesSection__buttonHomeloans:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteHomeloans{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__buttonWhiteHomeloans:hover, .HeaderAndPropertiesSection__buttonWhiteHomeloans:focus, .HeaderAndPropertiesSection__buttonWhiteHomeloans:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderHomeloans{
      border:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundHomeloans .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundHomeloans:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxHomeloans{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordHomeloans{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordHomeloans:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__productRecordHomeloans:hover .HeaderAndPropertiesSection__sortingDescriptionBorderHomeloans{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__HomeStart, .HeaderAndPropertiesSection__contentBgHomeStart, .HeaderAndPropertiesSection__HomeStart .HeaderAndPropertiesSection__viewMoreButton{
        background:#0077BC !important;
    }
.HeaderAndPropertiesSection__HomeStart:hover, .HeaderAndPropertiesSection__HomeStart .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 95, 150) !important;
    }
.HeaderAndPropertiesSection__progressBarHomeStart{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#0077BC;
        background:-webkit-gradient(linear,  right top, left top,  from(#0077BC),color-stop(50%, #0077BC),color-stop(51%, #0077BC),to(#0077BC));
        background:linear-gradient(to left,  #0077BC 0%,#0077BC 50%,#0077BC 51%,#0077BC 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverHomeStart{
        background:rgb(0, 95, 150);
    }
.HeaderAndPropertiesSection__buttonHomeStart{
        background:rgb(0, 119, 188);
        border:0.0625em solid rgb(0, 119, 188);
        color:white;
    }
.HeaderAndPropertiesSection__buttonHomeStart:hover, .HeaderAndPropertiesSection__buttonHomeStart:focus, .HeaderAndPropertiesSection__buttonHomeStart:active{
        background:rgb(0, 95, 150);
        border:0.0625em solid rgb(0, 119, 188);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteHomeStart{
        background:white;
        border:0.0625em solid rgb(0, 119, 188);
        color:rgb(0, 119, 188);
    }
.HeaderAndPropertiesSection__buttonWhiteHomeStart:hover, .HeaderAndPropertiesSection__buttonWhiteHomeStart:focus, .HeaderAndPropertiesSection__buttonWhiteHomeStart:active{
        background:rgb(0, 95, 150);
        border:0.0625em solid rgb(0, 119, 188);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderHomeStart{
      border:0.0625em solid rgb(0, 119, 188);
    }
.HeaderAndPropertiesSection__lenderBackgroundHomeStart .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 119, 188);
      }
.HeaderAndPropertiesSection__lenderBackgroundHomeStart:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 95, 150);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxHomeStart{
        border:0.125em solid #0077bc;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordHomeStart{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordHomeStart:hover{
        border-left:0.0625em solid rgb(0, 119, 188);
        border-right:0.0625em solid rgb(0, 119, 188);
        border-bottom:0.0625em solid rgb(0, 119, 188);
    }
.HeaderAndPropertiesSection__productRecordHomeStart:hover .HeaderAndPropertiesSection__sortingDescriptionBorderHomeStart{
            background:rgb(0, 119, 188) !important;
            color:white;
        }
.HeaderAndPropertiesSection__HSBC, .HeaderAndPropertiesSection__contentBgHSBC, .HeaderAndPropertiesSection__HSBC .HeaderAndPropertiesSection__viewMoreButton{
        background:#E0001A !important;
    }
.HeaderAndPropertiesSection__HSBC:hover, .HeaderAndPropertiesSection__HSBC .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(179, 0, 21) !important;
    }
.HeaderAndPropertiesSection__progressBarHSBC{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#E0001A;
        background:-webkit-gradient(linear,  right top, left top,  from(#E0001A),color-stop(50%, #E0001A),color-stop(51%, #E0001A),to(#E0001A));
        background:linear-gradient(to left,  #E0001A 0%,#E0001A 50%,#E0001A 51%,#E0001A 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverHSBC{
        background:rgb(179, 0, 21);
    }
.HeaderAndPropertiesSection__buttonHSBC{
        background:rgb(224, 0, 26);
        border:0.0625em solid rgb(224, 0, 26);
        color:white;
    }
.HeaderAndPropertiesSection__buttonHSBC:hover, .HeaderAndPropertiesSection__buttonHSBC:focus, .HeaderAndPropertiesSection__buttonHSBC:active{
        background:rgb(179, 0, 21);
        border:0.0625em solid rgb(224, 0, 26);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteHSBC{
        background:white;
        border:0.0625em solid rgb(224, 0, 26);
        color:rgb(224, 0, 26);
    }
.HeaderAndPropertiesSection__buttonWhiteHSBC:hover, .HeaderAndPropertiesSection__buttonWhiteHSBC:focus, .HeaderAndPropertiesSection__buttonWhiteHSBC:active{
        background:rgb(179, 0, 21);
        border:0.0625em solid rgb(224, 0, 26);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderHSBC{
      border:0.0625em solid rgb(224, 0, 26);
    }
.HeaderAndPropertiesSection__lenderBackgroundHSBC .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(224, 0, 26);
      }
.HeaderAndPropertiesSection__lenderBackgroundHSBC:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(179, 0, 21);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxHSBC{
        border:0.125em solid #e0001a;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordHSBC{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordHSBC:hover{
        border-left:0.0625em solid rgb(224, 0, 26);
        border-right:0.0625em solid rgb(224, 0, 26);
        border-bottom:0.0625em solid rgb(224, 0, 26);
    }
.HeaderAndPropertiesSection__productRecordHSBC:hover .HeaderAndPropertiesSection__sortingDescriptionBorderHSBC{
            background:rgb(224, 0, 26) !important;
            color:white;
        }
.HeaderAndPropertiesSection__INGDirect, .HeaderAndPropertiesSection__contentBgINGDirect, .HeaderAndPropertiesSection__INGDirect .HeaderAndPropertiesSection__viewMoreButton{
        background:#FF6100 !important;
    }
.HeaderAndPropertiesSection__INGDirect:hover, .HeaderAndPropertiesSection__INGDirect .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(204, 78, 0) !important;
    }
.HeaderAndPropertiesSection__progressBarINGDirect{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#FF6100;
        background:-webkit-gradient(linear,  right top, left top,  from(#FF6100),color-stop(50%, #FF6100),color-stop(51%, #FF6100),to(#FF6100));
        background:linear-gradient(to left,  #FF6100 0%,#FF6100 50%,#FF6100 51%,#FF6100 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverINGDirect{
        background:rgb(204, 78, 0);
    }
.HeaderAndPropertiesSection__buttonINGDirect{
        background:rgb(255, 97, 0);
        border:0.0625em solid rgb(255, 97, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonINGDirect:hover, .HeaderAndPropertiesSection__buttonINGDirect:focus, .HeaderAndPropertiesSection__buttonINGDirect:active{
        background:rgb(204, 78, 0);
        border:0.0625em solid rgb(255, 97, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteINGDirect{
        background:white;
        border:0.0625em solid rgb(255, 97, 0);
        color:rgb(255, 97, 0);
    }
.HeaderAndPropertiesSection__buttonWhiteINGDirect:hover, .HeaderAndPropertiesSection__buttonWhiteINGDirect:focus, .HeaderAndPropertiesSection__buttonWhiteINGDirect:active{
        background:rgb(204, 78, 0);
        border:0.0625em solid rgb(255, 97, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderINGDirect{
      border:0.0625em solid rgb(255, 97, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundINGDirect .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(255, 97, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundINGDirect:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(204, 78, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxINGDirect{
        border:0.125em solid #ff6100;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordINGDirect{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordINGDirect:hover{
        border-left:0.0625em solid rgb(255, 97, 0);
        border-right:0.0625em solid rgb(255, 97, 0);
        border-bottom:0.0625em solid rgb(255, 97, 0);
    }
.HeaderAndPropertiesSection__productRecordINGDirect:hover .HeaderAndPropertiesSection__sortingDescriptionBorderINGDirect{
            background:rgb(255, 97, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__Keystart, .HeaderAndPropertiesSection__contentBgKeystart, .HeaderAndPropertiesSection__Keystart .HeaderAndPropertiesSection__viewMoreButton{
        background:#EA533A !important;
    }
.HeaderAndPropertiesSection__Keystart:hover, .HeaderAndPropertiesSection__Keystart .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(187, 66, 46) !important;
    }
.HeaderAndPropertiesSection__progressBarKeystart{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#EA533A;
        background:-webkit-gradient(linear,  right top, left top,  from(#EA533A),color-stop(50%, #EA533A),color-stop(51%, #EA533A),to(#EA533A));
        background:linear-gradient(to left,  #EA533A 0%,#EA533A 50%,#EA533A 51%,#EA533A 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverKeystart{
        background:rgb(187, 66, 46);
    }
.HeaderAndPropertiesSection__buttonKeystart{
        background:rgb(234, 83, 58);
        border:0.0625em solid rgb(234, 83, 58);
        color:white;
    }
.HeaderAndPropertiesSection__buttonKeystart:hover, .HeaderAndPropertiesSection__buttonKeystart:focus, .HeaderAndPropertiesSection__buttonKeystart:active{
        background:rgb(187, 66, 46);
        border:0.0625em solid rgb(234, 83, 58);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteKeystart{
        background:white;
        border:0.0625em solid rgb(234, 83, 58);
        color:rgb(234, 83, 58);
    }
.HeaderAndPropertiesSection__buttonWhiteKeystart:hover, .HeaderAndPropertiesSection__buttonWhiteKeystart:focus, .HeaderAndPropertiesSection__buttonWhiteKeystart:active{
        background:rgb(187, 66, 46);
        border:0.0625em solid rgb(234, 83, 58);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderKeystart{
      border:0.0625em solid rgb(234, 83, 58);
    }
.HeaderAndPropertiesSection__lenderBackgroundKeystart .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(234, 83, 58);
      }
.HeaderAndPropertiesSection__lenderBackgroundKeystart:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(187, 66, 46);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxKeystart{
        border:0.125em solid #ea533a;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordKeystart{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordKeystart:hover{
        border-left:0.0625em solid rgb(234, 83, 58);
        border-right:0.0625em solid rgb(234, 83, 58);
        border-bottom:0.0625em solid rgb(234, 83, 58);
    }
.HeaderAndPropertiesSection__productRecordKeystart:hover .HeaderAndPropertiesSection__sortingDescriptionBorderKeystart{
            background:rgb(234, 83, 58) !important;
            color:white;
        }
.HeaderAndPropertiesSection__Latitude, .HeaderAndPropertiesSection__contentBgLatitude, .HeaderAndPropertiesSection__Latitude .HeaderAndPropertiesSection__viewMoreButton{
        background:#006AC6 !important;
    }
.HeaderAndPropertiesSection__Latitude:hover, .HeaderAndPropertiesSection__Latitude .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 85, 158) !important;
    }
.HeaderAndPropertiesSection__progressBarLatitude{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#006AC6;
        background:-webkit-gradient(linear,  right top, left top,  from(#006AC6),color-stop(50%, #006AC6),color-stop(51%, #006AC6),to(#006AC6));
        background:linear-gradient(to left,  #006AC6 0%,#006AC6 50%,#006AC6 51%,#006AC6 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverLatitude{
        background:rgb(0, 85, 158);
    }
.HeaderAndPropertiesSection__buttonLatitude{
        background:rgb(0, 106, 198);
        border:0.0625em solid rgb(0, 106, 198);
        color:white;
    }
.HeaderAndPropertiesSection__buttonLatitude:hover, .HeaderAndPropertiesSection__buttonLatitude:focus, .HeaderAndPropertiesSection__buttonLatitude:active{
        background:rgb(0, 85, 158);
        border:0.0625em solid rgb(0, 106, 198);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteLatitude{
        background:white;
        border:0.0625em solid rgb(0, 106, 198);
        color:rgb(0, 106, 198);
    }
.HeaderAndPropertiesSection__buttonWhiteLatitude:hover, .HeaderAndPropertiesSection__buttonWhiteLatitude:focus, .HeaderAndPropertiesSection__buttonWhiteLatitude:active{
        background:rgb(0, 85, 158);
        border:0.0625em solid rgb(0, 106, 198);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderLatitude{
      border:0.0625em solid rgb(0, 106, 198);
    }
.HeaderAndPropertiesSection__lenderBackgroundLatitude .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 106, 198);
      }
.HeaderAndPropertiesSection__lenderBackgroundLatitude:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 85, 158);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxLatitude{
        border:0.125em solid #006ac6;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordLatitude{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordLatitude:hover{
        border-left:0.0625em solid rgb(0, 106, 198);
        border-right:0.0625em solid rgb(0, 106, 198);
        border-bottom:0.0625em solid rgb(0, 106, 198);
    }
.HeaderAndPropertiesSection__productRecordLatitude:hover .HeaderAndPropertiesSection__sortingDescriptionBorderLatitude{
            background:rgb(0, 106, 198) !important;
            color:white;
        }
.HeaderAndPropertiesSection__LaTrobe, .HeaderAndPropertiesSection__contentBgLaTrobe, .HeaderAndPropertiesSection__LaTrobe .HeaderAndPropertiesSection__viewMoreButton{
        background:#30B4F4 !important;
    }
.HeaderAndPropertiesSection__LaTrobe:hover, .HeaderAndPropertiesSection__LaTrobe .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(38, 144, 195) !important;
    }
.HeaderAndPropertiesSection__progressBarLaTrobe{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#30B4F4;
        background:-webkit-gradient(linear,  right top, left top,  from(#30B4F4),color-stop(50%, #30B4F4),color-stop(51%, #30B4F4),to(#30B4F4));
        background:linear-gradient(to left,  #30B4F4 0%,#30B4F4 50%,#30B4F4 51%,#30B4F4 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverLaTrobe{
        background:rgb(38, 144, 195);
    }
.HeaderAndPropertiesSection__buttonLaTrobe{
        background:rgb(48, 180, 244);
        border:0.0625em solid rgb(48, 180, 244);
        color:white;
    }
.HeaderAndPropertiesSection__buttonLaTrobe:hover, .HeaderAndPropertiesSection__buttonLaTrobe:focus, .HeaderAndPropertiesSection__buttonLaTrobe:active{
        background:rgb(38, 144, 195);
        border:0.0625em solid rgb(48, 180, 244);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteLaTrobe{
        background:white;
        border:0.0625em solid rgb(48, 180, 244);
        color:rgb(48, 180, 244);
    }
.HeaderAndPropertiesSection__buttonWhiteLaTrobe:hover, .HeaderAndPropertiesSection__buttonWhiteLaTrobe:focus, .HeaderAndPropertiesSection__buttonWhiteLaTrobe:active{
        background:rgb(38, 144, 195);
        border:0.0625em solid rgb(48, 180, 244);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderLaTrobe{
      border:0.0625em solid rgb(48, 180, 244);
    }
.HeaderAndPropertiesSection__lenderBackgroundLaTrobe .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(48, 180, 244);
      }
.HeaderAndPropertiesSection__lenderBackgroundLaTrobe:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(38, 144, 195);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxLaTrobe{
        border:0.125em solid #30b4f4;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordLaTrobe{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordLaTrobe:hover{
        border-left:0.0625em solid rgb(48, 180, 244);
        border-right:0.0625em solid rgb(48, 180, 244);
        border-bottom:0.0625em solid rgb(48, 180, 244);
    }
.HeaderAndPropertiesSection__productRecordLaTrobe:hover .HeaderAndPropertiesSection__sortingDescriptionBorderLaTrobe{
            background:rgb(48, 180, 244) !important;
            color:white;
        }
.HeaderAndPropertiesSection__LibertyFinancial, .HeaderAndPropertiesSection__contentBgLibertyFinancial, .HeaderAndPropertiesSection__LibertyFinancial .HeaderAndPropertiesSection__viewMoreButton{
        background:#0A3371 !important;
    }
.HeaderAndPropertiesSection__LibertyFinancial:hover, .HeaderAndPropertiesSection__LibertyFinancial .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(8, 41, 90) !important;
    }
.HeaderAndPropertiesSection__progressBarLibertyFinancial{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#0A3371;
        background:-webkit-gradient(linear,  right top, left top,  from(#0A3371),color-stop(50%, #0A3371),color-stop(51%, #0A3371),to(#0A3371));
        background:linear-gradient(to left,  #0A3371 0%,#0A3371 50%,#0A3371 51%,#0A3371 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverLibertyFinancial{
        background:rgb(8, 41, 90);
    }
.HeaderAndPropertiesSection__buttonLibertyFinancial{
        background:rgb(10, 51, 113);
        border:0.0625em solid rgb(10, 51, 113);
        color:white;
    }
.HeaderAndPropertiesSection__buttonLibertyFinancial:hover, .HeaderAndPropertiesSection__buttonLibertyFinancial:focus, .HeaderAndPropertiesSection__buttonLibertyFinancial:active{
        background:rgb(8, 41, 90);
        border:0.0625em solid rgb(10, 51, 113);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteLibertyFinancial{
        background:white;
        border:0.0625em solid rgb(10, 51, 113);
        color:rgb(10, 51, 113);
    }
.HeaderAndPropertiesSection__buttonWhiteLibertyFinancial:hover, .HeaderAndPropertiesSection__buttonWhiteLibertyFinancial:focus, .HeaderAndPropertiesSection__buttonWhiteLibertyFinancial:active{
        background:rgb(8, 41, 90);
        border:0.0625em solid rgb(10, 51, 113);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderLibertyFinancial{
      border:0.0625em solid rgb(10, 51, 113);
    }
.HeaderAndPropertiesSection__lenderBackgroundLibertyFinancial .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(10, 51, 113);
      }
.HeaderAndPropertiesSection__lenderBackgroundLibertyFinancial:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(8, 41, 90);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxLibertyFinancial{
        border:0.125em solid #0a3371;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordLibertyFinancial{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordLibertyFinancial:hover{
        border-left:0.0625em solid rgb(10, 51, 113);
        border-right:0.0625em solid rgb(10, 51, 113);
        border-bottom:0.0625em solid rgb(10, 51, 113);
    }
.HeaderAndPropertiesSection__productRecordLibertyFinancial:hover .HeaderAndPropertiesSection__sortingDescriptionBorderLibertyFinancial{
            background:rgb(10, 51, 113) !important;
            color:white;
        }
.HeaderAndPropertiesSection__LoanMarketGO, .HeaderAndPropertiesSection__contentBgLoanMarketGO, .HeaderAndPropertiesSection__LoanMarketGO .HeaderAndPropertiesSection__viewMoreButton{
        background:#00AAE5 !important;
    }
.HeaderAndPropertiesSection__LoanMarketGO:hover, .HeaderAndPropertiesSection__LoanMarketGO .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 145, 195) !important;
    }
.HeaderAndPropertiesSection__progressBarLoanMarketGO{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#00AAE5;
        background:-webkit-gradient(linear,  right top, left top,  from(#00AAE5),color-stop(50%, #00AAE5),color-stop(51%, #00AAE5),to(#00AAE5));
        background:linear-gradient(to left,  #00AAE5 0%,#00AAE5 50%,#00AAE5 51%,#00AAE5 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverLoanMarketGO{
        background:rgb(0, 145, 195);
    }
.HeaderAndPropertiesSection__buttonLoanMarketGO{
        background:rgb(0, 170, 229);
        border:0.0625em solid rgb(0, 170, 229);
        color:white;
    }
.HeaderAndPropertiesSection__buttonLoanMarketGO:hover, .HeaderAndPropertiesSection__buttonLoanMarketGO:focus, .HeaderAndPropertiesSection__buttonLoanMarketGO:active{
        background:rgb(0, 145, 195);
        border:0.0625em solid rgb(0, 170, 229);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteLoanMarketGO{
        background:white;
        border:0.0625em solid rgb(0, 170, 229);
        color:rgb(0, 170, 229);
    }
.HeaderAndPropertiesSection__buttonWhiteLoanMarketGO:hover, .HeaderAndPropertiesSection__buttonWhiteLoanMarketGO:focus, .HeaderAndPropertiesSection__buttonWhiteLoanMarketGO:active{
        background:rgb(0, 145, 195);
        border:0.0625em solid rgb(0, 170, 229);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderLoanMarketGO{
      border:0.0625em solid rgb(0, 170, 229);
    }
.HeaderAndPropertiesSection__lenderBackgroundLoanMarketGO .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 170, 229);
      }
.HeaderAndPropertiesSection__lenderBackgroundLoanMarketGO:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 145, 195);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxLoanMarketGO{
        border:0.125em solid #00aae5;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordLoanMarketGO{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordLoanMarketGO:hover{
        border-left:0.0625em solid rgb(0, 170, 229);
        border-right:0.0625em solid rgb(0, 170, 229);
        border-bottom:0.0625em solid rgb(0, 170, 229);
    }
.HeaderAndPropertiesSection__productRecordLoanMarketGO:hover .HeaderAndPropertiesSection__sortingDescriptionBorderLoanMarketGO{
            background:rgb(0, 170, 229) !important;
            color:white;
        }
.HeaderAndPropertiesSection__MacquarieBank, .HeaderAndPropertiesSection__contentBgMacquarieBank, .HeaderAndPropertiesSection__MacquarieBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#000000 !important;
    }
.HeaderAndPropertiesSection__MacquarieBank:hover, .HeaderAndPropertiesSection__MacquarieBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.HeaderAndPropertiesSection__progressBarMacquarieBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverMacquarieBank{
        background:rgb(51, 51, 51);
    }
.HeaderAndPropertiesSection__buttonMacquarieBank{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonMacquarieBank:hover, .HeaderAndPropertiesSection__buttonMacquarieBank:focus, .HeaderAndPropertiesSection__buttonMacquarieBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteMacquarieBank{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__buttonWhiteMacquarieBank:hover, .HeaderAndPropertiesSection__buttonWhiteMacquarieBank:focus, .HeaderAndPropertiesSection__buttonWhiteMacquarieBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderMacquarieBank{
      border:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundMacquarieBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundMacquarieBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxMacquarieBank{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordMacquarieBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordMacquarieBank:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__productRecordMacquarieBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderMacquarieBank{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__MEBank, .HeaderAndPropertiesSection__contentBgMEBank, .HeaderAndPropertiesSection__MEBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#000000 !important;
    }
.HeaderAndPropertiesSection__MEBank:hover, .HeaderAndPropertiesSection__MEBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.HeaderAndPropertiesSection__progressBarMEBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverMEBank{
        background:rgb(51, 51, 51);
    }
.HeaderAndPropertiesSection__buttonMEBank{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonMEBank:hover, .HeaderAndPropertiesSection__buttonMEBank:focus, .HeaderAndPropertiesSection__buttonMEBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteMEBank{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__buttonWhiteMEBank:hover, .HeaderAndPropertiesSection__buttonWhiteMEBank:focus, .HeaderAndPropertiesSection__buttonWhiteMEBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderMEBank{
      border:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundMEBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundMEBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxMEBank{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordMEBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordMEBank:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__productRecordMEBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderMEBank{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__MKMCapital, .HeaderAndPropertiesSection__contentBgMKMCapital, .HeaderAndPropertiesSection__MKMCapital .HeaderAndPropertiesSection__viewMoreButton{
        background:#3C4E85 !important;
    }
.HeaderAndPropertiesSection__MKMCapital:hover, .HeaderAndPropertiesSection__MKMCapital .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(48, 62, 106) !important;
    }
.HeaderAndPropertiesSection__progressBarMKMCapital{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#3C4E85;
        background:-webkit-gradient(linear,  right top, left top,  from(#3C4E85),color-stop(50%, #3C4E85),color-stop(51%, #3C4E85),to(#3C4E85));
        background:linear-gradient(to left,  #3C4E85 0%,#3C4E85 50%,#3C4E85 51%,#3C4E85 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverMKMCapital{
        background:rgb(48, 62, 106);
    }
.HeaderAndPropertiesSection__buttonMKMCapital{
        background:rgb(60, 78, 133);
        border:0.0625em solid rgb(60, 78, 133);
        color:white;
    }
.HeaderAndPropertiesSection__buttonMKMCapital:hover, .HeaderAndPropertiesSection__buttonMKMCapital:focus, .HeaderAndPropertiesSection__buttonMKMCapital:active{
        background:rgb(48, 62, 106);
        border:0.0625em solid rgb(60, 78, 133);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteMKMCapital{
        background:white;
        border:0.0625em solid rgb(60, 78, 133);
        color:rgb(60, 78, 133);
    }
.HeaderAndPropertiesSection__buttonWhiteMKMCapital:hover, .HeaderAndPropertiesSection__buttonWhiteMKMCapital:focus, .HeaderAndPropertiesSection__buttonWhiteMKMCapital:active{
        background:rgb(48, 62, 106);
        border:0.0625em solid rgb(60, 78, 133);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderMKMCapital{
      border:0.0625em solid rgb(60, 78, 133);
    }
.HeaderAndPropertiesSection__lenderBackgroundMKMCapital .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(60, 78, 133);
      }
.HeaderAndPropertiesSection__lenderBackgroundMKMCapital:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(48, 62, 106);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxMKMCapital{
        border:0.125em solid #3c4e85;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordMKMCapital{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordMKMCapital:hover{
        border-left:0.0625em solid rgb(60, 78, 133);
        border-right:0.0625em solid rgb(60, 78, 133);
        border-bottom:0.0625em solid rgb(60, 78, 133);
    }
.HeaderAndPropertiesSection__productRecordMKMCapital:hover .HeaderAndPropertiesSection__sortingDescriptionBorderMKMCapital{
            background:rgb(60, 78, 133) !important;
            color:white;
        }
.HeaderAndPropertiesSection__MortgageEzy, .HeaderAndPropertiesSection__contentBgMortgageEzy, .HeaderAndPropertiesSection__MortgageEzy .HeaderAndPropertiesSection__viewMoreButton{
        background:#000000 !important;
    }
.HeaderAndPropertiesSection__MortgageEzy:hover, .HeaderAndPropertiesSection__MortgageEzy .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.HeaderAndPropertiesSection__progressBarMortgageEzy{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverMortgageEzy{
        background:rgb(51, 51, 51);
    }
.HeaderAndPropertiesSection__buttonMortgageEzy{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonMortgageEzy:hover, .HeaderAndPropertiesSection__buttonMortgageEzy:focus, .HeaderAndPropertiesSection__buttonMortgageEzy:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteMortgageEzy{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__buttonWhiteMortgageEzy:hover, .HeaderAndPropertiesSection__buttonWhiteMortgageEzy:focus, .HeaderAndPropertiesSection__buttonWhiteMortgageEzy:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderMortgageEzy{
      border:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundMortgageEzy .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundMortgageEzy:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxMortgageEzy{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordMortgageEzy{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordMortgageEzy:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__productRecordMortgageEzy:hover .HeaderAndPropertiesSection__sortingDescriptionBorderMortgageEzy{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__MyGov, .HeaderAndPropertiesSection__contentBgMyGov, .HeaderAndPropertiesSection__MyGov .HeaderAndPropertiesSection__viewMoreButton{
        background:#62B049 !important;
    }
.HeaderAndPropertiesSection__MyGov:hover, .HeaderAndPropertiesSection__MyGov .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(78, 141, 58) !important;
    }
.HeaderAndPropertiesSection__progressBarMyGov{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#62B049;
        background:-webkit-gradient(linear,  right top, left top,  from(#62B049),color-stop(50%, #62B049),color-stop(51%, #62B049),to(#62B049));
        background:linear-gradient(to left,  #62B049 0%,#62B049 50%,#62B049 51%,#62B049 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverMyGov{
        background:rgb(78, 141, 58);
    }
.HeaderAndPropertiesSection__buttonMyGov{
        background:rgb(98, 176, 73);
        border:0.0625em solid rgb(98, 176, 73);
        color:white;
    }
.HeaderAndPropertiesSection__buttonMyGov:hover, .HeaderAndPropertiesSection__buttonMyGov:focus, .HeaderAndPropertiesSection__buttonMyGov:active{
        background:rgb(78, 141, 58);
        border:0.0625em solid rgb(98, 176, 73);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteMyGov{
        background:white;
        border:0.0625em solid rgb(98, 176, 73);
        color:rgb(98, 176, 73);
    }
.HeaderAndPropertiesSection__buttonWhiteMyGov:hover, .HeaderAndPropertiesSection__buttonWhiteMyGov:focus, .HeaderAndPropertiesSection__buttonWhiteMyGov:active{
        background:rgb(78, 141, 58);
        border:0.0625em solid rgb(98, 176, 73);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderMyGov{
      border:0.0625em solid rgb(98, 176, 73);
    }
.HeaderAndPropertiesSection__lenderBackgroundMyGov .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(98, 176, 73);
      }
.HeaderAndPropertiesSection__lenderBackgroundMyGov:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(78, 141, 58);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxMyGov{
        border:0.125em solid #62b049;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordMyGov{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordMyGov:hover{
        border-left:0.0625em solid rgb(98, 176, 73);
        border-right:0.0625em solid rgb(98, 176, 73);
        border-bottom:0.0625em solid rgb(98, 176, 73);
    }
.HeaderAndPropertiesSection__productRecordMyGov:hover .HeaderAndPropertiesSection__sortingDescriptionBorderMyGov{
            background:rgb(98, 176, 73) !important;
            color:white;
        }
.HeaderAndPropertiesSection__MyStateBankLtd, .HeaderAndPropertiesSection__contentBgMyStateBankLtd, .HeaderAndPropertiesSection__MyStateBankLtd .HeaderAndPropertiesSection__viewMoreButton{
        background:#003940 !important;
    }
.HeaderAndPropertiesSection__MyStateBankLtd:hover, .HeaderAndPropertiesSection__MyStateBankLtd .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 46, 51) !important;
    }
.HeaderAndPropertiesSection__progressBarMyStateBankLtd{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#003940;
        background:-webkit-gradient(linear,  right top, left top,  from(#003940),color-stop(50%, #003940),color-stop(51%, #003940),to(#003940));
        background:linear-gradient(to left,  #003940 0%,#003940 50%,#003940 51%,#003940 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverMyStateBankLtd{
        background:rgb(0, 46, 51);
    }
.HeaderAndPropertiesSection__buttonMyStateBankLtd{
        background:rgb(0, 57, 64);
        border:0.0625em solid rgb(0, 57, 64);
        color:white;
    }
.HeaderAndPropertiesSection__buttonMyStateBankLtd:hover, .HeaderAndPropertiesSection__buttonMyStateBankLtd:focus, .HeaderAndPropertiesSection__buttonMyStateBankLtd:active{
        background:rgb(0, 46, 51);
        border:0.0625em solid rgb(0, 57, 64);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteMyStateBankLtd{
        background:white;
        border:0.0625em solid rgb(0, 57, 64);
        color:rgb(0, 57, 64);
    }
.HeaderAndPropertiesSection__buttonWhiteMyStateBankLtd:hover, .HeaderAndPropertiesSection__buttonWhiteMyStateBankLtd:focus, .HeaderAndPropertiesSection__buttonWhiteMyStateBankLtd:active{
        background:rgb(0, 46, 51);
        border:0.0625em solid rgb(0, 57, 64);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderMyStateBankLtd{
      border:0.0625em solid rgb(0, 57, 64);
    }
.HeaderAndPropertiesSection__lenderBackgroundMyStateBankLtd .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 57, 64);
      }
.HeaderAndPropertiesSection__lenderBackgroundMyStateBankLtd:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 46, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxMyStateBankLtd{
        border:0.125em solid #003940;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordMyStateBankLtd{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordMyStateBankLtd:hover{
        border-left:0.0625em solid rgb(0, 57, 64);
        border-right:0.0625em solid rgb(0, 57, 64);
        border-bottom:0.0625em solid rgb(0, 57, 64);
    }
.HeaderAndPropertiesSection__productRecordMyStateBankLtd:hover .HeaderAndPropertiesSection__sortingDescriptionBorderMyStateBankLtd{
            background:rgb(0, 57, 64) !important;
            color:white;
        }
.HeaderAndPropertiesSection__NAB, .HeaderAndPropertiesSection__contentBgNAB, .HeaderAndPropertiesSection__NAB .HeaderAndPropertiesSection__viewMoreButton{
        background:#000000 !important;
    }
.HeaderAndPropertiesSection__NAB:hover, .HeaderAndPropertiesSection__NAB .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.HeaderAndPropertiesSection__progressBarNAB{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverNAB{
        background:rgb(51, 51, 51);
    }
.HeaderAndPropertiesSection__buttonNAB{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonNAB:hover, .HeaderAndPropertiesSection__buttonNAB:focus, .HeaderAndPropertiesSection__buttonNAB:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteNAB{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__buttonWhiteNAB:hover, .HeaderAndPropertiesSection__buttonWhiteNAB:focus, .HeaderAndPropertiesSection__buttonWhiteNAB:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderNAB{
      border:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundNAB .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundNAB:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxNAB{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordNAB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordNAB:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__productRecordNAB:hover .HeaderAndPropertiesSection__sortingDescriptionBorderNAB{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__NowFinance, .HeaderAndPropertiesSection__contentBgNowFinance, .HeaderAndPropertiesSection__NowFinance .HeaderAndPropertiesSection__viewMoreButton{
        background:#EC6719 !important;
    }
.HeaderAndPropertiesSection__NowFinance:hover, .HeaderAndPropertiesSection__NowFinance .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(189, 82, 20) !important;
    }
.HeaderAndPropertiesSection__progressBarNowFinance{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#EC6719;
        background:-webkit-gradient(linear,  right top, left top,  from(#EC6719),color-stop(50%, #EC6719),color-stop(51%, #EC6719),to(#EC6719));
        background:linear-gradient(to left,  #EC6719 0%,#EC6719 50%,#EC6719 51%,#EC6719 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverNowFinance{
        background:rgb(189, 82, 20);
    }
.HeaderAndPropertiesSection__buttonNowFinance{
        background:rgb(236, 103, 25);
        border:0.0625em solid rgb(236, 103, 25);
        color:white;
    }
.HeaderAndPropertiesSection__buttonNowFinance:hover, .HeaderAndPropertiesSection__buttonNowFinance:focus, .HeaderAndPropertiesSection__buttonNowFinance:active{
        background:rgb(189, 82, 20);
        border:0.0625em solid rgb(236, 103, 25);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteNowFinance{
        background:white;
        border:0.0625em solid rgb(236, 103, 25);
        color:rgb(236, 103, 25);
    }
.HeaderAndPropertiesSection__buttonWhiteNowFinance:hover, .HeaderAndPropertiesSection__buttonWhiteNowFinance:focus, .HeaderAndPropertiesSection__buttonWhiteNowFinance:active{
        background:rgb(189, 82, 20);
        border:0.0625em solid rgb(236, 103, 25);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderNowFinance{
      border:0.0625em solid rgb(236, 103, 25);
    }
.HeaderAndPropertiesSection__lenderBackgroundNowFinance .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(236, 103, 25);
      }
.HeaderAndPropertiesSection__lenderBackgroundNowFinance:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(189, 82, 20);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxNowFinance{
        border:0.125em solid #ec6719;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordNowFinance{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordNowFinance:hover{
        border-left:0.0625em solid rgb(236, 103, 25);
        border-right:0.0625em solid rgb(236, 103, 25);
        border-bottom:0.0625em solid rgb(236, 103, 25);
    }
.HeaderAndPropertiesSection__productRecordNowFinance:hover .HeaderAndPropertiesSection__sortingDescriptionBorderNowFinance{
            background:rgb(236, 103, 25) !important;
            color:white;
        }
.HeaderAndPropertiesSection__NWCFinace, .HeaderAndPropertiesSection__contentBgNWCFinace, .HeaderAndPropertiesSection__NWCFinace .HeaderAndPropertiesSection__viewMoreButton{
        background:#000000 !important;
    }
.HeaderAndPropertiesSection__NWCFinace:hover, .HeaderAndPropertiesSection__NWCFinace .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.HeaderAndPropertiesSection__progressBarNWCFinace{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverNWCFinace{
        background:rgb(51, 51, 51);
    }
.HeaderAndPropertiesSection__buttonNWCFinace{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonNWCFinace:hover, .HeaderAndPropertiesSection__buttonNWCFinace:focus, .HeaderAndPropertiesSection__buttonNWCFinace:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteNWCFinace{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__buttonWhiteNWCFinace:hover, .HeaderAndPropertiesSection__buttonWhiteNWCFinace:focus, .HeaderAndPropertiesSection__buttonWhiteNWCFinace:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderNWCFinace{
      border:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundNWCFinace .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundNWCFinace:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxNWCFinace{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordNWCFinace{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordNWCFinace:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__productRecordNWCFinace:hover .HeaderAndPropertiesSection__sortingDescriptionBorderNWCFinace{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__pnb, .HeaderAndPropertiesSection__contentBgpnb, .HeaderAndPropertiesSection__pnb .HeaderAndPropertiesSection__viewMoreButton{
        background:#E2231A !important;
    }
.HeaderAndPropertiesSection__pnb:hover, .HeaderAndPropertiesSection__pnb .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(181, 28, 21) !important;
    }
.HeaderAndPropertiesSection__progressBarpnb{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#E2231A;
        background:-webkit-gradient(linear,  right top, left top,  from(#E2231A),color-stop(50%, #E2231A),color-stop(51%, #E2231A),to(#E2231A));
        background:linear-gradient(to left,  #E2231A 0%,#E2231A 50%,#E2231A 51%,#E2231A 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverpnb{
        background:rgb(181, 28, 21);
    }
.HeaderAndPropertiesSection__buttonpnb{
        background:rgb(226, 35, 26);
        border:0.0625em solid rgb(226, 35, 26);
        color:white;
    }
.HeaderAndPropertiesSection__buttonpnb:hover, .HeaderAndPropertiesSection__buttonpnb:focus, .HeaderAndPropertiesSection__buttonpnb:active{
        background:rgb(181, 28, 21);
        border:0.0625em solid rgb(226, 35, 26);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhitepnb{
        background:white;
        border:0.0625em solid rgb(226, 35, 26);
        color:rgb(226, 35, 26);
    }
.HeaderAndPropertiesSection__buttonWhitepnb:hover, .HeaderAndPropertiesSection__buttonWhitepnb:focus, .HeaderAndPropertiesSection__buttonWhitepnb:active{
        background:rgb(181, 28, 21);
        border:0.0625em solid rgb(226, 35, 26);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderpnb{
      border:0.0625em solid rgb(226, 35, 26);
    }
.HeaderAndPropertiesSection__lenderBackgroundpnb .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(226, 35, 26);
      }
.HeaderAndPropertiesSection__lenderBackgroundpnb:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(181, 28, 21);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxpnb{
        border:0.125em solid #e2231a;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordpnb{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordpnb:hover{
        border-left:0.0625em solid rgb(226, 35, 26);
        border-right:0.0625em solid rgb(226, 35, 26);
        border-bottom:0.0625em solid rgb(226, 35, 26);
    }
.HeaderAndPropertiesSection__productRecordpnb:hover .HeaderAndPropertiesSection__sortingDescriptionBorderpnb{
            background:rgb(226, 35, 26) !important;
            color:white;
        }
.HeaderAndPropertiesSection__ParamountMortgage, .HeaderAndPropertiesSection__contentBgParamountMortgage, .HeaderAndPropertiesSection__ParamountMortgage .HeaderAndPropertiesSection__viewMoreButton{
        background:#00A1E4 !important;
    }
.HeaderAndPropertiesSection__ParamountMortgage:hover, .HeaderAndPropertiesSection__ParamountMortgage .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 129, 182) !important;
    }
.HeaderAndPropertiesSection__progressBarParamountMortgage{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#00A1E4;
        background:-webkit-gradient(linear,  right top, left top,  from(#00A1E4),color-stop(50%, #00A1E4),color-stop(51%, #00A1E4),to(#00A1E4));
        background:linear-gradient(to left,  #00A1E4 0%,#00A1E4 50%,#00A1E4 51%,#00A1E4 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverParamountMortgage{
        background:rgb(0, 129, 182);
    }
.HeaderAndPropertiesSection__buttonParamountMortgage{
        background:rgb(0, 161, 228);
        border:0.0625em solid rgb(0, 161, 228);
        color:white;
    }
.HeaderAndPropertiesSection__buttonParamountMortgage:hover, .HeaderAndPropertiesSection__buttonParamountMortgage:focus, .HeaderAndPropertiesSection__buttonParamountMortgage:active{
        background:rgb(0, 129, 182);
        border:0.0625em solid rgb(0, 161, 228);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteParamountMortgage{
        background:white;
        border:0.0625em solid rgb(0, 161, 228);
        color:rgb(0, 161, 228);
    }
.HeaderAndPropertiesSection__buttonWhiteParamountMortgage:hover, .HeaderAndPropertiesSection__buttonWhiteParamountMortgage:focus, .HeaderAndPropertiesSection__buttonWhiteParamountMortgage:active{
        background:rgb(0, 129, 182);
        border:0.0625em solid rgb(0, 161, 228);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderParamountMortgage{
      border:0.0625em solid rgb(0, 161, 228);
    }
.HeaderAndPropertiesSection__lenderBackgroundParamountMortgage .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 161, 228);
      }
.HeaderAndPropertiesSection__lenderBackgroundParamountMortgage:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 129, 182);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxParamountMortgage{
        border:0.125em solid #00a1e4;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordParamountMortgage{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordParamountMortgage:hover{
        border-left:0.0625em solid rgb(0, 161, 228);
        border-right:0.0625em solid rgb(0, 161, 228);
        border-bottom:0.0625em solid rgb(0, 161, 228);
    }
.HeaderAndPropertiesSection__productRecordParamountMortgage:hover .HeaderAndPropertiesSection__sortingDescriptionBorderParamountMortgage{
            background:rgb(0, 161, 228) !important;
            color:white;
        }
.HeaderAndPropertiesSection__PeoplesChoice, .HeaderAndPropertiesSection__contentBgPeoplesChoice, .HeaderAndPropertiesSection__PeoplesChoice .HeaderAndPropertiesSection__viewMoreButton{
        background:#F71E0A !important;
    }
.HeaderAndPropertiesSection__PeoplesChoice:hover, .HeaderAndPropertiesSection__PeoplesChoice .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(198, 24, 8) !important;
    }
.HeaderAndPropertiesSection__progressBarPeoplesChoice{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#F71E0A;
        background:-webkit-gradient(linear,  right top, left top,  from(#F71E0A),color-stop(50%, #F71E0A),color-stop(51%, #F71E0A),to(#F71E0A));
        background:linear-gradient(to left,  #F71E0A 0%,#F71E0A 50%,#F71E0A 51%,#F71E0A 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverPeoplesChoice{
        background:rgb(198, 24, 8);
    }
.HeaderAndPropertiesSection__buttonPeoplesChoice{
        background:rgb(247, 30, 10);
        border:0.0625em solid rgb(247, 30, 10);
        color:white;
    }
.HeaderAndPropertiesSection__buttonPeoplesChoice:hover, .HeaderAndPropertiesSection__buttonPeoplesChoice:focus, .HeaderAndPropertiesSection__buttonPeoplesChoice:active{
        background:rgb(198, 24, 8);
        border:0.0625em solid rgb(247, 30, 10);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhitePeoplesChoice{
        background:white;
        border:0.0625em solid rgb(247, 30, 10);
        color:rgb(247, 30, 10);
    }
.HeaderAndPropertiesSection__buttonWhitePeoplesChoice:hover, .HeaderAndPropertiesSection__buttonWhitePeoplesChoice:focus, .HeaderAndPropertiesSection__buttonWhitePeoplesChoice:active{
        background:rgb(198, 24, 8);
        border:0.0625em solid rgb(247, 30, 10);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderPeoplesChoice{
      border:0.0625em solid rgb(247, 30, 10);
    }
.HeaderAndPropertiesSection__lenderBackgroundPeoplesChoice .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(247, 30, 10);
      }
.HeaderAndPropertiesSection__lenderBackgroundPeoplesChoice:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(198, 24, 8);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxPeoplesChoice{
        border:0.125em solid #f71e0a;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordPeoplesChoice{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordPeoplesChoice:hover{
        border-left:0.0625em solid rgb(247, 30, 10);
        border-right:0.0625em solid rgb(247, 30, 10);
        border-bottom:0.0625em solid rgb(247, 30, 10);
    }
.HeaderAndPropertiesSection__productRecordPeoplesChoice:hover .HeaderAndPropertiesSection__sortingDescriptionBorderPeoplesChoice{
            background:rgb(247, 30, 10) !important;
            color:white;
        }
.HeaderAndPropertiesSection__PepperMoney, .HeaderAndPropertiesSection__contentBgPepperMoney, .HeaderAndPropertiesSection__PepperMoney .HeaderAndPropertiesSection__viewMoreButton{
        background:#E3001A !important;
    }
.HeaderAndPropertiesSection__PepperMoney:hover, .HeaderAndPropertiesSection__PepperMoney .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(182, 0, 21) !important;
    }
.HeaderAndPropertiesSection__progressBarPepperMoney{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#E3001A;
        background:-webkit-gradient(linear,  right top, left top,  from(#E3001A),color-stop(50%, #E3001A),color-stop(51%, #E3001A),to(#E3001A));
        background:linear-gradient(to left,  #E3001A 0%,#E3001A 50%,#E3001A 51%,#E3001A 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverPepperMoney{
        background:rgb(182, 0, 21);
    }
.HeaderAndPropertiesSection__buttonPepperMoney{
        background:rgb(227, 0, 26);
        border:0.0625em solid rgb(227, 0, 26);
        color:white;
    }
.HeaderAndPropertiesSection__buttonPepperMoney:hover, .HeaderAndPropertiesSection__buttonPepperMoney:focus, .HeaderAndPropertiesSection__buttonPepperMoney:active{
        background:rgb(182, 0, 21);
        border:0.0625em solid rgb(227, 0, 26);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhitePepperMoney{
        background:white;
        border:0.0625em solid rgb(227, 0, 26);
        color:rgb(227, 0, 26);
    }
.HeaderAndPropertiesSection__buttonWhitePepperMoney:hover, .HeaderAndPropertiesSection__buttonWhitePepperMoney:focus, .HeaderAndPropertiesSection__buttonWhitePepperMoney:active{
        background:rgb(182, 0, 21);
        border:0.0625em solid rgb(227, 0, 26);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderPepperMoney{
      border:0.0625em solid rgb(227, 0, 26);
    }
.HeaderAndPropertiesSection__lenderBackgroundPepperMoney .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(227, 0, 26);
      }
.HeaderAndPropertiesSection__lenderBackgroundPepperMoney:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(182, 0, 21);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxPepperMoney{
        border:0.125em solid #e3001a;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordPepperMoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordPepperMoney:hover{
        border-left:0.0625em solid rgb(227, 0, 26);
        border-right:0.0625em solid rgb(227, 0, 26);
        border-bottom:0.0625em solid rgb(227, 0, 26);
    }
.HeaderAndPropertiesSection__productRecordPepperMoney:hover .HeaderAndPropertiesSection__sortingDescriptionBorderPepperMoney{
            background:rgb(227, 0, 26) !important;
            color:white;
        }
.HeaderAndPropertiesSection__Pioneer, .HeaderAndPropertiesSection__contentBgPioneer, .HeaderAndPropertiesSection__Pioneer .HeaderAndPropertiesSection__viewMoreButton{
        background:#F16823 !important;
    }
.HeaderAndPropertiesSection__Pioneer:hover, .HeaderAndPropertiesSection__Pioneer .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(193, 83, 28) !important;
    }
.HeaderAndPropertiesSection__progressBarPioneer{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#F16823;
        background:-webkit-gradient(linear,  right top, left top,  from(#F16823),color-stop(50%, #F16823),color-stop(51%, #F16823),to(#F16823));
        background:linear-gradient(to left,  #F16823 0%,#F16823 50%,#F16823 51%,#F16823 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverPioneer{
        background:rgb(193, 83, 28);
    }
.HeaderAndPropertiesSection__buttonPioneer{
        background:rgb(241, 104, 35);
        border:0.0625em solid rgb(241, 104, 35);
        color:white;
    }
.HeaderAndPropertiesSection__buttonPioneer:hover, .HeaderAndPropertiesSection__buttonPioneer:focus, .HeaderAndPropertiesSection__buttonPioneer:active{
        background:rgb(193, 83, 28);
        border:0.0625em solid rgb(241, 104, 35);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhitePioneer{
        background:white;
        border:0.0625em solid rgb(241, 104, 35);
        color:rgb(241, 104, 35);
    }
.HeaderAndPropertiesSection__buttonWhitePioneer:hover, .HeaderAndPropertiesSection__buttonWhitePioneer:focus, .HeaderAndPropertiesSection__buttonWhitePioneer:active{
        background:rgb(193, 83, 28);
        border:0.0625em solid rgb(241, 104, 35);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderPioneer{
      border:0.0625em solid rgb(241, 104, 35);
    }
.HeaderAndPropertiesSection__lenderBackgroundPioneer .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(241, 104, 35);
      }
.HeaderAndPropertiesSection__lenderBackgroundPioneer:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(193, 83, 28);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxPioneer{
        border:0.125em solid #f16823;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordPioneer{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordPioneer:hover{
        border-left:0.0625em solid rgb(241, 104, 35);
        border-right:0.0625em solid rgb(241, 104, 35);
        border-bottom:0.0625em solid rgb(241, 104, 35);
    }
.HeaderAndPropertiesSection__productRecordPioneer:hover .HeaderAndPropertiesSection__sortingDescriptionBorderPioneer{
            background:rgb(241, 104, 35) !important;
            color:white;
        }
.HeaderAndPropertiesSection__RAMS, .HeaderAndPropertiesSection__contentBgRAMS, .HeaderAndPropertiesSection__RAMS .HeaderAndPropertiesSection__viewMoreButton{
        background:#035482 !important;
    }
.HeaderAndPropertiesSection__RAMS:hover, .HeaderAndPropertiesSection__RAMS .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(2, 67, 104) !important;
    }
.HeaderAndPropertiesSection__progressBarRAMS{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#035482;
        background:-webkit-gradient(linear,  right top, left top,  from(#035482),color-stop(50%, #035482),color-stop(51%, #035482),to(#035482));
        background:linear-gradient(to left,  #035482 0%,#035482 50%,#035482 51%,#035482 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverRAMS{
        background:rgb(2, 67, 104);
    }
.HeaderAndPropertiesSection__buttonRAMS{
        background:rgb(3, 84, 130);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.HeaderAndPropertiesSection__buttonRAMS:hover, .HeaderAndPropertiesSection__buttonRAMS:focus, .HeaderAndPropertiesSection__buttonRAMS:active{
        background:rgb(2, 67, 104);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteRAMS{
        background:white;
        border:0.0625em solid rgb(3, 84, 130);
        color:rgb(3, 84, 130);
    }
.HeaderAndPropertiesSection__buttonWhiteRAMS:hover, .HeaderAndPropertiesSection__buttonWhiteRAMS:focus, .HeaderAndPropertiesSection__buttonWhiteRAMS:active{
        background:rgb(2, 67, 104);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderRAMS{
      border:0.0625em solid rgb(3, 84, 130);
    }
.HeaderAndPropertiesSection__lenderBackgroundRAMS .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(3, 84, 130);
      }
.HeaderAndPropertiesSection__lenderBackgroundRAMS:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(2, 67, 104);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxRAMS{
        border:0.125em solid #035482;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordRAMS{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordRAMS:hover{
        border-left:0.0625em solid rgb(3, 84, 130);
        border-right:0.0625em solid rgb(3, 84, 130);
        border-bottom:0.0625em solid rgb(3, 84, 130);
    }
.HeaderAndPropertiesSection__productRecordRAMS:hover .HeaderAndPropertiesSection__sortingDescriptionBorderRAMS{
            background:rgb(3, 84, 130) !important;
            color:white;
        }
.HeaderAndPropertiesSection__Resimac, .HeaderAndPropertiesSection__contentBgResimac, .HeaderAndPropertiesSection__Resimac .HeaderAndPropertiesSection__viewMoreButton{
        background:#B61826 !important;
    }
.HeaderAndPropertiesSection__Resimac:hover, .HeaderAndPropertiesSection__Resimac .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(197, 70, 81) !important;
    }
.HeaderAndPropertiesSection__progressBarResimac{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#B61826;
        background:-webkit-gradient(linear,  right top, left top,  from(#B61826),color-stop(50%, #B61826),color-stop(51%, #B61826),to(#B61826));
        background:linear-gradient(to left,  #B61826 0%,#B61826 50%,#B61826 51%,#B61826 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverResimac{
        background:rgb(197, 70, 81);
    }
.HeaderAndPropertiesSection__buttonResimac{
        background:rgb(182, 24, 38);
        border:0.0625em solid rgb(182, 24, 38);
        color:white;
    }
.HeaderAndPropertiesSection__buttonResimac:hover, .HeaderAndPropertiesSection__buttonResimac:focus, .HeaderAndPropertiesSection__buttonResimac:active{
        background:rgb(197, 70, 81);
        border:0.0625em solid rgb(182, 24, 38);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteResimac{
        background:white;
        border:0.0625em solid rgb(182, 24, 38);
        color:rgb(182, 24, 38);
    }
.HeaderAndPropertiesSection__buttonWhiteResimac:hover, .HeaderAndPropertiesSection__buttonWhiteResimac:focus, .HeaderAndPropertiesSection__buttonWhiteResimac:active{
        background:rgb(197, 70, 81);
        border:0.0625em solid rgb(182, 24, 38);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderResimac{
      border:0.0625em solid rgb(182, 24, 38);
    }
.HeaderAndPropertiesSection__lenderBackgroundResimac .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(182, 24, 38);
      }
.HeaderAndPropertiesSection__lenderBackgroundResimac:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(197, 70, 81);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxResimac{
        border:0.125em solid #b61826;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordResimac{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordResimac:hover{
        border-left:0.0625em solid rgb(182, 24, 38);
        border-right:0.0625em solid rgb(182, 24, 38);
        border-bottom:0.0625em solid rgb(182, 24, 38);
    }
.HeaderAndPropertiesSection__productRecordResimac:hover .HeaderAndPropertiesSection__sortingDescriptionBorderResimac{
            background:rgb(182, 24, 38) !important;
            color:white;
        }
.HeaderAndPropertiesSection__SBSBank, .HeaderAndPropertiesSection__contentBgSBSBank, .HeaderAndPropertiesSection__SBSBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#F34F2D !important;
    }
.HeaderAndPropertiesSection__SBSBank:hover, .HeaderAndPropertiesSection__SBSBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(194, 63, 36) !important;
    }
.HeaderAndPropertiesSection__progressBarSBSBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#F34F2D;
        background:-webkit-gradient(linear,  right top, left top,  from(#F34F2D),color-stop(50%, #F34F2D),color-stop(51%, #F34F2D),to(#F34F2D));
        background:linear-gradient(to left,  #F34F2D 0%,#F34F2D 50%,#F34F2D 51%,#F34F2D 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverSBSBank{
        background:rgb(194, 63, 36);
    }
.HeaderAndPropertiesSection__buttonSBSBank{
        background:rgb(243, 79, 45);
        border:0.0625em solid rgb(243, 79, 45);
        color:white;
    }
.HeaderAndPropertiesSection__buttonSBSBank:hover, .HeaderAndPropertiesSection__buttonSBSBank:focus, .HeaderAndPropertiesSection__buttonSBSBank:active{
        background:rgb(194, 63, 36);
        border:0.0625em solid rgb(243, 79, 45);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteSBSBank{
        background:white;
        border:0.0625em solid rgb(243, 79, 45);
        color:rgb(243, 79, 45);
    }
.HeaderAndPropertiesSection__buttonWhiteSBSBank:hover, .HeaderAndPropertiesSection__buttonWhiteSBSBank:focus, .HeaderAndPropertiesSection__buttonWhiteSBSBank:active{
        background:rgb(194, 63, 36);
        border:0.0625em solid rgb(243, 79, 45);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderSBSBank{
      border:0.0625em solid rgb(243, 79, 45);
    }
.HeaderAndPropertiesSection__lenderBackgroundSBSBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(243, 79, 45);
      }
.HeaderAndPropertiesSection__lenderBackgroundSBSBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(194, 63, 36);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxSBSBank{
        border:0.125em solid #f34f2d;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordSBSBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordSBSBank:hover{
        border-left:0.0625em solid rgb(243, 79, 45);
        border-right:0.0625em solid rgb(243, 79, 45);
        border-bottom:0.0625em solid rgb(243, 79, 45);
    }
.HeaderAndPropertiesSection__productRecordSBSBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderSBSBank{
            background:rgb(243, 79, 45) !important;
            color:white;
        }
.HeaderAndPropertiesSection__Select, .HeaderAndPropertiesSection__contentBgSelect, .HeaderAndPropertiesSection__Select .HeaderAndPropertiesSection__viewMoreButton{
        background:#000000 !important;
    }
.HeaderAndPropertiesSection__Select:hover, .HeaderAndPropertiesSection__Select .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 0, 0) !important;
    }
.HeaderAndPropertiesSection__progressBarSelect{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverSelect{
        background:rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__buttonSelect{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonSelect:hover, .HeaderAndPropertiesSection__buttonSelect:focus, .HeaderAndPropertiesSection__buttonSelect:active{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteSelect{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__buttonWhiteSelect:hover, .HeaderAndPropertiesSection__buttonWhiteSelect:focus, .HeaderAndPropertiesSection__buttonWhiteSelect:active{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderSelect{
      border:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundSelect .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundSelect:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 0, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxSelect{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordSelect{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordSelect:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__productRecordSelect:hover .HeaderAndPropertiesSection__sortingDescriptionBorderSelect{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__SouthernCross, .HeaderAndPropertiesSection__contentBgSouthernCross, .HeaderAndPropertiesSection__SouthernCross .HeaderAndPropertiesSection__viewMoreButton{
        background:#003779 !important;
    }
.HeaderAndPropertiesSection__SouthernCross:hover, .HeaderAndPropertiesSection__SouthernCross .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 44, 97) !important;
    }
.HeaderAndPropertiesSection__progressBarSouthernCross{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#003779;
        background:-webkit-gradient(linear,  right top, left top,  from(#003779),color-stop(50%, #003779),color-stop(51%, #003779),to(#003779));
        background:linear-gradient(to left,  #003779 0%,#003779 50%,#003779 51%,#003779 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverSouthernCross{
        background:rgb(0, 44, 97);
    }
.HeaderAndPropertiesSection__buttonSouthernCross{
        background:rgb(0, 55, 121);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.HeaderAndPropertiesSection__buttonSouthernCross:hover, .HeaderAndPropertiesSection__buttonSouthernCross:focus, .HeaderAndPropertiesSection__buttonSouthernCross:active{
        background:rgb(0, 44, 97);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteSouthernCross{
        background:white;
        border:0.0625em solid rgb(0, 55, 121);
        color:rgb(0, 55, 121);
    }
.HeaderAndPropertiesSection__buttonWhiteSouthernCross:hover, .HeaderAndPropertiesSection__buttonWhiteSouthernCross:focus, .HeaderAndPropertiesSection__buttonWhiteSouthernCross:active{
        background:rgb(0, 44, 97);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderSouthernCross{
      border:0.0625em solid rgb(0, 55, 121);
    }
.HeaderAndPropertiesSection__lenderBackgroundSouthernCross .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 55, 121);
      }
.HeaderAndPropertiesSection__lenderBackgroundSouthernCross:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 44, 97);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxSouthernCross{
        border:0.125em solid #003779;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordSouthernCross{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordSouthernCross:hover{
        border-left:0.0625em solid rgb(0, 55, 121);
        border-right:0.0625em solid rgb(0, 55, 121);
        border-bottom:0.0625em solid rgb(0, 55, 121);
    }
.HeaderAndPropertiesSection__productRecordSouthernCross:hover .HeaderAndPropertiesSection__sortingDescriptionBorderSouthernCross{
            background:rgb(0, 55, 121) !important;
            color:white;
        }
.HeaderAndPropertiesSection__SouthernCrossCU, .HeaderAndPropertiesSection__contentBgSouthernCrossCU, .HeaderAndPropertiesSection__SouthernCrossCU .HeaderAndPropertiesSection__viewMoreButton{
        background:#07397f !important;
    }
.HeaderAndPropertiesSection__SouthernCrossCU:hover, .HeaderAndPropertiesSection__SouthernCrossCU .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(7, 57, 127) !important;
    }
.HeaderAndPropertiesSection__progressBarSouthernCrossCU{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#07397f;
        background:-webkit-gradient(linear,  right top, left top,  from(#07397f),color-stop(50%, #07397f),color-stop(51%, #07397f),to(#07397f));
        background:linear-gradient(to left,  #07397f 0%,#07397f 50%,#07397f 51%,#07397f 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverSouthernCrossCU{
        background:rgb(7, 57, 127);
    }
.HeaderAndPropertiesSection__buttonSouthernCrossCU{
        background:rgb(7, 57, 127);
        border:0.0625em solid rgb(7, 57, 127);
        color:white;
    }
.HeaderAndPropertiesSection__buttonSouthernCrossCU:hover, .HeaderAndPropertiesSection__buttonSouthernCrossCU:focus, .HeaderAndPropertiesSection__buttonSouthernCrossCU:active{
        background:rgb(7, 57, 127);
        border:0.0625em solid rgb(7, 57, 127);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteSouthernCrossCU{
        background:white;
        border:0.0625em solid rgb(7, 57, 127);
        color:rgb(7, 57, 127);
    }
.HeaderAndPropertiesSection__buttonWhiteSouthernCrossCU:hover, .HeaderAndPropertiesSection__buttonWhiteSouthernCrossCU:focus, .HeaderAndPropertiesSection__buttonWhiteSouthernCrossCU:active{
        background:rgb(7, 57, 127);
        border:0.0625em solid rgb(7, 57, 127);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderSouthernCrossCU{
      border:0.0625em solid rgb(7, 57, 127);
    }
.HeaderAndPropertiesSection__lenderBackgroundSouthernCrossCU .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(7, 57, 127);
      }
.HeaderAndPropertiesSection__lenderBackgroundSouthernCrossCU:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(7, 57, 127);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxSouthernCrossCU{
        border:0.125em solid #07397f;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordSouthernCrossCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordSouthernCrossCU:hover{
        border-left:0.0625em solid rgb(7, 57, 127);
        border-right:0.0625em solid rgb(7, 57, 127);
        border-bottom:0.0625em solid rgb(7, 57, 127);
    }
.HeaderAndPropertiesSection__productRecordSouthernCrossCU:hover .HeaderAndPropertiesSection__sortingDescriptionBorderSouthernCrossCU{
            background:rgb(7, 57, 127) !important;
            color:white;
        }
.HeaderAndPropertiesSection__Sovereign, .HeaderAndPropertiesSection__contentBgSovereign, .HeaderAndPropertiesSection__Sovereign .HeaderAndPropertiesSection__viewMoreButton{
        background:#6CCACD !important;
    }
.HeaderAndPropertiesSection__Sovereign:hover, .HeaderAndPropertiesSection__Sovereign .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(108, 202, 205) !important;
    }
.HeaderAndPropertiesSection__progressBarSovereign{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#6CCACD;
        background:-webkit-gradient(linear,  right top, left top,  from(#6CCACD),color-stop(50%, #6CCACD),color-stop(51%, #6CCACD),to(#6CCACD));
        background:linear-gradient(to left,  #6CCACD 0%,#6CCACD 50%,#6CCACD 51%,#6CCACD 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverSovereign{
        background:rgb(108, 202, 205);
    }
.HeaderAndPropertiesSection__buttonSovereign{
        background:rgb(108, 202, 205);
        border:0.0625em solid rgb(108, 202, 205);
        color:white;
    }
.HeaderAndPropertiesSection__buttonSovereign:hover, .HeaderAndPropertiesSection__buttonSovereign:focus, .HeaderAndPropertiesSection__buttonSovereign:active{
        background:rgb(108, 202, 205);
        border:0.0625em solid rgb(108, 202, 205);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteSovereign{
        background:white;
        border:0.0625em solid rgb(108, 202, 205);
        color:rgb(108, 202, 205);
    }
.HeaderAndPropertiesSection__buttonWhiteSovereign:hover, .HeaderAndPropertiesSection__buttonWhiteSovereign:focus, .HeaderAndPropertiesSection__buttonWhiteSovereign:active{
        background:rgb(108, 202, 205);
        border:0.0625em solid rgb(108, 202, 205);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderSovereign{
      border:0.0625em solid rgb(108, 202, 205);
    }
.HeaderAndPropertiesSection__lenderBackgroundSovereign .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(108, 202, 205);
      }
.HeaderAndPropertiesSection__lenderBackgroundSovereign:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(108, 202, 205);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxSovereign{
        border:0.125em solid #6ccacd;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordSovereign{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordSovereign:hover{
        border-left:0.0625em solid rgb(108, 202, 205);
        border-right:0.0625em solid rgb(108, 202, 205);
        border-bottom:0.0625em solid rgb(108, 202, 205);
    }
.HeaderAndPropertiesSection__productRecordSovereign:hover .HeaderAndPropertiesSection__sortingDescriptionBorderSovereign{
            background:rgb(108, 202, 205) !important;
            color:white;
        }
.HeaderAndPropertiesSection__StGeorge, .HeaderAndPropertiesSection__contentBgStGeorge, .HeaderAndPropertiesSection__StGeorge .HeaderAndPropertiesSection__viewMoreButton{
        background:#1F7933 !important;
    }
.HeaderAndPropertiesSection__StGeorge:hover, .HeaderAndPropertiesSection__StGeorge .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(25, 97, 41) !important;
    }
.HeaderAndPropertiesSection__progressBarStGeorge{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#1F7933;
        background:-webkit-gradient(linear,  right top, left top,  from(#1F7933),color-stop(50%, #1F7933),color-stop(51%, #1F7933),to(#1F7933));
        background:linear-gradient(to left,  #1F7933 0%,#1F7933 50%,#1F7933 51%,#1F7933 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverStGeorge{
        background:rgb(25, 97, 41);
    }
.HeaderAndPropertiesSection__buttonStGeorge{
        background:rgb(31, 121, 51);
        border:0.0625em solid rgb(31, 121, 51);
        color:white;
    }
.HeaderAndPropertiesSection__buttonStGeorge:hover, .HeaderAndPropertiesSection__buttonStGeorge:focus, .HeaderAndPropertiesSection__buttonStGeorge:active{
        background:rgb(25, 97, 41);
        border:0.0625em solid rgb(31, 121, 51);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteStGeorge{
        background:white;
        border:0.0625em solid rgb(31, 121, 51);
        color:rgb(31, 121, 51);
    }
.HeaderAndPropertiesSection__buttonWhiteStGeorge:hover, .HeaderAndPropertiesSection__buttonWhiteStGeorge:focus, .HeaderAndPropertiesSection__buttonWhiteStGeorge:active{
        background:rgb(25, 97, 41);
        border:0.0625em solid rgb(31, 121, 51);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderStGeorge{
      border:0.0625em solid rgb(31, 121, 51);
    }
.HeaderAndPropertiesSection__lenderBackgroundStGeorge .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(31, 121, 51);
      }
.HeaderAndPropertiesSection__lenderBackgroundStGeorge:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(25, 97, 41);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxStGeorge{
        border:0.125em solid #1f7933;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordStGeorge{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordStGeorge:hover{
        border-left:0.0625em solid rgb(31, 121, 51);
        border-right:0.0625em solid rgb(31, 121, 51);
        border-bottom:0.0625em solid rgb(31, 121, 51);
    }
.HeaderAndPropertiesSection__productRecordStGeorge:hover .HeaderAndPropertiesSection__sortingDescriptionBorderStGeorge{
            background:rgb(31, 121, 51) !important;
            color:white;
        }
.HeaderAndPropertiesSection__SuncorpBank, .HeaderAndPropertiesSection__contentBgSuncorpBank, .HeaderAndPropertiesSection__SuncorpBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#006F66 !important;
    }
.HeaderAndPropertiesSection__SuncorpBank:hover, .HeaderAndPropertiesSection__SuncorpBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 89, 82) !important;
    }
.HeaderAndPropertiesSection__progressBarSuncorpBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#006F66;
        background:-webkit-gradient(linear,  right top, left top,  from(#006F66),color-stop(50%, #006F66),color-stop(51%, #006F66),to(#006F66));
        background:linear-gradient(to left,  #006F66 0%,#006F66 50%,#006F66 51%,#006F66 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverSuncorpBank{
        background:rgb(0, 89, 82);
    }
.HeaderAndPropertiesSection__buttonSuncorpBank{
        background:rgb(0, 111, 102);
        border:0.0625em solid rgb(0, 111, 102);
        color:white;
    }
.HeaderAndPropertiesSection__buttonSuncorpBank:hover, .HeaderAndPropertiesSection__buttonSuncorpBank:focus, .HeaderAndPropertiesSection__buttonSuncorpBank:active{
        background:rgb(0, 89, 82);
        border:0.0625em solid rgb(0, 111, 102);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteSuncorpBank{
        background:white;
        border:0.0625em solid rgb(0, 111, 102);
        color:rgb(0, 111, 102);
    }
.HeaderAndPropertiesSection__buttonWhiteSuncorpBank:hover, .HeaderAndPropertiesSection__buttonWhiteSuncorpBank:focus, .HeaderAndPropertiesSection__buttonWhiteSuncorpBank:active{
        background:rgb(0, 89, 82);
        border:0.0625em solid rgb(0, 111, 102);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderSuncorpBank{
      border:0.0625em solid rgb(0, 111, 102);
    }
.HeaderAndPropertiesSection__lenderBackgroundSuncorpBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 111, 102);
      }
.HeaderAndPropertiesSection__lenderBackgroundSuncorpBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 89, 82);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxSuncorpBank{
        border:0.125em solid #006f66;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordSuncorpBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordSuncorpBank:hover{
        border-left:0.0625em solid rgb(0, 111, 102);
        border-right:0.0625em solid rgb(0, 111, 102);
        border-bottom:0.0625em solid rgb(0, 111, 102);
    }
.HeaderAndPropertiesSection__productRecordSuncorpBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderSuncorpBank{
            background:rgb(0, 111, 102) !important;
            color:white;
        }
.HeaderAndPropertiesSection__TheCooperativeBank, .HeaderAndPropertiesSection__contentBgTheCooperativeBank, .HeaderAndPropertiesSection__TheCooperativeBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#249B3E !important;
    }
.HeaderAndPropertiesSection__TheCooperativeBank:hover, .HeaderAndPropertiesSection__TheCooperativeBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(29, 124, 50) !important;
    }
.HeaderAndPropertiesSection__progressBarTheCooperativeBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#249B3E;
        background:-webkit-gradient(linear,  right top, left top,  from(#249B3E),color-stop(50%, #249B3E),color-stop(51%, #249B3E),to(#249B3E));
        background:linear-gradient(to left,  #249B3E 0%,#249B3E 50%,#249B3E 51%,#249B3E 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverTheCooperativeBank{
        background:rgb(29, 124, 50);
    }
.HeaderAndPropertiesSection__buttonTheCooperativeBank{
        background:rgb(36, 155, 62);
        border:0.0625em solid rgb(36, 155, 62);
        color:white;
    }
.HeaderAndPropertiesSection__buttonTheCooperativeBank:hover, .HeaderAndPropertiesSection__buttonTheCooperativeBank:focus, .HeaderAndPropertiesSection__buttonTheCooperativeBank:active{
        background:rgb(29, 124, 50);
        border:0.0625em solid rgb(36, 155, 62);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteTheCooperativeBank{
        background:white;
        border:0.0625em solid rgb(36, 155, 62);
        color:rgb(36, 155, 62);
    }
.HeaderAndPropertiesSection__buttonWhiteTheCooperativeBank:hover, .HeaderAndPropertiesSection__buttonWhiteTheCooperativeBank:focus, .HeaderAndPropertiesSection__buttonWhiteTheCooperativeBank:active{
        background:rgb(29, 124, 50);
        border:0.0625em solid rgb(36, 155, 62);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderTheCooperativeBank{
      border:0.0625em solid rgb(36, 155, 62);
    }
.HeaderAndPropertiesSection__lenderBackgroundTheCooperativeBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(36, 155, 62);
      }
.HeaderAndPropertiesSection__lenderBackgroundTheCooperativeBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(29, 124, 50);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxTheCooperativeBank{
        border:0.125em solid #249b3e;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordTheCooperativeBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordTheCooperativeBank:hover{
        border-left:0.0625em solid rgb(36, 155, 62);
        border-right:0.0625em solid rgb(36, 155, 62);
        border-bottom:0.0625em solid rgb(36, 155, 62);
    }
.HeaderAndPropertiesSection__productRecordTheCooperativeBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderTheCooperativeBank{
            background:rgb(36, 155, 62) !important;
            color:white;
        }
.HeaderAndPropertiesSection__TheMac, .HeaderAndPropertiesSection__contentBgTheMac, .HeaderAndPropertiesSection__TheMac .HeaderAndPropertiesSection__viewMoreButton{
        background:#f15c22 !important;
    }
.HeaderAndPropertiesSection__TheMac:hover, .HeaderAndPropertiesSection__TheMac .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(193, 74, 27) !important;
    }
.HeaderAndPropertiesSection__progressBarTheMac{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#f15c22;
        background:-webkit-gradient(linear,  right top, left top,  from(#f15c22),color-stop(50%, #f15c22),color-stop(51%, #f15c22),to(#f15c22));
        background:linear-gradient(to left,  #f15c22 0%,#f15c22 50%,#f15c22 51%,#f15c22 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverTheMac{
        background:rgb(193, 74, 27);
    }
.HeaderAndPropertiesSection__buttonTheMac{
        background:rgb(241, 92, 34);
        border:0.0625em solid rgb(241, 92, 34);
        color:white;
    }
.HeaderAndPropertiesSection__buttonTheMac:hover, .HeaderAndPropertiesSection__buttonTheMac:focus, .HeaderAndPropertiesSection__buttonTheMac:active{
        background:rgb(193, 74, 27);
        border:0.0625em solid rgb(241, 92, 34);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteTheMac{
        background:white;
        border:0.0625em solid rgb(241, 92, 34);
        color:rgb(241, 92, 34);
    }
.HeaderAndPropertiesSection__buttonWhiteTheMac:hover, .HeaderAndPropertiesSection__buttonWhiteTheMac:focus, .HeaderAndPropertiesSection__buttonWhiteTheMac:active{
        background:rgb(193, 74, 27);
        border:0.0625em solid rgb(241, 92, 34);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderTheMac{
      border:0.0625em solid rgb(241, 92, 34);
    }
.HeaderAndPropertiesSection__lenderBackgroundTheMac .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(241, 92, 34);
      }
.HeaderAndPropertiesSection__lenderBackgroundTheMac:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(193, 74, 27);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxTheMac{
        border:0.125em solid #f15c22;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordTheMac{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordTheMac:hover{
        border-left:0.0625em solid rgb(241, 92, 34);
        border-right:0.0625em solid rgb(241, 92, 34);
        border-bottom:0.0625em solid rgb(241, 92, 34);
    }
.HeaderAndPropertiesSection__productRecordTheMac:hover .HeaderAndPropertiesSection__sortingDescriptionBorderTheMac{
            background:rgb(241, 92, 34) !important;
            color:white;
        }
.HeaderAndPropertiesSection__UBank, .HeaderAndPropertiesSection__contentBgUBank, .HeaderAndPropertiesSection__UBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#00832D !important;
    }
.HeaderAndPropertiesSection__UBank:hover, .HeaderAndPropertiesSection__UBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 105, 36) !important;
    }
.HeaderAndPropertiesSection__progressBarUBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#00832D;
        background:-webkit-gradient(linear,  right top, left top,  from(#00832D),color-stop(50%, #00832D),color-stop(51%, #00832D),to(#00832D));
        background:linear-gradient(to left,  #00832D 0%,#00832D 50%,#00832D 51%,#00832D 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverUBank{
        background:rgb(0, 105, 36);
    }
.HeaderAndPropertiesSection__buttonUBank{
        background:rgb(0, 131, 45);
        border:0.0625em solid rgb(0, 131, 45);
        color:white;
    }
.HeaderAndPropertiesSection__buttonUBank:hover, .HeaderAndPropertiesSection__buttonUBank:focus, .HeaderAndPropertiesSection__buttonUBank:active{
        background:rgb(0, 105, 36);
        border:0.0625em solid rgb(0, 131, 45);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteUBank{
        background:white;
        border:0.0625em solid rgb(0, 131, 45);
        color:rgb(0, 131, 45);
    }
.HeaderAndPropertiesSection__buttonWhiteUBank:hover, .HeaderAndPropertiesSection__buttonWhiteUBank:focus, .HeaderAndPropertiesSection__buttonWhiteUBank:active{
        background:rgb(0, 105, 36);
        border:0.0625em solid rgb(0, 131, 45);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderUBank{
      border:0.0625em solid rgb(0, 131, 45);
    }
.HeaderAndPropertiesSection__lenderBackgroundUBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 131, 45);
      }
.HeaderAndPropertiesSection__lenderBackgroundUBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 105, 36);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxUBank{
        border:0.125em solid #00832d;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordUBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordUBank:hover{
        border-left:0.0625em solid rgb(0, 131, 45);
        border-right:0.0625em solid rgb(0, 131, 45);
        border-bottom:0.0625em solid rgb(0, 131, 45);
    }
.HeaderAndPropertiesSection__productRecordUBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderUBank{
            background:rgb(0, 131, 45) !important;
            color:white;
        }
.HeaderAndPropertiesSection__VTMB, .HeaderAndPropertiesSection__contentBgVTMB, .HeaderAndPropertiesSection__VTMB .HeaderAndPropertiesSection__viewMoreButton{
        background:#005DAB !important;
    }
.HeaderAndPropertiesSection__VTMB:hover, .HeaderAndPropertiesSection__VTMB .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 74, 137) !important;
    }
.HeaderAndPropertiesSection__progressBarVTMB{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#005DAB;
        background:-webkit-gradient(linear,  right top, left top,  from(#005DAB),color-stop(50%, #005DAB),color-stop(51%, #005DAB),to(#005DAB));
        background:linear-gradient(to left,  #005DAB 0%,#005DAB 50%,#005DAB 51%,#005DAB 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverVTMB{
        background:rgb(0, 74, 137);
    }
.HeaderAndPropertiesSection__buttonVTMB{
        background:rgb(0, 93, 171);
        border:0.0625em solid rgb(0, 93, 171);
        color:white;
    }
.HeaderAndPropertiesSection__buttonVTMB:hover, .HeaderAndPropertiesSection__buttonVTMB:focus, .HeaderAndPropertiesSection__buttonVTMB:active{
        background:rgb(0, 74, 137);
        border:0.0625em solid rgb(0, 93, 171);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteVTMB{
        background:white;
        border:0.0625em solid rgb(0, 93, 171);
        color:rgb(0, 93, 171);
    }
.HeaderAndPropertiesSection__buttonWhiteVTMB:hover, .HeaderAndPropertiesSection__buttonWhiteVTMB:focus, .HeaderAndPropertiesSection__buttonWhiteVTMB:active{
        background:rgb(0, 74, 137);
        border:0.0625em solid rgb(0, 93, 171);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderVTMB{
      border:0.0625em solid rgb(0, 93, 171);
    }
.HeaderAndPropertiesSection__lenderBackgroundVTMB .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 93, 171);
      }
.HeaderAndPropertiesSection__lenderBackgroundVTMB:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 74, 137);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxVTMB{
        border:0.125em solid #005dab;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordVTMB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordVTMB:hover{
        border-left:0.0625em solid rgb(0, 93, 171);
        border-right:0.0625em solid rgb(0, 93, 171);
        border-bottom:0.0625em solid rgb(0, 93, 171);
    }
.HeaderAndPropertiesSection__productRecordVTMB:hover .HeaderAndPropertiesSection__sortingDescriptionBorderVTMB{
            background:rgb(0, 93, 171) !important;
            color:white;
        }
.HeaderAndPropertiesSection__Westpac, .HeaderAndPropertiesSection__contentBgWestpac, .HeaderAndPropertiesSection__Westpac .HeaderAndPropertiesSection__viewMoreButton{
        background:#ED233A !important;
    }
.HeaderAndPropertiesSection__Westpac:hover, .HeaderAndPropertiesSection__Westpac .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(190, 28, 46) !important;
    }
.HeaderAndPropertiesSection__progressBarWestpac{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#ED233A;
        background:-webkit-gradient(linear,  right top, left top,  from(#ED233A),color-stop(50%, #ED233A),color-stop(51%, #ED233A),to(#ED233A));
        background:linear-gradient(to left,  #ED233A 0%,#ED233A 50%,#ED233A 51%,#ED233A 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverWestpac{
        background:rgb(190, 28, 46);
    }
.HeaderAndPropertiesSection__buttonWestpac{
        background:rgb(237, 35, 58);
        border:0.0625em solid rgb(237, 35, 58);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWestpac:hover, .HeaderAndPropertiesSection__buttonWestpac:focus, .HeaderAndPropertiesSection__buttonWestpac:active{
        background:rgb(190, 28, 46);
        border:0.0625em solid rgb(237, 35, 58);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteWestpac{
        background:white;
        border:0.0625em solid rgb(237, 35, 58);
        color:rgb(237, 35, 58);
    }
.HeaderAndPropertiesSection__buttonWhiteWestpac:hover, .HeaderAndPropertiesSection__buttonWhiteWestpac:focus, .HeaderAndPropertiesSection__buttonWhiteWestpac:active{
        background:rgb(190, 28, 46);
        border:0.0625em solid rgb(237, 35, 58);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderWestpac{
      border:0.0625em solid rgb(237, 35, 58);
    }
.HeaderAndPropertiesSection__lenderBackgroundWestpac .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(237, 35, 58);
      }
.HeaderAndPropertiesSection__lenderBackgroundWestpac:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(190, 28, 46);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxWestpac{
        border:0.125em solid #ed233a;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordWestpac{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordWestpac:hover{
        border-left:0.0625em solid rgb(237, 35, 58);
        border-right:0.0625em solid rgb(237, 35, 58);
        border-bottom:0.0625em solid rgb(237, 35, 58);
    }
.HeaderAndPropertiesSection__productRecordWestpac:hover .HeaderAndPropertiesSection__sortingDescriptionBorderWestpac{
            background:rgb(237, 35, 58) !important;
            color:white;
        }
.HeaderAndPropertiesSection__WoolworthsMoney, .HeaderAndPropertiesSection__contentBgWoolworthsMoney, .HeaderAndPropertiesSection__WoolworthsMoney .HeaderAndPropertiesSection__viewMoreButton{
        background:#055634 !important;
    }
.HeaderAndPropertiesSection__WoolworthsMoney:hover, .HeaderAndPropertiesSection__WoolworthsMoney .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(4, 69, 42) !important;
    }
.HeaderAndPropertiesSection__progressBarWoolworthsMoney{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#055634;
        background:-webkit-gradient(linear,  right top, left top,  from(#055634),color-stop(50%, #055634),color-stop(51%, #055634),to(#055634));
        background:linear-gradient(to left,  #055634 0%,#055634 50%,#055634 51%,#055634 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverWoolworthsMoney{
        background:rgb(4, 69, 42);
    }
.HeaderAndPropertiesSection__buttonWoolworthsMoney{
        background:rgb(5, 86, 52);
        border:0.0625em solid rgb(5, 86, 52);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWoolworthsMoney:hover, .HeaderAndPropertiesSection__buttonWoolworthsMoney:focus, .HeaderAndPropertiesSection__buttonWoolworthsMoney:active{
        background:rgb(4, 69, 42);
        border:0.0625em solid rgb(5, 86, 52);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteWoolworthsMoney{
        background:white;
        border:0.0625em solid rgb(5, 86, 52);
        color:rgb(5, 86, 52);
    }
.HeaderAndPropertiesSection__buttonWhiteWoolworthsMoney:hover, .HeaderAndPropertiesSection__buttonWhiteWoolworthsMoney:focus, .HeaderAndPropertiesSection__buttonWhiteWoolworthsMoney:active{
        background:rgb(4, 69, 42);
        border:0.0625em solid rgb(5, 86, 52);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderWoolworthsMoney{
      border:0.0625em solid rgb(5, 86, 52);
    }
.HeaderAndPropertiesSection__lenderBackgroundWoolworthsMoney .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(5, 86, 52);
      }
.HeaderAndPropertiesSection__lenderBackgroundWoolworthsMoney:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(4, 69, 42);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxWoolworthsMoney{
        border:0.125em solid #055634;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordWoolworthsMoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordWoolworthsMoney:hover{
        border-left:0.0625em solid rgb(5, 86, 52);
        border-right:0.0625em solid rgb(5, 86, 52);
        border-bottom:0.0625em solid rgb(5, 86, 52);
    }
.HeaderAndPropertiesSection__productRecordWoolworthsMoney:hover .HeaderAndPropertiesSection__sortingDescriptionBorderWoolworthsMoney{
            background:rgb(5, 86, 52) !important;
            color:white;
        }
.HeaderAndPropertiesSection__DegreesMasterCard, .HeaderAndPropertiesSection__contentBgDegreesMasterCard, .HeaderAndPropertiesSection__DegreesMasterCard .HeaderAndPropertiesSection__viewMoreButton{
        background:#192A56 !important;
    }
.HeaderAndPropertiesSection__DegreesMasterCard:hover, .HeaderAndPropertiesSection__DegreesMasterCard .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(20, 34, 69) !important;
    }
.HeaderAndPropertiesSection__progressBarDegreesMasterCard{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#192A56;
        background:-webkit-gradient(linear,  right top, left top,  from(#192A56),color-stop(50%, #192A56),color-stop(51%, #192A56),to(#192A56));
        background:linear-gradient(to left,  #192A56 0%,#192A56 50%,#192A56 51%,#192A56 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverDegreesMasterCard{
        background:rgb(20, 34, 69);
    }
.HeaderAndPropertiesSection__buttonDegreesMasterCard{
        background:rgb(25, 42, 86);
        border:0.0625em solid rgb(25, 42, 86);
        color:white;
    }
.HeaderAndPropertiesSection__buttonDegreesMasterCard:hover, .HeaderAndPropertiesSection__buttonDegreesMasterCard:focus, .HeaderAndPropertiesSection__buttonDegreesMasterCard:active{
        background:rgb(20, 34, 69);
        border:0.0625em solid rgb(25, 42, 86);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteDegreesMasterCard{
        background:white;
        border:0.0625em solid rgb(25, 42, 86);
        color:rgb(25, 42, 86);
    }
.HeaderAndPropertiesSection__buttonWhiteDegreesMasterCard:hover, .HeaderAndPropertiesSection__buttonWhiteDegreesMasterCard:focus, .HeaderAndPropertiesSection__buttonWhiteDegreesMasterCard:active{
        background:rgb(20, 34, 69);
        border:0.0625em solid rgb(25, 42, 86);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderDegreesMasterCard{
      border:0.0625em solid rgb(25, 42, 86);
    }
.HeaderAndPropertiesSection__lenderBackgroundDegreesMasterCard .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(25, 42, 86);
      }
.HeaderAndPropertiesSection__lenderBackgroundDegreesMasterCard:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(20, 34, 69);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxDegreesMasterCard{
        border:0.125em solid #192a56;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordDegreesMasterCard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordDegreesMasterCard:hover{
        border-left:0.0625em solid rgb(25, 42, 86);
        border-right:0.0625em solid rgb(25, 42, 86);
        border-bottom:0.0625em solid rgb(25, 42, 86);
    }
.HeaderAndPropertiesSection__productRecordDegreesMasterCard:hover .HeaderAndPropertiesSection__sortingDescriptionBorderDegreesMasterCard{
            background:rgb(25, 42, 86) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BankAustralia, .HeaderAndPropertiesSection__contentBgBankAustralia, .HeaderAndPropertiesSection__BankAustralia .HeaderAndPropertiesSection__viewMoreButton{
        background:#012B50 !important;
    }
.HeaderAndPropertiesSection__BankAustralia:hover, .HeaderAndPropertiesSection__BankAustralia .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(1, 34, 64) !important;
    }
.HeaderAndPropertiesSection__progressBarBankAustralia{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#012B50;
        background:-webkit-gradient(linear,  right top, left top,  from(#012B50),color-stop(50%, #012B50),color-stop(51%, #012B50),to(#012B50));
        background:linear-gradient(to left,  #012B50 0%,#012B50 50%,#012B50 51%,#012B50 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBankAustralia{
        background:rgb(1, 34, 64);
    }
.HeaderAndPropertiesSection__buttonBankAustralia{
        background:rgb(1, 43, 80);
        border:0.0625em solid rgb(1, 43, 80);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBankAustralia:hover, .HeaderAndPropertiesSection__buttonBankAustralia:focus, .HeaderAndPropertiesSection__buttonBankAustralia:active{
        background:rgb(1, 34, 64);
        border:0.0625em solid rgb(1, 43, 80);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBankAustralia{
        background:white;
        border:0.0625em solid rgb(1, 43, 80);
        color:rgb(1, 43, 80);
    }
.HeaderAndPropertiesSection__buttonWhiteBankAustralia:hover, .HeaderAndPropertiesSection__buttonWhiteBankAustralia:focus, .HeaderAndPropertiesSection__buttonWhiteBankAustralia:active{
        background:rgb(1, 34, 64);
        border:0.0625em solid rgb(1, 43, 80);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBankAustralia{
      border:0.0625em solid rgb(1, 43, 80);
    }
.HeaderAndPropertiesSection__lenderBackgroundBankAustralia .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(1, 43, 80);
      }
.HeaderAndPropertiesSection__lenderBackgroundBankAustralia:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(1, 34, 64);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBankAustralia{
        border:0.125em solid #012b50;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBankAustralia{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBankAustralia:hover{
        border-left:0.0625em solid rgb(1, 43, 80);
        border-right:0.0625em solid rgb(1, 43, 80);
        border-bottom:0.0625em solid rgb(1, 43, 80);
    }
.HeaderAndPropertiesSection__productRecordBankAustralia:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBankAustralia{
            background:rgb(1, 43, 80) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BeyondBank, .HeaderAndPropertiesSection__contentBgBeyondBank, .HeaderAndPropertiesSection__BeyondBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#6B1E74 !important;
    }
.HeaderAndPropertiesSection__BeyondBank:hover, .HeaderAndPropertiesSection__BeyondBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(86, 24, 93) !important;
    }
.HeaderAndPropertiesSection__progressBarBeyondBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#6B1E74;
        background:-webkit-gradient(linear,  right top, left top,  from(#6B1E74),color-stop(50%, #6B1E74),color-stop(51%, #6B1E74),to(#6B1E74));
        background:linear-gradient(to left,  #6B1E74 0%,#6B1E74 50%,#6B1E74 51%,#6B1E74 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBeyondBank{
        background:rgb(86, 24, 93);
    }
.HeaderAndPropertiesSection__buttonBeyondBank{
        background:rgb(107, 30, 116);
        border:0.0625em solid rgb(107, 30, 116);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBeyondBank:hover, .HeaderAndPropertiesSection__buttonBeyondBank:focus, .HeaderAndPropertiesSection__buttonBeyondBank:active{
        background:rgb(86, 24, 93);
        border:0.0625em solid rgb(107, 30, 116);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBeyondBank{
        background:white;
        border:0.0625em solid rgb(107, 30, 116);
        color:rgb(107, 30, 116);
    }
.HeaderAndPropertiesSection__buttonWhiteBeyondBank:hover, .HeaderAndPropertiesSection__buttonWhiteBeyondBank:focus, .HeaderAndPropertiesSection__buttonWhiteBeyondBank:active{
        background:rgb(86, 24, 93);
        border:0.0625em solid rgb(107, 30, 116);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBeyondBank{
      border:0.0625em solid rgb(107, 30, 116);
    }
.HeaderAndPropertiesSection__lenderBackgroundBeyondBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(107, 30, 116);
      }
.HeaderAndPropertiesSection__lenderBackgroundBeyondBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(86, 24, 93);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBeyondBank{
        border:0.125em solid #6b1e74;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBeyondBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBeyondBank:hover{
        border-left:0.0625em solid rgb(107, 30, 116);
        border-right:0.0625em solid rgb(107, 30, 116);
        border-bottom:0.0625em solid rgb(107, 30, 116);
    }
.HeaderAndPropertiesSection__productRecordBeyondBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBeyondBank{
            background:rgb(107, 30, 116) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BrokerhillCommunityCU, .HeaderAndPropertiesSection__contentBgBrokerhillCommunityCU, .HeaderAndPropertiesSection__BrokerhillCommunityCU .HeaderAndPropertiesSection__viewMoreButton{
        background:#E3001B !important;
    }
.HeaderAndPropertiesSection__BrokerhillCommunityCU:hover, .HeaderAndPropertiesSection__BrokerhillCommunityCU .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(182, 0, 22) !important;
    }
.HeaderAndPropertiesSection__progressBarBrokerhillCommunityCU{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#E3001B;
        background:-webkit-gradient(linear,  right top, left top,  from(#E3001B),color-stop(50%, #E3001B),color-stop(51%, #E3001B),to(#E3001B));
        background:linear-gradient(to left,  #E3001B 0%,#E3001B 50%,#E3001B 51%,#E3001B 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBrokerhillCommunityCU{
        background:rgb(182, 0, 22);
    }
.HeaderAndPropertiesSection__buttonBrokerhillCommunityCU{
        background:rgb(227, 0, 27);
        border:0.0625em solid rgb(227, 0, 27);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBrokerhillCommunityCU:hover, .HeaderAndPropertiesSection__buttonBrokerhillCommunityCU:focus, .HeaderAndPropertiesSection__buttonBrokerhillCommunityCU:active{
        background:rgb(182, 0, 22);
        border:0.0625em solid rgb(227, 0, 27);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBrokerhillCommunityCU{
        background:white;
        border:0.0625em solid rgb(227, 0, 27);
        color:rgb(227, 0, 27);
    }
.HeaderAndPropertiesSection__buttonWhiteBrokerhillCommunityCU:hover, .HeaderAndPropertiesSection__buttonWhiteBrokerhillCommunityCU:focus, .HeaderAndPropertiesSection__buttonWhiteBrokerhillCommunityCU:active{
        background:rgb(182, 0, 22);
        border:0.0625em solid rgb(227, 0, 27);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBrokerhillCommunityCU{
      border:0.0625em solid rgb(227, 0, 27);
    }
.HeaderAndPropertiesSection__lenderBackgroundBrokerhillCommunityCU .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(227, 0, 27);
      }
.HeaderAndPropertiesSection__lenderBackgroundBrokerhillCommunityCU:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(182, 0, 22);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBrokerhillCommunityCU{
        border:0.125em solid #e3001b;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBrokerhillCommunityCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBrokerhillCommunityCU:hover{
        border-left:0.0625em solid rgb(227, 0, 27);
        border-right:0.0625em solid rgb(227, 0, 27);
        border-bottom:0.0625em solid rgb(227, 0, 27);
    }
.HeaderAndPropertiesSection__productRecordBrokerhillCommunityCU:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBrokerhillCommunityCU{
            background:rgb(227, 0, 27) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BuyersEdge, .HeaderAndPropertiesSection__contentBgBuyersEdge, .HeaderAndPropertiesSection__BuyersEdge .HeaderAndPropertiesSection__viewMoreButton{
        background:#414973 !important;
    }
.HeaderAndPropertiesSection__BuyersEdge:hover, .HeaderAndPropertiesSection__BuyersEdge .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(52, 58, 92) !important;
    }
.HeaderAndPropertiesSection__progressBarBuyersEdge{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#414973;
        background:-webkit-gradient(linear,  right top, left top,  from(#414973),color-stop(50%, #414973),color-stop(51%, #414973),to(#414973));
        background:linear-gradient(to left,  #414973 0%,#414973 50%,#414973 51%,#414973 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBuyersEdge{
        background:rgb(52, 58, 92);
    }
.HeaderAndPropertiesSection__buttonBuyersEdge{
        background:rgb(65, 73, 115);
        border:0.0625em solid rgb(65, 73, 115);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBuyersEdge:hover, .HeaderAndPropertiesSection__buttonBuyersEdge:focus, .HeaderAndPropertiesSection__buttonBuyersEdge:active{
        background:rgb(52, 58, 92);
        border:0.0625em solid rgb(65, 73, 115);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBuyersEdge{
        background:white;
        border:0.0625em solid rgb(65, 73, 115);
        color:rgb(65, 73, 115);
    }
.HeaderAndPropertiesSection__buttonWhiteBuyersEdge:hover, .HeaderAndPropertiesSection__buttonWhiteBuyersEdge:focus, .HeaderAndPropertiesSection__buttonWhiteBuyersEdge:active{
        background:rgb(52, 58, 92);
        border:0.0625em solid rgb(65, 73, 115);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBuyersEdge{
      border:0.0625em solid rgb(65, 73, 115);
    }
.HeaderAndPropertiesSection__lenderBackgroundBuyersEdge .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(65, 73, 115);
      }
.HeaderAndPropertiesSection__lenderBackgroundBuyersEdge:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(52, 58, 92);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBuyersEdge{
        border:0.125em solid #414973;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBuyersEdge{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBuyersEdge:hover{
        border-left:0.0625em solid rgb(65, 73, 115);
        border-right:0.0625em solid rgb(65, 73, 115);
        border-bottom:0.0625em solid rgb(65, 73, 115);
    }
.HeaderAndPropertiesSection__productRecordBuyersEdge:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBuyersEdge{
            background:rgb(65, 73, 115) !important;
            color:white;
        }
.HeaderAndPropertiesSection__CoastlineCU, .HeaderAndPropertiesSection__contentBgCoastlineCU, .HeaderAndPropertiesSection__CoastlineCU .HeaderAndPropertiesSection__viewMoreButton{
        background:#223A77 !important;
    }
.HeaderAndPropertiesSection__CoastlineCU:hover, .HeaderAndPropertiesSection__CoastlineCU .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(27, 46, 95) !important;
    }
.HeaderAndPropertiesSection__progressBarCoastlineCU{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#223A77;
        background:-webkit-gradient(linear,  right top, left top,  from(#223A77),color-stop(50%, #223A77),color-stop(51%, #223A77),to(#223A77));
        background:linear-gradient(to left,  #223A77 0%,#223A77 50%,#223A77 51%,#223A77 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverCoastlineCU{
        background:rgb(27, 46, 95);
    }
.HeaderAndPropertiesSection__buttonCoastlineCU{
        background:rgb(34, 58, 119);
        border:0.0625em solid rgb(34, 58, 119);
        color:white;
    }
.HeaderAndPropertiesSection__buttonCoastlineCU:hover, .HeaderAndPropertiesSection__buttonCoastlineCU:focus, .HeaderAndPropertiesSection__buttonCoastlineCU:active{
        background:rgb(27, 46, 95);
        border:0.0625em solid rgb(34, 58, 119);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteCoastlineCU{
        background:white;
        border:0.0625em solid rgb(34, 58, 119);
        color:rgb(34, 58, 119);
    }
.HeaderAndPropertiesSection__buttonWhiteCoastlineCU:hover, .HeaderAndPropertiesSection__buttonWhiteCoastlineCU:focus, .HeaderAndPropertiesSection__buttonWhiteCoastlineCU:active{
        background:rgb(27, 46, 95);
        border:0.0625em solid rgb(34, 58, 119);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderCoastlineCU{
      border:0.0625em solid rgb(34, 58, 119);
    }
.HeaderAndPropertiesSection__lenderBackgroundCoastlineCU .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(34, 58, 119);
      }
.HeaderAndPropertiesSection__lenderBackgroundCoastlineCU:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(27, 46, 95);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxCoastlineCU{
        border:0.125em solid #223a77;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordCoastlineCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordCoastlineCU:hover{
        border-left:0.0625em solid rgb(34, 58, 119);
        border-right:0.0625em solid rgb(34, 58, 119);
        border-bottom:0.0625em solid rgb(34, 58, 119);
    }
.HeaderAndPropertiesSection__productRecordCoastlineCU:hover .HeaderAndPropertiesSection__sortingDescriptionBorderCoastlineCU{
            background:rgb(34, 58, 119) !important;
            color:white;
        }
.HeaderAndPropertiesSection__CreditUnionSA, .HeaderAndPropertiesSection__contentBgCreditUnionSA, .HeaderAndPropertiesSection__CreditUnionSA .HeaderAndPropertiesSection__viewMoreButton{
        background:#695E4A !important;
    }
.HeaderAndPropertiesSection__CreditUnionSA:hover, .HeaderAndPropertiesSection__CreditUnionSA .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(84, 75, 59) !important;
    }
.HeaderAndPropertiesSection__progressBarCreditUnionSA{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#695E4A;
        background:-webkit-gradient(linear,  right top, left top,  from(#695E4A),color-stop(50%, #695E4A),color-stop(51%, #695E4A),to(#695E4A));
        background:linear-gradient(to left,  #695E4A 0%,#695E4A 50%,#695E4A 51%,#695E4A 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverCreditUnionSA{
        background:rgb(84, 75, 59);
    }
.HeaderAndPropertiesSection__buttonCreditUnionSA{
        background:rgb(105, 94, 74);
        border:0.0625em solid rgb(105, 94, 74);
        color:white;
    }
.HeaderAndPropertiesSection__buttonCreditUnionSA:hover, .HeaderAndPropertiesSection__buttonCreditUnionSA:focus, .HeaderAndPropertiesSection__buttonCreditUnionSA:active{
        background:rgb(84, 75, 59);
        border:0.0625em solid rgb(105, 94, 74);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteCreditUnionSA{
        background:white;
        border:0.0625em solid rgb(105, 94, 74);
        color:rgb(105, 94, 74);
    }
.HeaderAndPropertiesSection__buttonWhiteCreditUnionSA:hover, .HeaderAndPropertiesSection__buttonWhiteCreditUnionSA:focus, .HeaderAndPropertiesSection__buttonWhiteCreditUnionSA:active{
        background:rgb(84, 75, 59);
        border:0.0625em solid rgb(105, 94, 74);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderCreditUnionSA{
      border:0.0625em solid rgb(105, 94, 74);
    }
.HeaderAndPropertiesSection__lenderBackgroundCreditUnionSA .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(105, 94, 74);
      }
.HeaderAndPropertiesSection__lenderBackgroundCreditUnionSA:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(84, 75, 59);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxCreditUnionSA{
        border:0.125em solid #695e4a;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordCreditUnionSA{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordCreditUnionSA:hover{
        border-left:0.0625em solid rgb(105, 94, 74);
        border-right:0.0625em solid rgb(105, 94, 74);
        border-bottom:0.0625em solid rgb(105, 94, 74);
    }
.HeaderAndPropertiesSection__productRecordCreditUnionSA:hover .HeaderAndPropertiesSection__sortingDescriptionBorderCreditUnionSA{
            background:rgb(105, 94, 74) !important;
            color:white;
        }
.HeaderAndPropertiesSection__CreditlineCard, .HeaderAndPropertiesSection__contentBgCreditlineCard, .HeaderAndPropertiesSection__CreditlineCard .HeaderAndPropertiesSection__viewMoreButton{
        background:#0878AB !important;
    }
.HeaderAndPropertiesSection__CreditlineCard:hover, .HeaderAndPropertiesSection__CreditlineCard .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(6, 96, 137) !important;
    }
.HeaderAndPropertiesSection__progressBarCreditlineCard{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#0878AB;
        background:-webkit-gradient(linear,  right top, left top,  from(#0878AB),color-stop(50%, #0878AB),color-stop(51%, #0878AB),to(#0878AB));
        background:linear-gradient(to left,  #0878AB 0%,#0878AB 50%,#0878AB 51%,#0878AB 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverCreditlineCard{
        background:rgb(6, 96, 137);
    }
.HeaderAndPropertiesSection__buttonCreditlineCard{
        background:rgb(8, 120, 171);
        border:0.0625em solid rgb(8, 120, 171);
        color:white;
    }
.HeaderAndPropertiesSection__buttonCreditlineCard:hover, .HeaderAndPropertiesSection__buttonCreditlineCard:focus, .HeaderAndPropertiesSection__buttonCreditlineCard:active{
        background:rgb(6, 96, 137);
        border:0.0625em solid rgb(8, 120, 171);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteCreditlineCard{
        background:white;
        border:0.0625em solid rgb(8, 120, 171);
        color:rgb(8, 120, 171);
    }
.HeaderAndPropertiesSection__buttonWhiteCreditlineCard:hover, .HeaderAndPropertiesSection__buttonWhiteCreditlineCard:focus, .HeaderAndPropertiesSection__buttonWhiteCreditlineCard:active{
        background:rgb(6, 96, 137);
        border:0.0625em solid rgb(8, 120, 171);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderCreditlineCard{
      border:0.0625em solid rgb(8, 120, 171);
    }
.HeaderAndPropertiesSection__lenderBackgroundCreditlineCard .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(8, 120, 171);
      }
.HeaderAndPropertiesSection__lenderBackgroundCreditlineCard:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(6, 96, 137);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxCreditlineCard{
        border:0.125em solid #0878ab;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordCreditlineCard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordCreditlineCard:hover{
        border-left:0.0625em solid rgb(8, 120, 171);
        border-right:0.0625em solid rgb(8, 120, 171);
        border-bottom:0.0625em solid rgb(8, 120, 171);
    }
.HeaderAndPropertiesSection__productRecordCreditlineCard:hover .HeaderAndPropertiesSection__sortingDescriptionBorderCreditlineCard{
            background:rgb(8, 120, 171) !important;
            color:white;
        }
.HeaderAndPropertiesSection__DefenseBank, .HeaderAndPropertiesSection__contentBgDefenseBank, .HeaderAndPropertiesSection__DefenseBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#D41245 !important;
    }
.HeaderAndPropertiesSection__DefenseBank:hover, .HeaderAndPropertiesSection__DefenseBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(170, 14, 55) !important;
    }
.HeaderAndPropertiesSection__progressBarDefenseBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#D41245;
        background:-webkit-gradient(linear,  right top, left top,  from(#D41245),color-stop(50%, #D41245),color-stop(51%, #D41245),to(#D41245));
        background:linear-gradient(to left,  #D41245 0%,#D41245 50%,#D41245 51%,#D41245 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverDefenseBank{
        background:rgb(170, 14, 55);
    }
.HeaderAndPropertiesSection__buttonDefenseBank{
        background:rgb(212, 18, 69);
        border:0.0625em solid rgb(212, 18, 69);
        color:white;
    }
.HeaderAndPropertiesSection__buttonDefenseBank:hover, .HeaderAndPropertiesSection__buttonDefenseBank:focus, .HeaderAndPropertiesSection__buttonDefenseBank:active{
        background:rgb(170, 14, 55);
        border:0.0625em solid rgb(212, 18, 69);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteDefenseBank{
        background:white;
        border:0.0625em solid rgb(212, 18, 69);
        color:rgb(212, 18, 69);
    }
.HeaderAndPropertiesSection__buttonWhiteDefenseBank:hover, .HeaderAndPropertiesSection__buttonWhiteDefenseBank:focus, .HeaderAndPropertiesSection__buttonWhiteDefenseBank:active{
        background:rgb(170, 14, 55);
        border:0.0625em solid rgb(212, 18, 69);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderDefenseBank{
      border:0.0625em solid rgb(212, 18, 69);
    }
.HeaderAndPropertiesSection__lenderBackgroundDefenseBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(212, 18, 69);
      }
.HeaderAndPropertiesSection__lenderBackgroundDefenseBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(170, 14, 55);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxDefenseBank{
        border:0.125em solid #d41245;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordDefenseBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordDefenseBank:hover{
        border-left:0.0625em solid rgb(212, 18, 69);
        border-right:0.0625em solid rgb(212, 18, 69);
        border-bottom:0.0625em solid rgb(212, 18, 69);
    }
.HeaderAndPropertiesSection__productRecordDefenseBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderDefenseBank{
            background:rgb(212, 18, 69) !important;
            color:white;
        }
.HeaderAndPropertiesSection__FireServicesCU, .HeaderAndPropertiesSection__contentBgFireServicesCU, .HeaderAndPropertiesSection__FireServicesCU .HeaderAndPropertiesSection__viewMoreButton{
        background:#000000 !important;
    }
.HeaderAndPropertiesSection__FireServicesCU:hover, .HeaderAndPropertiesSection__FireServicesCU .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.HeaderAndPropertiesSection__progressBarFireServicesCU{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverFireServicesCU{
        background:rgb(51, 51, 51);
    }
.HeaderAndPropertiesSection__buttonFireServicesCU{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonFireServicesCU:hover, .HeaderAndPropertiesSection__buttonFireServicesCU:focus, .HeaderAndPropertiesSection__buttonFireServicesCU:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteFireServicesCU{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__buttonWhiteFireServicesCU:hover, .HeaderAndPropertiesSection__buttonWhiteFireServicesCU:focus, .HeaderAndPropertiesSection__buttonWhiteFireServicesCU:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderFireServicesCU{
      border:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundFireServicesCU .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundFireServicesCU:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxFireServicesCU{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordFireServicesCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordFireServicesCU:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__productRecordFireServicesCU:hover .HeaderAndPropertiesSection__sortingDescriptionBorderFireServicesCU{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__FirstChoiceCU, .HeaderAndPropertiesSection__contentBgFirstChoiceCU, .HeaderAndPropertiesSection__FirstChoiceCU .HeaderAndPropertiesSection__viewMoreButton{
        background:#72A49B !important;
    }
.HeaderAndPropertiesSection__FirstChoiceCU:hover, .HeaderAndPropertiesSection__FirstChoiceCU .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(91, 131, 124) !important;
    }
.HeaderAndPropertiesSection__progressBarFirstChoiceCU{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#72A49B;
        background:-webkit-gradient(linear,  right top, left top,  from(#72A49B),color-stop(50%, #72A49B),color-stop(51%, #72A49B),to(#72A49B));
        background:linear-gradient(to left,  #72A49B 0%,#72A49B 50%,#72A49B 51%,#72A49B 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverFirstChoiceCU{
        background:rgb(91, 131, 124);
    }
.HeaderAndPropertiesSection__buttonFirstChoiceCU{
        background:rgb(114, 164, 155);
        border:0.0625em solid rgb(114, 164, 155);
        color:white;
    }
.HeaderAndPropertiesSection__buttonFirstChoiceCU:hover, .HeaderAndPropertiesSection__buttonFirstChoiceCU:focus, .HeaderAndPropertiesSection__buttonFirstChoiceCU:active{
        background:rgb(91, 131, 124);
        border:0.0625em solid rgb(114, 164, 155);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteFirstChoiceCU{
        background:white;
        border:0.0625em solid rgb(114, 164, 155);
        color:rgb(114, 164, 155);
    }
.HeaderAndPropertiesSection__buttonWhiteFirstChoiceCU:hover, .HeaderAndPropertiesSection__buttonWhiteFirstChoiceCU:focus, .HeaderAndPropertiesSection__buttonWhiteFirstChoiceCU:active{
        background:rgb(91, 131, 124);
        border:0.0625em solid rgb(114, 164, 155);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderFirstChoiceCU{
      border:0.0625em solid rgb(114, 164, 155);
    }
.HeaderAndPropertiesSection__lenderBackgroundFirstChoiceCU .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(114, 164, 155);
      }
.HeaderAndPropertiesSection__lenderBackgroundFirstChoiceCU:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(91, 131, 124);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxFirstChoiceCU{
        border:0.125em solid #72a49b;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordFirstChoiceCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordFirstChoiceCU:hover{
        border-left:0.0625em solid rgb(114, 164, 155);
        border-right:0.0625em solid rgb(114, 164, 155);
        border-bottom:0.0625em solid rgb(114, 164, 155);
    }
.HeaderAndPropertiesSection__productRecordFirstChoiceCU:hover .HeaderAndPropertiesSection__sortingDescriptionBorderFirstChoiceCU{
            background:rgb(114, 164, 155) !important;
            color:white;
        }
.HeaderAndPropertiesSection__GatewayBank, .HeaderAndPropertiesSection__contentBgGatewayBank, .HeaderAndPropertiesSection__GatewayBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#002B54 !important;
    }
.HeaderAndPropertiesSection__GatewayBank:hover, .HeaderAndPropertiesSection__GatewayBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 34, 67) !important;
    }
.HeaderAndPropertiesSection__progressBarGatewayBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#002B54;
        background:-webkit-gradient(linear,  right top, left top,  from(#002B54),color-stop(50%, #002B54),color-stop(51%, #002B54),to(#002B54));
        background:linear-gradient(to left,  #002B54 0%,#002B54 50%,#002B54 51%,#002B54 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverGatewayBank{
        background:rgb(0, 34, 67);
    }
.HeaderAndPropertiesSection__buttonGatewayBank{
        background:rgb(0, 43, 84);
        border:0.0625em solid rgb(0, 43, 84);
        color:white;
    }
.HeaderAndPropertiesSection__buttonGatewayBank:hover, .HeaderAndPropertiesSection__buttonGatewayBank:focus, .HeaderAndPropertiesSection__buttonGatewayBank:active{
        background:rgb(0, 34, 67);
        border:0.0625em solid rgb(0, 43, 84);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteGatewayBank{
        background:white;
        border:0.0625em solid rgb(0, 43, 84);
        color:rgb(0, 43, 84);
    }
.HeaderAndPropertiesSection__buttonWhiteGatewayBank:hover, .HeaderAndPropertiesSection__buttonWhiteGatewayBank:focus, .HeaderAndPropertiesSection__buttonWhiteGatewayBank:active{
        background:rgb(0, 34, 67);
        border:0.0625em solid rgb(0, 43, 84);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderGatewayBank{
      border:0.0625em solid rgb(0, 43, 84);
    }
.HeaderAndPropertiesSection__lenderBackgroundGatewayBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 43, 84);
      }
.HeaderAndPropertiesSection__lenderBackgroundGatewayBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 34, 67);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxGatewayBank{
        border:0.125em solid #002b54;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordGatewayBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordGatewayBank:hover{
        border-left:0.0625em solid rgb(0, 43, 84);
        border-right:0.0625em solid rgb(0, 43, 84);
        border-bottom:0.0625em solid rgb(0, 43, 84);
    }
.HeaderAndPropertiesSection__productRecordGatewayBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderGatewayBank{
            background:rgb(0, 43, 84) !important;
            color:white;
        }
.HeaderAndPropertiesSection__GemVisaCard, .HeaderAndPropertiesSection__contentBgGemVisaCard, .HeaderAndPropertiesSection__GemVisaCard .HeaderAndPropertiesSection__viewMoreButton{
        background:#1964B3 !important;
    }
.HeaderAndPropertiesSection__GemVisaCard:hover, .HeaderAndPropertiesSection__GemVisaCard .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(20, 80, 143) !important;
    }
.HeaderAndPropertiesSection__progressBarGemVisaCard{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#1964B3;
        background:-webkit-gradient(linear,  right top, left top,  from(#1964B3),color-stop(50%, #1964B3),color-stop(51%, #1964B3),to(#1964B3));
        background:linear-gradient(to left,  #1964B3 0%,#1964B3 50%,#1964B3 51%,#1964B3 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverGemVisaCard{
        background:rgb(20, 80, 143);
    }
.HeaderAndPropertiesSection__buttonGemVisaCard{
        background:rgb(25, 100, 179);
        border:0.0625em solid rgb(25, 100, 179);
        color:white;
    }
.HeaderAndPropertiesSection__buttonGemVisaCard:hover, .HeaderAndPropertiesSection__buttonGemVisaCard:focus, .HeaderAndPropertiesSection__buttonGemVisaCard:active{
        background:rgb(20, 80, 143);
        border:0.0625em solid rgb(25, 100, 179);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteGemVisaCard{
        background:white;
        border:0.0625em solid rgb(25, 100, 179);
        color:rgb(25, 100, 179);
    }
.HeaderAndPropertiesSection__buttonWhiteGemVisaCard:hover, .HeaderAndPropertiesSection__buttonWhiteGemVisaCard:focus, .HeaderAndPropertiesSection__buttonWhiteGemVisaCard:active{
        background:rgb(20, 80, 143);
        border:0.0625em solid rgb(25, 100, 179);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderGemVisaCard{
      border:0.0625em solid rgb(25, 100, 179);
    }
.HeaderAndPropertiesSection__lenderBackgroundGemVisaCard .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(25, 100, 179);
      }
.HeaderAndPropertiesSection__lenderBackgroundGemVisaCard:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(20, 80, 143);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxGemVisaCard{
        border:0.125em solid #1964b3;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordGemVisaCard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordGemVisaCard:hover{
        border-left:0.0625em solid rgb(25, 100, 179);
        border-right:0.0625em solid rgb(25, 100, 179);
        border-bottom:0.0625em solid rgb(25, 100, 179);
    }
.HeaderAndPropertiesSection__productRecordGemVisaCard:hover .HeaderAndPropertiesSection__sortingDescriptionBorderGemVisaCard{
            background:rgb(25, 100, 179) !important;
            color:white;
        }
.HeaderAndPropertiesSection__GOMastercard, .HeaderAndPropertiesSection__contentBgGOMastercard, .HeaderAndPropertiesSection__GOMastercard .HeaderAndPropertiesSection__viewMoreButton{
        background:#1D5828 !important;
    }
.HeaderAndPropertiesSection__GOMastercard:hover, .HeaderAndPropertiesSection__GOMastercard .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(23, 70, 32) !important;
    }
.HeaderAndPropertiesSection__progressBarGOMastercard{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#1D5828;
        background:-webkit-gradient(linear,  right top, left top,  from(#1D5828),color-stop(50%, #1D5828),color-stop(51%, #1D5828),to(#1D5828));
        background:linear-gradient(to left,  #1D5828 0%,#1D5828 50%,#1D5828 51%,#1D5828 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverGOMastercard{
        background:rgb(23, 70, 32);
    }
.HeaderAndPropertiesSection__buttonGOMastercard{
        background:rgb(29, 88, 40);
        border:0.0625em solid rgb(29, 88, 40);
        color:white;
    }
.HeaderAndPropertiesSection__buttonGOMastercard:hover, .HeaderAndPropertiesSection__buttonGOMastercard:focus, .HeaderAndPropertiesSection__buttonGOMastercard:active{
        background:rgb(23, 70, 32);
        border:0.0625em solid rgb(29, 88, 40);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteGOMastercard{
        background:white;
        border:0.0625em solid rgb(29, 88, 40);
        color:rgb(29, 88, 40);
    }
.HeaderAndPropertiesSection__buttonWhiteGOMastercard:hover, .HeaderAndPropertiesSection__buttonWhiteGOMastercard:focus, .HeaderAndPropertiesSection__buttonWhiteGOMastercard:active{
        background:rgb(23, 70, 32);
        border:0.0625em solid rgb(29, 88, 40);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderGOMastercard{
      border:0.0625em solid rgb(29, 88, 40);
    }
.HeaderAndPropertiesSection__lenderBackgroundGOMastercard .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(29, 88, 40);
      }
.HeaderAndPropertiesSection__lenderBackgroundGOMastercard:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(23, 70, 32);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxGOMastercard{
        border:0.125em solid #1d5828;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordGOMastercard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordGOMastercard:hover{
        border-left:0.0625em solid rgb(29, 88, 40);
        border-right:0.0625em solid rgb(29, 88, 40);
        border-bottom:0.0625em solid rgb(29, 88, 40);
    }
.HeaderAndPropertiesSection__productRecordGOMastercard:hover .HeaderAndPropertiesSection__sortingDescriptionBorderGOMastercard{
            background:rgb(29, 88, 40) !important;
            color:white;
        }
.HeaderAndPropertiesSection__LatitudeEcoMastercard, .HeaderAndPropertiesSection__contentBgLatitudeEcoMastercard, .HeaderAndPropertiesSection__LatitudeEcoMastercard .HeaderAndPropertiesSection__viewMoreButton{
        background:#48A642 !important;
    }
.HeaderAndPropertiesSection__LatitudeEcoMastercard:hover, .HeaderAndPropertiesSection__LatitudeEcoMastercard .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(58, 133, 53) !important;
    }
.HeaderAndPropertiesSection__progressBarLatitudeEcoMastercard{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#48A642;
        background:-webkit-gradient(linear,  right top, left top,  from(#48A642),color-stop(50%, #48A642),color-stop(51%, #48A642),to(#48A642));
        background:linear-gradient(to left,  #48A642 0%,#48A642 50%,#48A642 51%,#48A642 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverLatitudeEcoMastercard{
        background:rgb(58, 133, 53);
    }
.HeaderAndPropertiesSection__buttonLatitudeEcoMastercard{
        background:rgb(72, 166, 66);
        border:0.0625em solid rgb(72, 166, 66);
        color:white;
    }
.HeaderAndPropertiesSection__buttonLatitudeEcoMastercard:hover, .HeaderAndPropertiesSection__buttonLatitudeEcoMastercard:focus, .HeaderAndPropertiesSection__buttonLatitudeEcoMastercard:active{
        background:rgb(58, 133, 53);
        border:0.0625em solid rgb(72, 166, 66);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteLatitudeEcoMastercard{
        background:white;
        border:0.0625em solid rgb(72, 166, 66);
        color:rgb(72, 166, 66);
    }
.HeaderAndPropertiesSection__buttonWhiteLatitudeEcoMastercard:hover, .HeaderAndPropertiesSection__buttonWhiteLatitudeEcoMastercard:focus, .HeaderAndPropertiesSection__buttonWhiteLatitudeEcoMastercard:active{
        background:rgb(58, 133, 53);
        border:0.0625em solid rgb(72, 166, 66);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderLatitudeEcoMastercard{
      border:0.0625em solid rgb(72, 166, 66);
    }
.HeaderAndPropertiesSection__lenderBackgroundLatitudeEcoMastercard .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(72, 166, 66);
      }
.HeaderAndPropertiesSection__lenderBackgroundLatitudeEcoMastercard:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(58, 133, 53);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxLatitudeEcoMastercard{
        border:0.125em solid #48a642;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordLatitudeEcoMastercard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordLatitudeEcoMastercard:hover{
        border-left:0.0625em solid rgb(72, 166, 66);
        border-right:0.0625em solid rgb(72, 166, 66);
        border-bottom:0.0625em solid rgb(72, 166, 66);
    }
.HeaderAndPropertiesSection__productRecordLatitudeEcoMastercard:hover .HeaderAndPropertiesSection__sortingDescriptionBorderLatitudeEcoMastercard{
            background:rgb(72, 166, 66) !important;
            color:white;
        }
.HeaderAndPropertiesSection__LatitudeInfinityCard, .HeaderAndPropertiesSection__contentBgLatitudeInfinityCard, .HeaderAndPropertiesSection__LatitudeInfinityCard .HeaderAndPropertiesSection__viewMoreButton{
        background:#191617 !important;
    }
.HeaderAndPropertiesSection__LatitudeInfinityCard:hover, .HeaderAndPropertiesSection__LatitudeInfinityCard .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(20, 18, 18) !important;
    }
.HeaderAndPropertiesSection__progressBarLatitudeInfinityCard{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#191617;
        background:-webkit-gradient(linear,  right top, left top,  from(#191617),color-stop(50%, #191617),color-stop(51%, #191617),to(#191617));
        background:linear-gradient(to left,  #191617 0%,#191617 50%,#191617 51%,#191617 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverLatitudeInfinityCard{
        background:rgb(20, 18, 18);
    }
.HeaderAndPropertiesSection__buttonLatitudeInfinityCard{
        background:rgb(25, 22, 23);
        border:0.0625em solid rgb(25, 22, 23);
        color:white;
    }
.HeaderAndPropertiesSection__buttonLatitudeInfinityCard:hover, .HeaderAndPropertiesSection__buttonLatitudeInfinityCard:focus, .HeaderAndPropertiesSection__buttonLatitudeInfinityCard:active{
        background:rgb(20, 18, 18);
        border:0.0625em solid rgb(25, 22, 23);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteLatitudeInfinityCard{
        background:white;
        border:0.0625em solid rgb(25, 22, 23);
        color:rgb(25, 22, 23);
    }
.HeaderAndPropertiesSection__buttonWhiteLatitudeInfinityCard:hover, .HeaderAndPropertiesSection__buttonWhiteLatitudeInfinityCard:focus, .HeaderAndPropertiesSection__buttonWhiteLatitudeInfinityCard:active{
        background:rgb(20, 18, 18);
        border:0.0625em solid rgb(25, 22, 23);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderLatitudeInfinityCard{
      border:0.0625em solid rgb(25, 22, 23);
    }
.HeaderAndPropertiesSection__lenderBackgroundLatitudeInfinityCard .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(25, 22, 23);
      }
.HeaderAndPropertiesSection__lenderBackgroundLatitudeInfinityCard:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(20, 18, 18);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxLatitudeInfinityCard{
        border:0.125em solid #191617;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordLatitudeInfinityCard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordLatitudeInfinityCard:hover{
        border-left:0.0625em solid rgb(25, 22, 23);
        border-right:0.0625em solid rgb(25, 22, 23);
        border-bottom:0.0625em solid rgb(25, 22, 23);
    }
.HeaderAndPropertiesSection__productRecordLatitudeInfinityCard:hover .HeaderAndPropertiesSection__sortingDescriptionBorderLatitudeInfinityCard{
            background:rgb(25, 22, 23) !important;
            color:white;
        }
.HeaderAndPropertiesSection__LatitudeLowRateMastercard, .HeaderAndPropertiesSection__contentBgLatitudeLowRateMastercard, .HeaderAndPropertiesSection__LatitudeLowRateMastercard .HeaderAndPropertiesSection__viewMoreButton{
        background:#0069A0 !important;
    }
.HeaderAndPropertiesSection__LatitudeLowRateMastercard:hover, .HeaderAndPropertiesSection__LatitudeLowRateMastercard .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 84, 128) !important;
    }
.HeaderAndPropertiesSection__progressBarLatitudeLowRateMastercard{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#0069A0;
        background:-webkit-gradient(linear,  right top, left top,  from(#0069A0),color-stop(50%, #0069A0),color-stop(51%, #0069A0),to(#0069A0));
        background:linear-gradient(to left,  #0069A0 0%,#0069A0 50%,#0069A0 51%,#0069A0 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverLatitudeLowRateMastercard{
        background:rgb(0, 84, 128);
    }
.HeaderAndPropertiesSection__buttonLatitudeLowRateMastercard{
        background:rgb(0, 105, 160);
        border:0.0625em solid rgb(0, 105, 160);
        color:white;
    }
.HeaderAndPropertiesSection__buttonLatitudeLowRateMastercard:hover, .HeaderAndPropertiesSection__buttonLatitudeLowRateMastercard:focus, .HeaderAndPropertiesSection__buttonLatitudeLowRateMastercard:active{
        background:rgb(0, 84, 128);
        border:0.0625em solid rgb(0, 105, 160);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteLatitudeLowRateMastercard{
        background:white;
        border:0.0625em solid rgb(0, 105, 160);
        color:rgb(0, 105, 160);
    }
.HeaderAndPropertiesSection__buttonWhiteLatitudeLowRateMastercard:hover, .HeaderAndPropertiesSection__buttonWhiteLatitudeLowRateMastercard:focus, .HeaderAndPropertiesSection__buttonWhiteLatitudeLowRateMastercard:active{
        background:rgb(0, 84, 128);
        border:0.0625em solid rgb(0, 105, 160);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderLatitudeLowRateMastercard{
      border:0.0625em solid rgb(0, 105, 160);
    }
.HeaderAndPropertiesSection__lenderBackgroundLatitudeLowRateMastercard .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 105, 160);
      }
.HeaderAndPropertiesSection__lenderBackgroundLatitudeLowRateMastercard:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 84, 128);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxLatitudeLowRateMastercard{
        border:0.125em solid #0069a0;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordLatitudeLowRateMastercard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordLatitudeLowRateMastercard:hover{
        border-left:0.0625em solid rgb(0, 105, 160);
        border-right:0.0625em solid rgb(0, 105, 160);
        border-bottom:0.0625em solid rgb(0, 105, 160);
    }
.HeaderAndPropertiesSection__productRecordLatitudeLowRateMastercard:hover .HeaderAndPropertiesSection__sortingDescriptionBorderLatitudeLowRateMastercard{
            background:rgb(0, 105, 160) !important;
            color:white;
        }
.HeaderAndPropertiesSection__LatitudeMastercard, .HeaderAndPropertiesSection__contentBgLatitudeMastercard, .HeaderAndPropertiesSection__LatitudeMastercard .HeaderAndPropertiesSection__viewMoreButton{
        background:#0067C9 !important;
    }
.HeaderAndPropertiesSection__LatitudeMastercard:hover, .HeaderAndPropertiesSection__LatitudeMastercard .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 82, 161) !important;
    }
.HeaderAndPropertiesSection__progressBarLatitudeMastercard{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#0067C9;
        background:-webkit-gradient(linear,  right top, left top,  from(#0067C9),color-stop(50%, #0067C9),color-stop(51%, #0067C9),to(#0067C9));
        background:linear-gradient(to left,  #0067C9 0%,#0067C9 50%,#0067C9 51%,#0067C9 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverLatitudeMastercard{
        background:rgb(0, 82, 161);
    }
.HeaderAndPropertiesSection__buttonLatitudeMastercard{
        background:rgb(0, 103, 201);
        border:0.0625em solid rgb(0, 103, 201);
        color:white;
    }
.HeaderAndPropertiesSection__buttonLatitudeMastercard:hover, .HeaderAndPropertiesSection__buttonLatitudeMastercard:focus, .HeaderAndPropertiesSection__buttonLatitudeMastercard:active{
        background:rgb(0, 82, 161);
        border:0.0625em solid rgb(0, 103, 201);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteLatitudeMastercard{
        background:white;
        border:0.0625em solid rgb(0, 103, 201);
        color:rgb(0, 103, 201);
    }
.HeaderAndPropertiesSection__buttonWhiteLatitudeMastercard:hover, .HeaderAndPropertiesSection__buttonWhiteLatitudeMastercard:focus, .HeaderAndPropertiesSection__buttonWhiteLatitudeMastercard:active{
        background:rgb(0, 82, 161);
        border:0.0625em solid rgb(0, 103, 201);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderLatitudeMastercard{
      border:0.0625em solid rgb(0, 103, 201);
    }
.HeaderAndPropertiesSection__lenderBackgroundLatitudeMastercard .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 103, 201);
      }
.HeaderAndPropertiesSection__lenderBackgroundLatitudeMastercard:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 82, 161);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxLatitudeMastercard{
        border:0.125em solid #0067c9;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordLatitudeMastercard{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordLatitudeMastercard:hover{
        border-left:0.0625em solid rgb(0, 103, 201);
        border-right:0.0625em solid rgb(0, 103, 201);
        border-bottom:0.0625em solid rgb(0, 103, 201);
    }
.HeaderAndPropertiesSection__productRecordLatitudeMastercard:hover .HeaderAndPropertiesSection__sortingDescriptionBorderLatitudeMastercard{
            background:rgb(0, 103, 201) !important;
            color:white;
        }
.HeaderAndPropertiesSection__PNBank, .HeaderAndPropertiesSection__contentBgPNBank, .HeaderAndPropertiesSection__PNBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#FDB940 !important;
    }
.HeaderAndPropertiesSection__PNBank:hover, .HeaderAndPropertiesSection__PNBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(202, 148, 51) !important;
    }
.HeaderAndPropertiesSection__progressBarPNBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#FDB940;
        background:-webkit-gradient(linear,  right top, left top,  from(#FDB940),color-stop(50%, #FDB940),color-stop(51%, #FDB940),to(#FDB940));
        background:linear-gradient(to left,  #FDB940 0%,#FDB940 50%,#FDB940 51%,#FDB940 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverPNBank{
        background:rgb(202, 148, 51);
    }
.HeaderAndPropertiesSection__buttonPNBank{
        background:rgb(253, 185, 64);
        border:0.0625em solid rgb(253, 185, 64);
        color:white;
    }
.HeaderAndPropertiesSection__buttonPNBank:hover, .HeaderAndPropertiesSection__buttonPNBank:focus, .HeaderAndPropertiesSection__buttonPNBank:active{
        background:rgb(202, 148, 51);
        border:0.0625em solid rgb(253, 185, 64);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhitePNBank{
        background:white;
        border:0.0625em solid rgb(253, 185, 64);
        color:rgb(253, 185, 64);
    }
.HeaderAndPropertiesSection__buttonWhitePNBank:hover, .HeaderAndPropertiesSection__buttonWhitePNBank:focus, .HeaderAndPropertiesSection__buttonWhitePNBank:active{
        background:rgb(202, 148, 51);
        border:0.0625em solid rgb(253, 185, 64);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderPNBank{
      border:0.0625em solid rgb(253, 185, 64);
    }
.HeaderAndPropertiesSection__lenderBackgroundPNBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(253, 185, 64);
      }
.HeaderAndPropertiesSection__lenderBackgroundPNBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(202, 148, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxPNBank{
        border:0.125em solid #fdb940;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordPNBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordPNBank:hover{
        border-left:0.0625em solid rgb(253, 185, 64);
        border-right:0.0625em solid rgb(253, 185, 64);
        border-bottom:0.0625em solid rgb(253, 185, 64);
    }
.HeaderAndPropertiesSection__productRecordPNBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderPNBank{
            background:rgb(253, 185, 64) !important;
            color:white;
        }
.HeaderAndPropertiesSection__QudosMutualBank, .HeaderAndPropertiesSection__contentBgQudosMutualBank, .HeaderAndPropertiesSection__QudosMutualBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#224081 !important;
    }
.HeaderAndPropertiesSection__QudosMutualBank:hover, .HeaderAndPropertiesSection__QudosMutualBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(27, 51, 103) !important;
    }
.HeaderAndPropertiesSection__progressBarQudosMutualBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#224081;
        background:-webkit-gradient(linear,  right top, left top,  from(#224081),color-stop(50%, #224081),color-stop(51%, #224081),to(#224081));
        background:linear-gradient(to left,  #224081 0%,#224081 50%,#224081 51%,#224081 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverQudosMutualBank{
        background:rgb(27, 51, 103);
    }
.HeaderAndPropertiesSection__buttonQudosMutualBank{
        background:rgb(34, 64, 129);
        border:0.0625em solid rgb(34, 64, 129);
        color:white;
    }
.HeaderAndPropertiesSection__buttonQudosMutualBank:hover, .HeaderAndPropertiesSection__buttonQudosMutualBank:focus, .HeaderAndPropertiesSection__buttonQudosMutualBank:active{
        background:rgb(27, 51, 103);
        border:0.0625em solid rgb(34, 64, 129);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteQudosMutualBank{
        background:white;
        border:0.0625em solid rgb(34, 64, 129);
        color:rgb(34, 64, 129);
    }
.HeaderAndPropertiesSection__buttonWhiteQudosMutualBank:hover, .HeaderAndPropertiesSection__buttonWhiteQudosMutualBank:focus, .HeaderAndPropertiesSection__buttonWhiteQudosMutualBank:active{
        background:rgb(27, 51, 103);
        border:0.0625em solid rgb(34, 64, 129);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderQudosMutualBank{
      border:0.0625em solid rgb(34, 64, 129);
    }
.HeaderAndPropertiesSection__lenderBackgroundQudosMutualBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(34, 64, 129);
      }
.HeaderAndPropertiesSection__lenderBackgroundQudosMutualBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(27, 51, 103);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxQudosMutualBank{
        border:0.125em solid #224081;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordQudosMutualBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordQudosMutualBank:hover{
        border-left:0.0625em solid rgb(34, 64, 129);
        border-right:0.0625em solid rgb(34, 64, 129);
        border-bottom:0.0625em solid rgb(34, 64, 129);
    }
.HeaderAndPropertiesSection__productRecordQudosMutualBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderQudosMutualBank{
            background:rgb(34, 64, 129) !important;
            color:white;
        }
.HeaderAndPropertiesSection__QueenslandCountryCreditUnion, .HeaderAndPropertiesSection__contentBgQueenslandCountryCreditUnion, .HeaderAndPropertiesSection__QueenslandCountryCreditUnion .HeaderAndPropertiesSection__viewMoreButton{
        background:#FFC20F !important;
    }
.HeaderAndPropertiesSection__QueenslandCountryCreditUnion:hover, .HeaderAndPropertiesSection__QueenslandCountryCreditUnion .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(204, 155, 12) !important;
    }
.HeaderAndPropertiesSection__progressBarQueenslandCountryCreditUnion{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#FFC20F;
        background:-webkit-gradient(linear,  right top, left top,  from(#FFC20F),color-stop(50%, #FFC20F),color-stop(51%, #FFC20F),to(#FFC20F));
        background:linear-gradient(to left,  #FFC20F 0%,#FFC20F 50%,#FFC20F 51%,#FFC20F 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverQueenslandCountryCreditUnion{
        background:rgb(204, 155, 12);
    }
.HeaderAndPropertiesSection__buttonQueenslandCountryCreditUnion{
        background:rgb(255, 194, 15);
        border:0.0625em solid rgb(255, 194, 15);
        color:white;
    }
.HeaderAndPropertiesSection__buttonQueenslandCountryCreditUnion:hover, .HeaderAndPropertiesSection__buttonQueenslandCountryCreditUnion:focus, .HeaderAndPropertiesSection__buttonQueenslandCountryCreditUnion:active{
        background:rgb(204, 155, 12);
        border:0.0625em solid rgb(255, 194, 15);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteQueenslandCountryCreditUnion{
        background:white;
        border:0.0625em solid rgb(255, 194, 15);
        color:rgb(255, 194, 15);
    }
.HeaderAndPropertiesSection__buttonWhiteQueenslandCountryCreditUnion:hover, .HeaderAndPropertiesSection__buttonWhiteQueenslandCountryCreditUnion:focus, .HeaderAndPropertiesSection__buttonWhiteQueenslandCountryCreditUnion:active{
        background:rgb(204, 155, 12);
        border:0.0625em solid rgb(255, 194, 15);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderQueenslandCountryCreditUnion{
      border:0.0625em solid rgb(255, 194, 15);
    }
.HeaderAndPropertiesSection__lenderBackgroundQueenslandCountryCreditUnion .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(255, 194, 15);
      }
.HeaderAndPropertiesSection__lenderBackgroundQueenslandCountryCreditUnion:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(204, 155, 12);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxQueenslandCountryCreditUnion{
        border:0.125em solid #ffc20f;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordQueenslandCountryCreditUnion{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordQueenslandCountryCreditUnion:hover{
        border-left:0.0625em solid rgb(255, 194, 15);
        border-right:0.0625em solid rgb(255, 194, 15);
        border-bottom:0.0625em solid rgb(255, 194, 15);
    }
.HeaderAndPropertiesSection__productRecordQueenslandCountryCreditUnion:hover .HeaderAndPropertiesSection__sortingDescriptionBorderQueenslandCountryCreditUnion{
            background:rgb(255, 194, 15) !important;
            color:white;
        }
.HeaderAndPropertiesSection__RaboDirect, .HeaderAndPropertiesSection__contentBgRaboDirect, .HeaderAndPropertiesSection__RaboDirect .HeaderAndPropertiesSection__viewMoreButton{
        background:#FF6701 !important;
    }
.HeaderAndPropertiesSection__RaboDirect:hover, .HeaderAndPropertiesSection__RaboDirect .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(204, 82, 1) !important;
    }
.HeaderAndPropertiesSection__progressBarRaboDirect{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#FF6701;
        background:-webkit-gradient(linear,  right top, left top,  from(#FF6701),color-stop(50%, #FF6701),color-stop(51%, #FF6701),to(#FF6701));
        background:linear-gradient(to left,  #FF6701 0%,#FF6701 50%,#FF6701 51%,#FF6701 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverRaboDirect{
        background:rgb(204, 82, 1);
    }
.HeaderAndPropertiesSection__buttonRaboDirect{
        background:rgb(255, 103, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.HeaderAndPropertiesSection__buttonRaboDirect:hover, .HeaderAndPropertiesSection__buttonRaboDirect:focus, .HeaderAndPropertiesSection__buttonRaboDirect:active{
        background:rgb(204, 82, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteRaboDirect{
        background:white;
        border:0.0625em solid rgb(255, 103, 1);
        color:rgb(255, 103, 1);
    }
.HeaderAndPropertiesSection__buttonWhiteRaboDirect:hover, .HeaderAndPropertiesSection__buttonWhiteRaboDirect:focus, .HeaderAndPropertiesSection__buttonWhiteRaboDirect:active{
        background:rgb(204, 82, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderRaboDirect{
      border:0.0625em solid rgb(255, 103, 1);
    }
.HeaderAndPropertiesSection__lenderBackgroundRaboDirect .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(255, 103, 1);
      }
.HeaderAndPropertiesSection__lenderBackgroundRaboDirect:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(204, 82, 1);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxRaboDirect{
        border:0.125em solid #ff6701;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordRaboDirect{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordRaboDirect:hover{
        border-left:0.0625em solid rgb(255, 103, 1);
        border-right:0.0625em solid rgb(255, 103, 1);
        border-bottom:0.0625em solid rgb(255, 103, 1);
    }
.HeaderAndPropertiesSection__productRecordRaboDirect:hover .HeaderAndPropertiesSection__sortingDescriptionBorderRaboDirect{
            background:rgb(255, 103, 1) !important;
            color:white;
        }
.HeaderAndPropertiesSection__AdvantedgeFS, .HeaderAndPropertiesSection__contentBgAdvantedgeFS, .HeaderAndPropertiesSection__AdvantedgeFS .HeaderAndPropertiesSection__viewMoreButton{
        background:#BDD600 !important;
    }
.HeaderAndPropertiesSection__AdvantedgeFS:hover, .HeaderAndPropertiesSection__AdvantedgeFS .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(151, 171, 0) !important;
    }
.HeaderAndPropertiesSection__progressBarAdvantedgeFS{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#BDD600;
        background:-webkit-gradient(linear,  right top, left top,  from(#BDD600),color-stop(50%, #BDD600),color-stop(51%, #BDD600),to(#BDD600));
        background:linear-gradient(to left,  #BDD600 0%,#BDD600 50%,#BDD600 51%,#BDD600 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverAdvantedgeFS{
        background:rgb(151, 171, 0);
    }
.HeaderAndPropertiesSection__buttonAdvantedgeFS{
        background:rgb(189, 214, 0);
        border:0.0625em solid rgb(189, 214, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonAdvantedgeFS:hover, .HeaderAndPropertiesSection__buttonAdvantedgeFS:focus, .HeaderAndPropertiesSection__buttonAdvantedgeFS:active{
        background:rgb(151, 171, 0);
        border:0.0625em solid rgb(189, 214, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteAdvantedgeFS{
        background:white;
        border:0.0625em solid rgb(189, 214, 0);
        color:rgb(189, 214, 0);
    }
.HeaderAndPropertiesSection__buttonWhiteAdvantedgeFS:hover, .HeaderAndPropertiesSection__buttonWhiteAdvantedgeFS:focus, .HeaderAndPropertiesSection__buttonWhiteAdvantedgeFS:active{
        background:rgb(151, 171, 0);
        border:0.0625em solid rgb(189, 214, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderAdvantedgeFS{
      border:0.0625em solid rgb(189, 214, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundAdvantedgeFS .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(189, 214, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundAdvantedgeFS:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(151, 171, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxAdvantedgeFS{
        border:0.125em solid #bdd600;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordAdvantedgeFS{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordAdvantedgeFS:hover{
        border-left:0.0625em solid rgb(189, 214, 0);
        border-right:0.0625em solid rgb(189, 214, 0);
        border-bottom:0.0625em solid rgb(189, 214, 0);
    }
.HeaderAndPropertiesSection__productRecordAdvantedgeFS:hover .HeaderAndPropertiesSection__sortingDescriptionBorderAdvantedgeFS{
            background:rgb(189, 214, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__Afterpay, .HeaderAndPropertiesSection__contentBgAfterpay, .HeaderAndPropertiesSection__Afterpay .HeaderAndPropertiesSection__viewMoreButton{
        background:#16A0D5 !important;
    }
.HeaderAndPropertiesSection__Afterpay:hover, .HeaderAndPropertiesSection__Afterpay .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(18, 128, 170) !important;
    }
.HeaderAndPropertiesSection__progressBarAfterpay{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#16A0D5;
        background:-webkit-gradient(linear,  right top, left top,  from(#16A0D5),color-stop(50%, #16A0D5),color-stop(51%, #16A0D5),to(#16A0D5));
        background:linear-gradient(to left,  #16A0D5 0%,#16A0D5 50%,#16A0D5 51%,#16A0D5 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverAfterpay{
        background:rgb(18, 128, 170);
    }
.HeaderAndPropertiesSection__buttonAfterpay{
        background:rgb(22, 160, 213);
        border:0.0625em solid rgb(22, 160, 213);
        color:white;
    }
.HeaderAndPropertiesSection__buttonAfterpay:hover, .HeaderAndPropertiesSection__buttonAfterpay:focus, .HeaderAndPropertiesSection__buttonAfterpay:active{
        background:rgb(18, 128, 170);
        border:0.0625em solid rgb(22, 160, 213);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteAfterpay{
        background:white;
        border:0.0625em solid rgb(22, 160, 213);
        color:rgb(22, 160, 213);
    }
.HeaderAndPropertiesSection__buttonWhiteAfterpay:hover, .HeaderAndPropertiesSection__buttonWhiteAfterpay:focus, .HeaderAndPropertiesSection__buttonWhiteAfterpay:active{
        background:rgb(18, 128, 170);
        border:0.0625em solid rgb(22, 160, 213);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderAfterpay{
      border:0.0625em solid rgb(22, 160, 213);
    }
.HeaderAndPropertiesSection__lenderBackgroundAfterpay .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(22, 160, 213);
      }
.HeaderAndPropertiesSection__lenderBackgroundAfterpay:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(18, 128, 170);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxAfterpay{
        border:0.125em solid #16a0d5;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordAfterpay{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordAfterpay:hover{
        border-left:0.0625em solid rgb(22, 160, 213);
        border-right:0.0625em solid rgb(22, 160, 213);
        border-bottom:0.0625em solid rgb(22, 160, 213);
    }
.HeaderAndPropertiesSection__productRecordAfterpay:hover .HeaderAndPropertiesSection__sortingDescriptionBorderAfterpay{
            background:rgb(22, 160, 213) !important;
            color:white;
        }
.HeaderAndPropertiesSection__AustralianMilitary, .HeaderAndPropertiesSection__contentBgAustralianMilitary, .HeaderAndPropertiesSection__AustralianMilitary .HeaderAndPropertiesSection__viewMoreButton{
        background:#EB212E !important;
    }
.HeaderAndPropertiesSection__AustralianMilitary:hover, .HeaderAndPropertiesSection__AustralianMilitary .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(188, 26, 37) !important;
    }
.HeaderAndPropertiesSection__progressBarAustralianMilitary{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#EB212E;
        background:-webkit-gradient(linear,  right top, left top,  from(#EB212E),color-stop(50%, #EB212E),color-stop(51%, #EB212E),to(#EB212E));
        background:linear-gradient(to left,  #EB212E 0%,#EB212E 50%,#EB212E 51%,#EB212E 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverAustralianMilitary{
        background:rgb(188, 26, 37);
    }
.HeaderAndPropertiesSection__buttonAustralianMilitary{
        background:rgb(235, 33, 46);
        border:0.0625em solid rgb(235, 33, 46);
        color:white;
    }
.HeaderAndPropertiesSection__buttonAustralianMilitary:hover, .HeaderAndPropertiesSection__buttonAustralianMilitary:focus, .HeaderAndPropertiesSection__buttonAustralianMilitary:active{
        background:rgb(188, 26, 37);
        border:0.0625em solid rgb(235, 33, 46);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteAustralianMilitary{
        background:white;
        border:0.0625em solid rgb(235, 33, 46);
        color:rgb(235, 33, 46);
    }
.HeaderAndPropertiesSection__buttonWhiteAustralianMilitary:hover, .HeaderAndPropertiesSection__buttonWhiteAustralianMilitary:focus, .HeaderAndPropertiesSection__buttonWhiteAustralianMilitary:active{
        background:rgb(188, 26, 37);
        border:0.0625em solid rgb(235, 33, 46);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderAustralianMilitary{
      border:0.0625em solid rgb(235, 33, 46);
    }
.HeaderAndPropertiesSection__lenderBackgroundAustralianMilitary .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(235, 33, 46);
      }
.HeaderAndPropertiesSection__lenderBackgroundAustralianMilitary:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(188, 26, 37);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxAustralianMilitary{
        border:0.125em solid #eb212e;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordAustralianMilitary{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordAustralianMilitary:hover{
        border-left:0.0625em solid rgb(235, 33, 46);
        border-right:0.0625em solid rgb(235, 33, 46);
        border-bottom:0.0625em solid rgb(235, 33, 46);
    }
.HeaderAndPropertiesSection__productRecordAustralianMilitary:hover .HeaderAndPropertiesSection__sortingDescriptionBorderAustralianMilitary{
            background:rgb(235, 33, 46) !important;
            color:white;
        }
.HeaderAndPropertiesSection__AustralianUnity, .HeaderAndPropertiesSection__contentBgAustralianUnity, .HeaderAndPropertiesSection__AustralianUnity .HeaderAndPropertiesSection__viewMoreButton{
        background:#E37221 !important;
    }
.HeaderAndPropertiesSection__AustralianUnity:hover, .HeaderAndPropertiesSection__AustralianUnity .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(182, 91, 26) !important;
    }
.HeaderAndPropertiesSection__progressBarAustralianUnity{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#E37221;
        background:-webkit-gradient(linear,  right top, left top,  from(#E37221),color-stop(50%, #E37221),color-stop(51%, #E37221),to(#E37221));
        background:linear-gradient(to left,  #E37221 0%,#E37221 50%,#E37221 51%,#E37221 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverAustralianUnity{
        background:rgb(182, 91, 26);
    }
.HeaderAndPropertiesSection__buttonAustralianUnity{
        background:rgb(227, 114, 33);
        border:0.0625em solid rgb(227, 114, 33);
        color:white;
    }
.HeaderAndPropertiesSection__buttonAustralianUnity:hover, .HeaderAndPropertiesSection__buttonAustralianUnity:focus, .HeaderAndPropertiesSection__buttonAustralianUnity:active{
        background:rgb(182, 91, 26);
        border:0.0625em solid rgb(227, 114, 33);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteAustralianUnity{
        background:white;
        border:0.0625em solid rgb(227, 114, 33);
        color:rgb(227, 114, 33);
    }
.HeaderAndPropertiesSection__buttonWhiteAustralianUnity:hover, .HeaderAndPropertiesSection__buttonWhiteAustralianUnity:focus, .HeaderAndPropertiesSection__buttonWhiteAustralianUnity:active{
        background:rgb(182, 91, 26);
        border:0.0625em solid rgb(227, 114, 33);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderAustralianUnity{
      border:0.0625em solid rgb(227, 114, 33);
    }
.HeaderAndPropertiesSection__lenderBackgroundAustralianUnity .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(227, 114, 33);
      }
.HeaderAndPropertiesSection__lenderBackgroundAustralianUnity:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(182, 91, 26);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxAustralianUnity{
        border:0.125em solid #e37221;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordAustralianUnity{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordAustralianUnity:hover{
        border-left:0.0625em solid rgb(227, 114, 33);
        border-right:0.0625em solid rgb(227, 114, 33);
        border-bottom:0.0625em solid rgb(227, 114, 33);
    }
.HeaderAndPropertiesSection__productRecordAustralianUnity:hover .HeaderAndPropertiesSection__sortingDescriptionBorderAustralianUnity{
            background:rgb(227, 114, 33) !important;
            color:white;
        }
.HeaderAndPropertiesSection__AuswideBank, .HeaderAndPropertiesSection__contentBgAuswideBank, .HeaderAndPropertiesSection__AuswideBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#F68B33 !important;
    }
.HeaderAndPropertiesSection__AuswideBank:hover, .HeaderAndPropertiesSection__AuswideBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(197, 111, 41) !important;
    }
.HeaderAndPropertiesSection__progressBarAuswideBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#F68B33;
        background:-webkit-gradient(linear,  right top, left top,  from(#F68B33),color-stop(50%, #F68B33),color-stop(51%, #F68B33),to(#F68B33));
        background:linear-gradient(to left,  #F68B33 0%,#F68B33 50%,#F68B33 51%,#F68B33 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverAuswideBank{
        background:rgb(197, 111, 41);
    }
.HeaderAndPropertiesSection__buttonAuswideBank{
        background:rgb(246, 139, 51);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.HeaderAndPropertiesSection__buttonAuswideBank:hover, .HeaderAndPropertiesSection__buttonAuswideBank:focus, .HeaderAndPropertiesSection__buttonAuswideBank:active{
        background:rgb(197, 111, 41);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteAuswideBank{
        background:white;
        border:0.0625em solid rgb(246, 139, 51);
        color:rgb(246, 139, 51);
    }
.HeaderAndPropertiesSection__buttonWhiteAuswideBank:hover, .HeaderAndPropertiesSection__buttonWhiteAuswideBank:focus, .HeaderAndPropertiesSection__buttonWhiteAuswideBank:active{
        background:rgb(197, 111, 41);
        border:0.0625em solid rgb(246, 139, 51);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderAuswideBank{
      border:0.0625em solid rgb(246, 139, 51);
    }
.HeaderAndPropertiesSection__lenderBackgroundAuswideBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(246, 139, 51);
      }
.HeaderAndPropertiesSection__lenderBackgroundAuswideBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(197, 111, 41);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxAuswideBank{
        border:0.125em solid #f68b33;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordAuswideBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordAuswideBank:hover{
        border-left:0.0625em solid rgb(246, 139, 51);
        border-right:0.0625em solid rgb(246, 139, 51);
        border-bottom:0.0625em solid rgb(246, 139, 51);
    }
.HeaderAndPropertiesSection__productRecordAuswideBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderAuswideBank{
            background:rgb(246, 139, 51) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BananacoastCCU, .HeaderAndPropertiesSection__contentBgBananacoastCCU, .HeaderAndPropertiesSection__BananacoastCCU .HeaderAndPropertiesSection__viewMoreButton{
        background:#003F5F !important;
    }
.HeaderAndPropertiesSection__BananacoastCCU:hover, .HeaderAndPropertiesSection__BananacoastCCU .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 50, 76) !important;
    }
.HeaderAndPropertiesSection__progressBarBananacoastCCU{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#003F5F;
        background:-webkit-gradient(linear,  right top, left top,  from(#003F5F),color-stop(50%, #003F5F),color-stop(51%, #003F5F),to(#003F5F));
        background:linear-gradient(to left,  #003F5F 0%,#003F5F 50%,#003F5F 51%,#003F5F 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBananacoastCCU{
        background:rgb(0, 50, 76);
    }
.HeaderAndPropertiesSection__buttonBananacoastCCU{
        background:rgb(0, 63, 95);
        border:0.0625em solid rgb(0, 63, 95);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBananacoastCCU:hover, .HeaderAndPropertiesSection__buttonBananacoastCCU:focus, .HeaderAndPropertiesSection__buttonBananacoastCCU:active{
        background:rgb(0, 50, 76);
        border:0.0625em solid rgb(0, 63, 95);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBananacoastCCU{
        background:white;
        border:0.0625em solid rgb(0, 63, 95);
        color:rgb(0, 63, 95);
    }
.HeaderAndPropertiesSection__buttonWhiteBananacoastCCU:hover, .HeaderAndPropertiesSection__buttonWhiteBananacoastCCU:focus, .HeaderAndPropertiesSection__buttonWhiteBananacoastCCU:active{
        background:rgb(0, 50, 76);
        border:0.0625em solid rgb(0, 63, 95);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBananacoastCCU{
      border:0.0625em solid rgb(0, 63, 95);
    }
.HeaderAndPropertiesSection__lenderBackgroundBananacoastCCU .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 63, 95);
      }
.HeaderAndPropertiesSection__lenderBackgroundBananacoastCCU:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 50, 76);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBananacoastCCU{
        border:0.125em solid #003f5f;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBananacoastCCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBananacoastCCU:hover{
        border-left:0.0625em solid rgb(0, 63, 95);
        border-right:0.0625em solid rgb(0, 63, 95);
        border-bottom:0.0625em solid rgb(0, 63, 95);
    }
.HeaderAndPropertiesSection__productRecordBananacoastCCU:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBananacoastCCU{
            background:rgb(0, 63, 95) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BankOfHeritageIsle, .HeaderAndPropertiesSection__contentBgBankOfHeritageIsle, .HeaderAndPropertiesSection__BankOfHeritageIsle .HeaderAndPropertiesSection__viewMoreButton{
        background:#006D42 !important;
    }
.HeaderAndPropertiesSection__BankOfHeritageIsle:hover, .HeaderAndPropertiesSection__BankOfHeritageIsle .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 87, 53) !important;
    }
.HeaderAndPropertiesSection__progressBarBankOfHeritageIsle{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#006D42;
        background:-webkit-gradient(linear,  right top, left top,  from(#006D42),color-stop(50%, #006D42),color-stop(51%, #006D42),to(#006D42));
        background:linear-gradient(to left,  #006D42 0%,#006D42 50%,#006D42 51%,#006D42 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBankOfHeritageIsle{
        background:rgb(0, 87, 53);
    }
.HeaderAndPropertiesSection__buttonBankOfHeritageIsle{
        background:rgb(0, 109, 66);
        border:0.0625em solid rgb(0, 109, 66);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBankOfHeritageIsle:hover, .HeaderAndPropertiesSection__buttonBankOfHeritageIsle:focus, .HeaderAndPropertiesSection__buttonBankOfHeritageIsle:active{
        background:rgb(0, 87, 53);
        border:0.0625em solid rgb(0, 109, 66);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBankOfHeritageIsle{
        background:white;
        border:0.0625em solid rgb(0, 109, 66);
        color:rgb(0, 109, 66);
    }
.HeaderAndPropertiesSection__buttonWhiteBankOfHeritageIsle:hover, .HeaderAndPropertiesSection__buttonWhiteBankOfHeritageIsle:focus, .HeaderAndPropertiesSection__buttonWhiteBankOfHeritageIsle:active{
        background:rgb(0, 87, 53);
        border:0.0625em solid rgb(0, 109, 66);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBankOfHeritageIsle{
      border:0.0625em solid rgb(0, 109, 66);
    }
.HeaderAndPropertiesSection__lenderBackgroundBankOfHeritageIsle .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 109, 66);
      }
.HeaderAndPropertiesSection__lenderBackgroundBankOfHeritageIsle:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 87, 53);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBankOfHeritageIsle{
        border:0.125em solid #006d42;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBankOfHeritageIsle{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBankOfHeritageIsle:hover{
        border-left:0.0625em solid rgb(0, 109, 66);
        border-right:0.0625em solid rgb(0, 109, 66);
        border-bottom:0.0625em solid rgb(0, 109, 66);
    }
.HeaderAndPropertiesSection__productRecordBankOfHeritageIsle:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBankOfHeritageIsle{
            background:rgb(0, 109, 66) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BankOfUS, .HeaderAndPropertiesSection__contentBgBankOfUS, .HeaderAndPropertiesSection__BankOfUS .HeaderAndPropertiesSection__viewMoreButton{
        background:#90278E !important;
    }
.HeaderAndPropertiesSection__BankOfUS:hover, .HeaderAndPropertiesSection__BankOfUS .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(115, 31, 114) !important;
    }
.HeaderAndPropertiesSection__progressBarBankOfUS{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#90278E;
        background:-webkit-gradient(linear,  right top, left top,  from(#90278E),color-stop(50%, #90278E),color-stop(51%, #90278E),to(#90278E));
        background:linear-gradient(to left,  #90278E 0%,#90278E 50%,#90278E 51%,#90278E 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBankOfUS{
        background:rgb(115, 31, 114);
    }
.HeaderAndPropertiesSection__buttonBankOfUS{
        background:rgb(144, 39, 142);
        border:0.0625em solid rgb(144, 39, 142);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBankOfUS:hover, .HeaderAndPropertiesSection__buttonBankOfUS:focus, .HeaderAndPropertiesSection__buttonBankOfUS:active{
        background:rgb(115, 31, 114);
        border:0.0625em solid rgb(144, 39, 142);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBankOfUS{
        background:white;
        border:0.0625em solid rgb(144, 39, 142);
        color:rgb(144, 39, 142);
    }
.HeaderAndPropertiesSection__buttonWhiteBankOfUS:hover, .HeaderAndPropertiesSection__buttonWhiteBankOfUS:focus, .HeaderAndPropertiesSection__buttonWhiteBankOfUS:active{
        background:rgb(115, 31, 114);
        border:0.0625em solid rgb(144, 39, 142);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBankOfUS{
      border:0.0625em solid rgb(144, 39, 142);
    }
.HeaderAndPropertiesSection__lenderBackgroundBankOfUS .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(144, 39, 142);
      }
.HeaderAndPropertiesSection__lenderBackgroundBankOfUS:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(115, 31, 114);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBankOfUS{
        border:0.125em solid #90278e;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBankOfUS{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBankOfUS:hover{
        border-left:0.0625em solid rgb(144, 39, 142);
        border-right:0.0625em solid rgb(144, 39, 142);
        border-bottom:0.0625em solid rgb(144, 39, 142);
    }
.HeaderAndPropertiesSection__productRecordBankOfUS:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBankOfUS{
            background:rgb(144, 39, 142) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BDCUAllianceBank, .HeaderAndPropertiesSection__contentBgBDCUAllianceBank, .HeaderAndPropertiesSection__BDCUAllianceBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#0071BB !important;
    }
.HeaderAndPropertiesSection__BDCUAllianceBank:hover, .HeaderAndPropertiesSection__BDCUAllianceBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 90, 150) !important;
    }
.HeaderAndPropertiesSection__progressBarBDCUAllianceBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#0071BB;
        background:-webkit-gradient(linear,  right top, left top,  from(#0071BB),color-stop(50%, #0071BB),color-stop(51%, #0071BB),to(#0071BB));
        background:linear-gradient(to left,  #0071BB 0%,#0071BB 50%,#0071BB 51%,#0071BB 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBDCUAllianceBank{
        background:rgb(0, 90, 150);
    }
.HeaderAndPropertiesSection__buttonBDCUAllianceBank{
        background:rgb(0, 113, 187);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBDCUAllianceBank:hover, .HeaderAndPropertiesSection__buttonBDCUAllianceBank:focus, .HeaderAndPropertiesSection__buttonBDCUAllianceBank:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBDCUAllianceBank{
        background:white;
        border:0.0625em solid rgb(0, 113, 187);
        color:rgb(0, 113, 187);
    }
.HeaderAndPropertiesSection__buttonWhiteBDCUAllianceBank:hover, .HeaderAndPropertiesSection__buttonWhiteBDCUAllianceBank:focus, .HeaderAndPropertiesSection__buttonWhiteBDCUAllianceBank:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBDCUAllianceBank{
      border:0.0625em solid rgb(0, 113, 187);
    }
.HeaderAndPropertiesSection__lenderBackgroundBDCUAllianceBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 113, 187);
      }
.HeaderAndPropertiesSection__lenderBackgroundBDCUAllianceBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 90, 150);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBDCUAllianceBank{
        border:0.125em solid #0071bb;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBDCUAllianceBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBDCUAllianceBank:hover{
        border-left:0.0625em solid rgb(0, 113, 187);
        border-right:0.0625em solid rgb(0, 113, 187);
        border-bottom:0.0625em solid rgb(0, 113, 187);
    }
.HeaderAndPropertiesSection__productRecordBDCUAllianceBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBDCUAllianceBank{
            background:rgb(0, 113, 187) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BankVIC, .HeaderAndPropertiesSection__contentBgBankVIC, .HeaderAndPropertiesSection__BankVIC .HeaderAndPropertiesSection__viewMoreButton{
        background:#067AAE !important;
    }
.HeaderAndPropertiesSection__BankVIC:hover, .HeaderAndPropertiesSection__BankVIC .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(5, 98, 139) !important;
    }
.HeaderAndPropertiesSection__progressBarBankVIC{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#067AAE;
        background:-webkit-gradient(linear,  right top, left top,  from(#067AAE),color-stop(50%, #067AAE),color-stop(51%, #067AAE),to(#067AAE));
        background:linear-gradient(to left,  #067AAE 0%,#067AAE 50%,#067AAE 51%,#067AAE 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBankVIC{
        background:rgb(5, 98, 139);
    }
.HeaderAndPropertiesSection__buttonBankVIC{
        background:rgb(6, 122, 174);
        border:0.0625em solid rgb(6, 122, 174);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBankVIC:hover, .HeaderAndPropertiesSection__buttonBankVIC:focus, .HeaderAndPropertiesSection__buttonBankVIC:active{
        background:rgb(5, 98, 139);
        border:0.0625em solid rgb(6, 122, 174);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBankVIC{
        background:white;
        border:0.0625em solid rgb(6, 122, 174);
        color:rgb(6, 122, 174);
    }
.HeaderAndPropertiesSection__buttonWhiteBankVIC:hover, .HeaderAndPropertiesSection__buttonWhiteBankVIC:focus, .HeaderAndPropertiesSection__buttonWhiteBankVIC:active{
        background:rgb(5, 98, 139);
        border:0.0625em solid rgb(6, 122, 174);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBankVIC{
      border:0.0625em solid rgb(6, 122, 174);
    }
.HeaderAndPropertiesSection__lenderBackgroundBankVIC .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(6, 122, 174);
      }
.HeaderAndPropertiesSection__lenderBackgroundBankVIC:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(5, 98, 139);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBankVIC{
        border:0.125em solid #067aae;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBankVIC{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBankVIC:hover{
        border-left:0.0625em solid rgb(6, 122, 174);
        border-right:0.0625em solid rgb(6, 122, 174);
        border-bottom:0.0625em solid rgb(6, 122, 174);
    }
.HeaderAndPropertiesSection__productRecordBankVIC:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBankVIC{
            background:rgb(6, 122, 174) !important;
            color:white;
        }
.HeaderAndPropertiesSection__BorderBank, .HeaderAndPropertiesSection__contentBgBorderBank, .HeaderAndPropertiesSection__BorderBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#1A3A6B !important;
    }
.HeaderAndPropertiesSection__BorderBank:hover, .HeaderAndPropertiesSection__BorderBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(21, 46, 86) !important;
    }
.HeaderAndPropertiesSection__progressBarBorderBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#1A3A6B;
        background:-webkit-gradient(linear,  right top, left top,  from(#1A3A6B),color-stop(50%, #1A3A6B),color-stop(51%, #1A3A6B),to(#1A3A6B));
        background:linear-gradient(to left,  #1A3A6B 0%,#1A3A6B 50%,#1A3A6B 51%,#1A3A6B 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverBorderBank{
        background:rgb(21, 46, 86);
    }
.HeaderAndPropertiesSection__buttonBorderBank{
        background:rgb(26, 58, 107);
        border:0.0625em solid rgb(26, 58, 107);
        color:white;
    }
.HeaderAndPropertiesSection__buttonBorderBank:hover, .HeaderAndPropertiesSection__buttonBorderBank:focus, .HeaderAndPropertiesSection__buttonBorderBank:active{
        background:rgb(21, 46, 86);
        border:0.0625em solid rgb(26, 58, 107);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteBorderBank{
        background:white;
        border:0.0625em solid rgb(26, 58, 107);
        color:rgb(26, 58, 107);
    }
.HeaderAndPropertiesSection__buttonWhiteBorderBank:hover, .HeaderAndPropertiesSection__buttonWhiteBorderBank:focus, .HeaderAndPropertiesSection__buttonWhiteBorderBank:active{
        background:rgb(21, 46, 86);
        border:0.0625em solid rgb(26, 58, 107);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderBorderBank{
      border:0.0625em solid rgb(26, 58, 107);
    }
.HeaderAndPropertiesSection__lenderBackgroundBorderBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(26, 58, 107);
      }
.HeaderAndPropertiesSection__lenderBackgroundBorderBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(21, 46, 86);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxBorderBank{
        border:0.125em solid #1a3a6b;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordBorderBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordBorderBank:hover{
        border-left:0.0625em solid rgb(26, 58, 107);
        border-right:0.0625em solid rgb(26, 58, 107);
        border-bottom:0.0625em solid rgb(26, 58, 107);
    }
.HeaderAndPropertiesSection__productRecordBorderBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderBorderBank{
            background:rgb(26, 58, 107) !important;
            color:white;
        }
.HeaderAndPropertiesSection__CentralMurrayCU, .HeaderAndPropertiesSection__contentBgCentralMurrayCU, .HeaderAndPropertiesSection__CentralMurrayCU .HeaderAndPropertiesSection__viewMoreButton{
        background:#900028 !important;
    }
.HeaderAndPropertiesSection__CentralMurrayCU:hover, .HeaderAndPropertiesSection__CentralMurrayCU .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(115, 0, 32) !important;
    }
.HeaderAndPropertiesSection__progressBarCentralMurrayCU{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#900028;
        background:-webkit-gradient(linear,  right top, left top,  from(#900028),color-stop(50%, #900028),color-stop(51%, #900028),to(#900028));
        background:linear-gradient(to left,  #900028 0%,#900028 50%,#900028 51%,#900028 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverCentralMurrayCU{
        background:rgb(115, 0, 32);
    }
.HeaderAndPropertiesSection__buttonCentralMurrayCU{
        background:rgb(144, 0, 40);
        border:0.0625em solid rgb(144, 0, 40);
        color:white;
    }
.HeaderAndPropertiesSection__buttonCentralMurrayCU:hover, .HeaderAndPropertiesSection__buttonCentralMurrayCU:focus, .HeaderAndPropertiesSection__buttonCentralMurrayCU:active{
        background:rgb(115, 0, 32);
        border:0.0625em solid rgb(144, 0, 40);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteCentralMurrayCU{
        background:white;
        border:0.0625em solid rgb(144, 0, 40);
        color:rgb(144, 0, 40);
    }
.HeaderAndPropertiesSection__buttonWhiteCentralMurrayCU:hover, .HeaderAndPropertiesSection__buttonWhiteCentralMurrayCU:focus, .HeaderAndPropertiesSection__buttonWhiteCentralMurrayCU:active{
        background:rgb(115, 0, 32);
        border:0.0625em solid rgb(144, 0, 40);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderCentralMurrayCU{
      border:0.0625em solid rgb(144, 0, 40);
    }
.HeaderAndPropertiesSection__lenderBackgroundCentralMurrayCU .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(144, 0, 40);
      }
.HeaderAndPropertiesSection__lenderBackgroundCentralMurrayCU:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(115, 0, 32);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxCentralMurrayCU{
        border:0.125em solid #900028;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordCentralMurrayCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordCentralMurrayCU:hover{
        border-left:0.0625em solid rgb(144, 0, 40);
        border-right:0.0625em solid rgb(144, 0, 40);
        border-bottom:0.0625em solid rgb(144, 0, 40);
    }
.HeaderAndPropertiesSection__productRecordCentralMurrayCU:hover .HeaderAndPropertiesSection__sortingDescriptionBorderCentralMurrayCU{
            background:rgb(144, 0, 40) !important;
            color:white;
        }
.HeaderAndPropertiesSection__CentralWestCU, .HeaderAndPropertiesSection__contentBgCentralWestCU, .HeaderAndPropertiesSection__CentralWestCU .HeaderAndPropertiesSection__viewMoreButton{
        background:#F1523D !important;
    }
.HeaderAndPropertiesSection__CentralWestCU:hover, .HeaderAndPropertiesSection__CentralWestCU .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(193, 66, 49) !important;
    }
.HeaderAndPropertiesSection__progressBarCentralWestCU{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#F1523D;
        background:-webkit-gradient(linear,  right top, left top,  from(#F1523D),color-stop(50%, #F1523D),color-stop(51%, #F1523D),to(#F1523D));
        background:linear-gradient(to left,  #F1523D 0%,#F1523D 50%,#F1523D 51%,#F1523D 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverCentralWestCU{
        background:rgb(193, 66, 49);
    }
.HeaderAndPropertiesSection__buttonCentralWestCU{
        background:rgb(241, 82, 61);
        border:0.0625em solid rgb(241, 82, 61);
        color:white;
    }
.HeaderAndPropertiesSection__buttonCentralWestCU:hover, .HeaderAndPropertiesSection__buttonCentralWestCU:focus, .HeaderAndPropertiesSection__buttonCentralWestCU:active{
        background:rgb(193, 66, 49);
        border:0.0625em solid rgb(241, 82, 61);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteCentralWestCU{
        background:white;
        border:0.0625em solid rgb(241, 82, 61);
        color:rgb(241, 82, 61);
    }
.HeaderAndPropertiesSection__buttonWhiteCentralWestCU:hover, .HeaderAndPropertiesSection__buttonWhiteCentralWestCU:focus, .HeaderAndPropertiesSection__buttonWhiteCentralWestCU:active{
        background:rgb(193, 66, 49);
        border:0.0625em solid rgb(241, 82, 61);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderCentralWestCU{
      border:0.0625em solid rgb(241, 82, 61);
    }
.HeaderAndPropertiesSection__lenderBackgroundCentralWestCU .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(241, 82, 61);
      }
.HeaderAndPropertiesSection__lenderBackgroundCentralWestCU:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(193, 66, 49);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxCentralWestCU{
        border:0.125em solid #f1523d;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordCentralWestCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordCentralWestCU:hover{
        border-left:0.0625em solid rgb(241, 82, 61);
        border-right:0.0625em solid rgb(241, 82, 61);
        border-bottom:0.0625em solid rgb(241, 82, 61);
    }
.HeaderAndPropertiesSection__productRecordCentralWestCU:hover .HeaderAndPropertiesSection__sortingDescriptionBorderCentralWestCU{
            background:rgb(241, 82, 61) !important;
            color:white;
        }
.HeaderAndPropertiesSection__FamilyFirstCU, .HeaderAndPropertiesSection__contentBgFamilyFirstCU, .HeaderAndPropertiesSection__FamilyFirstCU .HeaderAndPropertiesSection__viewMoreButton{
        background:#A6D14D !important;
    }
.HeaderAndPropertiesSection__FamilyFirstCU:hover, .HeaderAndPropertiesSection__FamilyFirstCU .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(133, 167, 62) !important;
    }
.HeaderAndPropertiesSection__progressBarFamilyFirstCU{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#A6D14D;
        background:-webkit-gradient(linear,  right top, left top,  from(#A6D14D),color-stop(50%, #A6D14D),color-stop(51%, #A6D14D),to(#A6D14D));
        background:linear-gradient(to left,  #A6D14D 0%,#A6D14D 50%,#A6D14D 51%,#A6D14D 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverFamilyFirstCU{
        background:rgb(133, 167, 62);
    }
.HeaderAndPropertiesSection__buttonFamilyFirstCU{
        background:rgb(166, 209, 77);
        border:0.0625em solid rgb(166, 209, 77);
        color:white;
    }
.HeaderAndPropertiesSection__buttonFamilyFirstCU:hover, .HeaderAndPropertiesSection__buttonFamilyFirstCU:focus, .HeaderAndPropertiesSection__buttonFamilyFirstCU:active{
        background:rgb(133, 167, 62);
        border:0.0625em solid rgb(166, 209, 77);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteFamilyFirstCU{
        background:white;
        border:0.0625em solid rgb(166, 209, 77);
        color:rgb(166, 209, 77);
    }
.HeaderAndPropertiesSection__buttonWhiteFamilyFirstCU:hover, .HeaderAndPropertiesSection__buttonWhiteFamilyFirstCU:focus, .HeaderAndPropertiesSection__buttonWhiteFamilyFirstCU:active{
        background:rgb(133, 167, 62);
        border:0.0625em solid rgb(166, 209, 77);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderFamilyFirstCU{
      border:0.0625em solid rgb(166, 209, 77);
    }
.HeaderAndPropertiesSection__lenderBackgroundFamilyFirstCU .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(166, 209, 77);
      }
.HeaderAndPropertiesSection__lenderBackgroundFamilyFirstCU:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(133, 167, 62);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxFamilyFirstCU{
        border:0.125em solid #a6d14d;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordFamilyFirstCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordFamilyFirstCU:hover{
        border-left:0.0625em solid rgb(166, 209, 77);
        border-right:0.0625em solid rgb(166, 209, 77);
        border-bottom:0.0625em solid rgb(166, 209, 77);
    }
.HeaderAndPropertiesSection__productRecordFamilyFirstCU:hover .HeaderAndPropertiesSection__sortingDescriptionBorderFamilyFirstCU{
            background:rgb(166, 209, 77) !important;
            color:white;
        }
.HeaderAndPropertiesSection__FirefightersMB, .HeaderAndPropertiesSection__contentBgFirefightersMB, .HeaderAndPropertiesSection__FirefightersMB .HeaderAndPropertiesSection__viewMoreButton{
        background:#000000 !important;
    }
.HeaderAndPropertiesSection__FirefightersMB:hover, .HeaderAndPropertiesSection__FirefightersMB .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.HeaderAndPropertiesSection__progressBarFirefightersMB{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverFirefightersMB{
        background:rgb(51, 51, 51);
    }
.HeaderAndPropertiesSection__buttonFirefightersMB{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonFirefightersMB:hover, .HeaderAndPropertiesSection__buttonFirefightersMB:focus, .HeaderAndPropertiesSection__buttonFirefightersMB:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteFirefightersMB{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__buttonWhiteFirefightersMB:hover, .HeaderAndPropertiesSection__buttonWhiteFirefightersMB:focus, .HeaderAndPropertiesSection__buttonWhiteFirefightersMB:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderFirefightersMB{
      border:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundFirefightersMB .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundFirefightersMB:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxFirefightersMB{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordFirefightersMB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordFirefightersMB:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__productRecordFirefightersMB:hover .HeaderAndPropertiesSection__sortingDescriptionBorderFirefightersMB{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__GCMutualBank, .HeaderAndPropertiesSection__contentBgGCMutualBank, .HeaderAndPropertiesSection__GCMutualBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#04A987 !important;
    }
.HeaderAndPropertiesSection__GCMutualBank:hover, .HeaderAndPropertiesSection__GCMutualBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(3, 135, 108) !important;
    }
.HeaderAndPropertiesSection__progressBarGCMutualBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#04A987;
        background:-webkit-gradient(linear,  right top, left top,  from(#04A987),color-stop(50%, #04A987),color-stop(51%, #04A987),to(#04A987));
        background:linear-gradient(to left,  #04A987 0%,#04A987 50%,#04A987 51%,#04A987 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverGCMutualBank{
        background:rgb(3, 135, 108);
    }
.HeaderAndPropertiesSection__buttonGCMutualBank{
        background:rgb(4, 169, 135);
        border:0.0625em solid rgb(4, 169, 135);
        color:white;
    }
.HeaderAndPropertiesSection__buttonGCMutualBank:hover, .HeaderAndPropertiesSection__buttonGCMutualBank:focus, .HeaderAndPropertiesSection__buttonGCMutualBank:active{
        background:rgb(3, 135, 108);
        border:0.0625em solid rgb(4, 169, 135);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteGCMutualBank{
        background:white;
        border:0.0625em solid rgb(4, 169, 135);
        color:rgb(4, 169, 135);
    }
.HeaderAndPropertiesSection__buttonWhiteGCMutualBank:hover, .HeaderAndPropertiesSection__buttonWhiteGCMutualBank:focus, .HeaderAndPropertiesSection__buttonWhiteGCMutualBank:active{
        background:rgb(3, 135, 108);
        border:0.0625em solid rgb(4, 169, 135);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderGCMutualBank{
      border:0.0625em solid rgb(4, 169, 135);
    }
.HeaderAndPropertiesSection__lenderBackgroundGCMutualBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(4, 169, 135);
      }
.HeaderAndPropertiesSection__lenderBackgroundGCMutualBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(3, 135, 108);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxGCMutualBank{
        border:0.125em solid #04a987;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordGCMutualBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordGCMutualBank:hover{
        border-left:0.0625em solid rgb(4, 169, 135);
        border-right:0.0625em solid rgb(4, 169, 135);
        border-bottom:0.0625em solid rgb(4, 169, 135);
    }
.HeaderAndPropertiesSection__productRecordGCMutualBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderGCMutualBank{
            background:rgb(4, 169, 135) !important;
            color:white;
        }
.HeaderAndPropertiesSection__GeelongBank, .HeaderAndPropertiesSection__contentBgGeelongBank, .HeaderAndPropertiesSection__GeelongBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#23356E !important;
    }
.HeaderAndPropertiesSection__GeelongBank:hover, .HeaderAndPropertiesSection__GeelongBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(28, 42, 88) !important;
    }
.HeaderAndPropertiesSection__progressBarGeelongBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#23356E;
        background:-webkit-gradient(linear,  right top, left top,  from(#23356E),color-stop(50%, #23356E),color-stop(51%, #23356E),to(#23356E));
        background:linear-gradient(to left,  #23356E 0%,#23356E 50%,#23356E 51%,#23356E 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverGeelongBank{
        background:rgb(28, 42, 88);
    }
.HeaderAndPropertiesSection__buttonGeelongBank{
        background:rgb(35, 53, 110);
        border:0.0625em solid rgb(35, 53, 110);
        color:white;
    }
.HeaderAndPropertiesSection__buttonGeelongBank:hover, .HeaderAndPropertiesSection__buttonGeelongBank:focus, .HeaderAndPropertiesSection__buttonGeelongBank:active{
        background:rgb(28, 42, 88);
        border:0.0625em solid rgb(35, 53, 110);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteGeelongBank{
        background:white;
        border:0.0625em solid rgb(35, 53, 110);
        color:rgb(35, 53, 110);
    }
.HeaderAndPropertiesSection__buttonWhiteGeelongBank:hover, .HeaderAndPropertiesSection__buttonWhiteGeelongBank:focus, .HeaderAndPropertiesSection__buttonWhiteGeelongBank:active{
        background:rgb(28, 42, 88);
        border:0.0625em solid rgb(35, 53, 110);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderGeelongBank{
      border:0.0625em solid rgb(35, 53, 110);
    }
.HeaderAndPropertiesSection__lenderBackgroundGeelongBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(35, 53, 110);
      }
.HeaderAndPropertiesSection__lenderBackgroundGeelongBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(28, 42, 88);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxGeelongBank{
        border:0.125em solid #23356e;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordGeelongBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordGeelongBank:hover{
        border-left:0.0625em solid rgb(35, 53, 110);
        border-right:0.0625em solid rgb(35, 53, 110);
        border-bottom:0.0625em solid rgb(35, 53, 110);
    }
.HeaderAndPropertiesSection__productRecordGeelongBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderGeelongBank{
            background:rgb(35, 53, 110) !important;
            color:white;
        }
.HeaderAndPropertiesSection__GHL, .HeaderAndPropertiesSection__contentBgGHL, .HeaderAndPropertiesSection__GHL .HeaderAndPropertiesSection__viewMoreButton{
        background:#328B09 !important;
    }
.HeaderAndPropertiesSection__GHL:hover, .HeaderAndPropertiesSection__GHL .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(40, 111, 7) !important;
    }
.HeaderAndPropertiesSection__progressBarGHL{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#328B09;
        background:-webkit-gradient(linear,  right top, left top,  from(#328B09),color-stop(50%, #328B09),color-stop(51%, #328B09),to(#328B09));
        background:linear-gradient(to left,  #328B09 0%,#328B09 50%,#328B09 51%,#328B09 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverGHL{
        background:rgb(40, 111, 7);
    }
.HeaderAndPropertiesSection__buttonGHL{
        background:rgb(50, 139, 9);
        border:0.0625em solid rgb(50, 139, 9);
        color:white;
    }
.HeaderAndPropertiesSection__buttonGHL:hover, .HeaderAndPropertiesSection__buttonGHL:focus, .HeaderAndPropertiesSection__buttonGHL:active{
        background:rgb(40, 111, 7);
        border:0.0625em solid rgb(50, 139, 9);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteGHL{
        background:white;
        border:0.0625em solid rgb(50, 139, 9);
        color:rgb(50, 139, 9);
    }
.HeaderAndPropertiesSection__buttonWhiteGHL:hover, .HeaderAndPropertiesSection__buttonWhiteGHL:focus, .HeaderAndPropertiesSection__buttonWhiteGHL:active{
        background:rgb(40, 111, 7);
        border:0.0625em solid rgb(50, 139, 9);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderGHL{
      border:0.0625em solid rgb(50, 139, 9);
    }
.HeaderAndPropertiesSection__lenderBackgroundGHL .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(50, 139, 9);
      }
.HeaderAndPropertiesSection__lenderBackgroundGHL:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(40, 111, 7);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxGHL{
        border:0.125em solid #328b09;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordGHL{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordGHL:hover{
        border-left:0.0625em solid rgb(50, 139, 9);
        border-right:0.0625em solid rgb(50, 139, 9);
        border-bottom:0.0625em solid rgb(50, 139, 9);
    }
.HeaderAndPropertiesSection__productRecordGHL:hover .HeaderAndPropertiesSection__sortingDescriptionBorderGHL{
            background:rgb(50, 139, 9) !important;
            color:white;
        }
.HeaderAndPropertiesSection__GreaterBuilding, .HeaderAndPropertiesSection__contentBgGreaterBuilding, .HeaderAndPropertiesSection__GreaterBuilding .HeaderAndPropertiesSection__viewMoreButton{
        background:#1F2A44 !important;
    }
.HeaderAndPropertiesSection__GreaterBuilding:hover, .HeaderAndPropertiesSection__GreaterBuilding .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(25, 34, 54) !important;
    }
.HeaderAndPropertiesSection__progressBarGreaterBuilding{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#1F2A44;
        background:-webkit-gradient(linear,  right top, left top,  from(#1F2A44),color-stop(50%, #1F2A44),color-stop(51%, #1F2A44),to(#1F2A44));
        background:linear-gradient(to left,  #1F2A44 0%,#1F2A44 50%,#1F2A44 51%,#1F2A44 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverGreaterBuilding{
        background:rgb(25, 34, 54);
    }
.HeaderAndPropertiesSection__buttonGreaterBuilding{
        background:rgb(31, 42, 68);
        border:0.0625em solid rgb(31, 42, 68);
        color:white;
    }
.HeaderAndPropertiesSection__buttonGreaterBuilding:hover, .HeaderAndPropertiesSection__buttonGreaterBuilding:focus, .HeaderAndPropertiesSection__buttonGreaterBuilding:active{
        background:rgb(25, 34, 54);
        border:0.0625em solid rgb(31, 42, 68);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteGreaterBuilding{
        background:white;
        border:0.0625em solid rgb(31, 42, 68);
        color:rgb(31, 42, 68);
    }
.HeaderAndPropertiesSection__buttonWhiteGreaterBuilding:hover, .HeaderAndPropertiesSection__buttonWhiteGreaterBuilding:focus, .HeaderAndPropertiesSection__buttonWhiteGreaterBuilding:active{
        background:rgb(25, 34, 54);
        border:0.0625em solid rgb(31, 42, 68);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderGreaterBuilding{
      border:0.0625em solid rgb(31, 42, 68);
    }
.HeaderAndPropertiesSection__lenderBackgroundGreaterBuilding .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(31, 42, 68);
      }
.HeaderAndPropertiesSection__lenderBackgroundGreaterBuilding:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(25, 34, 54);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxGreaterBuilding{
        border:0.125em solid #1f2a44;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordGreaterBuilding{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordGreaterBuilding:hover{
        border-left:0.0625em solid rgb(31, 42, 68);
        border-right:0.0625em solid rgb(31, 42, 68);
        border-bottom:0.0625em solid rgb(31, 42, 68);
    }
.HeaderAndPropertiesSection__productRecordGreaterBuilding:hover .HeaderAndPropertiesSection__sortingDescriptionBorderGreaterBuilding{
            background:rgb(31, 42, 68) !important;
            color:white;
        }
.HeaderAndPropertiesSection__GoulburnMurrayCU, .HeaderAndPropertiesSection__contentBgGoulburnMurrayCU, .HeaderAndPropertiesSection__GoulburnMurrayCU .HeaderAndPropertiesSection__viewMoreButton{
        background:#215A3F !important;
    }
.HeaderAndPropertiesSection__GoulburnMurrayCU:hover, .HeaderAndPropertiesSection__GoulburnMurrayCU .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(26, 72, 50) !important;
    }
.HeaderAndPropertiesSection__progressBarGoulburnMurrayCU{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#215A3F;
        background:-webkit-gradient(linear,  right top, left top,  from(#215A3F),color-stop(50%, #215A3F),color-stop(51%, #215A3F),to(#215A3F));
        background:linear-gradient(to left,  #215A3F 0%,#215A3F 50%,#215A3F 51%,#215A3F 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverGoulburnMurrayCU{
        background:rgb(26, 72, 50);
    }
.HeaderAndPropertiesSection__buttonGoulburnMurrayCU{
        background:rgb(33, 90, 63);
        border:0.0625em solid rgb(33, 90, 63);
        color:white;
    }
.HeaderAndPropertiesSection__buttonGoulburnMurrayCU:hover, .HeaderAndPropertiesSection__buttonGoulburnMurrayCU:focus, .HeaderAndPropertiesSection__buttonGoulburnMurrayCU:active{
        background:rgb(26, 72, 50);
        border:0.0625em solid rgb(33, 90, 63);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteGoulburnMurrayCU{
        background:white;
        border:0.0625em solid rgb(33, 90, 63);
        color:rgb(33, 90, 63);
    }
.HeaderAndPropertiesSection__buttonWhiteGoulburnMurrayCU:hover, .HeaderAndPropertiesSection__buttonWhiteGoulburnMurrayCU:focus, .HeaderAndPropertiesSection__buttonWhiteGoulburnMurrayCU:active{
        background:rgb(26, 72, 50);
        border:0.0625em solid rgb(33, 90, 63);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderGoulburnMurrayCU{
      border:0.0625em solid rgb(33, 90, 63);
    }
.HeaderAndPropertiesSection__lenderBackgroundGoulburnMurrayCU .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(33, 90, 63);
      }
.HeaderAndPropertiesSection__lenderBackgroundGoulburnMurrayCU:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(26, 72, 50);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxGoulburnMurrayCU{
        border:0.125em solid #215a3f;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordGoulburnMurrayCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordGoulburnMurrayCU:hover{
        border-left:0.0625em solid rgb(33, 90, 63);
        border-right:0.0625em solid rgb(33, 90, 63);
        border-bottom:0.0625em solid rgb(33, 90, 63);
    }
.HeaderAndPropertiesSection__productRecordGoulburnMurrayCU:hover .HeaderAndPropertiesSection__sortingDescriptionBorderGoulburnMurrayCU{
            background:rgb(33, 90, 63) !important;
            color:white;
        }
.HeaderAndPropertiesSection__HorizonCU, .HeaderAndPropertiesSection__contentBgHorizonCU, .HeaderAndPropertiesSection__HorizonCU .HeaderAndPropertiesSection__viewMoreButton{
        background:#F67318 !important;
    }
.HeaderAndPropertiesSection__HorizonCU:hover, .HeaderAndPropertiesSection__HorizonCU .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(197, 92, 19) !important;
    }
.HeaderAndPropertiesSection__progressBarHorizonCU{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#F67318;
        background:-webkit-gradient(linear,  right top, left top,  from(#F67318),color-stop(50%, #F67318),color-stop(51%, #F67318),to(#F67318));
        background:linear-gradient(to left,  #F67318 0%,#F67318 50%,#F67318 51%,#F67318 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverHorizonCU{
        background:rgb(197, 92, 19);
    }
.HeaderAndPropertiesSection__buttonHorizonCU{
        background:rgb(246, 115, 24);
        border:0.0625em solid rgb(246, 115, 24);
        color:white;
    }
.HeaderAndPropertiesSection__buttonHorizonCU:hover, .HeaderAndPropertiesSection__buttonHorizonCU:focus, .HeaderAndPropertiesSection__buttonHorizonCU:active{
        background:rgb(197, 92, 19);
        border:0.0625em solid rgb(246, 115, 24);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteHorizonCU{
        background:white;
        border:0.0625em solid rgb(246, 115, 24);
        color:rgb(246, 115, 24);
    }
.HeaderAndPropertiesSection__buttonWhiteHorizonCU:hover, .HeaderAndPropertiesSection__buttonWhiteHorizonCU:focus, .HeaderAndPropertiesSection__buttonWhiteHorizonCU:active{
        background:rgb(197, 92, 19);
        border:0.0625em solid rgb(246, 115, 24);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderHorizonCU{
      border:0.0625em solid rgb(246, 115, 24);
    }
.HeaderAndPropertiesSection__lenderBackgroundHorizonCU .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(246, 115, 24);
      }
.HeaderAndPropertiesSection__lenderBackgroundHorizonCU:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(197, 92, 19);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxHorizonCU{
        border:0.125em solid #f67318;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordHorizonCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordHorizonCU:hover{
        border-left:0.0625em solid rgb(246, 115, 24);
        border-right:0.0625em solid rgb(246, 115, 24);
        border-bottom:0.0625em solid rgb(246, 115, 24);
    }
.HeaderAndPropertiesSection__productRecordHorizonCU:hover .HeaderAndPropertiesSection__sortingDescriptionBorderHorizonCU{
            background:rgb(246, 115, 24) !important;
            color:white;
        }
.HeaderAndPropertiesSection__HSF, .HeaderAndPropertiesSection__contentBgHSF, .HeaderAndPropertiesSection__HSF .HeaderAndPropertiesSection__viewMoreButton{
        background:#0C2744 !important;
    }
.HeaderAndPropertiesSection__HSF:hover, .HeaderAndPropertiesSection__HSF .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(10, 31, 54) !important;
    }
.HeaderAndPropertiesSection__progressBarHSF{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#0C2744;
        background:-webkit-gradient(linear,  right top, left top,  from(#0C2744),color-stop(50%, #0C2744),color-stop(51%, #0C2744),to(#0C2744));
        background:linear-gradient(to left,  #0C2744 0%,#0C2744 50%,#0C2744 51%,#0C2744 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverHSF{
        background:rgb(10, 31, 54);
    }
.HeaderAndPropertiesSection__buttonHSF{
        background:rgb(12, 39, 68);
        border:0.0625em solid rgb(12, 39, 68);
        color:white;
    }
.HeaderAndPropertiesSection__buttonHSF:hover, .HeaderAndPropertiesSection__buttonHSF:focus, .HeaderAndPropertiesSection__buttonHSF:active{
        background:rgb(10, 31, 54);
        border:0.0625em solid rgb(12, 39, 68);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteHSF{
        background:white;
        border:0.0625em solid rgb(12, 39, 68);
        color:rgb(12, 39, 68);
    }
.HeaderAndPropertiesSection__buttonWhiteHSF:hover, .HeaderAndPropertiesSection__buttonWhiteHSF:focus, .HeaderAndPropertiesSection__buttonWhiteHSF:active{
        background:rgb(10, 31, 54);
        border:0.0625em solid rgb(12, 39, 68);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderHSF{
      border:0.0625em solid rgb(12, 39, 68);
    }
.HeaderAndPropertiesSection__lenderBackgroundHSF .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(12, 39, 68);
      }
.HeaderAndPropertiesSection__lenderBackgroundHSF:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(10, 31, 54);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxHSF{
        border:0.125em solid #0c2744;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordHSF{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordHSF:hover{
        border-left:0.0625em solid rgb(12, 39, 68);
        border-right:0.0625em solid rgb(12, 39, 68);
        border-bottom:0.0625em solid rgb(12, 39, 68);
    }
.HeaderAndPropertiesSection__productRecordHSF:hover .HeaderAndPropertiesSection__sortingDescriptionBorderHSF{
            background:rgb(12, 39, 68) !important;
            color:white;
        }
.HeaderAndPropertiesSection__HUME, .HeaderAndPropertiesSection__contentBgHUME, .HeaderAndPropertiesSection__HUME .HeaderAndPropertiesSection__viewMoreButton{
        background:#002A5C !important;
    }
.HeaderAndPropertiesSection__HUME:hover, .HeaderAndPropertiesSection__HUME .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 34, 74) !important;
    }
.HeaderAndPropertiesSection__progressBarHUME{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#002A5C;
        background:-webkit-gradient(linear,  right top, left top,  from(#002A5C),color-stop(50%, #002A5C),color-stop(51%, #002A5C),to(#002A5C));
        background:linear-gradient(to left,  #002A5C 0%,#002A5C 50%,#002A5C 51%,#002A5C 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverHUME{
        background:rgb(0, 34, 74);
    }
.HeaderAndPropertiesSection__buttonHUME{
        background:rgb(0, 42, 92);
        border:0.0625em solid rgb(0, 42, 92);
        color:white;
    }
.HeaderAndPropertiesSection__buttonHUME:hover, .HeaderAndPropertiesSection__buttonHUME:focus, .HeaderAndPropertiesSection__buttonHUME:active{
        background:rgb(0, 34, 74);
        border:0.0625em solid rgb(0, 42, 92);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteHUME{
        background:white;
        border:0.0625em solid rgb(0, 42, 92);
        color:rgb(0, 42, 92);
    }
.HeaderAndPropertiesSection__buttonWhiteHUME:hover, .HeaderAndPropertiesSection__buttonWhiteHUME:focus, .HeaderAndPropertiesSection__buttonWhiteHUME:active{
        background:rgb(0, 34, 74);
        border:0.0625em solid rgb(0, 42, 92);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderHUME{
      border:0.0625em solid rgb(0, 42, 92);
    }
.HeaderAndPropertiesSection__lenderBackgroundHUME .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 42, 92);
      }
.HeaderAndPropertiesSection__lenderBackgroundHUME:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 34, 74);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxHUME{
        border:0.125em solid #002a5c;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordHUME{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordHUME:hover{
        border-left:0.0625em solid rgb(0, 42, 92);
        border-right:0.0625em solid rgb(0, 42, 92);
        border-bottom:0.0625em solid rgb(0, 42, 92);
    }
.HeaderAndPropertiesSection__productRecordHUME:hover .HeaderAndPropertiesSection__sortingDescriptionBorderHUME{
            background:rgb(0, 42, 92) !important;
            color:white;
        }
.HeaderAndPropertiesSection__IMB, .HeaderAndPropertiesSection__contentBgIMB, .HeaderAndPropertiesSection__IMB .HeaderAndPropertiesSection__viewMoreButton{
        background:#008877 !important;
    }
.HeaderAndPropertiesSection__IMB:hover, .HeaderAndPropertiesSection__IMB .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 109, 95) !important;
    }
.HeaderAndPropertiesSection__progressBarIMB{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#008877;
        background:-webkit-gradient(linear,  right top, left top,  from(#008877),color-stop(50%, #008877),color-stop(51%, #008877),to(#008877));
        background:linear-gradient(to left,  #008877 0%,#008877 50%,#008877 51%,#008877 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverIMB{
        background:rgb(0, 109, 95);
    }
.HeaderAndPropertiesSection__buttonIMB{
        background:rgb(0, 136, 119);
        border:0.0625em solid rgb(0, 136, 119);
        color:white;
    }
.HeaderAndPropertiesSection__buttonIMB:hover, .HeaderAndPropertiesSection__buttonIMB:focus, .HeaderAndPropertiesSection__buttonIMB:active{
        background:rgb(0, 109, 95);
        border:0.0625em solid rgb(0, 136, 119);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteIMB{
        background:white;
        border:0.0625em solid rgb(0, 136, 119);
        color:rgb(0, 136, 119);
    }
.HeaderAndPropertiesSection__buttonWhiteIMB:hover, .HeaderAndPropertiesSection__buttonWhiteIMB:focus, .HeaderAndPropertiesSection__buttonWhiteIMB:active{
        background:rgb(0, 109, 95);
        border:0.0625em solid rgb(0, 136, 119);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderIMB{
      border:0.0625em solid rgb(0, 136, 119);
    }
.HeaderAndPropertiesSection__lenderBackgroundIMB .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 136, 119);
      }
.HeaderAndPropertiesSection__lenderBackgroundIMB:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 109, 95);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxIMB{
        border:0.125em solid #008877;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordIMB{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordIMB:hover{
        border-left:0.0625em solid rgb(0, 136, 119);
        border-right:0.0625em solid rgb(0, 136, 119);
        border-bottom:0.0625em solid rgb(0, 136, 119);
    }
.HeaderAndPropertiesSection__productRecordIMB:hover .HeaderAndPropertiesSection__sortingDescriptionBorderIMB{
            background:rgb(0, 136, 119) !important;
            color:white;
        }
.HeaderAndPropertiesSection__IllawarraCU, .HeaderAndPropertiesSection__contentBgIllawarraCU, .HeaderAndPropertiesSection__IllawarraCU .HeaderAndPropertiesSection__viewMoreButton{
        background:#A63A40 !important;
    }
.HeaderAndPropertiesSection__IllawarraCU:hover, .HeaderAndPropertiesSection__IllawarraCU .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(133, 46, 51) !important;
    }
.HeaderAndPropertiesSection__progressBarIllawarraCU{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#A63A40;
        background:-webkit-gradient(linear,  right top, left top,  from(#A63A40),color-stop(50%, #A63A40),color-stop(51%, #A63A40),to(#A63A40));
        background:linear-gradient(to left,  #A63A40 0%,#A63A40 50%,#A63A40 51%,#A63A40 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverIllawarraCU{
        background:rgb(133, 46, 51);
    }
.HeaderAndPropertiesSection__buttonIllawarraCU{
        background:rgb(166, 58, 64);
        border:0.0625em solid rgb(166, 58, 64);
        color:white;
    }
.HeaderAndPropertiesSection__buttonIllawarraCU:hover, .HeaderAndPropertiesSection__buttonIllawarraCU:focus, .HeaderAndPropertiesSection__buttonIllawarraCU:active{
        background:rgb(133, 46, 51);
        border:0.0625em solid rgb(166, 58, 64);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteIllawarraCU{
        background:white;
        border:0.0625em solid rgb(166, 58, 64);
        color:rgb(166, 58, 64);
    }
.HeaderAndPropertiesSection__buttonWhiteIllawarraCU:hover, .HeaderAndPropertiesSection__buttonWhiteIllawarraCU:focus, .HeaderAndPropertiesSection__buttonWhiteIllawarraCU:active{
        background:rgb(133, 46, 51);
        border:0.0625em solid rgb(166, 58, 64);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderIllawarraCU{
      border:0.0625em solid rgb(166, 58, 64);
    }
.HeaderAndPropertiesSection__lenderBackgroundIllawarraCU .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(166, 58, 64);
      }
.HeaderAndPropertiesSection__lenderBackgroundIllawarraCU:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(133, 46, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxIllawarraCU{
        border:0.125em solid #a63a40;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordIllawarraCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordIllawarraCU:hover{
        border-left:0.0625em solid rgb(166, 58, 64);
        border-right:0.0625em solid rgb(166, 58, 64);
        border-bottom:0.0625em solid rgb(166, 58, 64);
    }
.HeaderAndPropertiesSection__productRecordIllawarraCU:hover .HeaderAndPropertiesSection__sortingDescriptionBorderIllawarraCU{
            background:rgb(166, 58, 64) !important;
            color:white;
        }
.HeaderAndPropertiesSection__LaboratoriesCU, .HeaderAndPropertiesSection__contentBgLaboratoriesCU, .HeaderAndPropertiesSection__LaboratoriesCU .HeaderAndPropertiesSection__viewMoreButton{
        background:#EE3224 !important;
    }
.HeaderAndPropertiesSection__LaboratoriesCU:hover, .HeaderAndPropertiesSection__LaboratoriesCU .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(190, 40, 29) !important;
    }
.HeaderAndPropertiesSection__progressBarLaboratoriesCU{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#EE3224;
        background:-webkit-gradient(linear,  right top, left top,  from(#EE3224),color-stop(50%, #EE3224),color-stop(51%, #EE3224),to(#EE3224));
        background:linear-gradient(to left,  #EE3224 0%,#EE3224 50%,#EE3224 51%,#EE3224 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverLaboratoriesCU{
        background:rgb(190, 40, 29);
    }
.HeaderAndPropertiesSection__buttonLaboratoriesCU{
        background:rgb(238, 50, 36);
        border:0.0625em solid rgb(238, 50, 36);
        color:white;
    }
.HeaderAndPropertiesSection__buttonLaboratoriesCU:hover, .HeaderAndPropertiesSection__buttonLaboratoriesCU:focus, .HeaderAndPropertiesSection__buttonLaboratoriesCU:active{
        background:rgb(190, 40, 29);
        border:0.0625em solid rgb(238, 50, 36);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteLaboratoriesCU{
        background:white;
        border:0.0625em solid rgb(238, 50, 36);
        color:rgb(238, 50, 36);
    }
.HeaderAndPropertiesSection__buttonWhiteLaboratoriesCU:hover, .HeaderAndPropertiesSection__buttonWhiteLaboratoriesCU:focus, .HeaderAndPropertiesSection__buttonWhiteLaboratoriesCU:active{
        background:rgb(190, 40, 29);
        border:0.0625em solid rgb(238, 50, 36);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderLaboratoriesCU{
      border:0.0625em solid rgb(238, 50, 36);
    }
.HeaderAndPropertiesSection__lenderBackgroundLaboratoriesCU .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(238, 50, 36);
      }
.HeaderAndPropertiesSection__lenderBackgroundLaboratoriesCU:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(190, 40, 29);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxLaboratoriesCU{
        border:0.125em solid #ee3224;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordLaboratoriesCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordLaboratoriesCU:hover{
        border-left:0.0625em solid rgb(238, 50, 36);
        border-right:0.0625em solid rgb(238, 50, 36);
        border-bottom:0.0625em solid rgb(238, 50, 36);
    }
.HeaderAndPropertiesSection__productRecordLaboratoriesCU:hover .HeaderAndPropertiesSection__sortingDescriptionBorderLaboratoriesCU{
            background:rgb(238, 50, 36) !important;
            color:white;
        }
.HeaderAndPropertiesSection__LutheranLL, .HeaderAndPropertiesSection__contentBgLutheranLL, .HeaderAndPropertiesSection__LutheranLL .HeaderAndPropertiesSection__viewMoreButton{
        background:#887C73 !important;
    }
.HeaderAndPropertiesSection__LutheranLL:hover, .HeaderAndPropertiesSection__LutheranLL .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(109, 99, 92) !important;
    }
.HeaderAndPropertiesSection__progressBarLutheranLL{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#887C73;
        background:-webkit-gradient(linear,  right top, left top,  from(#887C73),color-stop(50%, #887C73),color-stop(51%, #887C73),to(#887C73));
        background:linear-gradient(to left,  #887C73 0%,#887C73 50%,#887C73 51%,#887C73 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverLutheranLL{
        background:rgb(109, 99, 92);
    }
.HeaderAndPropertiesSection__buttonLutheranLL{
        background:rgb(136, 124, 115);
        border:0.0625em solid rgb(136, 124, 115);
        color:white;
    }
.HeaderAndPropertiesSection__buttonLutheranLL:hover, .HeaderAndPropertiesSection__buttonLutheranLL:focus, .HeaderAndPropertiesSection__buttonLutheranLL:active{
        background:rgb(109, 99, 92);
        border:0.0625em solid rgb(136, 124, 115);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteLutheranLL{
        background:white;
        border:0.0625em solid rgb(136, 124, 115);
        color:rgb(136, 124, 115);
    }
.HeaderAndPropertiesSection__buttonWhiteLutheranLL:hover, .HeaderAndPropertiesSection__buttonWhiteLutheranLL:focus, .HeaderAndPropertiesSection__buttonWhiteLutheranLL:active{
        background:rgb(109, 99, 92);
        border:0.0625em solid rgb(136, 124, 115);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderLutheranLL{
      border:0.0625em solid rgb(136, 124, 115);
    }
.HeaderAndPropertiesSection__lenderBackgroundLutheranLL .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(136, 124, 115);
      }
.HeaderAndPropertiesSection__lenderBackgroundLutheranLL:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(109, 99, 92);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxLutheranLL{
        border:0.125em solid #887c73;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordLutheranLL{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordLutheranLL:hover{
        border-left:0.0625em solid rgb(136, 124, 115);
        border-right:0.0625em solid rgb(136, 124, 115);
        border-bottom:0.0625em solid rgb(136, 124, 115);
    }
.HeaderAndPropertiesSection__productRecordLutheranLL:hover .HeaderAndPropertiesSection__sortingDescriptionBorderLutheranLL{
            background:rgb(136, 124, 115) !important;
            color:white;
        }
.HeaderAndPropertiesSection__MyStateBank, .HeaderAndPropertiesSection__contentBgMyStateBank, .HeaderAndPropertiesSection__MyStateBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#004E57 !important;
    }
.HeaderAndPropertiesSection__MyStateBank:hover, .HeaderAndPropertiesSection__MyStateBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 62, 70) !important;
    }
.HeaderAndPropertiesSection__progressBarMyStateBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#004E57;
        background:-webkit-gradient(linear,  right top, left top,  from(#004E57),color-stop(50%, #004E57),color-stop(51%, #004E57),to(#004E57));
        background:linear-gradient(to left,  #004E57 0%,#004E57 50%,#004E57 51%,#004E57 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverMyStateBank{
        background:rgb(0, 62, 70);
    }
.HeaderAndPropertiesSection__buttonMyStateBank{
        background:rgb(0, 78, 87);
        border:0.0625em solid rgb(0, 78, 87);
        color:white;
    }
.HeaderAndPropertiesSection__buttonMyStateBank:hover, .HeaderAndPropertiesSection__buttonMyStateBank:focus, .HeaderAndPropertiesSection__buttonMyStateBank:active{
        background:rgb(0, 62, 70);
        border:0.0625em solid rgb(0, 78, 87);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteMyStateBank{
        background:white;
        border:0.0625em solid rgb(0, 78, 87);
        color:rgb(0, 78, 87);
    }
.HeaderAndPropertiesSection__buttonWhiteMyStateBank:hover, .HeaderAndPropertiesSection__buttonWhiteMyStateBank:focus, .HeaderAndPropertiesSection__buttonWhiteMyStateBank:active{
        background:rgb(0, 62, 70);
        border:0.0625em solid rgb(0, 78, 87);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderMyStateBank{
      border:0.0625em solid rgb(0, 78, 87);
    }
.HeaderAndPropertiesSection__lenderBackgroundMyStateBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 78, 87);
      }
.HeaderAndPropertiesSection__lenderBackgroundMyStateBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 62, 70);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxMyStateBank{
        border:0.125em solid #004e57;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordMyStateBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordMyStateBank:hover{
        border-left:0.0625em solid rgb(0, 78, 87);
        border-right:0.0625em solid rgb(0, 78, 87);
        border-bottom:0.0625em solid rgb(0, 78, 87);
    }
.HeaderAndPropertiesSection__productRecordMyStateBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderMyStateBank{
            background:rgb(0, 78, 87) !important;
            color:white;
        }
.HeaderAndPropertiesSection__NewCastle, .HeaderAndPropertiesSection__contentBgNewCastle, .HeaderAndPropertiesSection__NewCastle .HeaderAndPropertiesSection__viewMoreButton{
        background:#000000 !important;
    }
.HeaderAndPropertiesSection__NewCastle:hover, .HeaderAndPropertiesSection__NewCastle .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.HeaderAndPropertiesSection__progressBarNewCastle{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverNewCastle{
        background:rgb(51, 51, 51);
    }
.HeaderAndPropertiesSection__buttonNewCastle{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonNewCastle:hover, .HeaderAndPropertiesSection__buttonNewCastle:focus, .HeaderAndPropertiesSection__buttonNewCastle:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteNewCastle{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__buttonWhiteNewCastle:hover, .HeaderAndPropertiesSection__buttonWhiteNewCastle:focus, .HeaderAndPropertiesSection__buttonWhiteNewCastle:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderNewCastle{
      border:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundNewCastle .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundNewCastle:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxNewCastle{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordNewCastle{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordNewCastle:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__productRecordNewCastle:hover .HeaderAndPropertiesSection__sortingDescriptionBorderNewCastle{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__NorthernInlandCU, .HeaderAndPropertiesSection__contentBgNorthernInlandCU, .HeaderAndPropertiesSection__NorthernInlandCU .HeaderAndPropertiesSection__viewMoreButton{
        background:#0098D8 !important;
    }
.HeaderAndPropertiesSection__NorthernInlandCU:hover, .HeaderAndPropertiesSection__NorthernInlandCU .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 122, 173) !important;
    }
.HeaderAndPropertiesSection__progressBarNorthernInlandCU{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#0098D8;
        background:-webkit-gradient(linear,  right top, left top,  from(#0098D8),color-stop(50%, #0098D8),color-stop(51%, #0098D8),to(#0098D8));
        background:linear-gradient(to left,  #0098D8 0%,#0098D8 50%,#0098D8 51%,#0098D8 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverNorthernInlandCU{
        background:rgb(0, 122, 173);
    }
.HeaderAndPropertiesSection__buttonNorthernInlandCU{
        background:rgb(0, 152, 216);
        border:0.0625em solid rgb(0, 152, 216);
        color:white;
    }
.HeaderAndPropertiesSection__buttonNorthernInlandCU:hover, .HeaderAndPropertiesSection__buttonNorthernInlandCU:focus, .HeaderAndPropertiesSection__buttonNorthernInlandCU:active{
        background:rgb(0, 122, 173);
        border:0.0625em solid rgb(0, 152, 216);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteNorthernInlandCU{
        background:white;
        border:0.0625em solid rgb(0, 152, 216);
        color:rgb(0, 152, 216);
    }
.HeaderAndPropertiesSection__buttonWhiteNorthernInlandCU:hover, .HeaderAndPropertiesSection__buttonWhiteNorthernInlandCU:focus, .HeaderAndPropertiesSection__buttonWhiteNorthernInlandCU:active{
        background:rgb(0, 122, 173);
        border:0.0625em solid rgb(0, 152, 216);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderNorthernInlandCU{
      border:0.0625em solid rgb(0, 152, 216);
    }
.HeaderAndPropertiesSection__lenderBackgroundNorthernInlandCU .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 152, 216);
      }
.HeaderAndPropertiesSection__lenderBackgroundNorthernInlandCU:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 122, 173);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxNorthernInlandCU{
        border:0.125em solid #0098d8;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordNorthernInlandCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordNorthernInlandCU:hover{
        border-left:0.0625em solid rgb(0, 152, 216);
        border-right:0.0625em solid rgb(0, 152, 216);
        border-bottom:0.0625em solid rgb(0, 152, 216);
    }
.HeaderAndPropertiesSection__productRecordNorthernInlandCU:hover .HeaderAndPropertiesSection__sortingDescriptionBorderNorthernInlandCU{
            background:rgb(0, 152, 216) !important;
            color:white;
        }
.HeaderAndPropertiesSection__NovaAllianceBank, .HeaderAndPropertiesSection__contentBgNovaAllianceBank, .HeaderAndPropertiesSection__NovaAllianceBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#0071BB !important;
    }
.HeaderAndPropertiesSection__NovaAllianceBank:hover, .HeaderAndPropertiesSection__NovaAllianceBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 90, 150) !important;
    }
.HeaderAndPropertiesSection__progressBarNovaAllianceBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#0071BB;
        background:-webkit-gradient(linear,  right top, left top,  from(#0071BB),color-stop(50%, #0071BB),color-stop(51%, #0071BB),to(#0071BB));
        background:linear-gradient(to left,  #0071BB 0%,#0071BB 50%,#0071BB 51%,#0071BB 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverNovaAllianceBank{
        background:rgb(0, 90, 150);
    }
.HeaderAndPropertiesSection__buttonNovaAllianceBank{
        background:rgb(0, 113, 187);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.HeaderAndPropertiesSection__buttonNovaAllianceBank:hover, .HeaderAndPropertiesSection__buttonNovaAllianceBank:focus, .HeaderAndPropertiesSection__buttonNovaAllianceBank:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteNovaAllianceBank{
        background:white;
        border:0.0625em solid rgb(0, 113, 187);
        color:rgb(0, 113, 187);
    }
.HeaderAndPropertiesSection__buttonWhiteNovaAllianceBank:hover, .HeaderAndPropertiesSection__buttonWhiteNovaAllianceBank:focus, .HeaderAndPropertiesSection__buttonWhiteNovaAllianceBank:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderNovaAllianceBank{
      border:0.0625em solid rgb(0, 113, 187);
    }
.HeaderAndPropertiesSection__lenderBackgroundNovaAllianceBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 113, 187);
      }
.HeaderAndPropertiesSection__lenderBackgroundNovaAllianceBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 90, 150);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxNovaAllianceBank{
        border:0.125em solid #0071bb;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordNovaAllianceBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordNovaAllianceBank:hover{
        border-left:0.0625em solid rgb(0, 113, 187);
        border-right:0.0625em solid rgb(0, 113, 187);
        border-bottom:0.0625em solid rgb(0, 113, 187);
    }
.HeaderAndPropertiesSection__productRecordNovaAllianceBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderNovaAllianceBank{
            background:rgb(0, 113, 187) !important;
            color:white;
        }
.HeaderAndPropertiesSection__OrangeCU, .HeaderAndPropertiesSection__contentBgOrangeCU, .HeaderAndPropertiesSection__OrangeCU .HeaderAndPropertiesSection__viewMoreButton{
        background:#F58027 !important;
    }
.HeaderAndPropertiesSection__OrangeCU:hover, .HeaderAndPropertiesSection__OrangeCU .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(196, 102, 31) !important;
    }
.HeaderAndPropertiesSection__progressBarOrangeCU{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#F58027;
        background:-webkit-gradient(linear,  right top, left top,  from(#F58027),color-stop(50%, #F58027),color-stop(51%, #F58027),to(#F58027));
        background:linear-gradient(to left,  #F58027 0%,#F58027 50%,#F58027 51%,#F58027 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverOrangeCU{
        background:rgb(196, 102, 31);
    }
.HeaderAndPropertiesSection__buttonOrangeCU{
        background:rgb(245, 128, 39);
        border:0.0625em solid rgb(245, 128, 39);
        color:white;
    }
.HeaderAndPropertiesSection__buttonOrangeCU:hover, .HeaderAndPropertiesSection__buttonOrangeCU:focus, .HeaderAndPropertiesSection__buttonOrangeCU:active{
        background:rgb(196, 102, 31);
        border:0.0625em solid rgb(245, 128, 39);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteOrangeCU{
        background:white;
        border:0.0625em solid rgb(245, 128, 39);
        color:rgb(245, 128, 39);
    }
.HeaderAndPropertiesSection__buttonWhiteOrangeCU:hover, .HeaderAndPropertiesSection__buttonWhiteOrangeCU:focus, .HeaderAndPropertiesSection__buttonWhiteOrangeCU:active{
        background:rgb(196, 102, 31);
        border:0.0625em solid rgb(245, 128, 39);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderOrangeCU{
      border:0.0625em solid rgb(245, 128, 39);
    }
.HeaderAndPropertiesSection__lenderBackgroundOrangeCU .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(245, 128, 39);
      }
.HeaderAndPropertiesSection__lenderBackgroundOrangeCU:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(196, 102, 31);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxOrangeCU{
        border:0.125em solid #f58027;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordOrangeCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordOrangeCU:hover{
        border-left:0.0625em solid rgb(245, 128, 39);
        border-right:0.0625em solid rgb(245, 128, 39);
        border-bottom:0.0625em solid rgb(245, 128, 39);
    }
.HeaderAndPropertiesSection__productRecordOrangeCU:hover .HeaderAndPropertiesSection__sortingDescriptionBorderOrangeCU{
            background:rgb(245, 128, 39) !important;
            color:white;
        }
.HeaderAndPropertiesSection__PoliceBank, .HeaderAndPropertiesSection__contentBgPoliceBank, .HeaderAndPropertiesSection__PoliceBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#FFBB00 !important;
    }
.HeaderAndPropertiesSection__PoliceBank:hover, .HeaderAndPropertiesSection__PoliceBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(204, 150, 0) !important;
    }
.HeaderAndPropertiesSection__progressBarPoliceBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#FFBB00;
        background:-webkit-gradient(linear,  right top, left top,  from(#FFBB00),color-stop(50%, #FFBB00),color-stop(51%, #FFBB00),to(#FFBB00));
        background:linear-gradient(to left,  #FFBB00 0%,#FFBB00 50%,#FFBB00 51%,#FFBB00 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverPoliceBank{
        background:rgb(204, 150, 0);
    }
.HeaderAndPropertiesSection__buttonPoliceBank{
        background:rgb(255, 187, 0);
        border:0.0625em solid rgb(255, 187, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonPoliceBank:hover, .HeaderAndPropertiesSection__buttonPoliceBank:focus, .HeaderAndPropertiesSection__buttonPoliceBank:active{
        background:rgb(204, 150, 0);
        border:0.0625em solid rgb(255, 187, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhitePoliceBank{
        background:white;
        border:0.0625em solid rgb(255, 187, 0);
        color:rgb(255, 187, 0);
    }
.HeaderAndPropertiesSection__buttonWhitePoliceBank:hover, .HeaderAndPropertiesSection__buttonWhitePoliceBank:focus, .HeaderAndPropertiesSection__buttonWhitePoliceBank:active{
        background:rgb(204, 150, 0);
        border:0.0625em solid rgb(255, 187, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderPoliceBank{
      border:0.0625em solid rgb(255, 187, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundPoliceBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(255, 187, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundPoliceBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(204, 150, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxPoliceBank{
        border:0.125em solid #ffbb00;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordPoliceBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordPoliceBank:hover{
        border-left:0.0625em solid rgb(255, 187, 0);
        border-right:0.0625em solid rgb(255, 187, 0);
        border-bottom:0.0625em solid rgb(255, 187, 0);
    }
.HeaderAndPropertiesSection__productRecordPoliceBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderPoliceBank{
            background:rgb(255, 187, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__PoliceCU, .HeaderAndPropertiesSection__contentBgPoliceCU, .HeaderAndPropertiesSection__PoliceCU .HeaderAndPropertiesSection__viewMoreButton{
        background:#1C3F94 !important;
    }
.HeaderAndPropertiesSection__PoliceCU:hover, .HeaderAndPropertiesSection__PoliceCU .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(22, 50, 118) !important;
    }
.HeaderAndPropertiesSection__progressBarPoliceCU{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#1C3F94;
        background:-webkit-gradient(linear,  right top, left top,  from(#1C3F94),color-stop(50%, #1C3F94),color-stop(51%, #1C3F94),to(#1C3F94));
        background:linear-gradient(to left,  #1C3F94 0%,#1C3F94 50%,#1C3F94 51%,#1C3F94 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverPoliceCU{
        background:rgb(22, 50, 118);
    }
.HeaderAndPropertiesSection__buttonPoliceCU{
        background:rgb(28, 63, 148);
        border:0.0625em solid rgb(28, 63, 148);
        color:white;
    }
.HeaderAndPropertiesSection__buttonPoliceCU:hover, .HeaderAndPropertiesSection__buttonPoliceCU:focus, .HeaderAndPropertiesSection__buttonPoliceCU:active{
        background:rgb(22, 50, 118);
        border:0.0625em solid rgb(28, 63, 148);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhitePoliceCU{
        background:white;
        border:0.0625em solid rgb(28, 63, 148);
        color:rgb(28, 63, 148);
    }
.HeaderAndPropertiesSection__buttonWhitePoliceCU:hover, .HeaderAndPropertiesSection__buttonWhitePoliceCU:focus, .HeaderAndPropertiesSection__buttonWhitePoliceCU:active{
        background:rgb(22, 50, 118);
        border:0.0625em solid rgb(28, 63, 148);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderPoliceCU{
      border:0.0625em solid rgb(28, 63, 148);
    }
.HeaderAndPropertiesSection__lenderBackgroundPoliceCU .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(28, 63, 148);
      }
.HeaderAndPropertiesSection__lenderBackgroundPoliceCU:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(22, 50, 118);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxPoliceCU{
        border:0.125em solid #1c3f94;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordPoliceCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordPoliceCU:hover{
        border-left:0.0625em solid rgb(28, 63, 148);
        border-right:0.0625em solid rgb(28, 63, 148);
        border-bottom:0.0625em solid rgb(28, 63, 148);
    }
.HeaderAndPropertiesSection__productRecordPoliceCU:hover .HeaderAndPropertiesSection__sortingDescriptionBorderPoliceCU{
            background:rgb(28, 63, 148) !important;
            color:white;
        }
.HeaderAndPropertiesSection__QBank, .HeaderAndPropertiesSection__contentBgQBank, .HeaderAndPropertiesSection__QBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#385988 !important;
    }
.HeaderAndPropertiesSection__QBank:hover, .HeaderAndPropertiesSection__QBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(45, 71, 109) !important;
    }
.HeaderAndPropertiesSection__progressBarQBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#385988;
        background:-webkit-gradient(linear,  right top, left top,  from(#385988),color-stop(50%, #385988),color-stop(51%, #385988),to(#385988));
        background:linear-gradient(to left,  #385988 0%,#385988 50%,#385988 51%,#385988 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverQBank{
        background:rgb(45, 71, 109);
    }
.HeaderAndPropertiesSection__buttonQBank{
        background:rgb(56, 89, 136);
        border:0.0625em solid rgb(56, 89, 136);
        color:white;
    }
.HeaderAndPropertiesSection__buttonQBank:hover, .HeaderAndPropertiesSection__buttonQBank:focus, .HeaderAndPropertiesSection__buttonQBank:active{
        background:rgb(45, 71, 109);
        border:0.0625em solid rgb(56, 89, 136);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteQBank{
        background:white;
        border:0.0625em solid rgb(56, 89, 136);
        color:rgb(56, 89, 136);
    }
.HeaderAndPropertiesSection__buttonWhiteQBank:hover, .HeaderAndPropertiesSection__buttonWhiteQBank:focus, .HeaderAndPropertiesSection__buttonWhiteQBank:active{
        background:rgb(45, 71, 109);
        border:0.0625em solid rgb(56, 89, 136);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderQBank{
      border:0.0625em solid rgb(56, 89, 136);
    }
.HeaderAndPropertiesSection__lenderBackgroundQBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(56, 89, 136);
      }
.HeaderAndPropertiesSection__lenderBackgroundQBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(45, 71, 109);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxQBank{
        border:0.125em solid #385988;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordQBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordQBank:hover{
        border-left:0.0625em solid rgb(56, 89, 136);
        border-right:0.0625em solid rgb(56, 89, 136);
        border-bottom:0.0625em solid rgb(56, 89, 136);
    }
.HeaderAndPropertiesSection__productRecordQBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderQBank{
            background:rgb(56, 89, 136) !important;
            color:white;
        }
.HeaderAndPropertiesSection__RaboBank, .HeaderAndPropertiesSection__contentBgRaboBank, .HeaderAndPropertiesSection__RaboBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#FF6701 !important;
    }
.HeaderAndPropertiesSection__RaboBank:hover, .HeaderAndPropertiesSection__RaboBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(204, 82, 1) !important;
    }
.HeaderAndPropertiesSection__progressBarRaboBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#FF6701;
        background:-webkit-gradient(linear,  right top, left top,  from(#FF6701),color-stop(50%, #FF6701),color-stop(51%, #FF6701),to(#FF6701));
        background:linear-gradient(to left,  #FF6701 0%,#FF6701 50%,#FF6701 51%,#FF6701 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverRaboBank{
        background:rgb(204, 82, 1);
    }
.HeaderAndPropertiesSection__buttonRaboBank{
        background:rgb(255, 103, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.HeaderAndPropertiesSection__buttonRaboBank:hover, .HeaderAndPropertiesSection__buttonRaboBank:focus, .HeaderAndPropertiesSection__buttonRaboBank:active{
        background:rgb(204, 82, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteRaboBank{
        background:white;
        border:0.0625em solid rgb(255, 103, 1);
        color:rgb(255, 103, 1);
    }
.HeaderAndPropertiesSection__buttonWhiteRaboBank:hover, .HeaderAndPropertiesSection__buttonWhiteRaboBank:focus, .HeaderAndPropertiesSection__buttonWhiteRaboBank:active{
        background:rgb(204, 82, 1);
        border:0.0625em solid rgb(255, 103, 1);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderRaboBank{
      border:0.0625em solid rgb(255, 103, 1);
    }
.HeaderAndPropertiesSection__lenderBackgroundRaboBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(255, 103, 1);
      }
.HeaderAndPropertiesSection__lenderBackgroundRaboBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(204, 82, 1);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxRaboBank{
        border:0.125em solid #ff6701;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordRaboBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordRaboBank:hover{
        border-left:0.0625em solid rgb(255, 103, 1);
        border-right:0.0625em solid rgb(255, 103, 1);
        border-bottom:0.0625em solid rgb(255, 103, 1);
    }
.HeaderAndPropertiesSection__productRecordRaboBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderRaboBank{
            background:rgb(255, 103, 1) !important;
            color:white;
        }
.HeaderAndPropertiesSection__RACQ, .HeaderAndPropertiesSection__contentBgRACQ, .HeaderAndPropertiesSection__RACQ .HeaderAndPropertiesSection__viewMoreButton{
        background:#FFE600 !important;
    }
.HeaderAndPropertiesSection__RACQ:hover, .HeaderAndPropertiesSection__RACQ .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(204, 184, 0) !important;
    }
.HeaderAndPropertiesSection__progressBarRACQ{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#FFE600;
        background:-webkit-gradient(linear,  right top, left top,  from(#FFE600),color-stop(50%, #FFE600),color-stop(51%, #FFE600),to(#FFE600));
        background:linear-gradient(to left,  #FFE600 0%,#FFE600 50%,#FFE600 51%,#FFE600 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverRACQ{
        background:rgb(204, 184, 0);
    }
.HeaderAndPropertiesSection__buttonRACQ{
        background:rgb(255, 230, 0);
        border:0.0625em solid rgb(255, 230, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonRACQ:hover, .HeaderAndPropertiesSection__buttonRACQ:focus, .HeaderAndPropertiesSection__buttonRACQ:active{
        background:rgb(204, 184, 0);
        border:0.0625em solid rgb(255, 230, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteRACQ{
        background:white;
        border:0.0625em solid rgb(255, 230, 0);
        color:rgb(255, 230, 0);
    }
.HeaderAndPropertiesSection__buttonWhiteRACQ:hover, .HeaderAndPropertiesSection__buttonWhiteRACQ:focus, .HeaderAndPropertiesSection__buttonWhiteRACQ:active{
        background:rgb(204, 184, 0);
        border:0.0625em solid rgb(255, 230, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderRACQ{
      border:0.0625em solid rgb(255, 230, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundRACQ .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(255, 230, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundRACQ:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(204, 184, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxRACQ{
        border:0.125em solid #ffe600;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordRACQ{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordRACQ:hover{
        border-left:0.0625em solid rgb(255, 230, 0);
        border-right:0.0625em solid rgb(255, 230, 0);
        border-bottom:0.0625em solid rgb(255, 230, 0);
    }
.HeaderAndPropertiesSection__productRecordRACQ:hover .HeaderAndPropertiesSection__sortingDescriptionBorderRACQ{
            background:rgb(255, 230, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__RAMS, .HeaderAndPropertiesSection__contentBgRAMS, .HeaderAndPropertiesSection__RAMS .HeaderAndPropertiesSection__viewMoreButton{
        background:#035482 !important;
    }
.HeaderAndPropertiesSection__RAMS:hover, .HeaderAndPropertiesSection__RAMS .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(2, 67, 104) !important;
    }
.HeaderAndPropertiesSection__progressBarRAMS{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#035482;
        background:-webkit-gradient(linear,  right top, left top,  from(#035482),color-stop(50%, #035482),color-stop(51%, #035482),to(#035482));
        background:linear-gradient(to left,  #035482 0%,#035482 50%,#035482 51%,#035482 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverRAMS{
        background:rgb(2, 67, 104);
    }
.HeaderAndPropertiesSection__buttonRAMS{
        background:rgb(3, 84, 130);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.HeaderAndPropertiesSection__buttonRAMS:hover, .HeaderAndPropertiesSection__buttonRAMS:focus, .HeaderAndPropertiesSection__buttonRAMS:active{
        background:rgb(2, 67, 104);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteRAMS{
        background:white;
        border:0.0625em solid rgb(3, 84, 130);
        color:rgb(3, 84, 130);
    }
.HeaderAndPropertiesSection__buttonWhiteRAMS:hover, .HeaderAndPropertiesSection__buttonWhiteRAMS:focus, .HeaderAndPropertiesSection__buttonWhiteRAMS:active{
        background:rgb(2, 67, 104);
        border:0.0625em solid rgb(3, 84, 130);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderRAMS{
      border:0.0625em solid rgb(3, 84, 130);
    }
.HeaderAndPropertiesSection__lenderBackgroundRAMS .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(3, 84, 130);
      }
.HeaderAndPropertiesSection__lenderBackgroundRAMS:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(2, 67, 104);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxRAMS{
        border:0.125em solid #035482;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordRAMS{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordRAMS:hover{
        border-left:0.0625em solid rgb(3, 84, 130);
        border-right:0.0625em solid rgb(3, 84, 130);
        border-bottom:0.0625em solid rgb(3, 84, 130);
    }
.HeaderAndPropertiesSection__productRecordRAMS:hover .HeaderAndPropertiesSection__sortingDescriptionBorderRAMS{
            background:rgb(3, 84, 130) !important;
            color:white;
        }
.HeaderAndPropertiesSection__RegionalAUBank, .HeaderAndPropertiesSection__contentBgRegionalAUBank, .HeaderAndPropertiesSection__RegionalAUBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#00424D !important;
    }
.HeaderAndPropertiesSection__RegionalAUBank:hover, .HeaderAndPropertiesSection__RegionalAUBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 53, 62) !important;
    }
.HeaderAndPropertiesSection__progressBarRegionalAUBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#00424D;
        background:-webkit-gradient(linear,  right top, left top,  from(#00424D),color-stop(50%, #00424D),color-stop(51%, #00424D),to(#00424D));
        background:linear-gradient(to left,  #00424D 0%,#00424D 50%,#00424D 51%,#00424D 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverRegionalAUBank{
        background:rgb(0, 53, 62);
    }
.HeaderAndPropertiesSection__buttonRegionalAUBank{
        background:rgb(0, 66, 77);
        border:0.0625em solid rgb(0, 66, 77);
        color:white;
    }
.HeaderAndPropertiesSection__buttonRegionalAUBank:hover, .HeaderAndPropertiesSection__buttonRegionalAUBank:focus, .HeaderAndPropertiesSection__buttonRegionalAUBank:active{
        background:rgb(0, 53, 62);
        border:0.0625em solid rgb(0, 66, 77);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteRegionalAUBank{
        background:white;
        border:0.0625em solid rgb(0, 66, 77);
        color:rgb(0, 66, 77);
    }
.HeaderAndPropertiesSection__buttonWhiteRegionalAUBank:hover, .HeaderAndPropertiesSection__buttonWhiteRegionalAUBank:focus, .HeaderAndPropertiesSection__buttonWhiteRegionalAUBank:active{
        background:rgb(0, 53, 62);
        border:0.0625em solid rgb(0, 66, 77);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderRegionalAUBank{
      border:0.0625em solid rgb(0, 66, 77);
    }
.HeaderAndPropertiesSection__lenderBackgroundRegionalAUBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 66, 77);
      }
.HeaderAndPropertiesSection__lenderBackgroundRegionalAUBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 53, 62);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxRegionalAUBank{
        border:0.125em solid #00424d;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordRegionalAUBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordRegionalAUBank:hover{
        border-left:0.0625em solid rgb(0, 66, 77);
        border-right:0.0625em solid rgb(0, 66, 77);
        border-bottom:0.0625em solid rgb(0, 66, 77);
    }
.HeaderAndPropertiesSection__productRecordRegionalAUBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderRegionalAUBank{
            background:rgb(0, 66, 77) !important;
            color:white;
        }
.HeaderAndPropertiesSection__ServiceOneAlliance, .HeaderAndPropertiesSection__contentBgServiceOneAlliance, .HeaderAndPropertiesSection__ServiceOneAlliance .HeaderAndPropertiesSection__viewMoreButton{
        background:#0071BB !important;
    }
.HeaderAndPropertiesSection__ServiceOneAlliance:hover, .HeaderAndPropertiesSection__ServiceOneAlliance .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 90, 150) !important;
    }
.HeaderAndPropertiesSection__progressBarServiceOneAlliance{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#0071BB;
        background:-webkit-gradient(linear,  right top, left top,  from(#0071BB),color-stop(50%, #0071BB),color-stop(51%, #0071BB),to(#0071BB));
        background:linear-gradient(to left,  #0071BB 0%,#0071BB 50%,#0071BB 51%,#0071BB 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverServiceOneAlliance{
        background:rgb(0, 90, 150);
    }
.HeaderAndPropertiesSection__buttonServiceOneAlliance{
        background:rgb(0, 113, 187);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.HeaderAndPropertiesSection__buttonServiceOneAlliance:hover, .HeaderAndPropertiesSection__buttonServiceOneAlliance:focus, .HeaderAndPropertiesSection__buttonServiceOneAlliance:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteServiceOneAlliance{
        background:white;
        border:0.0625em solid rgb(0, 113, 187);
        color:rgb(0, 113, 187);
    }
.HeaderAndPropertiesSection__buttonWhiteServiceOneAlliance:hover, .HeaderAndPropertiesSection__buttonWhiteServiceOneAlliance:focus, .HeaderAndPropertiesSection__buttonWhiteServiceOneAlliance:active{
        background:rgb(0, 90, 150);
        border:0.0625em solid rgb(0, 113, 187);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderServiceOneAlliance{
      border:0.0625em solid rgb(0, 113, 187);
    }
.HeaderAndPropertiesSection__lenderBackgroundServiceOneAlliance .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 113, 187);
      }
.HeaderAndPropertiesSection__lenderBackgroundServiceOneAlliance:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 90, 150);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxServiceOneAlliance{
        border:0.125em solid #0071bb;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordServiceOneAlliance{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordServiceOneAlliance:hover{
        border-left:0.0625em solid rgb(0, 113, 187);
        border-right:0.0625em solid rgb(0, 113, 187);
        border-bottom:0.0625em solid rgb(0, 113, 187);
    }
.HeaderAndPropertiesSection__productRecordServiceOneAlliance:hover .HeaderAndPropertiesSection__sortingDescriptionBorderServiceOneAlliance{
            background:rgb(0, 113, 187) !important;
            color:white;
        }
.HeaderAndPropertiesSection__SouthWest, .HeaderAndPropertiesSection__contentBgSouthWest, .HeaderAndPropertiesSection__SouthWest .HeaderAndPropertiesSection__viewMoreButton{
        background:#092B49 !important;
    }
.HeaderAndPropertiesSection__SouthWest:hover, .HeaderAndPropertiesSection__SouthWest .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(7, 34, 58) !important;
    }
.HeaderAndPropertiesSection__progressBarSouthWest{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#092B49;
        background:-webkit-gradient(linear,  right top, left top,  from(#092B49),color-stop(50%, #092B49),color-stop(51%, #092B49),to(#092B49));
        background:linear-gradient(to left,  #092B49 0%,#092B49 50%,#092B49 51%,#092B49 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverSouthWest{
        background:rgb(7, 34, 58);
    }
.HeaderAndPropertiesSection__buttonSouthWest{
        background:rgb(9, 43, 73);
        border:0.0625em solid rgb(9, 43, 73);
        color:white;
    }
.HeaderAndPropertiesSection__buttonSouthWest:hover, .HeaderAndPropertiesSection__buttonSouthWest:focus, .HeaderAndPropertiesSection__buttonSouthWest:active{
        background:rgb(7, 34, 58);
        border:0.0625em solid rgb(9, 43, 73);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteSouthWest{
        background:white;
        border:0.0625em solid rgb(9, 43, 73);
        color:rgb(9, 43, 73);
    }
.HeaderAndPropertiesSection__buttonWhiteSouthWest:hover, .HeaderAndPropertiesSection__buttonWhiteSouthWest:focus, .HeaderAndPropertiesSection__buttonWhiteSouthWest:active{
        background:rgb(7, 34, 58);
        border:0.0625em solid rgb(9, 43, 73);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderSouthWest{
      border:0.0625em solid rgb(9, 43, 73);
    }
.HeaderAndPropertiesSection__lenderBackgroundSouthWest .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(9, 43, 73);
      }
.HeaderAndPropertiesSection__lenderBackgroundSouthWest:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(7, 34, 58);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxSouthWest{
        border:0.125em solid #092b49;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordSouthWest{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordSouthWest:hover{
        border-left:0.0625em solid rgb(9, 43, 73);
        border-right:0.0625em solid rgb(9, 43, 73);
        border-bottom:0.0625em solid rgb(9, 43, 73);
    }
.HeaderAndPropertiesSection__productRecordSouthWest:hover .HeaderAndPropertiesSection__sortingDescriptionBorderSouthWest{
            background:rgb(9, 43, 73) !important;
            color:white;
        }
.HeaderAndPropertiesSection__SouthernCross, .HeaderAndPropertiesSection__contentBgSouthernCross, .HeaderAndPropertiesSection__SouthernCross .HeaderAndPropertiesSection__viewMoreButton{
        background:#003779 !important;
    }
.HeaderAndPropertiesSection__SouthernCross:hover, .HeaderAndPropertiesSection__SouthernCross .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 44, 97) !important;
    }
.HeaderAndPropertiesSection__progressBarSouthernCross{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#003779;
        background:-webkit-gradient(linear,  right top, left top,  from(#003779),color-stop(50%, #003779),color-stop(51%, #003779),to(#003779));
        background:linear-gradient(to left,  #003779 0%,#003779 50%,#003779 51%,#003779 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverSouthernCross{
        background:rgb(0, 44, 97);
    }
.HeaderAndPropertiesSection__buttonSouthernCross{
        background:rgb(0, 55, 121);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.HeaderAndPropertiesSection__buttonSouthernCross:hover, .HeaderAndPropertiesSection__buttonSouthernCross:focus, .HeaderAndPropertiesSection__buttonSouthernCross:active{
        background:rgb(0, 44, 97);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteSouthernCross{
        background:white;
        border:0.0625em solid rgb(0, 55, 121);
        color:rgb(0, 55, 121);
    }
.HeaderAndPropertiesSection__buttonWhiteSouthernCross:hover, .HeaderAndPropertiesSection__buttonWhiteSouthernCross:focus, .HeaderAndPropertiesSection__buttonWhiteSouthernCross:active{
        background:rgb(0, 44, 97);
        border:0.0625em solid rgb(0, 55, 121);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderSouthernCross{
      border:0.0625em solid rgb(0, 55, 121);
    }
.HeaderAndPropertiesSection__lenderBackgroundSouthernCross .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 55, 121);
      }
.HeaderAndPropertiesSection__lenderBackgroundSouthernCross:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 44, 97);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxSouthernCross{
        border:0.125em solid #003779;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordSouthernCross{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordSouthernCross:hover{
        border-left:0.0625em solid rgb(0, 55, 121);
        border-right:0.0625em solid rgb(0, 55, 121);
        border-bottom:0.0625em solid rgb(0, 55, 121);
    }
.HeaderAndPropertiesSection__productRecordSouthernCross:hover .HeaderAndPropertiesSection__sortingDescriptionBorderSouthernCross{
            background:rgb(0, 55, 121) !important;
            color:white;
        }
.HeaderAndPropertiesSection__TeachersMutual, .HeaderAndPropertiesSection__contentBgTeachersMutual, .HeaderAndPropertiesSection__TeachersMutual .HeaderAndPropertiesSection__viewMoreButton{
        background:#17A1AF !important;
    }
.HeaderAndPropertiesSection__TeachersMutual:hover, .HeaderAndPropertiesSection__TeachersMutual .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(18, 129, 140) !important;
    }
.HeaderAndPropertiesSection__progressBarTeachersMutual{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#17A1AF;
        background:-webkit-gradient(linear,  right top, left top,  from(#17A1AF),color-stop(50%, #17A1AF),color-stop(51%, #17A1AF),to(#17A1AF));
        background:linear-gradient(to left,  #17A1AF 0%,#17A1AF 50%,#17A1AF 51%,#17A1AF 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverTeachersMutual{
        background:rgb(18, 129, 140);
    }
.HeaderAndPropertiesSection__buttonTeachersMutual{
        background:rgb(23, 161, 175);
        border:0.0625em solid rgb(23, 161, 175);
        color:white;
    }
.HeaderAndPropertiesSection__buttonTeachersMutual:hover, .HeaderAndPropertiesSection__buttonTeachersMutual:focus, .HeaderAndPropertiesSection__buttonTeachersMutual:active{
        background:rgb(18, 129, 140);
        border:0.0625em solid rgb(23, 161, 175);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteTeachersMutual{
        background:white;
        border:0.0625em solid rgb(23, 161, 175);
        color:rgb(23, 161, 175);
    }
.HeaderAndPropertiesSection__buttonWhiteTeachersMutual:hover, .HeaderAndPropertiesSection__buttonWhiteTeachersMutual:focus, .HeaderAndPropertiesSection__buttonWhiteTeachersMutual:active{
        background:rgb(18, 129, 140);
        border:0.0625em solid rgb(23, 161, 175);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderTeachersMutual{
      border:0.0625em solid rgb(23, 161, 175);
    }
.HeaderAndPropertiesSection__lenderBackgroundTeachersMutual .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(23, 161, 175);
      }
.HeaderAndPropertiesSection__lenderBackgroundTeachersMutual:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(18, 129, 140);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxTeachersMutual{
        border:0.125em solid #17a1af;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordTeachersMutual{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordTeachersMutual:hover{
        border-left:0.0625em solid rgb(23, 161, 175);
        border-right:0.0625em solid rgb(23, 161, 175);
        border-bottom:0.0625em solid rgb(23, 161, 175);
    }
.HeaderAndPropertiesSection__productRecordTeachersMutual:hover .HeaderAndPropertiesSection__sortingDescriptionBorderTeachersMutual{
            background:rgb(23, 161, 175) !important;
            color:white;
        }
.HeaderAndPropertiesSection__TheCapricornianBank, .HeaderAndPropertiesSection__contentBgTheCapricornianBank, .HeaderAndPropertiesSection__TheCapricornianBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#B42D34 !important;
    }
.HeaderAndPropertiesSection__TheCapricornianBank:hover, .HeaderAndPropertiesSection__TheCapricornianBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(144, 36, 42) !important;
    }
.HeaderAndPropertiesSection__progressBarTheCapricornianBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#B42D34;
        background:-webkit-gradient(linear,  right top, left top,  from(#B42D34),color-stop(50%, #B42D34),color-stop(51%, #B42D34),to(#B42D34));
        background:linear-gradient(to left,  #B42D34 0%,#B42D34 50%,#B42D34 51%,#B42D34 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverTheCapricornianBank{
        background:rgb(144, 36, 42);
    }
.HeaderAndPropertiesSection__buttonTheCapricornianBank{
        background:rgb(180, 45, 52);
        border:0.0625em solid rgb(180, 45, 52);
        color:white;
    }
.HeaderAndPropertiesSection__buttonTheCapricornianBank:hover, .HeaderAndPropertiesSection__buttonTheCapricornianBank:focus, .HeaderAndPropertiesSection__buttonTheCapricornianBank:active{
        background:rgb(144, 36, 42);
        border:0.0625em solid rgb(180, 45, 52);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteTheCapricornianBank{
        background:white;
        border:0.0625em solid rgb(180, 45, 52);
        color:rgb(180, 45, 52);
    }
.HeaderAndPropertiesSection__buttonWhiteTheCapricornianBank:hover, .HeaderAndPropertiesSection__buttonWhiteTheCapricornianBank:focus, .HeaderAndPropertiesSection__buttonWhiteTheCapricornianBank:active{
        background:rgb(144, 36, 42);
        border:0.0625em solid rgb(180, 45, 52);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderTheCapricornianBank{
      border:0.0625em solid rgb(180, 45, 52);
    }
.HeaderAndPropertiesSection__lenderBackgroundTheCapricornianBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(180, 45, 52);
      }
.HeaderAndPropertiesSection__lenderBackgroundTheCapricornianBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(144, 36, 42);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxTheCapricornianBank{
        border:0.125em solid #b42d34;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordTheCapricornianBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordTheCapricornianBank:hover{
        border-left:0.0625em solid rgb(180, 45, 52);
        border-right:0.0625em solid rgb(180, 45, 52);
        border-bottom:0.0625em solid rgb(180, 45, 52);
    }
.HeaderAndPropertiesSection__productRecordTheCapricornianBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderTheCapricornianBank{
            background:rgb(180, 45, 52) !important;
            color:white;
        }
.HeaderAndPropertiesSection__TheMutualBank, .HeaderAndPropertiesSection__contentBgTheMutualBank, .HeaderAndPropertiesSection__TheMutualBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#000000 !important;
    }
.HeaderAndPropertiesSection__TheMutualBank:hover, .HeaderAndPropertiesSection__TheMutualBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.HeaderAndPropertiesSection__progressBarTheMutualBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverTheMutualBank{
        background:rgb(51, 51, 51);
    }
.HeaderAndPropertiesSection__buttonTheMutualBank{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonTheMutualBank:hover, .HeaderAndPropertiesSection__buttonTheMutualBank:focus, .HeaderAndPropertiesSection__buttonTheMutualBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteTheMutualBank{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__buttonWhiteTheMutualBank:hover, .HeaderAndPropertiesSection__buttonWhiteTheMutualBank:focus, .HeaderAndPropertiesSection__buttonWhiteTheMutualBank:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderTheMutualBank{
      border:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundTheMutualBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundTheMutualBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxTheMutualBank{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordTheMutualBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordTheMutualBank:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__productRecordTheMutualBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderTheMutualBank{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__TraditionalCU, .HeaderAndPropertiesSection__contentBgTraditionalCU, .HeaderAndPropertiesSection__TraditionalCU .HeaderAndPropertiesSection__viewMoreButton{
        background:#000000 !important;
    }
.HeaderAndPropertiesSection__TraditionalCU:hover, .HeaderAndPropertiesSection__TraditionalCU .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(51, 51, 51) !important;
    }
.HeaderAndPropertiesSection__progressBarTraditionalCU{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#000000;
        background:-webkit-gradient(linear,  right top, left top,  from(#000000),color-stop(50%, #000000),color-stop(51%, #000000),to(#000000));
        background:linear-gradient(to left,  #000000 0%,#000000 50%,#000000 51%,#000000 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverTraditionalCU{
        background:rgb(51, 51, 51);
    }
.HeaderAndPropertiesSection__buttonTraditionalCU{
        background:rgb(0, 0, 0);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonTraditionalCU:hover, .HeaderAndPropertiesSection__buttonTraditionalCU:focus, .HeaderAndPropertiesSection__buttonTraditionalCU:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteTraditionalCU{
        background:white;
        border:0.0625em solid rgb(0, 0, 0);
        color:rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__buttonWhiteTraditionalCU:hover, .HeaderAndPropertiesSection__buttonWhiteTraditionalCU:focus, .HeaderAndPropertiesSection__buttonWhiteTraditionalCU:active{
        background:rgb(51, 51, 51);
        border:0.0625em solid rgb(0, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderTraditionalCU{
      border:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundTraditionalCU .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 0, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundTraditionalCU:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(51, 51, 51);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxTraditionalCU{
        border:0.125em solid #000000;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordTraditionalCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordTraditionalCU:hover{
        border-left:0.0625em solid rgb(0, 0, 0);
        border-right:0.0625em solid rgb(0, 0, 0);
        border-bottom:0.0625em solid rgb(0, 0, 0);
    }
.HeaderAndPropertiesSection__productRecordTraditionalCU:hover .HeaderAndPropertiesSection__sortingDescriptionBorderTraditionalCU{
            background:rgb(0, 0, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__ToyotaFinance, .HeaderAndPropertiesSection__contentBgToyotaFinance, .HeaderAndPropertiesSection__ToyotaFinance .HeaderAndPropertiesSection__viewMoreButton{
        background:#EB0A1E !important;
    }
.HeaderAndPropertiesSection__ToyotaFinance:hover, .HeaderAndPropertiesSection__ToyotaFinance .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(188, 8, 24) !important;
    }
.HeaderAndPropertiesSection__progressBarToyotaFinance{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#EB0A1E;
        background:-webkit-gradient(linear,  right top, left top,  from(#EB0A1E),color-stop(50%, #EB0A1E),color-stop(51%, #EB0A1E),to(#EB0A1E));
        background:linear-gradient(to left,  #EB0A1E 0%,#EB0A1E 50%,#EB0A1E 51%,#EB0A1E 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverToyotaFinance{
        background:rgb(188, 8, 24);
    }
.HeaderAndPropertiesSection__buttonToyotaFinance{
        background:rgb(235, 10, 30);
        border:0.0625em solid rgb(235, 10, 30);
        color:white;
    }
.HeaderAndPropertiesSection__buttonToyotaFinance:hover, .HeaderAndPropertiesSection__buttonToyotaFinance:focus, .HeaderAndPropertiesSection__buttonToyotaFinance:active{
        background:rgb(188, 8, 24);
        border:0.0625em solid rgb(235, 10, 30);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteToyotaFinance{
        background:white;
        border:0.0625em solid rgb(235, 10, 30);
        color:rgb(235, 10, 30);
    }
.HeaderAndPropertiesSection__buttonWhiteToyotaFinance:hover, .HeaderAndPropertiesSection__buttonWhiteToyotaFinance:focus, .HeaderAndPropertiesSection__buttonWhiteToyotaFinance:active{
        background:rgb(188, 8, 24);
        border:0.0625em solid rgb(235, 10, 30);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderToyotaFinance{
      border:0.0625em solid rgb(235, 10, 30);
    }
.HeaderAndPropertiesSection__lenderBackgroundToyotaFinance .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(235, 10, 30);
      }
.HeaderAndPropertiesSection__lenderBackgroundToyotaFinance:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(188, 8, 24);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxToyotaFinance{
        border:0.125em solid #eb0a1e;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordToyotaFinance{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordToyotaFinance:hover{
        border-left:0.0625em solid rgb(235, 10, 30);
        border-right:0.0625em solid rgb(235, 10, 30);
        border-bottom:0.0625em solid rgb(235, 10, 30);
    }
.HeaderAndPropertiesSection__productRecordToyotaFinance:hover .HeaderAndPropertiesSection__sortingDescriptionBorderToyotaFinance{
            background:rgb(235, 10, 30) !important;
            color:white;
        }
.HeaderAndPropertiesSection__UniBank, .HeaderAndPropertiesSection__contentBgUniBank, .HeaderAndPropertiesSection__UniBank .HeaderAndPropertiesSection__viewMoreButton{
        background:#00AEEF !important;
    }
.HeaderAndPropertiesSection__UniBank:hover, .HeaderAndPropertiesSection__UniBank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(0, 139, 191) !important;
    }
.HeaderAndPropertiesSection__progressBarUniBank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#00AEEF;
        background:-webkit-gradient(linear,  right top, left top,  from(#00AEEF),color-stop(50%, #00AEEF),color-stop(51%, #00AEEF),to(#00AEEF));
        background:linear-gradient(to left,  #00AEEF 0%,#00AEEF 50%,#00AEEF 51%,#00AEEF 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverUniBank{
        background:rgb(0, 139, 191);
    }
.HeaderAndPropertiesSection__buttonUniBank{
        background:rgb(0, 174, 239);
        border:0.0625em solid rgb(0, 174, 239);
        color:white;
    }
.HeaderAndPropertiesSection__buttonUniBank:hover, .HeaderAndPropertiesSection__buttonUniBank:focus, .HeaderAndPropertiesSection__buttonUniBank:active{
        background:rgb(0, 139, 191);
        border:0.0625em solid rgb(0, 174, 239);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteUniBank{
        background:white;
        border:0.0625em solid rgb(0, 174, 239);
        color:rgb(0, 174, 239);
    }
.HeaderAndPropertiesSection__buttonWhiteUniBank:hover, .HeaderAndPropertiesSection__buttonWhiteUniBank:focus, .HeaderAndPropertiesSection__buttonWhiteUniBank:active{
        background:rgb(0, 139, 191);
        border:0.0625em solid rgb(0, 174, 239);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderUniBank{
      border:0.0625em solid rgb(0, 174, 239);
    }
.HeaderAndPropertiesSection__lenderBackgroundUniBank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 174, 239);
      }
.HeaderAndPropertiesSection__lenderBackgroundUniBank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(0, 139, 191);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxUniBank{
        border:0.125em solid #00aeef;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordUniBank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordUniBank:hover{
        border-left:0.0625em solid rgb(0, 174, 239);
        border-right:0.0625em solid rgb(0, 174, 239);
        border-bottom:0.0625em solid rgb(0, 174, 239);
    }
.HeaderAndPropertiesSection__productRecordUniBank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderUniBank{
            background:rgb(0, 174, 239) !important;
            color:white;
        }
.HeaderAndPropertiesSection__virgin, .HeaderAndPropertiesSection__contentBgvirgin, .HeaderAndPropertiesSection__virgin .HeaderAndPropertiesSection__viewMoreButton{
        background:#CC0000 !important;
    }
.HeaderAndPropertiesSection__virgin:hover, .HeaderAndPropertiesSection__virgin .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(163, 0, 0) !important;
    }
.HeaderAndPropertiesSection__progressBarvirgin{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#CC0000;
        background:-webkit-gradient(linear,  right top, left top,  from(#CC0000),color-stop(50%, #CC0000),color-stop(51%, #CC0000),to(#CC0000));
        background:linear-gradient(to left,  #CC0000 0%,#CC0000 50%,#CC0000 51%,#CC0000 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hovervirgin{
        background:rgb(163, 0, 0);
    }
.HeaderAndPropertiesSection__buttonvirgin{
        background:rgb(204, 0, 0);
        border:0.0625em solid rgb(204, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonvirgin:hover, .HeaderAndPropertiesSection__buttonvirgin:focus, .HeaderAndPropertiesSection__buttonvirgin:active{
        background:rgb(163, 0, 0);
        border:0.0625em solid rgb(204, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhitevirgin{
        background:white;
        border:0.0625em solid rgb(204, 0, 0);
        color:rgb(204, 0, 0);
    }
.HeaderAndPropertiesSection__buttonWhitevirgin:hover, .HeaderAndPropertiesSection__buttonWhitevirgin:focus, .HeaderAndPropertiesSection__buttonWhitevirgin:active{
        background:rgb(163, 0, 0);
        border:0.0625em solid rgb(204, 0, 0);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBordervirgin{
      border:0.0625em solid rgb(204, 0, 0);
    }
.HeaderAndPropertiesSection__lenderBackgroundvirgin .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(204, 0, 0);
      }
.HeaderAndPropertiesSection__lenderBackgroundvirgin:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(163, 0, 0);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxvirgin{
        border:0.125em solid #cc0000;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordvirgin{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordvirgin:hover{
        border-left:0.0625em solid rgb(204, 0, 0);
        border-right:0.0625em solid rgb(204, 0, 0);
        border-bottom:0.0625em solid rgb(204, 0, 0);
    }
.HeaderAndPropertiesSection__productRecordvirgin:hover .HeaderAndPropertiesSection__sortingDescriptionBordervirgin{
            background:rgb(204, 0, 0) !important;
            color:white;
        }
.HeaderAndPropertiesSection__VWFinance, .HeaderAndPropertiesSection__contentBgVWFinance, .HeaderAndPropertiesSection__VWFinance .HeaderAndPropertiesSection__viewMoreButton{
        background:#A21E4D !important;
    }
.HeaderAndPropertiesSection__VWFinance:hover, .HeaderAndPropertiesSection__VWFinance .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(130, 24, 62) !important;
    }
.HeaderAndPropertiesSection__progressBarVWFinance{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#A21E4D;
        background:-webkit-gradient(linear,  right top, left top,  from(#A21E4D),color-stop(50%, #A21E4D),color-stop(51%, #A21E4D),to(#A21E4D));
        background:linear-gradient(to left,  #A21E4D 0%,#A21E4D 50%,#A21E4D 51%,#A21E4D 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverVWFinance{
        background:rgb(130, 24, 62);
    }
.HeaderAndPropertiesSection__buttonVWFinance{
        background:rgb(162, 30, 77);
        border:0.0625em solid rgb(162, 30, 77);
        color:white;
    }
.HeaderAndPropertiesSection__buttonVWFinance:hover, .HeaderAndPropertiesSection__buttonVWFinance:focus, .HeaderAndPropertiesSection__buttonVWFinance:active{
        background:rgb(130, 24, 62);
        border:0.0625em solid rgb(162, 30, 77);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteVWFinance{
        background:white;
        border:0.0625em solid rgb(162, 30, 77);
        color:rgb(162, 30, 77);
    }
.HeaderAndPropertiesSection__buttonWhiteVWFinance:hover, .HeaderAndPropertiesSection__buttonWhiteVWFinance:focus, .HeaderAndPropertiesSection__buttonWhiteVWFinance:active{
        background:rgb(130, 24, 62);
        border:0.0625em solid rgb(162, 30, 77);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderVWFinance{
      border:0.0625em solid rgb(162, 30, 77);
    }
.HeaderAndPropertiesSection__lenderBackgroundVWFinance .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(162, 30, 77);
      }
.HeaderAndPropertiesSection__lenderBackgroundVWFinance:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(130, 24, 62);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxVWFinance{
        border:0.125em solid #a21e4d;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordVWFinance{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordVWFinance:hover{
        border-left:0.0625em solid rgb(162, 30, 77);
        border-right:0.0625em solid rgb(162, 30, 77);
        border-bottom:0.0625em solid rgb(162, 30, 77);
    }
.HeaderAndPropertiesSection__productRecordVWFinance:hover .HeaderAndPropertiesSection__sortingDescriptionBorderVWFinance{
            background:rgb(162, 30, 77) !important;
            color:white;
        }
.HeaderAndPropertiesSection__WarwickCU, .HeaderAndPropertiesSection__contentBgWarwickCU, .HeaderAndPropertiesSection__WarwickCU .HeaderAndPropertiesSection__viewMoreButton{
        background:#022F5D !important;
    }
.HeaderAndPropertiesSection__WarwickCU:hover, .HeaderAndPropertiesSection__WarwickCU .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(2, 38, 74) !important;
    }
.HeaderAndPropertiesSection__progressBarWarwickCU{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#022F5D;
        background:-webkit-gradient(linear,  right top, left top,  from(#022F5D),color-stop(50%, #022F5D),color-stop(51%, #022F5D),to(#022F5D));
        background:linear-gradient(to left,  #022F5D 0%,#022F5D 50%,#022F5D 51%,#022F5D 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverWarwickCU{
        background:rgb(2, 38, 74);
    }
.HeaderAndPropertiesSection__buttonWarwickCU{
        background:rgb(2, 47, 93);
        border:0.0625em solid rgb(2, 47, 93);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWarwickCU:hover, .HeaderAndPropertiesSection__buttonWarwickCU:focus, .HeaderAndPropertiesSection__buttonWarwickCU:active{
        background:rgb(2, 38, 74);
        border:0.0625em solid rgb(2, 47, 93);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteWarwickCU{
        background:white;
        border:0.0625em solid rgb(2, 47, 93);
        color:rgb(2, 47, 93);
    }
.HeaderAndPropertiesSection__buttonWhiteWarwickCU:hover, .HeaderAndPropertiesSection__buttonWhiteWarwickCU:focus, .HeaderAndPropertiesSection__buttonWhiteWarwickCU:active{
        background:rgb(2, 38, 74);
        border:0.0625em solid rgb(2, 47, 93);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderWarwickCU{
      border:0.0625em solid rgb(2, 47, 93);
    }
.HeaderAndPropertiesSection__lenderBackgroundWarwickCU .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(2, 47, 93);
      }
.HeaderAndPropertiesSection__lenderBackgroundWarwickCU:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(2, 38, 74);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxWarwickCU{
        border:0.125em solid #022f5d;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordWarwickCU{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordWarwickCU:hover{
        border-left:0.0625em solid rgb(2, 47, 93);
        border-right:0.0625em solid rgb(2, 47, 93);
        border-bottom:0.0625em solid rgb(2, 47, 93);
    }
.HeaderAndPropertiesSection__productRecordWarwickCU:hover .HeaderAndPropertiesSection__sortingDescriptionBorderWarwickCU{
            background:rgb(2, 47, 93) !important;
            color:white;
        }
.HeaderAndPropertiesSection__ZipMoney, .HeaderAndPropertiesSection__contentBgZipMoney, .HeaderAndPropertiesSection__ZipMoney .HeaderAndPropertiesSection__viewMoreButton{
        background:#434776 !important;
    }
.HeaderAndPropertiesSection__ZipMoney:hover, .HeaderAndPropertiesSection__ZipMoney .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(54, 57, 94) !important;
    }
.HeaderAndPropertiesSection__progressBarZipMoney{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#434776;
        background:-webkit-gradient(linear,  right top, left top,  from(#434776),color-stop(50%, #434776),color-stop(51%, #434776),to(#434776));
        background:linear-gradient(to left,  #434776 0%,#434776 50%,#434776 51%,#434776 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverZipMoney{
        background:rgb(54, 57, 94);
    }
.HeaderAndPropertiesSection__buttonZipMoney{
        background:rgb(67, 71, 118);
        border:0.0625em solid rgb(67, 71, 118);
        color:white;
    }
.HeaderAndPropertiesSection__buttonZipMoney:hover, .HeaderAndPropertiesSection__buttonZipMoney:focus, .HeaderAndPropertiesSection__buttonZipMoney:active{
        background:rgb(54, 57, 94);
        border:0.0625em solid rgb(67, 71, 118);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteZipMoney{
        background:white;
        border:0.0625em solid rgb(67, 71, 118);
        color:rgb(67, 71, 118);
    }
.HeaderAndPropertiesSection__buttonWhiteZipMoney:hover, .HeaderAndPropertiesSection__buttonWhiteZipMoney:focus, .HeaderAndPropertiesSection__buttonWhiteZipMoney:active{
        background:rgb(54, 57, 94);
        border:0.0625em solid rgb(67, 71, 118);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderZipMoney{
      border:0.0625em solid rgb(67, 71, 118);
    }
.HeaderAndPropertiesSection__lenderBackgroundZipMoney .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(67, 71, 118);
      }
.HeaderAndPropertiesSection__lenderBackgroundZipMoney:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(54, 57, 94);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxZipMoney{
        border:0.125em solid #434776;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordZipMoney{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordZipMoney:hover{
        border-left:0.0625em solid rgb(67, 71, 118);
        border-right:0.0625em solid rgb(67, 71, 118);
        border-bottom:0.0625em solid rgb(67, 71, 118);
    }
.HeaderAndPropertiesSection__productRecordZipMoney:hover .HeaderAndPropertiesSection__sortingDescriptionBorderZipMoney{
            background:rgb(67, 71, 118) !important;
            color:white;
        }
.HeaderAndPropertiesSection__VirginMoneyCC, .HeaderAndPropertiesSection__contentBgVirginMoneyCC, .HeaderAndPropertiesSection__VirginMoneyCC .HeaderAndPropertiesSection__viewMoreButton{
        background:#BD1D65 !important;
    }
.HeaderAndPropertiesSection__VirginMoneyCC:hover, .HeaderAndPropertiesSection__VirginMoneyCC .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(151, 23, 81) !important;
    }
.HeaderAndPropertiesSection__progressBarVirginMoneyCC{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#BD1D65;
        background:-webkit-gradient(linear,  right top, left top,  from(#BD1D65),color-stop(50%, #BD1D65),color-stop(51%, #BD1D65),to(#BD1D65));
        background:linear-gradient(to left,  #BD1D65 0%,#BD1D65 50%,#BD1D65 51%,#BD1D65 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverVirginMoneyCC{
        background:rgb(151, 23, 81);
    }
.HeaderAndPropertiesSection__buttonVirginMoneyCC{
        background:rgb(189, 29, 101);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.HeaderAndPropertiesSection__buttonVirginMoneyCC:hover, .HeaderAndPropertiesSection__buttonVirginMoneyCC:focus, .HeaderAndPropertiesSection__buttonVirginMoneyCC:active{
        background:rgb(151, 23, 81);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteVirginMoneyCC{
        background:white;
        border:0.0625em solid rgb(189, 29, 101);
        color:rgb(189, 29, 101);
    }
.HeaderAndPropertiesSection__buttonWhiteVirginMoneyCC:hover, .HeaderAndPropertiesSection__buttonWhiteVirginMoneyCC:focus, .HeaderAndPropertiesSection__buttonWhiteVirginMoneyCC:active{
        background:rgb(151, 23, 81);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderVirginMoneyCC{
      border:0.0625em solid rgb(189, 29, 101);
    }
.HeaderAndPropertiesSection__lenderBackgroundVirginMoneyCC .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(189, 29, 101);
      }
.HeaderAndPropertiesSection__lenderBackgroundVirginMoneyCC:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(151, 23, 81);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxVirginMoneyCC{
        border:0.125em solid #bd1d65;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordVirginMoneyCC{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordVirginMoneyCC:hover{
        border-left:0.0625em solid rgb(189, 29, 101);
        border-right:0.0625em solid rgb(189, 29, 101);
        border-bottom:0.0625em solid rgb(189, 29, 101);
    }
.HeaderAndPropertiesSection__productRecordVirginMoneyCC:hover .HeaderAndPropertiesSection__sortingDescriptionBorderVirginMoneyCC{
            background:rgb(189, 29, 101) !important;
            color:white;
        }
.HeaderAndPropertiesSection__VirginMoneyHL, .HeaderAndPropertiesSection__contentBgVirginMoneyHL, .HeaderAndPropertiesSection__VirginMoneyHL .HeaderAndPropertiesSection__viewMoreButton{
        background:#BD1D65 !important;
    }
.HeaderAndPropertiesSection__VirginMoneyHL:hover, .HeaderAndPropertiesSection__VirginMoneyHL .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(151, 23, 81) !important;
    }
.HeaderAndPropertiesSection__progressBarVirginMoneyHL{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#BD1D65;
        background:-webkit-gradient(linear,  right top, left top,  from(#BD1D65),color-stop(50%, #BD1D65),color-stop(51%, #BD1D65),to(#BD1D65));
        background:linear-gradient(to left,  #BD1D65 0%,#BD1D65 50%,#BD1D65 51%,#BD1D65 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverVirginMoneyHL{
        background:rgb(151, 23, 81);
    }
.HeaderAndPropertiesSection__buttonVirginMoneyHL{
        background:rgb(189, 29, 101);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.HeaderAndPropertiesSection__buttonVirginMoneyHL:hover, .HeaderAndPropertiesSection__buttonVirginMoneyHL:focus, .HeaderAndPropertiesSection__buttonVirginMoneyHL:active{
        background:rgb(151, 23, 81);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteVirginMoneyHL{
        background:white;
        border:0.0625em solid rgb(189, 29, 101);
        color:rgb(189, 29, 101);
    }
.HeaderAndPropertiesSection__buttonWhiteVirginMoneyHL:hover, .HeaderAndPropertiesSection__buttonWhiteVirginMoneyHL:focus, .HeaderAndPropertiesSection__buttonWhiteVirginMoneyHL:active{
        background:rgb(151, 23, 81);
        border:0.0625em solid rgb(189, 29, 101);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderVirginMoneyHL{
      border:0.0625em solid rgb(189, 29, 101);
    }
.HeaderAndPropertiesSection__lenderBackgroundVirginMoneyHL .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(189, 29, 101);
      }
.HeaderAndPropertiesSection__lenderBackgroundVirginMoneyHL:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(151, 23, 81);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxVirginMoneyHL{
        border:0.125em solid #bd1d65;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordVirginMoneyHL{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordVirginMoneyHL:hover{
        border-left:0.0625em solid rgb(189, 29, 101);
        border-right:0.0625em solid rgb(189, 29, 101);
        border-bottom:0.0625em solid rgb(189, 29, 101);
    }
.HeaderAndPropertiesSection__productRecordVirginMoneyHL:hover .HeaderAndPropertiesSection__sortingDescriptionBorderVirginMoneyHL{
            background:rgb(189, 29, 101) !important;
            color:white;
        }
.HeaderAndPropertiesSection__Thinktank, .HeaderAndPropertiesSection__contentBgThinktank, .HeaderAndPropertiesSection__Thinktank .HeaderAndPropertiesSection__viewMoreButton{
        background:#063462 !important;
    }
.HeaderAndPropertiesSection__Thinktank:hover, .HeaderAndPropertiesSection__Thinktank .HeaderAndPropertiesSection__viewMoreButton:hover{
        background:rgb(56, 93, 129) !important;
    }
.HeaderAndPropertiesSection__progressBarThinktank{
        -webkit-animation:HeaderAndPropertiesSection__show 0.8s;
        animation:HeaderAndPropertiesSection__show 0.8s;

        background:#063462;
        background:-webkit-gradient(linear,  right top, left top,  from(#063462),color-stop(50%, #063462),color-stop(51%, #063462),to(#063462));
        background:linear-gradient(to left,  #063462 0%,#063462 50%,#063462 51%,#063462 100%);

        overflow:hidden;
        z-index:290;
    }
.HeaderAndPropertiesSection__hoverThinktank{
        background:rgb(56, 93, 129);
    }
.HeaderAndPropertiesSection__buttonThinktank{
        background:rgb(6, 52, 98);
        border:0.0625em solid rgb(6, 52, 98);
        color:white;
    }
.HeaderAndPropertiesSection__buttonThinktank:hover, .HeaderAndPropertiesSection__buttonThinktank:focus, .HeaderAndPropertiesSection__buttonThinktank:active{
        background:rgb(56, 93, 129);
        border:0.0625em solid rgb(6, 52, 98);
        color:white;
    }
.HeaderAndPropertiesSection__buttonWhiteThinktank{
        background:white;
        border:0.0625em solid rgb(6, 52, 98);
        color:rgb(6, 52, 98);
    }
.HeaderAndPropertiesSection__buttonWhiteThinktank:hover, .HeaderAndPropertiesSection__buttonWhiteThinktank:focus, .HeaderAndPropertiesSection__buttonWhiteThinktank:active{
        background:rgb(56, 93, 129);
        border:0.0625em solid rgb(6, 52, 98);
        color:white;
    }
.HeaderAndPropertiesSection__sortingDescriptionBorderThinktank{
      border:0.0625em solid rgb(6, 52, 98);
    }
.HeaderAndPropertiesSection__lenderBackgroundThinktank .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(6, 52, 98);
      }
.HeaderAndPropertiesSection__lenderBackgroundThinktank:hover.HeaderAndPropertiesSection__collapsed .HeaderAndPropertiesSection__headerRatioBar{
        background:rgb(56, 93, 129);
        -webkit-transition:opacity 0s;
        transition:opacity 0s;
      }
.HeaderAndPropertiesSection__boxThinktank{
        border:0.125em solid #063462;
        overflow:hidden;
    }
.HeaderAndPropertiesSection__productRecordThinktank{
        border-left:0.0625em solid #c0ced7;
        border-right:0.0625em solid #c0ced7;
        border-bottom:0.0625em solid #c0ced7;
    }
.HeaderAndPropertiesSection__productRecordThinktank:hover{
        border-left:0.0625em solid rgb(6, 52, 98);
        border-right:0.0625em solid rgb(6, 52, 98);
        border-bottom:0.0625em solid rgb(6, 52, 98);
    }
.HeaderAndPropertiesSection__productRecordThinktank:hover .HeaderAndPropertiesSection__sortingDescriptionBorderThinktank{
            background:rgb(6, 52, 98) !important;
            color:white;
        }
.HeaderAndPropertiesSection__banner{
  height:6.3rem;
  overflow:hidden;
  text-align:right;
}
.HeaderAndPropertiesSection__banner .HeaderAndPropertiesSection__logo{
    height:100%;
    margin-left:-30rem
  }
@media(min-width: 48rem){
  .HeaderAndPropertiesSection__banner .HeaderAndPropertiesSection__logo{
      width:100%;
      height:auto;
      margin-left:0
  }
    }
section.HeaderAndPropertiesSection__isSelectedProduct{
  border:0.125em solid #006fa8;
  position:relative;

}
.HeaderAndPropertiesSection__badge{
}
.HeaderAndPropertiesSection__bodyWrapper{

  display:-webkit-box;

  display:-webkit-flex;

  display:-ms-flexbox;

  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  padding:1.5rem;
}
.HeaderAndPropertiesSection__bodyWrapper > div{
    width:50%
  }
.HeaderAndPropertiesSection__bodyWrapper > div:first-child{
      margin-right:2rem;
    }
.HeaderAndPropertiesSection__bodyWrapper > div:last-child{
      margin-left:2rem;
    }
.HeaderAndPropertiesSection__bodyWrapper h2{
    color:#4a4a4a;
    font-size:1.4rem;
    font-weight:700;
  }
@media(max-width: 48rem){
.HeaderAndPropertiesSection__bodyWrapper{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-flow:column;
        -ms-flex-flow:column;
            flex-flow:column;
}
    .HeaderAndPropertiesSection__bodyWrapper > div{
      width:100%
    }
      .HeaderAndPropertiesSection__bodyWrapper > div:first-child, .HeaderAndPropertiesSection__bodyWrapper > div:last-child{
        margin:0;
      }
  }
.HeaderAndPropertiesSection__bodyWrapper .HeaderAndPropertiesSection__productInfoAndButtonGroup{
    margin:auto 0;
  }
section.HeaderAndPropertiesSection__hideSelectButton .HeaderAndPropertiesSection__bodyWrapper .HeaderAndPropertiesSection__titleAndProductDescription{
      width:100%;
    }
section.HeaderAndPropertiesSection__hideSelectButton .HeaderAndPropertiesSection__bodyWrapper .HeaderAndPropertiesSection__productInfoAndButtonGroup{
      display:none;
    }

.ProductDetailContent__root{
  margin-bottom:2rem;
}
.ProductDetailContent__sectionGroup{
  padding:0;
  border:0.0625em solid #c0ced7;
  background:white;
  margin-bottom:1rem;
  border-radius:0.5em;
  min-height:2.5em;
}
.ProductDetailContent__sharpenTopSectionGroup{
  border-top-left-radius:0;
  border-top-right-radius:0;
}
.ProductDetailContent__paragraph:first-of-type{
    margin-top:0;
  }
.ProductDetailContent__paragraph:last-of-type{
    margin-bottom:0;
  }
.ProductDetailContent__contentContainer{
  width:100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column
}
@media (min-width: 48rem){
.ProductDetailContent__contentContainer{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
        -ms-flex-direction:row;
            flex-direction:row
}
  }
.ProductDetailContent__leftColumnContainer{
  -webkit-box-ordinal-group:3;
  -webkit-order:2;
      -ms-flex-order:2;
          order:2
}
@media (min-width: 48rem){
.ProductDetailContent__leftColumnContainer{
    -webkit-box-ordinal-group:2;
    -webkit-order:1;
        -ms-flex-order:1;
            order:1
}
  }
.ProductDetailContent__rightColumnContainer .ProductDetailContent__repaymentPreferencesContainer .ProductDetailContent__sectionGroup{
      padding:1.5rem;
      background-color:#fcfcfc;
    }
.ProductDetailContent__rightColumnContainer{

  -webkit-box-ordinal-group:2;

  -webkit-order:1;

      -ms-flex-order:1;

          order:1;
}
@media (min-width: 48rem){
.ProductDetailContent__rightColumnContainer{
    -webkit-box-ordinal-group:3;
    -webkit-order:2;
        -ms-flex-order:2;
            order:2;
    min-width:20rem;
    margin-left:1em
}
  }

.ForkChoices__imageContainer{
  display:none;
  min-height:15em
}
@media (min-width: 48rem){
.ForkChoices__imageContainer{
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    height:auto;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center
}
  }
.ForkChoices__imageContainer svg path{
    stroke-linecap:butt;
  }
@media (min-width: 48rem){
.ForkChoices__image{
    padding:2rem 1rem;
    text-align:center;
}

    .ForkChoices__image svg{
      height:25%;
      width:25%;
    }
  }
.ForkChoices__heading{
  font-size:3rem;
  margin:2rem auto 1rem;
  max-width:85%;
  text-align:left
}
@media (min-width: 48rem){
.ForkChoices__heading{
    margin-top:0;
    max-width:50%;
    text-align:center
}
  }
.ForkChoices__smallHeading{
  color:white;
  font-size:1.5rem;
  margin:0 auto;
  text-align:center;
}
.ForkChoices__button{
  margin-left:auto;
  margin-right:auto;
  max-width:85%
}
@media (min-width: 48rem){
.ForkChoices__button{
    max-width:30%
}
  }

.SessionModal__modalDialog{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(0, 0, 0, 0.5);
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  z-index:1111;
}
.SessionModal__modalDialogLogout{
  position:fixed;
  top:90px;
  left:0;
  right:0;
  bottom:0;
  background-color:white;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  z-index:1111;
}
.SessionModal__modalContent{
  background:white;
  padding:2rem;
  border-radius:0.25em;
  width:460px;
  height:230px;
}
.SessionModal__modalContent h2{
  margin:0;
  font-size:1.25rem;
  color:#4a4a4a;
  font-weight:bold;
}
.SessionModal__modalBody{
  margin:1.5rem 0;
}
.SessionModal__modalBody p{
  margin:0;
  color:#4a4a4a;
  line-height:1.5;
}
.SessionModal__modalFooter{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:end;
  -webkit-justify-content:flex-end;
      -ms-flex-pack:end;
          justify-content:flex-end;
  padding-bottom:10px;
}
.SessionModal__blockBtn{
  height:100%;
  padding:0;
  width:110px;
}
.SessionModal__blockBtn div{
    font-size:1rem !important;
    letter-spacing:0.4px !important;
  }
.SessionModal__logoutBtn{
  height:42px;
  padding:0px;
  width:110px;
  margin-right:5px;
}
.SessionModal__logoutBtn div{
    font-size:1rem !important;
    letter-spacing:0.4px !important;
    padding:0px !important;
    height:100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
  }

.SessionLogout__container{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
  padding:2rem;
  text-align:left;
  color:#4a4a4a;

  position:absolute;
  top:20%;
}
.SessionLogout__title{
  font-size:1.8rem;
  font-weight:500;
  margin:0 0 1rem;
  color:#4a4a4a;
}
.SessionLogout__message{
  font-size:1rem;
  margin:0 0 1.5rem;
  line-height:1.5;
}
.SessionLogout__loginButton{
  height:100%;
  padding:0;
  width:130px;
}
.SessionLogout__loginButton div{
    font-size:1rem !important;
    letter-spacing:0.4px !important;
  }
@media(max-width: 48rem){
.SessionLogout__loginButton{
    width:100%
}
  }
html{
  font-family:sans-serif;
  line-height:1.15;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}

body{
  margin:0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary{
  display:block;
}

audio, canvas, progress, video{
  display:inline-block;
}

audio:not([controls]){
  display:none;
  height:0;
}

progress{
  vertical-align:baseline;
}

template, [hidden]{
  display:none;
}

a{
  background-color:transparent;
  -webkit-text-decoration-skip:objects;
}

a:active, a:hover{
  outline-width:0;
}

abbr[title]{
  border-bottom:none;
  text-decoration:underline;
  -webkit-text-decoration:underline dotted;
          text-decoration:underline dotted;
}

b, strong{
  font-weight:inherit;
}

b, strong{
  font-weight:bolder;
}

dfn{
  font-style:italic;
}

h1{
  font-size:2em;
  margin:0.67em 0;
}

mark{
  background-color:#ff0;
  color:#000;
}

small{
  font-size:80%;
}

sub, sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}

sub{
  bottom:-0.25em;
}

sup{
  top:-0.5em;
}

img{
  border-style:none;
}

svg:not(:root){
  overflow:hidden;
}

code, kbd, pre, samp{
  font-family:monospace, monospace;
  font-size:1em;
}

figure{
  margin:1em 40px;
}

hr{
  -webkit-box-sizing:content-box;
          box-sizing:content-box;
  height:0;
  overflow:visible;
}

button, input, optgroup, select, textarea{
  font:inherit;
  margin:0;
}

optgroup{
  font-weight:bold;
}

button, input{
  overflow:visible;
}

button, select{
  text-transform:none;
}

button, html [type="button"], [type="reset"], [type="submit"]{
  -webkit-appearance:button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner{
  border-style:none;
  padding:0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring{
  outline:1px dotted ButtonText;
}

fieldset{
  border:1px solid #c0c0c0;
  margin:0 2px;
  padding:0.35em 0.625em 0.75em;
}

legend{
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  color:inherit;
  display:table;
  max-width:100%;
  padding:0;
  white-space:normal;
}

textarea{
  overflow:auto;
}

[type="checkbox"], [type="radio"]{
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  padding:0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button{
  height:auto;
}

[type="search"]{
  -webkit-appearance:textfield;
  outline-offset:-2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration{
  -webkit-appearance:none;
}

::-webkit-input-placeholder{
  color:inherit;
  opacity:0.54;
}

::-webkit-file-upload-button{
  -webkit-appearance:button;
  font:inherit;
}

.padding-top-1{
  padding-top:1rem !important;
}

.margin-0{
  margin:0;
}

.margin-top-0{
  margin-top:0;
}

.margin-top-05{
  margin-top:0.5rem;
}

.margin-top-2{
  margin-top:2rem;
}

.margin-bottom-05{
  margin-bottom:0.5rem;
}

.flex{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
}

.row{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-direction:row;
      -ms-flex-direction:row;
          flex-direction:row;
}

.column{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
}

.nowrap{
  -webkit-flex-wrap:nowrap;
      -ms-flex-wrap:nowrap;
          flex-wrap:nowrap;
}

.justify-center{
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
}

.h-3{
  height:3rem;
}

.h-4{
  height:4rem;
}

.w80{
  width:80%;
}

.w-auto{
  width:auto;
}

.hidden{
  visibility:hidden;
  height:0;
  width:0;
  position:absolute;
}

.overflowHidden{
  overflow:hidden;
}

.rowContainer{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  margin:1.5rem 0 1rem;
}

.rowContainerAboveTablet{
  padding:1.5rem 0 1rem;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center
}

@media (min-width: 48rem){

.rowContainerAboveTablet{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
        -ms-flex-direction:row;
            flex-direction:row
}
  }

@media (min-width: 48rem){

.w49AboveTablet{
    width:49%
}
  }

.alignCenter{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.centerAlignBlock{
  display:block;
  margin:0 auto;
  text-align:center
}

@media (min-width: 48rem){

.centerAlignBlock{
    width:22rem
}
  }

.alignLeft{
  -webkit-box-pack:left;
  -webkit-justify-content:left;
      -ms-flex-pack:left;
          justify-content:left;
  text-align:left;
}

.floatRight{
  float:right;
}

.sameSizeFlexBoxes > div{
    -webkit-box-flex:1;
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
  }

.borderBottom{
  border-bottom:0.0625em solid black;
}

.circleBorder{
  border:0.0625em solid;
  border-radius:2em;
  padding:0.25rem;
  line-height:1.5;
}

.whiteSvg path{
    fill:white;
  }

.uppercase{
  text-transform:uppercase;
}

.small-font{
  font-size:0.815em;
}

.nestedRoundCorner h5{
    font-size:0.815em;
    text-transform:uppercase;
    margin-bottom:0.5rem;
    margin-top:2rem;
  }

.nestedRoundCorner > div:first-of-type{
    border-top-left-radius:0.25em;
    border-top-right-radius:0.25em;
  }

.nestedRoundCorner > div:last-of-type{
    border-bottom-left-radius:0.25em;
    border-bottom-right-radius:0.25em;
  }

h1 h2 h3 h4:not(.ContentsWrapper__inverseTitle):not(.ContentsWrapper__subtitle){
  color:#4a4a4a !important;
}

.brandColor__font{
  color:#4a4a4a !important;
}

.Checklist__label.brandColor__link{
  color:#4a4a4a !important;
}

.brandColor__bg .Checklist__label.brandColor__link{
  color:white !important;
}

.Selection__arrow.brandColor__fill{
  fill:#4a4a4a !important;
}

.ApplyBrokerCard__root{
  border:0.0625em solid #c0ced7;
}

.brandColor__border--hover:active, .brandColor__border--hover:hover, .brandColor__border--hover:focus, input[type='date']:focus, input[type='date']:active, input[type='datetime']:focus, input[type='datetime']:active, input[type='datetime-local']:focus, input[type='datetime-local']:active, input[type='datetime-local']:focus, input[type='datetime-local']:active, input[type='email']:focus, input[type='email']:active, input[type='month']:focus, input[type='month']:active, input[type='number']:focus, input[type='number']:active, input[type='password']:focus, input[type='password']:active, input[type='search']:focus, input[type='search']:active, input[type='tel']:focus, input[type='tel']:active, input[type='text']:focus, input[type='text']:active, input[type='time']:focus, input[type='time']:active, input[type='url']:focus, input[type='url']:active, input[type='week']:focus, input[type='week']:active, textarea:focus, textarea:active{
  border-color:#4a4a4a !important;
}

.index__Selection__standard:focus, .brandColor__percentageDropdownItem li:hover input, .brandColor__percentageDropdownItem li:hover div{
  border-color:#4a4a4a !important;
}

.nestedRoundCorner > h5{
  color:#4a4a4a !important;
  text-transform:lowercase
}

.nestedRoundCorner > h5:first-letter{
    text-transform:uppercase;
  }

#Checklist__Answer__refinanceReasons
    .Checklist__prompt
    > .Checklist__row{
  font-weight:bold;
}

.Checklist__hint, .RadioButton__radioLabel{
  color:#4a4a4a;
}

#okta-signin-submit{
  margin-top:0;
}

#ContentsWrapper__dataCollectionStatusPolling
    div.AnimatedChecklist__checkbox
    .AnimatedChecklist__check{
  stroke:#4a4a4a;
}

@media (min-width: 48rem){

#expensesApply div.NotificationBanner__success{
    padding:0
}
  }

@media (min-width: 45rem){

#expensesApply div.NotificationBanner__center.Commons__container, #accordionSection--DocumentsApply
    div.NotificationBanner__centerWrapper.NotificationBanner__center.Commons__container{
    padding-left:0
}
  }

@media (min-width: 64rem){

#accordionSection--DocumentsApply
    div.NotificationBanner__root.NotificationBanner__warning.NotificationBanner__success, #accordionSection--DocumentsApply
    div.NotificationBanner__centerWrapper.NotificationBanner__center.Commons__container{
    padding-left:0;
    padding-top:0
}
  }

@media (min-width: 48rem){

#ContentsWrapper__applyOnline > div:nth-of-type(2){
    padding:1rem 2rem 0
}
  }

.flyUpFadeIn-enter{
  opacity:0;
  -webkit-transform:translateY(100px);
          transform:translateY(100px);
}

.flyUpFadeIn-enter-active:nth-child(25n+1){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:0.05s;
              transition-delay:0.05s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+2){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:0.1s;
              transition-delay:0.1s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+3){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:0.15s;
              transition-delay:0.15s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+4){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:0.2s;
              transition-delay:0.2s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+5){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:0.25s;
              transition-delay:0.25s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+6){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:0.3s;
              transition-delay:0.3s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+7){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:0.35s;
              transition-delay:0.35s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+8){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:0.4s;
              transition-delay:0.4s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+9){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:0.45s;
              transition-delay:0.45s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+10){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:0.5s;
              transition-delay:0.5s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+11){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:0.55s;
              transition-delay:0.55s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+12){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:0.6s;
              transition-delay:0.6s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+13){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:0.65s;
              transition-delay:0.65s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+14){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:0.7s;
              transition-delay:0.7s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+15){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:0.75s;
              transition-delay:0.75s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+16){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:0.8s;
              transition-delay:0.8s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+17){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:0.85s;
              transition-delay:0.85s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+18){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:0.9s;
              transition-delay:0.9s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+19){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:0.95s;
              transition-delay:0.95s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+20){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:1s;
              transition-delay:1s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+21){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:1.05s;
              transition-delay:1.05s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+22){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:1.1s;
              transition-delay:1.1s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+23){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:1.15s;
              transition-delay:1.15s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+24){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:1.2s;
              transition-delay:1.2s;
    }

.flyUpFadeIn-enter-active:nth-child(25n+25){
      opacity:1;
      -webkit-transform:translateY(0);
              transform:translateY(0);
      -webkit-transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms;
      transition:transform ease-in 300ms, opacity ease-in 300ms, -webkit-transform ease-in 300ms;
      -webkit-transition-delay:1.25s;
              transition-delay:1.25s;
    }

@font-face{
    font-family:'Geomanist';
    font-display:swap;
    src:url('https://lm-assets.loanmarket.com/fonts/Geomanist/Geomanist-Light.eot');
      src:url('https://lm-assets.loanmarket.com/fonts/Geomanist/Geomanist-Light.eot?#iefix') format('embedded-opentype'),
           url('https://lm-assets.loanmarket.com/fonts/Geomanist/Geomanist-Light.woff2') format('woff2'),
           url('https://lm-assets.loanmarket.com/fonts/Geomanist/Geomanist-Light.woff') format('woff');
      font-weight:100;
      font-style:normal
  }

@font-face{
    font-family:'Geomanist';
    font-display:swap;
    src:url('https://lm-assets.loanmarket.com/fonts/Geomanist/Geomanist-Regular.eot');
      src:url('https://lm-assets.loanmarket.com/fonts/Geomanist/Geomanist-Regular.eot?#iefix') format('embedded-opentype'),
           url('https://lm-assets.loanmarket.com/fonts/Geomanist/Geomanist-Regular.woff2') format('woff2'),
           url('https://lm-assets.loanmarket.com/fonts/Geomanist/Geomanist-Regular.woff') format('woff');
      font-weight:300;
      font-style:normal
  }

@font-face{
    font-family:'Geomanist';
    font-display:swap;
    src:url('https://lm-assets.loanmarket.com/fonts/Geomanist/Geomanist-Medium.eot');
      src:url('https://lm-assets.loanmarket.com/fonts/Geomanist/Geomanist-Medium.eot?#iefix') format('embedded-opentype'),
           url('https://lm-assets.loanmarket.com/fonts/Geomanist/Geomanist-Medium.woff2') format('woff2'),
           url('https://lm-assets.loanmarket.com/fonts/Geomanist/Geomanist-Medium.woff') format('woff');
      font-weight:700;
      font-style:normal
  }

@font-face{
    font-family:'Geomanist';
    font-display:swap;
    src:url('https://lm-assets.loanmarket.com/fonts/Geomanist/Geomanist-Bold.eot');
      src:url('https://lm-assets.loanmarket.com/fonts/Geomanist/Geomanist-Bold.eot?#iefix') format('embedded-opentype'),
           url('https://lm-assets.loanmarket.com/fonts/Geomanist/Geomanist-Bold.woff2') format('woff2'),
           url('https://lm-assets.loanmarket.com/fonts/Geomanist/Geomanist-Bold.woff') format('woff');
      font-weight:900;
      font-style:normal
  }

@font-face{
    font-family:'Source Sans Pro';
    font-display:swap;
    src:url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-Light.eot');
      src:url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
           url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-Light.woff2') format('woff2'),
           url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-Light.woff') format('woff');
      font-weight:lighter;
      font-weight:100;
      font-style:normal
  }

@font-face{
    font-family:'Source Sans Pro';
    font-display:swap;
    src:url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-LightIt.eot');
      src:url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-LightIt.eot?#iefix') format('embedded-opentype'),
           url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-LightIt.woff2') format('woff2'),
           url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-LightIt.woff') format('woff');
      font-weight:lighter;
      font-weight:100;
      font-style:italic
  }

@font-face{
    font-family:'Source Sans Pro';
    font-display:swap;
    src:url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-Regular.eot');
      src:url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
           url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-Regular.woff2') format('woff2'),
           url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-Regular.woff') format('woff');
      font-weight:normal;
      font-weight:300;
      font-style:normal
  }

@font-face{
    font-family:'Source Sans Pro';
    font-display:swap;
    src:url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-It.eot');
      src:url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-It.eot?#iefix') format('embedded-opentype'),
           url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-It.woff2') format('woff2'),
           url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-It.woff') format('woff');
      font-weight:normal;
      font-weight:300;
      font-style:italic
  }

@font-face{
    font-family:'Source Sans Pro';
    font-display:swap;
    src:url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-Semibold.eot');
      src:url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
           url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-Semibold.woff2') format('woff2'),
           url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-Semibold.woff') format('woff');
      font-weight:500;
      font-style:normal
  }

@font-face{
    font-family:'Source Sans Pro';
    font-display:swap;
    src:url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-SemiboldIt.eot');
      src:url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-SemiboldIt.eot?#iefix') format('embedded-opentype'),
           url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-SemiboldIt.woff2') format('woff2'),
           url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-SemiboldIt.woff') format('woff');
      font-weight:500;
      font-style:italic
  }

@font-face{
    font-family:'Source Sans Pro';
    font-display:swap;
    src:url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-Bold.eot');
      src:url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
           url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-Bold.woff2') format('woff2'),
           url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-Bold.woff') format('woff');
      font-weight:bold;
      font-weight:700;
      font-style:normal
  }

@font-face{
    font-family:'Source Sans Pro';
    font-display:swap;
    src:url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-BoldIt.eot');
      src:url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-BoldIt.eot?#iefix') format('embedded-opentype'),
           url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-BoldIt.woff2') format('woff2'),
           url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-BoldIt.woff') format('woff');
      font-weight:bold;
      font-weight:700;
      font-style:italic
  }

@font-face{
    font-family:'Source Sans Pro';
    font-display:swap;
    src:url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-Black.eot');
      src:url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'),
           url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-Black.woff2') format('woff2'),
           url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-Black.woff') format('woff');
      font-weight:bolder;
      font-weight:900;
      font-style:normal
  }

@font-face{
    font-family:'Source Sans Pro';
    font-display:swap;
    src:url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-BlackIt.eot');
      src:url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-BlackIt.eot?#iefix') format('embedded-opentype'),
           url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-BlackIt.woff2') format('woff2'),
           url('https://lm-assets.loanmarket.com/fonts/SourceSansPro/SourceSansPro-BlackIt.woff') format('woff');
      font-weight:bolder;
      font-weight:900;
      font-style:italic
  }

@font-face{
    font-family:'streamline-custom';
    font-display:swap;
    src:url('https://lm-assets.loanmarket.com/fonts/streamline-custom/streamline-custom.eot');
      src:url('https://lm-assets.loanmarket.com/fonts/streamline-custom/streamline-custom.eot?#iefix') format('embedded-opentype'),
           url('https://lm-assets.loanmarket.com/fonts/streamline-custom/streamline-custom.woff2') format('woff2'),
           url('https://lm-assets.loanmarket.com/fonts/streamline-custom/streamline-custom.woff') format('woff'),
           url('https://lm-assets.loanmarket.com/fonts/streamline-custom/streamline-custom.ttf#streamline-custom/streamline-custom') format('truetype');
      font-weight:normal;
      font-style:normal
  }

{
}

[class^="sl-custom-"]:before, [class*=" sl-custom-"]:before{
    font-family:'streamline-custom';
    font-style:normal;
    font-weight:normal;
    speak:none;
    display:inline-block;
    text-decoration:inherit;
    width:1em;
    margin-right:.2em;
    text-align:center;
    font-variant:normal;
    text-transform:none;
    line-height:1em;
    margin-left:.2em;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
  }

.sl-custom-add-3:before{
    content:'\E800';
    margin-top:0.25em;
  }

.sl-custom-anchor-point-1:before{ content:'\E801'; }

.sl-custom-arrow-67:before{ content:'\E802'; }

.sl-custom-arrow-68:before{ content:'\E803'; }

.sl-custom-arrow-circle-29:before{ content:'\E804'; }

.sl-custom-arrow-circle-30:before{ content:'\E805'; }

.sl-custom-atm:before{ content:'\E806'; }

.sl-custom-bank-2:before{ content:'\E807'; }

.sl-custom-bed:before{ content:'\E808'; }

.sl-custom-building-2:before{ content:'\E809'; }

.sl-custom-building-3:before{ content:'\E863'; }

.sl-custom-business-chart-2:before{ content:'\E80A'; }

.sl-custom-car-2:before{ content:'\E80B'; }

.sl-custom-cheese:before{ content:'\E80C'; }

.sl-custom-clipboard-3:before{ content:'\E80D'; }

.sl-custom-court:before{ content:'\E80E'; }

.sl-custom-credit-card:before{ content:'\E80F'; }

.sl-custom-cross-1:before{ content:'\E810'; }

.sl-custom-delete-3:before{ content:'\E811'; }

.sl-custom-dollar-bag:before{ content:'\E812'; }

.sl-custom-dollar-currency-3:before{ content:'\E813'; }

.sl-custom-driller:before{ content:'\E814'; }

.sl-custom-edit-2:before{ content:'\E815'; }

.sl-custom-file-favorite-2:before{ content:'\E816'; }

.sl-custom-filter:before{ content:'\E817'; }

.sl-custom-hammer-1:before{ content:'\E818'; }

.sl-custom-hand-coin:before{ content:'\E819'; }

.sl-custom-hand-like-1:before{ content:'\E81A'; }

.sl-custom-house-2:before{ content:'\E81B'; }

.sl-custom-house-4:before{ content:'\E81C'; }

.sl-custom-log-out-1:before{ content:'\E81D'; }

.sl-custom-magnifier:before{ content:'\E81E'; }

.sl-custom-male:before{ content:'\E81F'; }

.sl-custom-marker-1:before{ content:'\E820'; }

.sl-custom-money:before{ content:'\E821'; }

.sl-custom-percent-1:before{ content:'\E822'; }

.sl-custom-pie-chart-1:before{ content:'\E823'; }

.sl-custom-piggy-bank:before{ content:'\E824'; }

.sl-custom-plane-paper-1:before{ content:'\E825'; }

.sl-custom-receipt-4:before{ content:'\E826'; }

.sl-custom-roller:before{ content:'\E827'; }

.sl-custom-script:before{ content:'\E828'; }

.sl-custom-skull-1:before{ content:'\E829'; }

.sl-custom-tag-1:before{ content:'\E82A'; }

.sl-custom-truck-1:before{ content:'\E82B'; }

.sl-custom-user-2:before{ content:'\E82C'; }

.sl-custom-user-setting-2:before{ content:'\E82D'; }

.sl-custom-wallet-3:before{ content:'\E82E'; }

.sl-custom-zoom-in:before{ content:'\E82F'; }

.sl-custom-id-1:before{ content:'\E830'; }

.sl-custom-id-5:before{ content:'\E831'; }

.sl-custom-check:before{ content:'\E832'; }

.sl-custom-coins-1:before{ content:'\E833'; }

.sl-custom-mail-box-3:before{ content:'\E834'; }

.sl-custom-connection-2:before{ content:'\E835'; }

.sl-custom-car-1:before{ content:'\E836'; }

.sl-custom-filled-arrow-circle-29:before{ content:'\E837'; }

.sl-custom-filled-arrow-circle-30:before{ content:'\E838'; }

.sl-custom-chat-1-1:before{ content:'\E839'; }

.sl-custom-star-5:before{ content:'\E83A'; }

.sl-custom-ambulance:before{ content:'\E83B'; }

.sl-custom-question-mark:before{ content:'\E83C'; }

.sl-custom-hand-eco:before{ content:'\E83D'; }

.sl-custom-flag-1:before{ content:'\E83E'; }

.sl-custom-scissor-1:before{ content:'\E83F'; }

.sl-custom-stationery-2:before{ content:'\E840'; }

.sl-custom-fire:before{ content:'\E841'; }

.sl-custom-heart-broken:before{ content:'\E842'; }

.sl-custom-present:before{ content:'\E843'; }

.sl-custom-mobile-phone-1:before{ content:'\E844'; }

.sl-custom-receipt-3:before{ content:'\E845'; }

.sl-custom-music-note-3:before{ content:'\E846'; }

.sl-custom-television:before{ content:'\E847'; }

.sl-custom-hand-card:before{ content:'\E848'; }

.sl-custom-beach:before{ content:'\E849'; }

.sl-custom-house-1:before{ content:'\E84A'; }

.sl-custom-bug-1:before{ content:'\E84B'; }

.sl-custom-wireless-router-1:before{ content:'\E84C'; }

.sl-custom-campfire:before{ content:'\E84D'; }

.sl-custom-gas-station:before{ content:'\E84E'; }

.sl-custom-sofa-1:before{ content:'\E84F'; }

.sl-custom-watering-can:before{ content:'\E850'; }

.sl-custom-shirt-1:before{ content:'\E851'; }

.sl-custom-wine:before{ content:'\E852'; }

.sl-custom-blood:before{ content:'\E853'; }

.sl-custom-yin-yang:before{ content:'\E854'; }

.sl-custom-smileys:before{ content:'\E855'; }

.sl-custom-train:before{ content:'\E856'; }

.sl-custom-bus-1:before{ content:'\E857'; }

.sl-custom-car-3:before{ content:'\E858'; }

.sl-custom-mountain-bike:before{ content:'\E859'; }

.sl-custom-wrench:before{ content:'\E85A'; }

.sl-custom-lightbulb-1:before{ content:'\E85B'; }

.sl-custom-balance-1:before{ content:'\E85C'; }

.sl-custom-academic-cap:before{ content:'\E85E'; }

.sl-custom-list-2-1:before{ content:'\E85D'; }

.sl-custom-play-2:before{ content:'\E85F'; }

.sl-custom-power-1-1:before{ content:'\E860'; }

.sl-custom-next-1-1:before{ content:'\E861'; }

.sl-custom-user-search-2:before{ content:'\E862'; }

.sl-custom-user-add-1:before{ content:'\E864'; }

.sl-custom-bank-notes-2:before{ content:'\E865'; }

.sl-custom-clock-3:before{ content:'\E866'; }

.sl-custom-dollar-currency-2:before{ content:'\E867'; }

.sl-custom-library:before{ content:'\E868'; }

.sl-custom-edit-3:before{ content:'\E869'; }

.sl-custom-percent-up:before{ content:'\E86A'; }

.sl-custom-minus-3:before{ content:'\E86B'; }

.sl-custom-lock-2:before{ content:'\E86C'; }

.sl-custom-files-1:before{ content:'\E86D'; }

.sl-custom-sync-2:before{ content:'\E86E'; }

.sl-custom-download-3:before{ content:'\E86F'; }

.sl-custom-cloud-upload:before{ content:'\E870'; }

.sl-custom-bin-2:before{ content:'\E871'; }

.sl-custom-document-1:before{ content:'\E872'; }

.sl-custom-file-image-1:before{ content:'\E873'; }

.sl-custom-file-thumbnail:before{ content:'\E874'; }

.sl-custom-file-table:before{ content:'\E875'; }

.sl-custom-upload-10:before{ content:'\E876'; }

.sl-custom-percent-2:before{ content:'\E877'; }

.sl-custom-rocket:before{ content:'\E878'; }

.sl-custom-chart-board:before{ content:'\E879'; }

.sl-custom-heart-pulse:before{ content:'\E87A'; }

.sl-custom-stethoscope:before{ content:'\E87B'; }

.sl-custom-car-4:before{ content:'\E87C'; }

.sl-custom-information:before{ content:'\E87D'; }

.sl-custom-bubble-information-1:before{ content:'\E87E'; }

.sl-custom-lightbulb-2:before{ content:'\E87F'; }

.sl-custom-hand-like-2:before{ content:'\E880'; }

.sl-custom-cloud-download:before{ content:'\E881'; }

.sl-custom-address-1:before{ content:'\E882'; }

.sl-custom-chat-2-1:before{ content:'\E883'; }

.sl-custom-bullet:before{ content:'\E884'; }

.sl-custom-email:before{ content:'\E885'; }

.sl-custom-preview:before{ content:'\E886'; }

.sl-custom-email-2:before{ content:'\E887'; }

.sl-custom-hide:before{ content:'\E888'; }

.sl-custom-hide-2:before{ content:'\E889'; }

.sl-custom-bullet-1:before{ content:'\E88A'; }

.sl-custom-check-1:before{ content:'\E88B'; }

.sl-custom-check-2:before{ content:'\E88C'; }

.sl-custom-umbrella:before{ content:'\E88D'; }

.sl-custom-checklist:before{ content:'\E88E'; }

.sl-custom-road:before{ content:'\E88F'; }

.sl-custom-coins:before{ content:'\E890'; }

.sl-custom-callout:before{ content:'\E891'; }

.sl-custom-lock-unlock-2:before{ content:'\E892'; }

.sl-custom-check-filled:before{ content:'\E893'; }

.sl-custom-calendar-2:before{ content:'\E894'; }

.sl-custom-chart-up:before{ content:'\E895'; }

.sl-custom-briefcase-2:before{ content:'\E896'; }

.sl-custom-coins-2:before{ content:'\E897'; }

.sl-custom-scissor-2:before{ content:'\E898'; }

.sl-custom-arrow-32:before{ content:'\E899'; }

.sl-custom-check-3:before{ content:'\E89A'; }

.sl-custom-setting-adjustment:before{ content:'\E89B'; }

.sl-custom-dice-1:before{ content:'\E89C'; }

.sl-custom-edit-icon:before{ content:'\F4DC'; }

@font-face{
    font-family:'millificent';
    font-display:swap;
    src:url('https://lm-assets.loanmarket.com/fonts/millificent/millificent.eot');
      src:url('https://lm-assets.loanmarket.com/fonts/millificent/millificent.eot?#iefix') format('embedded-opentype'),
           url('https://lm-assets.loanmarket.com/fonts/millificent/millificent.woff2') format('woff2'),
           url('https://lm-assets.loanmarket.com/fonts/millificent/millificent.woff') format('woff'),
           url('https://lm-assets.loanmarket.com/fonts/millificent/millificent.ttf#millificent/millificent') format('truetype');
      font-weight:normal;
      font-style:normal
  }

{
}

[class^="mi-"]:before, [class*=" mi-"]:before{
    font-family:'millificent';
    font-style:normal;
    font-weight:normal;
    speak:none;
    display:inline-block;
    text-decoration:inherit;
    width:1em;
    margin-right:.2em;
    text-align:center;
    font-variant:normal;
    text-transform:none;
    line-height:1em;
    margin-left:.2em;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
  }

.mi-user-unisex:before{ content:'\E800'; }

.mi-check-with-circle:before{ content:'\E801'; }

.mi-cross-with-circle:before{ content:'\E802'; }

.mi-question-with-circle:before{ content:'\E803'; }

.mi-phone:before{ content:'\E804'; }

.mi-arrow-with-circle-up:before{ content:'\E805'; }

.mi-arrow-with-circle-down:before{ content:'\E806'; }

.mi-arrow-with-circle-left:before{ content:'\E807'; }

.mi-arrow-with-circle-right:before{ content:'\E808'; }

.mi-arrow-up:before{ content:'\E809'; }

.mi-arrow-down:before{ content:'\E80A'; }

.mi-arrow-left:before{ content:'\E80B'; }

.mi-arrow-right:before{ content:'\E80C'; }

.mi-arrow-filled-up:before{ content:'\E80D'; }

.mi-arrow-filled-down:before{ content:'\E80E'; }

.mi-arrow-filled-left:before{ content:'\E80F'; }

.mi-arrow-filled-right:before{ content:'\E810'; }

.mi-check:before{ content:'\E811'; }

.mi-cross:before{ content:'\E812'; }

.mi-question:before{ content:'\E813'; }

.mi-icon-warning-banner:before{ content:'\E815'; }

.mi-icon-warning-section:before{ content:'\E816'; }

.mi-icon-arrow-down:before{ content:'\E817'; }

.mi-icon-hand-like:before{ content:'\E818'; }

.mi-lightbulb:before{ content:'\E819'; }

.mi-ok:before{ content:'\E81A'; }

.mi-pdf:before{ content:'\E81B'; }

.mi-menu:before{ content:'\F0C9'; }

html{
  lower-font-range:20rem;
  upper-font-range:90rem;
}

body{
  line-height:1.383;
  font-size:1em;
  letter-spacing:-0.00625em;
  font-family:'Source Sans Pro', sans-serif;
  color:#4a4a4a;
  font-weight:300;
}

h1, h2, h3, h4, h5, h6{
  font-family:'Geomanist', sans-serif;
  letter-spacing:0.0125em;
  margin:0.5em 0 0.625em;
  font-weight:500;
}

a{
  -webkit-transition:color 150ms ease-in-out;
  transition:color 150ms ease-in-out;
}

hr{
  margin:2rem auto;
  border:none;
  border-bottom:0.0625em solid #c0ced7;
  max-width:4rem;
  display:block;
  clear:both;
  height:0;
}

h1{
  font-size:calc(32.432px + 7.375999999999998 * ((100vw - 420px) / 860));
  line-height:1;
}

@media screen and (min-width: 1280px){

  h1{
    font-size:39.808px;
  }
}

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

  h1{
    font-size:32.432px;
  }
}

h2{
  font-size:calc(25.632px + 7.551999999999996 * ((100vw - 420px) / 860));
  line-height:1.067;
}

@media screen and (min-width: 1280px){

  h2{
    font-size:33.184px;
  }
}

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

  h2{
    font-size:25.632px;
  }
}

h3{
  font-size:calc(22.784px + 4.864000000000001 * ((100vw - 420px) / 860));
  line-height:1.138;
}

@media screen and (min-width: 1280px){

  h3{
    font-size:27.648px;
  }
}

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

  h3{
    font-size:22.784px;
  }
}

h4{
  font-size:calc(20.256px + 2.847999999999999 * ((100vw - 420px) / 860));
  line-height:1.215;
}

@media screen and (min-width: 1280px){

  h4{
    font-size:23.104px;
  }
}

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

  h4{
    font-size:20.256px;
  }
}

h5{
  font-size:calc(18px + 1.1999999999999993 * ((100vw - 420px) / 860));
  line-height:1.296;
}

@media screen and (min-width: 1280px){

  h5{
    font-size:19.2px;
  }
}

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

  h5{
    font-size:18px;
  }
}

h6{
  font-size:calc(16px + 0 * ((100vw - 420px) / 860));
  line-height:1.383;
}

@media screen and (min-width: 1280px){

  h6{
    font-size:16px;
  }
}

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

  h6{
    font-size:16px;
  }
}

label{
  font-family:'Geomanist', sans-serif;
  letter-spacing:0.0125em;
  font-weight:300;
}

html{
  min-height:100%;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
}

body{
  height:inherit;
  background:#fcfcfc;
}

*, *::before, *::after{
  -webkit-box-sizing:inherit;
          box-sizing:inherit;
}

iframe{
  width:1px;
  min-width:100%;
}

a{
  cursor:pointer;
}

ul{
  -webkit-padding-start:1em;
}

#root{
  height:inherit;
}

#root > div:first-child{
  height:inherit;
}

input[type='date'], input[type='datetime'], input[type='datetime-local'], input[type='datetime-local'], input[type='email'], input[type='month'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='time'], input[type='url'], input[type='week'], textarea{
  -webkit-box-shadow:inset 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.1);
          box-shadow:inset 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.1);
  border-radius:0.25em;
  background-color:white;
  -webkit-transition:border-color 200ms,
    color 200ms ease,
    background-color 200ms ease,
    -webkit-box-shadow 150ms;
  transition:border-color 200ms,
    color 200ms ease,
    background-color 200ms ease,
    -webkit-box-shadow 150ms;
  transition:border-color 200ms,
    box-shadow 150ms,
    color 200ms ease,
    background-color 200ms ease;
  transition:border-color 200ms,
    box-shadow 150ms,
    color 200ms ease,
    background-color 200ms ease,
    -webkit-box-shadow 150ms;
  padding:0.625em 0.5em;
  border:0.0625em solid #c0ced7;
  line-height:1.8;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  display:block;
  width:100%
}

input[type='date']:focus, input[type='date']:active, input[type='datetime']:focus, input[type='datetime']:active, input[type='datetime-local']:focus, input[type='datetime-local']:active, input[type='datetime-local']:focus, input[type='datetime-local']:active, input[type='email']:focus, input[type='email']:active, input[type='month']:focus, input[type='month']:active, input[type='number']:focus, input[type='number']:active, input[type='password']:focus, input[type='password']:active, input[type='search']:focus, input[type='search']:active, input[type='tel']:focus, input[type='tel']:active, input[type='text']:focus, input[type='text']:active, input[type='time']:focus, input[type='time']:active, input[type='url']:focus, input[type='url']:active, input[type='week']:focus, input[type='week']:active, textarea:focus, textarea:active{
    outline:none
  }

input[type='date']:focus::-webkit-input-placeholder, input[type='date']:active::-webkit-input-placeholder, input[type='datetime']:focus::-webkit-input-placeholder, input[type='datetime']:active::-webkit-input-placeholder, input[type='datetime-local']:focus::-webkit-input-placeholder, input[type='datetime-local']:active::-webkit-input-placeholder, input[type='datetime-local']:focus::-webkit-input-placeholder, input[type='datetime-local']:active::-webkit-input-placeholder, input[type='email']:focus::-webkit-input-placeholder, input[type='email']:active::-webkit-input-placeholder, input[type='month']:focus::-webkit-input-placeholder, input[type='month']:active::-webkit-input-placeholder, input[type='number']:focus::-webkit-input-placeholder, input[type='number']:active::-webkit-input-placeholder, input[type='password']:focus::-webkit-input-placeholder, input[type='password']:active::-webkit-input-placeholder, input[type='search']:focus::-webkit-input-placeholder, input[type='search']:active::-webkit-input-placeholder, input[type='tel']:focus::-webkit-input-placeholder, input[type='tel']:active::-webkit-input-placeholder, input[type='text']:focus::-webkit-input-placeholder, input[type='text']:active::-webkit-input-placeholder, input[type='time']:focus::-webkit-input-placeholder, input[type='time']:active::-webkit-input-placeholder, input[type='url']:focus::-webkit-input-placeholder, input[type='url']:active::-webkit-input-placeholder, input[type='week']:focus::-webkit-input-placeholder, input[type='week']:active::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, textarea:active::-webkit-input-placeholder{
      opacity:0;
    }

input[type='date']:focus::-moz-placeholder, input[type='date']:active::-moz-placeholder, input[type='datetime']:focus::-moz-placeholder, input[type='datetime']:active::-moz-placeholder, input[type='datetime-local']:focus::-moz-placeholder, input[type='datetime-local']:active::-moz-placeholder, input[type='datetime-local']:focus::-moz-placeholder, input[type='datetime-local']:active::-moz-placeholder, input[type='email']:focus::-moz-placeholder, input[type='email']:active::-moz-placeholder, input[type='month']:focus::-moz-placeholder, input[type='month']:active::-moz-placeholder, input[type='number']:focus::-moz-placeholder, input[type='number']:active::-moz-placeholder, input[type='password']:focus::-moz-placeholder, input[type='password']:active::-moz-placeholder, input[type='search']:focus::-moz-placeholder, input[type='search']:active::-moz-placeholder, input[type='tel']:focus::-moz-placeholder, input[type='tel']:active::-moz-placeholder, input[type='text']:focus::-moz-placeholder, input[type='text']:active::-moz-placeholder, input[type='time']:focus::-moz-placeholder, input[type='time']:active::-moz-placeholder, input[type='url']:focus::-moz-placeholder, input[type='url']:active::-moz-placeholder, input[type='week']:focus::-moz-placeholder, input[type='week']:active::-moz-placeholder, textarea:focus::-moz-placeholder, textarea:active::-moz-placeholder{
      opacity:0;
    }

input[type='date']:focus:-ms-input-placeholder, input[type='date']:active:-ms-input-placeholder, input[type='datetime']:focus:-ms-input-placeholder, input[type='datetime']:active:-ms-input-placeholder, input[type='datetime-local']:focus:-ms-input-placeholder, input[type='datetime-local']:active:-ms-input-placeholder, input[type='datetime-local']:focus:-ms-input-placeholder, input[type='datetime-local']:active:-ms-input-placeholder, input[type='email']:focus:-ms-input-placeholder, input[type='email']:active:-ms-input-placeholder, input[type='month']:focus:-ms-input-placeholder, input[type='month']:active:-ms-input-placeholder, input[type='number']:focus:-ms-input-placeholder, input[type='number']:active:-ms-input-placeholder, input[type='password']:focus:-ms-input-placeholder, input[type='password']:active:-ms-input-placeholder, input[type='search']:focus:-ms-input-placeholder, input[type='search']:active:-ms-input-placeholder, input[type='tel']:focus:-ms-input-placeholder, input[type='tel']:active:-ms-input-placeholder, input[type='text']:focus:-ms-input-placeholder, input[type='text']:active:-ms-input-placeholder, input[type='time']:focus:-ms-input-placeholder, input[type='time']:active:-ms-input-placeholder, input[type='url']:focus:-ms-input-placeholder, input[type='url']:active:-ms-input-placeholder, input[type='week']:focus:-ms-input-placeholder, input[type='week']:active:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, textarea:active:-ms-input-placeholder{
      opacity:0;
    }

input[type='date']:focus::-ms-input-placeholder, input[type='date']:active::-ms-input-placeholder, input[type='datetime']:focus::-ms-input-placeholder, input[type='datetime']:active::-ms-input-placeholder, input[type='datetime-local']:focus::-ms-input-placeholder, input[type='datetime-local']:active::-ms-input-placeholder, input[type='datetime-local']:focus::-ms-input-placeholder, input[type='datetime-local']:active::-ms-input-placeholder, input[type='email']:focus::-ms-input-placeholder, input[type='email']:active::-ms-input-placeholder, input[type='month']:focus::-ms-input-placeholder, input[type='month']:active::-ms-input-placeholder, input[type='number']:focus::-ms-input-placeholder, input[type='number']:active::-ms-input-placeholder, input[type='password']:focus::-ms-input-placeholder, input[type='password']:active::-ms-input-placeholder, input[type='search']:focus::-ms-input-placeholder, input[type='search']:active::-ms-input-placeholder, input[type='tel']:focus::-ms-input-placeholder, input[type='tel']:active::-ms-input-placeholder, input[type='text']:focus::-ms-input-placeholder, input[type='text']:active::-ms-input-placeholder, input[type='time']:focus::-ms-input-placeholder, input[type='time']:active::-ms-input-placeholder, input[type='url']:focus::-ms-input-placeholder, input[type='url']:active::-ms-input-placeholder, input[type='week']:focus::-ms-input-placeholder, input[type='week']:active::-ms-input-placeholder, textarea:focus::-ms-input-placeholder, textarea:active::-ms-input-placeholder{
      opacity:0;
    }

input[type='date']:focus::placeholder, input[type='date']:active::placeholder, input[type='datetime']:focus::placeholder, input[type='datetime']:active::placeholder, input[type='datetime-local']:focus::placeholder, input[type='datetime-local']:active::placeholder, input[type='datetime-local']:focus::placeholder, input[type='datetime-local']:active::placeholder, input[type='email']:focus::placeholder, input[type='email']:active::placeholder, input[type='month']:focus::placeholder, input[type='month']:active::placeholder, input[type='number']:focus::placeholder, input[type='number']:active::placeholder, input[type='password']:focus::placeholder, input[type='password']:active::placeholder, input[type='search']:focus::placeholder, input[type='search']:active::placeholder, input[type='tel']:focus::placeholder, input[type='tel']:active::placeholder, input[type='text']:focus::placeholder, input[type='text']:active::placeholder, input[type='time']:focus::placeholder, input[type='time']:active::placeholder, input[type='url']:focus::placeholder, input[type='url']:active::placeholder, input[type='week']:focus::placeholder, input[type='week']:active::placeholder, textarea:focus::placeholder, textarea:active::placeholder{
      opacity:0;
    }

input[type='date']::-webkit-input-placeholder, input[type='datetime']::-webkit-input-placeholder, input[type='datetime-local']::-webkit-input-placeholder, input[type='datetime-local']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='month']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='text']::-webkit-input-placeholder, input[type='time']::-webkit-input-placeholder, input[type='url']::-webkit-input-placeholder, input[type='week']::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    -webkit-transition:opacity 70ms linear;
    transition:opacity 70ms linear;
    color:#9b9b9b;
    opacity:1;
  }

input[type='date']::-moz-placeholder, input[type='datetime']::-moz-placeholder, input[type='datetime-local']::-moz-placeholder, input[type='datetime-local']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='month']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='text']::-moz-placeholder, input[type='time']::-moz-placeholder, input[type='url']::-moz-placeholder, input[type='week']::-moz-placeholder, textarea::-moz-placeholder{
    -moz-transition:opacity 70ms linear;
    transition:opacity 70ms linear;
    color:#9b9b9b;
    opacity:1;
  }

input[type='date']:-ms-input-placeholder, input[type='datetime']:-ms-input-placeholder, input[type='datetime-local']:-ms-input-placeholder, input[type='datetime-local']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='month']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='text']:-ms-input-placeholder, input[type='time']:-ms-input-placeholder, input[type='url']:-ms-input-placeholder, input[type='week']:-ms-input-placeholder, textarea:-ms-input-placeholder{
    -ms-transition:opacity 70ms linear;
    transition:opacity 70ms linear;
    color:#9b9b9b;
    opacity:1;
  }

input[type='date']::-ms-input-placeholder, input[type='datetime']::-ms-input-placeholder, input[type='datetime-local']::-ms-input-placeholder, input[type='datetime-local']::-ms-input-placeholder, input[type='email']::-ms-input-placeholder, input[type='month']::-ms-input-placeholder, input[type='number']::-ms-input-placeholder, input[type='password']::-ms-input-placeholder, input[type='search']::-ms-input-placeholder, input[type='tel']::-ms-input-placeholder, input[type='text']::-ms-input-placeholder, input[type='time']::-ms-input-placeholder, input[type='url']::-ms-input-placeholder, input[type='week']::-ms-input-placeholder, textarea::-ms-input-placeholder{
    -ms-transition:opacity 70ms linear;
    transition:opacity 70ms linear;
    color:#9b9b9b;
    opacity:1;
  }

input[type='date']::placeholder, input[type='datetime']::placeholder, input[type='datetime-local']::placeholder, input[type='datetime-local']::placeholder, input[type='email']::placeholder, input[type='month']::placeholder, input[type='number']::placeholder, input[type='password']::placeholder, input[type='search']::placeholder, input[type='tel']::placeholder, input[type='text']::placeholder, input[type='time']::placeholder, input[type='url']::placeholder, input[type='week']::placeholder, textarea::placeholder{
    -webkit-transition:opacity 70ms linear;
    transition:opacity 70ms linear;
    color:#9b9b9b;
    opacity:1;
  }

textarea{
  resize:vertical;
  min-height:8.45em
}

input[type='checkbox'], input[type='radio']{

}

input[type='button'], input[type='submit'], input[type='reset']{

}

input[type='number']::-webkit-outer-spin-button, input[type='number']::-webkit-inner-spin-button{
  -webkit-appearance:none;
          appearance:none;
  display:none;
}

input:disabled{
        color:#9b9b9b;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
  .Button__tile svg{
    height:100% !important;
  }
  img[src$=".svg"]{
    width:100%;
  }

  select::-ms-expand{
    display:none;
  }
}

body{
  height:inherit;
  background:transparent;
}

