.custom-text-and-slide-with-progressbar{max-width:var(--page-layout-width);padding-left:var(--page-layot-sides-padding);padding-right:var(--page-layot-sides-padding);margin-left:auto;margin-right:auto}.custom-text-and-slide-with-progressbar__container{display:flex;gap:24px}.custom-text-and-slide-with-progressbar__left-column{max-width:540px;width:calc(((612px + 24px / 2)/ var(--page-layout-width)) * 100%);display:flex;flex-direction:column;gap:24px}.custom-text-and-slide-with-progressbar__right-column{max-width:612px;width:calc(((612px + 24px / 2)/ var(--page-layout-width)) * 100%);margin-left:auto;display:flex;flex-direction:column}.custom-text-and-slide-with-progressbar__slide-title{display:flex;gap:12px;margin-bottom:8px}.custom-text-and-slide-with-progressbar__slide-icon{width:36px;min-width:36px;height:36px}.custom-text-and-slide-with-progressbar__slide-icon svg{width:100%;height:100%}.custom-text-and-slide-with-progressbar__slide-content{display:flex;flex-direction:column;gap:24px}.custom-text-and-slide-with-progressbar__slide-grid{display:flex;flex-wrap:wrap;gap:36px}.custom-text-and-slide-with-progressbar__slide-grid-element{max-width:240px;width:calc((100% - 36px)/ 2)}.custom-text-and-slide-with-progressbar .progress{display:block;width:100%;height:2px;margin-bottom:38px;overflow:hidden;background-color:rgba(0,0,0,.2);background-image:linear-gradient(to right,#000,#000);background-repeat:no-repeat;background-size:0 100%;transition:background-size .4s ease-in-out}.custom-text-and-slide-with-progressbar .slick-slider .slick-track{align-items:flex-start!important}.custom-text-and-slide-with-progressbar__arrows{display:flex;gap:60px;margin-top:38px}.custom-text-and-slide-with-progressbar__arrows div{cursor:pointer;width:44px;height:20px;transition:.3s ease-in-out;-webkit-tap-highlight-color:transparent}.custom-text-and-slide-with-progressbar__arrows div:hover{opacity:.7}.custom-text-and-slide-with-progressbar__arrows div:active{transform:scale(.95)}.custom-text-and-slide-with-progressbar__arrows div svg{width:100%;height:100%}.custom-text-and-slide-with-progressbar__arrows div svg *{transition:.3s ease-in-out}.custom-text-and-slide-with-progressbar__arrows .disabled-arrow{cursor:default}.custom-text-and-slide-with-progressbar__arrows .disabled-arrow:hover{opacity:1}.custom-text-and-slide-with-progressbar__arrows .disabled-arrow svg *{fill:#b3b3b3}@media screen and (max-width:1023px){.custom-text-and-slide-with-progressbar__container{flex-direction:column}.custom-text-and-slide-with-progressbar__left-column{gap:12px;width:100%;max-width:none}.custom-text-and-slide-with-progressbar__right-column{width:100%;max-width:none}.custom-text-and-slide-with-progressbar__slide-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:24px;-moz-column-gap:24px;column-gap:24px}.custom-text-and-slide-with-progressbar__slide-grid-element{max-width:none;width:100%}}@media (max-width:860px){.custom-text-and-slide-with-progressbar__slide-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:36px;-moz-column-gap:36px;column-gap:36px}}@media screen and (max-width:676px){.custom-text-and-slide-with-progressbar__slide-grid{display:grid;grid-template-columns:1fr;grid-row-gap:24px;row-gap:24px}}@media screen and (max-width:350px){.custom-text-and-slide-with-progressbar__slide-title{flex-direction:column;gap:8px}}