@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&family=Merriweather+Sans:wght@400;700&display=swap');
footer a{color: #fff !important;}
.cvc-box{
  border:8px solid #565864; border-right: none; background-image: linear-gradient(to bottom, #565864 20%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, #565864 10%);
  background-position: right;
  background-size: 8px 100%;
  background-repeat: repeat-y;
  padding-right: 8px;
  padding-left: 0px;
}
.new-partner{
  position: absolute;
  padding: 8px 18px; 
  top: 12px;
  left: 33%;
}
.cvc-box-sm{
  border:5px solid #565864; border-right: none; background-image: linear-gradient(to bottom, #565864 20%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, #565864 10%);
  background-position: right;
  background-size: 5px 100%;
  background-repeat: repeat-y;
  padding-right: 5px;
  padding-left: 0px;
}
.cvc-box-light{
  border:8px solid #92A2B5; border-right: none; background-image: linear-gradient(to bottom, #92A2B5 20%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, #92A2B5 10%);
  background-position: right;
  background-size: 8px 100%;
  background-repeat: repeat-y;
  padding-right: 8px;
  padding-left: 0px;
}
.border{
  border-width: 5px !important;
}
.card-img{
  max-height: 155px;
}
.card-img-sm{
  max-height: 130px;
}
.h-35{
  height: 35% !important;
}
.h-65{
  height: 65% !important;
}
.bg-care{background:url("img/care-background.jpg") top left no-repeat var(--secondary);-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}
.bg-grad{background:url("img/bg-gradient.jpg") top right no-repeat var(--secondary);-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}
.nm-b{margin-bottom: -66px}
@media(max-width:1200px){
.nm-b{margin-bottom: -56px}
}
@media(max-width:992px){
.nm-b{margin-bottom: -41px}
}
@media(max-width:768px){
.nm-b{margin-bottom: -6.3%}
}
.no-wrap{white-space: nowrap;}
