.dg-header .claim-1 {
  align-items: flex-start;
  background: #010101;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  padding: 1.875rem;
  position: absolute;
  top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .dg-header .claim-1 {
    justify-content: center;
    left: initial;
    padding: 0.9375rem;
    position: relative;
    top: initial;
    width: 100%;
  }
}
.dg-header .claim-1 .claim-1-pretext {
  color: #5cd2b9;
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .dg-header .claim-1 .claim-1-pretext {
    font-size: 1.875rem;
    text-align: center;
    width: 100%;
  }
}
.dg-header .claim-1 .claim-1-text {
  color: #fff;
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .dg-header .claim-1 .claim-1-text {
    font-size: 2.8125rem;
    text-align: center;
    width: 100%;
  }
}
.dg-header .claim-2 {
  background: #5cd2b9;
  bottom: 3.125rem;
  color: #010101;
  font-family: "Work Sans", sans-serif;
  font-size: 3.75rem;
  font-weight: bold;
  left: 50%;
  line-height: 1;
  padding: 1.875rem 5rem;
  position: absolute;
  text-align: center;
  transform: translate3d(-50%, 0, 0);
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .dg-header .claim-2 {
    bottom: initial;
    font-size: 1.125rem;
    left: initial;
    position: relative;
    transform: none;
    white-space: wrap;
    width: 100vw;
  }
}
.dg-header .dg-header-image {
  background-color: transparent;
  background-image: var(--image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc((100vw - var(--scrollbar-width)) / 2.302);
  position: relative;
  width: calc(100vw - var(--scrollbar-width));
}
@media screen and (max-width: 1024px) {
  .dg-header .dg-header-image {
    height: 100vw;
    width: 100vw;
  }
}
/*# sourceMappingURL=https://dimasgimeno.3dsignia.com/wp-content/build/scss_library/110a85d33c308670e1bb1b8175f1bdbbb0f887d3.css.map */