.homepage-feature-row{display:flex;align-items:stretch;gap:20px}.homepage-feature-row__slider{flex:1 1 auto;min-width:0}.homepage-feature-row__actions{flex:0 0 270px;min-width:0}.homepage-action-buttons{width:100%}.homepage-action-buttons__list{display:flex;flex-direction:column;gap:14px;list-style:none;margin:0;padding:0}.homepage-action-buttons__item{margin:0;padding:0}.homepage-action-button{--homepage-action-button-background:#1f5f91;--homepage-action-button-background-hover:#17486f;--homepage-action-button-border:#10395f;--homepage-action-button-focus:#f8d66d;--homepage-action-button-text:#ffffff;display:flex;align-items:center;gap:12px;width:100%;min-height:64px;padding:10px 14px;border:2px solid var(--homepage-action-button-border);border-radius:6px;background:var(--homepage-action-button-background);color:var(--homepage-action-button-text);text-decoration:none;text-shadow:1px 1px 1px rgba(0,0,0,.75);transition:background 188ms ease,color 188ms ease,transform 188ms ease}.homepage-action-button:focus,.homepage-action-button:hover{background:var(--homepage-action-button-background-hover);color:var(--homepage-action-button-text);text-decoration:none}.homepage-action-button:focus,.homepage-action-button:focus-visible{outline:3px solid var(--homepage-action-button-focus);outline-offset:3px;box-shadow:0 0 0 6px rgba(0,0,0,.72)}.homepage-action-button:hover{transform:translateY(-1px)}.homepage-action-button__media{flex:0 0 44px;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px}.homepage-action-button__icon{display:block;font-size:2rem;line-height:1;margin:0;text-align:center;text-shadow:inherit}.homepage-action-button__image{width:44px;height:44px;border-radius:1000px;object-fit:cover}.homepage-action-button__text{flex:1 1 auto;min-width:0;font-size:1.54rem;line-height:1.3;text-align:center}.homepage-action-button__line{display:block;overflow-wrap:anywhere}.homepage-action-button__line:first-child{font-weight:700}.homepage-action-button--blue-gradient{--homepage-action-button-background:linear-gradient(180deg, #216da3 0%, #123c72 100%);--homepage-action-button-background-hover:linear-gradient(180deg, #185a88 0%, #0d2d55 100%);--homepage-action-button-border:#0f3562;--homepage-action-button-focus:#f7d66d;--homepage-action-button-text:#ffffff}.homepage-action-button--green-gradient{--homepage-action-button-background:linear-gradient(180deg, #2f7d1f 0%, #17470e 100%);--homepage-action-button-background-hover:linear-gradient(180deg, #256418 0%, #103408 100%);--homepage-action-button-border:#123d0c;--homepage-action-button-focus:#f7d66d;--homepage-action-button-text:#ffffff}.homepage-action-button--gray-gradient{--homepage-action-button-background:linear-gradient(180deg, #5e5e5e 0%, #343434 100%);--homepage-action-button-background-hover:linear-gradient(180deg, #4f4f4f 0%, #272727 100%);--homepage-action-button-border:#252525;--homepage-action-button-focus:#f7d66d;--homepage-action-button-text:#ffffff}.homepage-action-button--orange-gradient{--homepage-action-button-background:linear-gradient(180deg, #a8521e 0%, #66300f 100%);--homepage-action-button-background-hover:linear-gradient(180deg, #894115 0%, #4f240a 100%);--homepage-action-button-border:#59280d;--homepage-action-button-focus:#f7d66d;--homepage-action-button-text:#ffffff}.homepage-action-button--dark-solid{--homepage-action-button-background:#2d2d2d;--homepage-action-button-background-hover:#1f1f1f;--homepage-action-button-border:#161616;--homepage-action-button-focus:#f7d66d;--homepage-action-button-text:#ffffff}@media (max-width:991px){.homepage-feature-row{flex-direction:column}.homepage-feature-row__actions{flex-basis:auto}.homepage-action-buttons__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:540px){.homepage-action-buttons__list{grid-template-columns:1fr}}