.block--hero-tariff .hero-tariff {
  padding: 320px 24px 120px 24px;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media only screen and (max-width: 1024px) {
  .block--hero-tariff .hero-tariff {
    margin-top: -24px;
    min-height: 100dvh;
    height: 100%;
    padding: 164px 32px 98px;
    margin-left: -32px;
    margin-right: -32px;
  }
}
.block--hero-tariff .hero-tariff--has-image {
  height: 100vh;
  padding-bottom: 80px;
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  .block--hero-tariff .hero-tariff--has-image {
    height: auto;
    padding-top: 89dvh;
  }
}
.block--hero-tariff .hero-tariff--green {
  background-color: var(--c-primary-light);
}
.block--hero-tariff .hero-tariff--yellow {
  background-color: var(--c-secondary-light);
}
.block--hero-tariff .hero-tariff--blue {
  background-color: var(--c-tertiary-light);
}
.block--hero-tariff .hero-tariff--white {
  background-color: var(--c-white);
}
.block--hero-tariff .hero-tariff--white .hero-tariff__buttons .button {
  border: 1px solid black;
}
.block--hero-tariff .hero-tariff__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
.block--hero-tariff .hero-tariff__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.block--hero-tariff .hero-tariff__content {
  width: 1272px;
  max-width: 100%;
  display: flex;
  position: relative;
  gap: 10%;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .block--hero-tariff .hero-tariff__content {
    flex-direction: column-reverse;
    gap: 48px;
  }
}
.block--hero-tariff .hero-tariff__content .hero-tariff__calculator {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.block--hero-tariff .hero-tariff__content .hero-tariff__calculator .tariff-calculator {
  padding: 0;
}
.block--hero-tariff .hero-tariff__content .hero-tariff__header, .block--hero-tariff .hero-tariff__content .hero-tariff__calculator {
  width: 45%;
}
@media only screen and (max-width: 1024px) {
  .block--hero-tariff .hero-tariff__content .hero-tariff__header, .block--hero-tariff .hero-tariff__content .hero-tariff__calculator {
    width: 100%;
  }
}
.block--hero-tariff .hero-tariff .headline--wrapper {
  margin-bottom: 16px;
}
.block--hero-tariff .hero-tariff__copy {
  margin-bottom: 24px;
}
.block--hero-tariff .hero-tariff__headline-buttons {
  margin-bottom: 12px;
}
.block--hero-tariff .hero-tariff__buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 100%;
}
.block--hero-tariff .hero-tariff__buttons .button {
  border: none;
  border-radius: 60px;
  padding: 4px 12px;
  font-size: 12px;
}
.block--hero-tariff .hero-tariff--light .hero-tariff__header {
  color: var(--c-white);
}
@media only screen and (max-width: 1024px) {
  .block--hero-tariff .hero-tariff--light .hero-tariff__header {
    color: var(--c-black);
  }
}
.block--hero-tariff .hero-tariff--light .tariff-calculator__type-select .tariff-calculator__select-button:not(.active) {
  color: var(--c-white);
}
.block--hero-tariff .hero-tariff--light .tariff-calculator__type-select .tariff-calculator__select-button:not(.active):hover {
  color: var(--c-grey-medium);
}

@media only screen and (max-width: 1024px) {
  .section--white .hero-tariff--has-image .hero-tariff__buttons .button, .section .grid--white .hero-tariff--has-image .hero-tariff__buttons .button {
    border: 1px solid black;
  }
  .section--white .hero-tariff--has-image .hero-tariff__calculator .tariff-calculator__drawer, .section .grid--white .hero-tariff--has-image .hero-tariff__calculator .tariff-calculator__drawer {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  }
}

/*# sourceMappingURL=block_hero_tariff_calculator.css.map */
