.hero-section{margin-top:-120px;position:relative}@media(max-width:1023px){.hero-section{margin-top:-64px}}.hero-section__inner{display:grid;gap:20px;grid-template-areas:"breadcrumbs ." "title ." "description action";grid-template-columns:625px 1fr;grid-template-rows:1fr auto auto;height:724px;padding:210px 0 90px}@media(max-width:1199px){.hero-section__inner{height:668px;padding:154px 0 90px}}@media(max-width:1023px){.hero-section__inner{grid-template-columns:1.3fr 1fr;height:604px}}@media(max-width:767px){.hero-section__inner{gap:14px;grid-template-areas:"breadcrumbs" "title" "description" "action";grid-template-columns:1fr;height:604px;padding:80px 0 16px}}.hero-section__breadcrumbs{-ms-grid-row:1;-ms-grid-column:1;grid-area:breadcrumbs}.hero-section__title{-ms-grid-row:3;-ms-grid-column:1;grid-area:title}.hero-section__description{-ms-grid-row:5;-ms-grid-column:1;grid-area:description}.hero-section__action{-ms-grid-row:5;-ms-grid-column:3;align-self:flex-end;grid-area:action;justify-self:flex-end}@media (max-width:767px){.hero-section__breadcrumbs{-ms-grid-row:1;-ms-grid-column:1}.hero-section__title{-ms-grid-row:3;-ms-grid-column:1}.hero-section__description{-ms-grid-row:5;-ms-grid-column:1}.hero-section__action{-ms-grid-row:7;-ms-grid-column:1;align-self:auto;justify-self:auto;padding-top:10px}}.hero-section__image{height:724px;left:0;overflow:hidden;position:absolute;right:0;top:0;width:100vw;z-index:-1}@media(max-width:1199px){.hero-section__image{height:668px}}@media(max-width:1023px){.hero-section__image{height:604px}}.hero-section__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}