.iph-widget {
  box-sizing: border-box;
}

.iph-widget *,
.iph-widget *::before,
.iph-widget *::after {
  box-sizing: border-box;
}

@font-face {
  font-family: "Trade Gothic Next SR";
  src: url("../fonts/trade_gothik_next-sr_regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Trade Gothic Next SR Condensed";
  src: url("../fonts/trade_gothik_next_sr_condensed_regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Trade Gothic Next SR Condensed";
  src: url("../fonts/trade_gothik_next_sr_condensed_bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.iph-header {
  position: relative;
  margin-top: 66px;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.iph-header__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.iph-header__tint {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.iph-header__canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.iph-header__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  pointer-events: auto;
  margin: 70px 90px;
  padding: 20px;
}

.iph-header__title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Trade Gothic Next SR Condensed", sans-serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  margin: 0 0 0.2em;
}

.iph-header__subtitle {
  color: #ffffff;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  margin: 0 0 1.5em;
  font-family: "Trade Gothic Next SR", sans-serif;
  max-width: 800px;
}

.iph-header__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.iph-btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 1rem;
  border-style: solid;
  border-width: 2px;
  border-color: #c8102e;
  padding: 12px 28px;
  transition: all 0.2s ease;
}

.iph-btn--outline {
  background-color: #fff;
  color: #c8102e;
}

.iph-btn--solid {
  background-color: #c8102e;
  color: #fff;
}
