.object-contain{object-fit:contain;object-position:center;width:100%;height:100%}
.cardhighlighted{display:flex;flex-direction:column;box-shadow:0 0 15px rgba(0,69,113,0.25);border-radius:4px}
.cardhighlighted .card-highlighted{background-color:#fff;position:relative;color:#004571;padding:32px 20px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;border-radius:4px}
.cardhighlighted .card-highlighted:hover{text-decoration:none}
.orange-shadow .cardhighlighted .card-highlighted:hover{box-shadow:0 0 14px 5px #E5720059}
.no-shadow .cardhighlighted .card-highlighted{box-shadow:none;background-color:transparent}
.cardhighlighted .card-highlighted__highlight{position:absolute;bottom:calc(100% - 14px);left:50%;transform:translateX(-50%);width:auto;min-width:200px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:16px;font-weight:bold;white-space:nowrap;letter-spacing:-0.01px;padding:2px 12px;height:32px}
.cardhighlighted .card-highlighted__highlight__left,.cardhighlighted .card-highlighted__highlight__right{position:absolute;display:block;bottom:0;border:16px solid;z-index:-1;height:32px}
.cardhighlighted .card-highlighted__highlight__left{right:calc(100% - 1px);border-right-width:1px}
.cardhighlighted .card-highlighted__highlight__right{left:calc(100% - 1px);border-left-width:1px}
.cardhighlighted .card-highlighted__pretitle{font-size:16px;line-height:22px;text-align:center;margin-bottom:8px}
.cardhighlighted .card-highlighted__title{margin:0}
.cardhighlighted .card-highlighted__title,.cardhighlighted .card-highlighted__subtitle{font-size:20px;line-height:22px;text-align:center}
.cardhighlighted .card-highlighted__title,.cardhighlighted .card-highlighted__pretitle{font-weight:700;font-family:'FSEmeric Semibold',Arial,sans-serif}
.cardhighlighted .card-highlighted__subtitle{font-family:'FSEmeric Regular',Arial,sans-serif;margin-top:8px;font-size:20px;padding:0 10px 20px}
.cardhighlighted .card-highlighted__description{color:#004571;margin:32px 0 0;text-align:left;font-size:16px;line-height:17.6px;font-family:FSEmeric Regular,Arial,sans-serif;width:100%}
.cardhighlighted .card-highlighted__description p,.cardhighlighted .card-highlighted__description li{margin-bottom:0;font-size:16px;line-height:17.6px}
.cardhighlighted .card-highlighted__description p:not(:first-of-type),.cardhighlighted .card-highlighted__description li:not(:first-of-type){margin-top:16px}
.cardhighlighted .card-highlighted__description ol{padding-left:24px}
.cardhighlighted .card-highlighted__description ul{padding-left:0;margin:0;list-style:none}
.cardhighlighted .card-highlighted__description ul li{padding-left:24px;position:relative}
.cardhighlighted .card-highlighted__description ul li:before{width:16px;font-size:16px;color:#e57200;font-family:gnf-font;content:url('../clientlib-site/resources/icons/check.svg');position:absolute;left:0;top:0}
.cardhighlighted .card-highlighted__image{width:248px;height:136px}
.cardhighlighted .card-highlighted__image--after{margin-top:auto}
.cardhighlighted .card-highlighted__image img{object-fit:contain;object-position:center;width:100%;height:100%}
.cardhighlighted .card-highlighted .button{max-width:100%;margin:0 !important}
.cardhighlighted .card-highlighted .button.card-highlighted__btnTop{margin-top:28px}
.cardhighlighted .card-highlighted .button.button--whiteBackground{margin-top:auto}
.cardhighlighted .card-highlighted .button.button--whiteBackground:hover{background-color:#004571}
.cardhighlighted .card-highlighted .button.button--whiteBackground:hover *{color:#fff}
.cardhighlighted .card-highlighted .button a{text-decoration:none;font-size:20px;font-weight:bold}
.cardhighlighted .card-highlighted__title + .card-highlighted__btnTop{margin-top:32px !important}
.cardhighlighted .card-highlighted__description + .card-highlighted__btnBottom{margin-top:32px !important}
@media(min-width:767px){.orange-shadow .cardhighlighted .card-highlighted{transition:transform .3s ease}
.orange-shadow .cardhighlighted .card-highlighted:hover{transform:translateY(-5px)}
}
.cardhighlighted .card-highlighted__info{display:flex;align-items:center;text-align:left;background:linear-gradient(90deg,#fbeee1 100%,#fef7ef 100%);padding:10px 24px;border-radius:0 0 4px 4px;position:relative;min-height:62px;height:max-content}
.cardhighlighted .card-highlighted__info__image,.cardhighlighted .card-highlighted__info>i{width:48px;height:48px;left:24px}
.cardhighlighted .card-highlighted__info__image + .card-highlighted__info__text,.cardhighlighted .card-highlighted__info>i + .card-highlighted__info__text{padding-left:16px}
.cardhighlighted .card-highlighted__info>picture + .card-highlighted__info__text{padding-left:16px}
.cardhighlighted .card-highlighted__info>i{font-size:48px;color:#004571;display:flex}
.cardhighlighted .card-highlighted__info__text{font-size:12px;line-height:14px;color:#004571;font-family:FSEmeric Regular,Arial,sans-serif}
.cardhighlighted .card-highlighted__tooltip{align-self:center;position:relative}
.cardhighlighted .card-highlighted__tooltip .tooltip__wrapper{display:none;position:absolute;top:-128px;width:324px;padding:16px;border:1px solid #004571;left:-270px;z-index:99;background:white}
.cardhighlighted .card-highlighted__tooltip .tooltip__wrapper::after{content:"";width:18.8px;height:18.8px;border:1px solid #004571;border-left:0;border-top:0;position:absolute;display:block;right:34px;bottom:-10px;background-color:white;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.cardhighlighted .card-highlighted__tooltip:hover .tooltip__wrapper{display:block}