.hmm-hero{--hero-offset:50px;position:relative;display:flex;flex-direction:column;background:var(--black);overflow-x:clip;padding-block-start:calc(var(--header-height,110px) + var(--hero-offset));padding-block-end:20px}.hmm-hero__bg-logo{position:absolute;left:0;bottom:25%;height:70%;width:auto;max-width:420px;transform:translateX(-45%);opacity:.75;z-index:0}.hmm-hero .container{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;justify-content:flex-end;gap:35px}.hmm-hero__content{display:flex;flex-direction:column;gap:24px;padding-inline-start:15%}.hmm-hero__title{font-family:var(--font-display);font-weight:700;font-size:clamp(2.5rem, 6vw, 3.5rem);color:var(--white);line-height:1.15}.hmm-hero__body{display:flex;flex-direction:column;gap:20px}.hmm-hero__desc{font-family:var(--font-sans);font-size:.9rem;line-height:1.5;color:var(--white)}.hmm-hero__list{display:none}.hmm-hero__item{display:flex}.hmm-hero__item-number{font-family:var(--font-sans);font-size:.9rem;font-weight:700;color:var(--white);min-width:20px}.hmm-hero__item-text{display:flex;flex-direction:column;gap:4px}.hmm-hero__item-title{font-family:var(--font-sans);font-size:.9rem;font-weight:700;color:var(--white)}.hmm-hero__item-desc{font-family:var(--font-sans);font-size:.9rem;line-height:1.5;color:var(--white);opacity:.8}.hmm-grid{position:relative;display:grid;grid-template-columns:repeat(2,1fr);max-width:400px;margin-inline-start:auto;border:1px solid var(--white)}.hmm-grid::before{content:'';position:absolute;top:-1px;left:100%;width:100vw;height:1px;background:var(--white)}.hmm-grid::after{content:'';position:absolute;bottom:-1px;left:100%;width:100vw;height:1px;background:var(--white)}.hmm-grid__cell{aspect-ratio:4/3.07;border-right:1px solid var(--white);border-bottom:1px solid var(--white)}.hmm-grid__cell:nth-child(2n){border-right:none}.hmm-grid__cell:nth-last-child(-n+2){border-bottom:none}.hmm-grid__cell:nth-child(2){position:relative;display:flex;align-items:center;justify-content:center;background:url('../assets/images/hmm_circle_purple.webp') center/cover no-repeat}.hmm-grid__cell:nth-child(3){display:flex;align-items:center;justify-content:center;background:url('../assets/images/hmm_circle_blue.webp') center/cover no-repeat}.hmm-grid__cell:nth-child(4){position:relative}.hmm-grid__cell:nth-child(6){display:flex;align-items:center;justify-content:center;background:url('../assets/images/hmm_circle_orange.webp') center/cover no-repeat}.hmm-grid__label{font-family:var(--font-display);font-weight:700;font-size:clamp(.75rem, 3.5vw, .9rem);color:var(--white);text-align:center;max-width:60%;line-height:1.4}.hmm-grid__cell:nth-child(2)::after,.hmm-grid__cell:nth-child(4)::after{content:'';position:absolute;bottom:-1px;left:100%;width:100vw;height:1px;background:var(--white)}.hmm-section{--section-padding-end:60px;--section-padding-start:60px;padding-block-start:var(--section-padding-start);padding-block-end:var(--section-padding-end)}.hmm-section__header{padding-block-end:10px}.hmm-section--registration .hmm-section__header{background:var(--black)}.hmm-section--registration .hmm-subsection__list li{font-weight:700}.hmm-section__title{font-family:var(--font-display);font-weight:700;font-size:clamp(1.75rem, 4vw, 2.75rem);color:var(--white);text-align:left}.hmm-section__divider{height:1px;background:var(--white)}.hmm-section__body{padding-block-start:20px}.hmm-section--registration{padding-block-start:40px;padding-block-end:0}.hmm-section--registration .hmm-section__body{background:url('../assets/images/hmm_bg_purple_phone.webp') center/cover no-repeat fixed;padding-block-end:var(--section-padding-end)}.hmm-section--healthcare{background:url('../assets/images/hmm_bg_blue.webp') center center/cover no-repeat}.hmm-section--transport{background:url('../assets/images/hmm_bg_orange.webp') center/cover no-repeat fixed}.hmm-subsection{display:flex;flex-direction:column;gap:15px}.hmm-subsection+.hmm-subsection{margin-block-start:40px}.hmm-subsection__title{font-family:var(--font-sans);font-weight:700;font-size:1.2rem;color:var(--white)}.hmm-subsection__body{display:flex;flex-direction:column;gap:12px}.hmm-subsection__important,.hmm-subsection__list li,.hmm-subsection__list-title,.hmm-subsection__text{font-family:var(--font-sans);font-size:.9rem;line-height:1.5;color:var(--white)}.hmm-subsection__list-title{font-weight:700}.hmm-subsection__list-block{display:flex;flex-direction:column;gap:4px}.hmm-subsection__list{list-style:none;display:flex;flex-direction:column;gap:2px;padding-inline-start:8px}.hmm-subsection__list li{font-weight:400;padding-inline-start:14px;position:relative}.hmm-subsection__list li::before{content:'';position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--white)}.hmm-subsubsection{display:flex;flex-direction:column;gap:12px;margin-block-start:10px}.hmm-subsubsection:first-child{margin-block-start:0}.hmm-subsubsection--spaced{margin-block-start:40px}.hmm-subsubsection__title{font-family:var(--font-sans);font-weight:700;font-size:1.1rem;color:var(--white)}.hmm-subsubsection__body{display:flex;flex-direction:column;gap:12px}.hmm-step-card{display:flex;align-items:baseline;gap:12px;padding:20px 24px;background:var(--card-fill);border-radius:10px}.hmm-step-card__number{font-family:var(--font-sans);font-weight:700;font-size:2.8rem;line-height:1;color:var(--white);font-variant-numeric:tabular-nums;flex-shrink:0}.hmm-step-card__content{display:flex;flex-direction:column;gap:12px}.hmm-step-card__title{font-family:var(--font-sans);font-weight:700;font-size:1rem;line-height:1.5;color:var(--white)}.hmm-step-card__text{font-family:var(--font-sans);font-weight:400;font-size:.9rem;line-height:1.5;color:var(--white)}.hmm-step-card__text--italic{font-style:italic}.hmm-step-card__body{display:flex;flex-direction:column;gap:8px}.hmm-step-card__list-block{display:flex;flex-direction:column;gap:4px}.hmm-step-card__list-intro,.hmm-step-card__procedure,.hmm-step-card__procedure-label{font-family:var(--font-sans);font-size:.9rem;line-height:1.5;color:var(--white)}.hmm-step-card__list{list-style:none;display:flex;flex-direction:column;gap:2px;padding-inline-start:8px}.hmm-step-card__list li{font-family:var(--font-sans);font-size:.9rem;line-height:1.5;color:var(--white);padding-inline-start:14px;position:relative}.hmm-step-card__list li::before{content:'';position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--white)}.hmm-step-card__procedure-block{display:flex;flex-direction:column;gap:2px}.hmm-step-card__procedure{font-style:italic}.hmm-step-card__link{color:var(--white);text-decoration:underline}.hmm-step-card__link--italic{font-style:italic}.hmm-noneu-block{display:flex;flex-direction:column;gap:30px}.hmm-noneu-block__cards{display:flex;flex-direction:column;gap:12px}.hmm-step-card--compact .hmm-step-card__content{gap:4px}.hmm-step-card--compact .hmm-step-card__list{padding-inline-start:0}.hmm-noneu-block__info{display:flex;flex-direction:column;gap:6px;align-items:center;text-align:center}.hmm-noneu-info__title{font-family:var(--font-display);font-weight:700;font-size:1.5rem;line-height:1.4;color:var(--white)}.hmm-noneu-info__body{display:flex;flex-direction:column;gap:10px}.hmm-noneu-info__text{font-family:var(--font-sans);font-size:.9rem;line-height:1.5;color:var(--white)}.hmm-step-card--expandable{appearance:none;border:none;font:inherit;color:inherit;cursor:pointer;text-align:left;width:100%;align-items:baseline;flex-wrap:wrap}.hmm-step-card--expandable .hmm-step-card__content{flex:1}.hmm-step-card__arrow{display:block;flex-shrink:0;flex-basis:100%;margin:8px auto 0;color:var(--white);transform:rotate(90deg);transition:transform .3s}.hmm-step-card--expandable[aria-expanded=true] .hmm-step-card__arrow{transform:rotate(-90deg)}.hmm-option-cards{display:flex;flex-direction:column;gap:16px;margin-block-start:20px}.hmm-option-card{display:flex;flex-direction:column;gap:16px;padding:24px;background:rgba(0,109,130,.5);border-radius:10px}.hmm-option-card__title{font-family:var(--font-sans);font-weight:700;font-size:1.2rem;line-height:1.4;color:var(--white);text-align:center}.hmm-option-card__body{display:flex;flex-direction:column;gap:8px}.hmm-option-card__text{font-family:var(--font-sans);font-size:.9rem;line-height:1.5;color:var(--white)}.hmm-option-card__list-intro{font-family:var(--font-sans);font-weight:700;font-size:.9rem;line-height:1.5;color:var(--white);margin-block-start:4px}.hmm-option-card__list{list-style:none;display:flex;flex-direction:column;gap:2px;padding-inline-start:8px}.hmm-option-card__list li{font-family:var(--font-sans);font-size:.9rem;line-height:1.5;color:var(--white);padding-inline-start:14px;position:relative}.hmm-option-card__list li::before{content:'';position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--white)}.hmm-emergency{display:flex;flex-direction:column;gap:6px;align-items:center;text-align:center;margin-block-start:50px}.hmm-emergency__title{font-family:var(--font-display);font-weight:700;font-size:1.5rem;line-height:1.4;color:var(--white);padding-block-end:10px}.hmm-emergency__body{display:flex;flex-direction:column;gap:10px}.hmm-emergency__text{font-family:var(--font-sans);font-size:.9rem;line-height:1.5;color:var(--white)}.hmm-emergency__text--italic{font-style:italic}.hmm-info-cards{display:flex;flex-direction:column;gap:16px;margin-block-start:20px}.hmm-info-card{display:flex;flex-direction:column;gap:12px;padding:24px;background:var(--card-fill);border-radius:10px}.hmm-info-card__title{font-family:var(--font-sans);font-weight:700;font-size:1.2rem;line-height:1.4;color:var(--white)}.hmm-info-card__body{display:flex;flex-direction:column;gap:8px}.hmm-info-card__text{font-family:var(--font-sans);font-weight:400;font-size:.9rem;line-height:1.5;color:var(--white)}.hmm-info-card__list-intro{font-family:var(--font-sans);font-weight:700;font-size:.9rem;line-height:1.5;color:var(--white);margin-block-start:4px}.hmm-info-card__list{list-style:none;display:flex;flex-direction:column;gap:2px;padding-inline-start:8px}.hmm-info-card__list li{font-family:var(--font-sans);font-size:.9rem;line-height:1.5;color:var(--white);padding-inline-start:14px;position:relative}.hmm-info-card__list li::before{content:'';position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--white)}.hmm-info-card__text--italic{font-style:italic}.hmm-info-card__link{color:var(--white);text-decoration:underline}.hmm-info-card--expandable{appearance:none;border:none;font:inherit;color:inherit;cursor:pointer;text-align:left;width:100%}.hmm-info-card__arrow{display:block;flex-shrink:0;align-self:center;margin-block-start:8px;color:var(--white);transform:rotate(90deg);transition:transform .3s}.hmm-info-card--expandable[aria-expanded=true] .hmm-info-card__arrow{transform:rotate(-90deg)}.hmm-suma-options{display:flex;flex-direction:column;gap:12px}.hmm-suma-options[hidden]{display:none}.hmm-suma-option{display:flex;flex-direction:column;gap:10px;padding:20px;background:rgba(82,63,19,.5);border-radius:10px}.hmm-suma-option__title{font-family:var(--font-sans);font-weight:700;font-size:1rem;line-height:1.4;color:var(--white);text-align:center}.hmm-suma-option__body{display:flex;flex-direction:column;gap:8px}.hmm-suma-option__text{font-family:var(--font-sans);font-weight:400;font-size:.9rem;line-height:1.5;color:var(--white)}.hmm-suma-option__list{list-style:none;display:flex;flex-direction:column;gap:2px;padding-inline-start:8px}.hmm-suma-option__list li{font-family:var(--font-sans);font-size:.9rem;line-height:1.5;color:var(--white);padding-inline-start:14px;position:relative}.hmm-suma-option__list li::before{content:'';position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--white)}.hmm-tie-steps{display:flex;flex-direction:column;gap:12px}.hmm-tie-steps[hidden]{display:none}.hmm-step-card--sub{background:rgba(73,33,60,.59)}.hmm-step-card--sub .hmm-step-card__number{font-size:1.8rem}@media (min-width:768px){.hmm-suma-options{flex-direction:row}.hmm-suma-option{flex:1}.hmm-hero{--hero-offset:80px;min-height:unset}.hmm-hero .container{flex-direction:row;align-items:center;justify-content:flex-start;gap:60px}.hmm-hero__content{flex:1;padding-inline-start:7vw}.hmm-grid{max-width:320px}.hmm-hero__bg-logo{bottom:auto;transform:translateX(-45%);visibility:hidden}}@media (min-width:1024px){.hmm-hero{--hero-offset:65px}.hmm-section--registration{padding-block-start:var(--section-padding-start)}.hmm-section--registration .hmm-section__body{background-image:url('../assets/images/hmm_bg_purple.webp')}.hmm-hero__list{display:flex;flex-direction:column;gap:16px}.hmm-noneu-block{flex-direction:row;align-items:center}.hmm-noneu-block__cards,.hmm-noneu-block__info{flex:0 0 50%}.hmm-arrive-layout{display:grid;grid-template-columns:1fr 1fr;column-gap:12px;row-gap:12px}.hmm-arrive-layout>.hmm-step-card:first-child{grid-column:1;grid-row:1}.hmm-arrive-layout>.hmm-step-card--expandable{grid-column:1;grid-row:2;flex-wrap:nowrap;align-self:start}.hmm-arrive-layout>.hmm-step-card--expandable .hmm-step-card__arrow{flex-basis:auto;margin:0;transform:rotate(0);align-self:center}.hmm-arrive-layout>.hmm-step-card--expandable[aria-expanded=true] .hmm-step-card__arrow{transform:rotate(180deg)}.hmm-tie-steps{grid-column:2;grid-row:2;align-self:start}.hmm-option-cards{display:grid;grid-template-columns:repeat(3,1fr)}.hmm-option-card{display:grid;grid-template-rows:subgrid;grid-row:span 2}}@media (min-width:1280px){.hmm-hero__content{padding-inline-start:min(12vw,200px)}}@media (min-width:1160px){.hmm-grid{max-width:380px}}@media (min-width:1670px){.hmm-hero__content{max-width:950px;padding-inline-start:min(12vw,250px)}.hmm-grid{flex:1;max-width:450px}}@media (min-width:1921px){.hmm-grid{max-width:600px}.hmm-hero__content{padding-inline-start:350px}.hmm-hero__bg-logo{max-width:700px}}