.mixin-title-h1 {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-size: 42px;
  line-height: 54px;
  letter-spacing: -1px;
}
@media (min-width: 1024px) {
  .mixin-title-h1 {
    font-size: 62px;
    line-height: 76px;
    letter-spacing: -2px;
  }
}
.mixin-title-h2 {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 48px;
}
@media (min-width: 1024px) {
  .mixin-title-h2 {
    font-size: 42px;
    line-height: 54px;
  }
}
.mixin-title-h3 {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 36px;
}
@media (min-width: 1024px) {
  .mixin-title-h3 {
    line-height: 28px;
  }
}
.mixin-title-h4 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .mixin-title-h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.mixin-paragraph {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .mixin-paragraph {
    font-size: 16px;
    line-height: 24px;
  }
}
.mixin-paragraph-bold {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .mixin-paragraph-bold {
    font-size: 16px;
    line-height: 24px;
  }
}
.mixin-text-small {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
}
.mixin-text-medium {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  line-height: 30px;
}
.mixin-text-caption {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.mixin-text-button {
  font-family: 'Roboto';
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
.mixin-text-subtitle {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .mixin-text-subtitle {
    font-size: 20px;
  }
}
/* Responsive mixins */
.mixin-full-width {
  margin-left: -50vw;
  left: 50%;
  position: relative;
  width: 100vw;
}
.mixin-contanizr {
  max-width: 1440px;
  padding: 0 20px;
  float: none !important;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .mixin-contanizr {
    padding: 0 60px;
  }
}
@media (min-width: 1440px) {
  .mixin-contanizr {
    padding: 0 150px;
  }
}
.multi-step-component {
  overflow: hidden;
  margin-left: -50vw;
  left: 50%;
  position: relative;
  width: 100vw;
}
.multi-step-component__image-container {
  width: 100%;
}
.multi-step-component__image-container__image {
  margin-left: -50vw;
  left: 50%;
  position: relative;
  width: 100vw;
}
.multi-step-component__image-container__image div {
  height: 100%;
}
.multi-step-component__image-container__image div img {
  object-fit: cover;
  max-height: 227px;
}
.multi-step-component__image-container .multi-step-component-breadcrumb {
  margin: 28px 0 13px 0;
  display: block;
}
.multi-step-component__image-container .multi-step-component-breadcrumb nav {
  padding: 0;
}
.multi-step-component__container {
  margin-top: 18px;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .multi-step-component__container {
    padding-left: 60px;
  }
}
@media (min-width: 1440px) {
  .multi-step-component__container {
    padding-left: 150px;
  }
}
@media (min-width: 1910px) {
  .multi-step-component__container {
    margin-left: 232.5px;
  }
}
.multi-step-component__container__title--hidden,
.multi-step-component__container__text--hidden {
  display: none;
}
@media (min-width: 1024px) {
  .multi-step-component {
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
  }
  .multi-step-component__image-container {
    flex-basis: 60vw;
  }
  .multi-step-component__image-container__image {
    display: block;
    margin-left: 0;
    left: 0;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .multi-step-component__image-container__image div img {
    height: 100%;
    max-height: none;
  }
  .multi-step-component__container {
    flex-basis: 60vw;
    margin-right: 91px;
  }
  .multi-step-component__container__breadcrumb {
    margin: 35px 0 43px 0;
    line-height: 24px;
  }
  .multi-step-component__container__breadcrumb nav {
    padding: 0;
  }
  .multi-step-component .breadcrumb--start-hidden {
    display: none;
  }
}
.multi-step-component-gradient {
  margin-left: -50vw;
  left: 50%;
  position: relative;
  width: 100vw;
  height: 65px;
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.7) 0%, rgba(255, 255, 255, 0.7) 50%);
}
