
.fi-banner {
    width: 100%;
    max-width: 1200px;
    display: flex;
    border-radius: 14px;
    box-shadow: 0px 3px 14px rgba(0,0,0, 0.2);
    background-color: #fff;
    padding: 30px;
    margin: 20px auto;
}
@media only screen and (max-width: 1200px){
    .fi-banner {
        max-width: calc(100% - 40px);
    }
}

.fi-banner > div:first-child {
    width: fit-content !important;
    max-width: 100%;
}

.fi-banner .red-text {color: #D8292F;}
.fi-banner div:nth-of-type(2) {
    padding: 0 20px;
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.fi-banner div:nth-of-type(2) p.fi-pill {
    border-radius: 14px;
    padding: 4px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    width: fit-content;
    margin-bottom: 20px;
}
.fi-banner div:nth-of-type(2) p.fi-pill.red {
    background: #D8292F;
    color: #fff;
}
.fi-banner div:nth-of-type(2) p.fi-pill.black {
    background: #000;
    color: #fff;
}
.fi-banner div:nth-of-type(2) p.fi-pill.green {
    background: #20842f;
    color: #fff;
}
.fi-banner div:nth-of-type(2) p {
    margin-bottom: 15px;
    font: normal 400 18px 'Open Sans';
    line-height: 25px;
    letter-spacing: 0px;
}
.fi-banner div:nth-of-type(2) p.fi-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
}
.fi-banner div:nth-of-type(2) p.fi-title.no-bold {
    font-weight: unset;
}
.fi-banner div:nth-of-type(2) p.fi-title em, .fi-banner div:nth-of-type(2) p.fi-title strong {
    font-weight: bold;
}
.fi-banner div:nth-of-type(2) p.fi-title sup {
    font-size: 14px;
    vertical-align: middle;
}
.fi-banner .fi-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: auto;
}
.fi-banner .fi-row .fi-conditionsPanel {
    flex: 1;
    padding-right: 20px;
}
.fi-banner .fi-row .fi-conditionsPanel p {
    display: block;
    color: #005078;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
}
.fi-banner .fi-row #conditionsPanel:hover {
    text-decoration: underline;
    cursor: pointer;
}
.fi-banner .fi-row .fi-conditionsPanel p span.ac-icon {
    padding-left: 5px;
}
.fi-banner .fi-row .fi-conditionsPanel #conditionsContent {
    background-color: #f9f8f6;
    padding: 12px;
    border-radius: 14px;
    margin-top: 15px;
    display: none;
}
.fi-banner .fi-row .fi-conditionsPanel #conditionsContent > * {
    font-size: 12px;
    color: #000;
    font-weight: normal;
}
.fi-banner .fi-row .fi-conditionsPanel.active #conditionsContent{
    display: block;
}
.fi-banner .fi-row .fi-conditionsPanel.active p span.ac-icon{
    rotate: 180deg;
    vertical-align: bottom;
    margin-left: 5px;
}
.fi-banner .fi-row .fi-conditionsPanel p span.ac-icon.ac-icon_arrowDown:before {
    content: "\e945";
    font-size: 12px;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}
.fi-banner div:nth-of-type(2) p.fi-cta {
    margin-bottom: 0;
}
.fi-banner div:nth-of-type(2) p.fi-cta a {
    font-weight: 600;
    text-align: center;
    background-color: #005078;
    color: #fff;
    font-size: 16px;
    border-radius: 14px;
    padding: 15px 30px;
    width: fit-content;
    display: block;
    text-decoration: none;
}
.fi-banner div:nth-of-type(1) img {
    width: 100%;
    max-width: 340px;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
}
.fi-banner .no-margin{
    margin: 0!important;
}
.fi-banner .margin-auto-h{
    margin: auto 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px){
    .fi-banner .fi-row {
        padding: 0;
        flex-direction: column;
    }
    .fi-banner div:nth-of-type(1) img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 256px;
        object-fit: cover;
    }
    .fi-banner div:nth-of-type(2) p.fi-cta {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 768px){
    .fi-banner {
        flex-direction: column;
        padding: 0px;
    }
    .fi-banner .fi-row {
        padding: 0 0 20px;
        flex-direction: column;
    }
    .fi-banner div:nth-of-type(1) img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 270px;
        object-fit: cover;
        object-position: top;
        border-radius: 14px 14px 0 0;
        margin-bottom: 20px;
    }
    .fi-banner .fi-row .fi-conditionsPanel #conditionsContent {
        margin-bottom: 15px;
    }
    .fi-banner div:nth-of-type(2) p.fi-cta {
        margin-top: 15px;
        width: 100%;
    }
    .fi-banner div:nth-of-type(2) p.fi-cta a{
        width: 100%;
    }
} 