.dg-videos {
  padding: 40px 15px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .dg-videos {
    padding: 5vw;
  }
}
.dg-videos a.play {
  align-items: center;
  background: #5cd2b9;
  border-radius: 50%;
  display: flex;
  height: var(--height);
  justify-content: center;
  transition: 0.3s all;
  width: var(--width);
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .dg-videos a.play {
    align-self: center;
  }
}
.dg-videos a.play::before {
  background: url(/wp-content/uploads/2025/12/play.png) center center no-repeat transparent;
  background-size: contain;
  content: "";
  height: 59%;
  transform: translate3d(3px, 0, 0);
  width: 40%;
}
.dg-videos a.play:hover {
  background: #c65dff;
}
.dg-videos .dg-videos-top-wrapper {
  margin: 0 auto 2.5rem;
  max-width: var(--wrapped-width);
  text-align: center;
}
.dg-videos .dg-videos-top-wrapper .text-1 {
  color: #5cd2b9;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .dg-videos .dg-videos-top-wrapper .text-1 {
    font-size: 1rem;
  }
}
.dg-videos .dg-videos-top-wrapper .text-2 {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
}
.dg-videos .dg-videos-top-wrapper .text-2 > span {
  color: #11ffcc;
}
@media screen and (max-width: 1024px) {
  .dg-videos .dg-videos-top-wrapper .text-2 {
    font-size: 25px;
  }
}
.dg-videos .dg-videos-top-wrapper .text-3 {
  color: #11ffcc;
  font-family: "Work Sans", sans-serif;
  font-size: 3.75rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .dg-videos .dg-videos-top-wrapper .text-3 {
    font-size: 1.25rem;
  }
}
.dg-videos .featured-video {
  align-items: flex-start;
  background-color: transparent;
  background-image: var(--image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: calc((100vw - var(--scrollbar-width)) / 2.618);
  justify-content: center;
  margin: 0 calc(-1 * ((100vw - var(--wrapped-width)) / 2) - 2 * var(--scrollbar-width));
  padding: 0 calc(((100vw - var(--wrapped-width)) / 2) - 2 * var(--scrollbar-width));
  position: relative;
  width: calc(100vw - var(--scrollbar-width));
}
@media screen and (max-width: 1024px) {
  .dg-videos .featured-video {
    height: auto;
    margin: 0;
    width: 90vw;
  }
}
.dg-videos .featured-video::before {
  background: #01010199;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.dg-videos .featured-video .content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .dg-videos .featured-video .content {
    padding: 5vw;
  }
}
.dg-videos .featured-video .content .title {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.04;
  color: #5CD2B9;
  max-width: 400px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .dg-videos .featured-video .content .title {
    font-size: 2rem;
  }
}
.dg-videos .featured-video .content .title::after {
  border-top: 0.1875rem solid #5cd2b9;
  content: "";
  display: block;
  height: 0.1875rem;
  margin: 30px 0 0;
  width: 7.0625rem;
}
.dg-videos .featured-video .content .excerpt {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875;
  max-width: 400px;
  text-align: left;
}
.dg-videos .video-gallery {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0;
  height: calc((100vw - var(--scrollbar-width)) / 2.618);
  justify-content: center;
  margin: 100px calc(-1 * ((100vw - var(--wrapped-width)) / 2) - 2 * var(--scrollbar-width)) 0;
  max-height: 685px;
  width: calc(100vw - var(--scrollbar-width));
}
@media screen and (max-width: 1024px) {
  .dg-videos .video-gallery {
    flex-direction: column;
    gap: 50px;
    height: auto;
    margin: 50px auto 0;
    max-height: initial;
    width: 90vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .dg-videos .video-gallery {
    gap: 30px;
    margin: 30px auto 0;
  }
}
.dg-videos .video-gallery > .video {
  align-items: flex-start;
  background-color: transparent;
  background-image: var(--image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0;
  padding: 0 calc(((100vw - var(--wrapped-width)) / 2) - 2 * var(--scrollbar-width));
  position: relative;
}
@media screen and (max-width: 1024px) {
  .dg-videos .video-gallery > .video {
    width: 90vw;
  }
}
.dg-videos .video-gallery > .video::before {
  background: linear-gradient(90deg, #01010199 0%, #fff0 80%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.dg-videos .video-gallery > .video .content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .dg-videos .video-gallery > .video .content {
    padding: 5vw;
  }
}
.dg-videos .video-gallery > .video .content .title {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.04;
  color: #5CD2B9;
  max-width: 400px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .dg-videos .video-gallery > .video .content .title {
    font-size: 2rem;
  }
}
.dg-videos .video-gallery > .video .content .title::after {
  border-top: 0.1875rem solid #5cd2b9;
  content: "";
  display: block;
  height: 0.1875rem;
  margin: 30px 0 0;
  width: 7.0625rem;
}
.dg-videos .video-gallery > .video .content .excerpt {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875;
  max-width: 400px;
  text-align: left;
}
.dg-videos .video-gallery > .navigation {
  align-self: flex-start;
  padding: 0 100px 0 50px;
  position: relative;
  width: 465px;
}
@media screen and (max-width: 1440px) {
  .dg-videos .video-gallery > .navigation {
    padding: 0 50px;
    width: 340px;
  }
}
@media screen and (max-width: 1024px) {
  .dg-videos .video-gallery > .navigation {
    padding: 0;
    width: 100%;
  }
}
.dg-videos .video-gallery > .navigation a.next {
  align-items: center;
  background: #6bc1b1;
  border-radius: 50%;
  bottom: 0;
  color: #151515;
  display: flex;
  font-size: 30px;
  height: 52px;
  justify-content: center;
  justify-self: center;
  left: 50%;
  position: absolute;
  transform: translate3d(calc(-50% - 25px), 50%, 0);
  transition: 0.3s all;
  width: 52px;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .dg-videos .video-gallery > .navigation a.next {
    transform: translate3d(-50%, 50%, 0);
  }
}
.dg-videos .video-gallery > .navigation a.next:hover {
  background: #c65dff;
}
.dg-videos .video-gallery > .navigation a.last {
  align-items: center;
  background: #6bc1b1;
  border-radius: 50%;
  color: #151515;
  display: flex;
  font-size: 30px;
  height: 52px;
  justify-content: center;
  justify-self: center;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate3d(calc(-50% - 25px), -50%, 0);
  transition: 0.3s all;
  width: 52px;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .dg-videos .video-gallery > .navigation a.last {
    transform: translate3d(-50%, -50%, 0);
  }
}
.dg-videos .video-gallery > .navigation a.last:hover {
  background: #c65dff;
}
.dg-videos .video-gallery > .navigation > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 76px;
  justify-content: center;
}
@media screen and (max-width: 1680px) {
  .dg-videos .video-gallery > .navigation > div {
    gap: 53px;
  }
}
@media screen and (max-width: 1600px) {
  .dg-videos .video-gallery > .navigation > div {
    gap: 36px;
  }
}
@media screen and (max-width: 1536px) {
  .dg-videos .video-gallery > .navigation > div {
    gap: 25px;
  }
}
@media screen and (max-width: 1440px) {
  .dg-videos .video-gallery > .navigation > div {
    gap: 36px;
  }
}
@media screen and (max-width: 1366px) {
  .dg-videos .video-gallery > .navigation > div {
    gap: 23px;
  }
}
@media screen and (max-width: 1024px) {
  .dg-videos .video-gallery > .navigation > div {
    gap: 30px;
  }
}
.dg-videos .video-gallery > .navigation > div .video {
  align-items: center;
  background-color: transparent;
  background-image: var(--image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 178px;
  justify-content: center;
  position: relative;
  width: 310px;
}
@media screen and (max-width: 1440px) {
  .dg-videos .video-gallery > .navigation > div .video {
    height: 158px;
    width: 237px;
  }
}
@media screen and (max-width: 1024px) {
  .dg-videos .video-gallery > .navigation > div .video {
    height: calc(90vw / (16 / 9));
    width: 90vw;
  }
}
.dg-videos .video-gallery > .navigation > div .video::before {
  background: #01010199;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.dg-videos .video-gallery > .navigation > div .video.active::before {
  display: none;
}
.dg-videos .video-gallery > .navigation > div .video.active > .play {
  display: none;
}
.dg-videos .video-gallery > .navigation > div .video:nth-child(1) {
  border: 3px solid #c65dff;
}
.dg-videos .video-gallery > .navigation > div .video:nth-child(2) {
  border: 3px solid #11ffcc;
}
.dg-videos .video-gallery > .navigation > div .video:nth-child(3) {
  border: 3px solid #61efff;
}
/*# sourceMappingURL=https://dimasgimeno.3dsignia.com/wp-content/build/scss_library/962be67ce9f3a34ae41bcca1e845a60647e8c5d6.css.map */