.acf-block-activity-hero {
position: relative;
display: flex;
padding-bottom: 98px;
max-width: 1217px;
margin: 0 auto;
} .activity-hero__image {
position: absolute;
top: 0;
right: 0;
width: 50%;
z-index: 1;
}
.activity-hero__image img {
width: 100%;
height: 371px;
object-fit: cover;
display: block;
} .activity-hero__content {
position: relative;
z-index: 2;
width: 54%;
background: rgba(238, 249, 255, 0.85);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border-radius: 0 0 0 48px;
padding: 64px;
margin-top: 80px;
}
.activity-hero__frame {
display: flex;
flex-direction: column;
gap: 0;
}
.activity-hero__title {
font-family: var(--fc-font, "Poppins", sans-serif);
font-size: 38px;
font-weight: 600;
line-height: 1.39;
color: var(--fc-primary-dark, #1B1B7D);
margin: 0;
}
.activity-hero__description {
font-family: var(--fc-font, "Poppins", sans-serif);
font-size: 16px;
font-weight: 400;
line-height: 1.79;
color: var(--fc-primary-dark, #1B1B7D);
margin: 0;
} .activity-hero__anchor {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
border-radius: 50%;
background: var(--fc-primary, #4545C4);
color: #ffffff;
text-decoration: none;
transition: background 0.2s ease, transform 0.2s ease;
align-self: flex-start;
}
a.activity-hero__anchor,
a.activity-hero__anchor:hover,
a.activity-hero__anchor:focus,
a.activity-hero__anchor:active {
color: #ffffff !important;
text-decoration: none !important;
}
a.activity-hero__anchor:hover {
background: var(--fc-primary-dark, #1B1B7D);
transform: translateY(3px);
}
.activity-hero__anchor svg {
transition: transform 0.2s ease;
}
.activity-hero__anchor:hover svg {
transform: translateY(2px);
} .activity-hero__button {
display: inline-flex;
align-items: center;
align-self: flex-start;
font-family: var(--fc-font, "Poppins", sans-serif);
font-size: 14px;
font-weight: 700;
line-height: 25.2px;
padding: 16px 24px;
border-radius: 8px;
background: var(--fc-primary, #4545C4);
color: #ffffff;
text-decoration: none;
transition: background 0.2s ease, transform 0.2s ease;
}
.activity-hero__button:hover {
background: var(--fc-primary-dark, #1B1B7D);
transform: translateY(-2px);
} @media (max-width: 1024px) {
.acf-block-activity-hero {
flex-direction: column;
}
.activity-hero__image {
position: static;
width: 100%;
}
.activity-hero__image img {
height: 300px;
}
.activity-hero__content {
width: 100%;
margin-top: 0;
}
}
@media (max-width: 768px) {
.activity-hero__image img {
height: 240px;
}
.activity-hero__content {
padding: 32px 20px;
}
.activity-hero__title {
font-size: 28px;
}
}.forzaco-stepper {
position: relative;
padding: 40px 80px 120px;
max-width: 1000px;
font-family: var(--fc-font, "Poppins", Helvetica, sans-serif);
-webkit-font-smoothing: antialiased;
} .forzaco-stepper__line {
position: absolute;
z-index: 1;
left: 107px;
top: 0;
height: 0;
width: 2px;
background: rgba(69, 69, 196, 0.1);
}
.forzaco-stepper__line-progress {
width: 100%;
height: 0%;
background: linear-gradient(180deg, var(--fc-primary, #4545C4) 0%, var(--fc-secondary, #20FFC9) 100%);
} .forzaco-stepper__step {
display: grid;
grid-template-columns: 56px 1fr;
gap: 0 48px;
margin-bottom: 56px;
position: relative;
}
.forzaco-stepper__step:last-child {
margin-bottom: 0;
} .forzaco-stepper__number {
width: 56px;
height: 56px;
border-radius: 50%;
border: 2px solid var(--fc-primary, #4545C4);
background: var(--fc-bg, #fdf8f4);
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
font-weight: 700;
color: var(--fc-primary, #4545C4);
position: relative;
z-index: 2;
flex-shrink: 0;
margin-top: 2px;
opacity: 0;
transition: background 0.4s, color 0.4s;
}
.forzaco-stepper__number.is-done {
background: var(--fc-primary, #4545C4);
color: white;
} .forzaco-stepper__card {
background: white;
border-radius: 20px;
border: 1px solid rgba(69, 69, 196, 0.1);
box-shadow: 0 2px 24px rgba(69, 69, 196, 0.06);
overflow: hidden;
opacity: 0;
transform: translateX(40px);
will-change: transform, opacity;
} .forzaco-stepper__tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
padding: 14px 24px;
background: rgba(69, 69, 196, 0.04);
justify-content: flex-start;
}
.forzaco-stepper__tags--right {
justify-content: flex-end;
}
.forzaco-stepper__tags-caption {
font-size: 11px;
font-style: italic;
color: rgba(96, 96, 160, 0.5);
align-self: center;
margin-right: auto;
}
.forzaco-stepper__tags--top {
border-bottom: 1px solid rgba(69, 69, 196, 0.08);
}
.forzaco-stepper__tags--bottom {
border-top: 1px solid rgba(69, 69, 196, 0.08);
} .forzaco-stepper__badge {
display: inline-flex;
align-items: center;
gap: 7px;
background: white;
border-radius: 100px;
padding: 5px 12px 5px 9px;
font-size: 12px;
font-weight: 600;
border: 1px solid rgba(69, 69, 196, 0.22);
color: var(--fc-primary, #4545C4);
opacity: 0;
transform: translateY(6px);
}
.forzaco-stepper__badge--right {
padding: 5px 9px 5px 12px;
flex-direction: row-reverse;
}
.forzaco-stepper__badge-icon {
display: inline-flex;
align-items: center;
flex-shrink: 0;
opacity: 0.55;
color: var(--fc-primary, #4545C4);
}
.forzaco-stepper__badge-icon svg {
display: block;
width: 11px;
height: 11px;
} .forzaco-stepper__body {
padding: 28px 28px 26px;
}
.forzaco-stepper__step-title {
font-size: 22px;
font-weight: 700;
letter-spacing: -0.4px;
color: var(--fc-black, #020617);
margin: 0 0 12px;
line-height: 1.3;
}
.forzaco-stepper__step-desc {
font-size: 14px;
line-height: 1.85;
color: #6060a0;
margin: 0;
}
.forzaco-stepper__step-desc p {
margin: 0 0 8px;
}
.forzaco-stepper__step-desc p:last-child {
margin-bottom: 0;
}
.forzaco-stepper__step-desc a {
color: var(--fc-primary, #4545C4);
text-decoration: underline;
text-underline-offset: 2px;
}
.forzaco-stepper__step-desc a:hover {
opacity: 0.7;
} @media (max-width: 1024px) {
.forzaco-stepper {
padding-left: 0;
padding-right: 0;
}
.forzaco-stepper__line {
left: 28px;
}
}
@media (max-width: 768px) {
.forzaco-stepper {
padding-left: 0;
padding-right: 0;
}
.forzaco-stepper__line {
display: none;
}
.forzaco-stepper__step {
grid-template-columns: 1fr;
margin-bottom: 32px;
}
.forzaco-stepper__number {
margin-bottom: 12px;
}
.forzaco-stepper__card {
transform: translateY(24px);
}
.forzaco-stepper__body {
padding: 20px;
}
.forzaco-stepper__tags {
padding: 12px 16px;
}
}