.wide-cta {
background: rgba(224, 229, 237, 1);
}
.wide-cta__inner {
background: linear-gradient(180deg, #4085D9 0%, #0C3E9A 100%);
border-radius: 20px;
overflow: hidden;
position: relative;
margin: 0 auto;
max-width: 1180px;
} .wide-cta--default .wide-cta__inner {
display: flex;
align-items: center;
min-height: 180px;
}
.wide-cta--default .container {
flex: 1;
z-index: 1;
}
.wide-cta__content {
padding: 48px 50px;
max-width: 660px;
position: relative;
z-index: 2;
}
.wide-cta__title {
font-family: 'Mulish', sans-serif;
font-weight: 700;
font-size: 36px;
line-height: 47px;
color: rgba(255, 240, 240, 1);
margin: 0 0 20px;
}
.wide-cta__description {
font-family: 'Mulish', sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 1.5;
color: rgba(255, 240, 240, 1);
margin: 0 0 28px;
}
.wide-cta__btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 179px;
height: 41px;
border-radius: 40px;
background: rgba(224, 229, 237, 1);
font-family: 'Mulish', sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 1.5;
text-decoration: none;
border: none;
cursor: pointer;
transition: transform 0.2s ease, opacity 0.2s ease;
color: inherit;
outline: none;
-webkit-appearance: none;
appearance: none;
box-sizing: border-box;
color: #1F4FCE;
}
.wide-cta__btn:hover {
transform: translateY(-2px);
opacity: 0.95;
}
.wide-cta__image {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 55%;
overflow: hidden;
pointer-events: none;
}
.wide-cta__img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: left center;
display: block;
mix-blend-mode: luminosity;
opacity: 0.4;
} .wide-cta--inline .wide-cta__inner {
height: 104px;
padding: 0 40px;
border-radius: 15px;
display: flex;
align-items: center;
}
.wide-cta__inline {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}
.wide-cta__inline-title {
font-family: 'Mulish', sans-serif;
font-weight: 700;
font-size: 32px;
line-height: 42px;
color: rgba(255, 240, 240, 1);
margin: 0;
text-transform: none;
}
.wide-cta--inline .wide-cta__btn--outline {
width: 199px;
height: 40px;
border-radius: 40px;
background: rgba(249, 251, 255, 1);
border: none;
font-family: 'Mulish', sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 1.5;
color: rgba(31, 79, 206, 1);
transition: transform 0.2s ease, opacity 0.2s ease;
}
.wide-cta--inline .wide-cta__btn--outline:hover {
transform: translateY(-2px);
opacity: 0.95;
} .wide-cta--cols .wide-cta__inner {
padding: 0;
background: linear-gradient(180deg, #4085D9 0%, #0C3E9A 100%);
border-radius: 30px;
overflow: hidden;
}
.wide-cta__cols {
display: grid;
grid-template-columns: repeat(3, 1fr);
padding: 40px 40px 0;
gap: 0;
}
.wide-cta__col {
padding: 0 32px 40px;
display: flex;
flex-direction: column;
position: relative;
}
.wide-cta__col:first-child {
padding-left: 0;
}
.wide-cta__col:last-child {
padding-right: 0;
}
.wide-cta--cols .wide-cta__image {
top: -1px;
left: 36%;
}
.wide-cta__col--bordered {
position: relative;
border-right: none;
background-image: linear-gradient(rgba(160, 180, 233, 1), rgba(160, 180, 233, 1));
background-repeat: no-repeat;
background-size: 1px calc(100% - 40px);
background-position: right top;
}
.wide-cta__col-text {
font-family: 'Mulish', sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 1.5;
color: rgba(255, 240, 240, 1);
margin: 0 0 20px;
flex: 1 1 auto;
min-height: 80px;
}
.wide-cta__col-btn {
display: inline-flex;
align-items: center;
justify-content: center;
height: 41px;
padding: 0 24px;
border-radius: 40px;
background: rgba(224, 229, 237, 1);
color: rgba(31, 79, 206, 1);
border: none;
font-family: 'Mulish', sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 1.5;
text-decoration: none;
align-self: flex-start;
transition: transform 0.2s ease, opacity 0.2s ease;
}
.wide-cta__col-btn:hover { opacity: 0.95; transform: translateY(-2px); }
.wide-cta__bottom-bar {
display: grid;
grid-template-columns: repeat(3, 1fr);
align-items: center;
padding: 20px 40px;
gap: 0;
border-top: 1px solid rgba(160, 180, 233, 1);
margin: 0 40px;
padding-left: 0;
padding-right: 0;
}
.wide-cta__bottom-bar-text {
font-family: 'Mulish', sans-serif;
font-weight: 600;
font-size: 20px;
line-height: 25px;
color: rgba(255, 240, 240, 1);
margin: 0;
grid-column: 1 / 3;
padding-right: 24px;
}
.wide-cta__bottom-bar-btn {
display: inline-flex;
align-items: center;
justify-content: center;
height: 41px;
padding: 0 24px;
border-radius: 40px;
background: rgba(224, 229, 237, 1);
color: rgba(31, 79, 206, 1);
font-family: 'Mulish', sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 1.5;
text-decoration: none;
justify-self: end;
grid-column: 3;
transition: transform 0.2s ease, opacity 0.2s ease;
border: none;
cursor: pointer;
outline: none;
-webkit-appearance: none;
appearance: none;
box-sizing: border-box;
}
.wide-cta__bottom-bar-btn:hover { opacity: 0.95; transform: translateY(-2px); } @media (max-width: 1024px) {
.wide-cta--default {
padding-left: 30px;
padding-right: 30px;
}
.wide-cta--default .wide-cta__title {
font-size: 28px;
line-height: 35px;
}
.wide-cta--default .wide-cta__description {
font-size: 16px;
line-height: 1.5;
font-weight: 600;
max-width: 470px;
}
.wide-cta--default .wide-cta__btn {
width: 162px;
height: 38px;
font-size: 12px;
}
} @media (max-width: 640px) {
.wide-cta--default,
.wide-cta--default * {
text-align: left !important;
}
.wide-cta--default {
padding-left: 30px;
padding-right: 30px;
}
.wide-cta--default .wide-cta__content {
padding: 32px 24px;
max-width: 100%;
}
.wide-cta--default .wide-cta__title {
font-size: 22px;
line-height: 29px;
margin-bottom: 12px;
}
.wide-cta--default .wide-cta__description {
font-size: 12px;
line-height: 1.5;
font-weight: 600;
margin-bottom: 20px;
}
.wide-cta--default .wide-cta__btn {
width: 162px;
height: 38px;
font-size: 12px;
}
.wide-cta--default .wide-cta__title br,
.wide-cta--default .wide-cta__description br {
display: none;
}
} @media (max-width: 1024px) {
.wide-cta--cols {
padding-left: 30px;
padding-right: 30px;
}
} @media (max-width: 640px) {
.wide-cta--cols .wide-cta__inner {
border-radius: 15px;
}
.wide-cta--cols .wide-cta__cols {
grid-template-columns: 1fr;
padding: 0;
border-bottom: none;
}
.wide-cta--cols .wide-cta__col {
border-right: none !important;
background-image: none !important;
border-bottom: 1px solid rgba(160, 180, 233, 1) !important;
padding: 20px 20px !important;
}
.wide-cta--cols .wide-cta__col-text {
font-size: 16px;
line-height: 1.5;
min-height: unset;
margin-bottom: 16px;
text-align: left !important;
}
.wide-cta--cols .wide-cta__col-btn {
width: 100%;
height: 41px;
font-size: 16px;
padding: 0;
align-self: stretch;
text-align: center;
}
.wide-cta--cols .wide-cta__bottom-bar {
grid-template-columns: 1fr;
margin: 0;
padding: 20px 20px;
border-top: 1px solid rgba(160, 180, 233, 1);
gap: 16px;
}
.wide-cta--cols .wide-cta__bottom-bar-text {
grid-column: 1;
font-size: 16px;
line-height: 25px;
padding-right: 0;
text-align: left !important;
}
.wide-cta--cols .wide-cta__bottom-bar-btn {
grid-column: 1;
width: 100%;
height: 41px;
font-size: 16px;
justify-self: stretch;
padding: 0;
}
}
.wide-cta__inline { flex-direction: row; align-items: center; } @media (max-width: 1024px) {
.wide-cta--inline {
padding-left: 30px;
padding-right: 30px;
}
.wide-cta--inline .wide-cta__inner {
height: auto;
min-height: 81px;
padding: 20px 30px;
}
.wide-cta__inline-title {
font-size: 24px;
line-height: 32px;
}
.wide-cta--inline .wide-cta__btn--outline {
width: 190px;
height: 41px;
font-size: 16px;
flex-shrink: 0;
}
.wide-cta--inline .wide-cta__inline {
flex-direction: row;
align-items: center;
justify-content: space-between;
}
} @media (max-width: 640px) {
.wide-cta--inline {
padding-left: 30px;
padding-right: 30px;
}
.wide-cta__image.wide-cta__image {
right: -66px;
width: 113%;
}
.wide-cta--inline .wide-cta__inner {
height: auto;
min-height: 138px;
padding: 24px 20px;
border-radius: 15px;
}
.wide-cta--inline .wide-cta__inline {
flex-direction: column;
align-items: center;
gap: 20px;
}
.wide-cta__inline-title {
font-size: 18px;
line-height: 25px;
text-align: center;
width: 100%;
}
.wide-cta--inline .wide-cta__btn--outline {
width: 100%;
height: 38px;
font-size: 12px;
font-weight: 600;
line-height: 1.5;
}
}