.button-video:where(.astro-6nwajwk7) {
  position: relative;
  display: grid;
  place-items: center;
  width: calc(2 * var(--rem));
  height: calc(2 * var(--rem));
  color: #fff;
  cursor: pointer;
}
.icon:where(.astro-6nwajwk7) {
  position: relative;
  display: block;
  width: calc(1.6 * var(--rem));
  height: calc(1.6 * var(--rem));
}
.icon:where(.astro-6nwajwk7) :not(.-show):where(.astro-6nwajwk7) {
  visibility: hidden;
  opacity: 0;
}
.icon:where(.astro-6nwajwk7) svg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(1.6 * var(--rem));
  height: calc(1.6 * var(--rem));
  transition: all calc(var(--transition-duration-default) * 1.5) var(--transition-easing-smooth);
  transition-property: visibility, opacity;
}
button:where(.astro-sav63h56) {
  cursor: pointer;
}
.button-cv:where(.astro-sav63h56) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400 !important;
  color: var(--color-white);
  border: var(--color-white) calc(1 * var(--px)) solid;
}
.-sm:where(.astro-sav63h56) {
  padding: calc(0.3 * var(--rem)) calc(2 * var(--rem)) calc(0.5 * var(--rem));
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media screen and (max-width: max(767px,47.9375rem)) {
  .-sm:where(.astro-sav63h56) {
    padding: calc(0.3 * var(--rem)) calc(1.8 * var(--rem)) calc(0.5 * var(--rem));
  }
}
.-sm:where(.astro-sav63h56) .label:where(.astro-sav63h56) {
  font-size: clamp(
    1.3 * var(--rem),
    var(--window-width) / 1000 * 0.188rem + 1.2295 * var(--rem),
    1.5 * var(--rem)
  );
}
.-md:where(.astro-sav63h56) {
  padding: calc(0.6 * var(--rem)) calc(4 * var(--rem)) calc(0.7 * var(--rem));
  line-height: 1.7;
  letter-spacing: 0.075em;
}
@media screen and (max-width: max(767px,47.9375rem)) {
  .-md:where(.astro-sav63h56) {
    padding: calc(0.4 * var(--rem)) calc(2 * var(--rem)) calc(0.5 * var(--rem));
  }
}
.-md:where(.astro-sav63h56) .label:where(.astro-sav63h56) {
  font-size: calc(1.2 * var(--rem));
}
.button-cv:where(.astro-sav63h56) {
  transition: all calc(var(--transition-duration-default) * 2) var(--transition-easing-smooth);
  transition-property: color, background-color;
}
@media (hover: hover) {
  .button-cv:where(.astro-sav63h56):hover {
    color: var(--color-black);
    background-color: var(--color-white);
    opacity: 1;
    transition-duration: var(--transition-duration-default);
  }
}
