.ilp-line {
    --ilp-blue: #00374F;
    --ilp-red: #e36f6b;
    --ilp-white: #fff;
    box-sizing: border-box;
    overflow: hidden;
    color: var(--ilp-white);
    background: var(--ilp-blue);
    font-family: Montserrat, Arial, sans-serif;
}

.ilp-line *, .ilp-line *::before, .ilp-line *::after { box-sizing: inherit; }
.ilp-line__timeline, .ilp-line__slider { width: min(100% - 40px, 1200px); margin: 0 auto; }
.ilp-line__event-title, .ilp-line__event-description { margin: 0; }
.ilp-line__timeline { position: relative; width: 100%; height: 104px; margin-top: 122px; overflow-x: auto; overflow-y: hidden; font-size: 1rem; scrollbar-width: none; scroll-behavior: smooth; overscroll-behavior-x: contain; -webkit-mask-image: linear-gradient(to right, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%); mask-image: linear-gradient(to right, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%); }
.ilp-line__timeline::-webkit-scrollbar { display: none; }
.ilp-line__timeline-line { display: none; }
.ilp-line__points { position: relative; z-index: 1; display: flex; justify-content: space-between; width: 100%; min-width: max-content; padding: 0 20px; transform: translateY(20px); }
.ilp-line__points::before { position: absolute; top: 47px; right: 47px; left: 47px; height: 4px; background: var(--ilp-white); content: ""; }
.ilp-line__point { position: relative; z-index: 1; display: flex; flex: 0 0 88px; flex-direction: column; align-items: center; gap: 14px; padding: 0; border: 0; color: var(--ilp-white); background: none; font: inherit; cursor: pointer; }
.ilp-line__point:disabled { cursor: default; opacity: .75; }
.ilp-line__point i { display: block; width: 38px; height: 38px; border: 4px solid var(--ilp-white); border-radius: 50%; background: var(--ilp-blue); }
.ilp-line__point.is-active i { background: var(--ilp-red); }
.ilp-line__slider { position: relative; }
.ilp-line__viewport { overflow: hidden; }
.ilp-line__track { display: flex; transition: opacity .2s ease-in-out; }
.ilp-line__track.is-fading { opacity: 0; }
.ilp-line__slide { display: flex; flex: 0 0 100%; gap: 0; padding: 84px 64px 72px; }
.ilp-line__media, .ilp-line__content { width: 50%; max-width: 100%; flex: 0 1 auto; }
.ilp-line__media { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-right: 0; background: var(--ilp-blue); }
.ilp-line__logo { align-self: center; width: auto; max-width: 100%; height: 64px; margin: 0 0 16px; border: none; object-fit: contain; }
.ilp-line__logo--small { height: 32px; }
.ilp-line__logo--medium { height: 48px; }
.ilp-line__logo--large { height: 80px; }
.ilp-line .ilp-line__photo { display: block; width: 451px; max-width: 100%; height: 271px; object-fit: cover; border: 8px solid var(--ilp-white); box-shadow: none !important; background-clip: padding-box; }
.ilp-line__content { display: flex; flex-direction: column; align-items: stretch; justify-content: center; padding-left: 34px; text-align: justify; }
.ilp-line__event-title { margin-bottom: 22px; text-align: left; }
:where(.ilp-line__event-description) { font-size: 1rem; font-weight: 600; line-height: 1.55; }
:where(.ilp-line__event-title) { font-size: 1.25rem; font-weight: 600; line-height: 1.3; }
.ilp-line__arrow { position: absolute; z-index: 2; top: 50%; width: 32px; padding: 0; border: 0; color: var(--ilp-white); background: transparent; font-family: Arial, sans-serif; font-size: 3rem; font-weight: 300; line-height: 1; cursor: pointer; transform: translateY(-50%); }
.ilp-line__arrow img { display: block; width: 100%; height: auto; }
.ilp-line__arrow--prev { left: 0; }
.ilp-line__arrow--next { right: 0; }
.ilp-line__arrow:focus-visible, .ilp-line__point:focus-visible { outline: 2px solid var(--ilp-white); outline-offset: 4px; }

@media (max-width: 900px) {
}

@media (max-width: 767px) {
    .ilp-line__timeline { width: calc(100% - 32px); }
    .ilp-line__slider { width: 100%; }
    .ilp-line__timeline { display: block; height: 86px; margin-top: 48px; }
    .ilp-line__points { padding: 0 16px; transform: translateY(12px); }
    .ilp-line__points::before { top: 39px; right: 32px; left: 32px; height: 3px; }
    .ilp-line__point { flex-basis: 64px; gap: 10px; font-size: .75rem; }
    .ilp-line__point i { width: 30px; height: 30px; border-width: 3px; }
    .ilp-line__slide { display: block; padding: 48px 48px 56px; }
    .ilp-line__media, .ilp-line__content { width: 100%; }
    .ilp-line__media { padding-right: 0; margin-bottom: 16px; }
    .ilp-line__logo { height: 52px; }
    .ilp-line__logo--small { height: 28px; }
    .ilp-line__logo--medium { height: 40px; }
    .ilp-line__logo--large { height: 64px; }
    .ilp-line__photo { height: auto; aspect-ratio: 16 / 9; }
    .ilp-line__content { padding-left: 0; text-align: justify; }
    :where(.ilp-line__event-description) { font-size: .75rem; line-height: 1.45; }
    .ilp-line__event-title { margin-bottom: 16px; text-align: center; }
    :where(.ilp-line__event-title) { font-size: .8125rem; }
}
