.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.25rem;
}

a {
  text-decoration: none;
}

.work-title-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  max-width: 7.5rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.work-title-details.list {
  width: 10vw;
  max-width: 9.375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 0.875rem;
}

.divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.divider.works {
  width: 2.8125rem;
  height: 0.25rem;
  min-height: auto;
  margin-right: 1.5vw;
  margin-left: 1.5vw;
  background-color: #fff;
}

.track {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  direction: rtl;
  font-family: Oswald, sans-serif;
  line-height: 0.2rem;
  text-align: left;
  text-transform: none;
  white-space: nowrap;
}

.text-small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1em;
  line-height: 1.42;
  font-weight: 500;
  text-transform: uppercase;
}

.works-title {
  position: relative;
  z-index: 90;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-size: 18vh;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.works-title.small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.25em;
}

.works-title.med-size {
  position: static;
  clear: none;
  font-size: 13vh;
}

.card-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-decoration: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.full-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 61.18vh;
  max-height: 80rem;
  border-radius: 0.25rem;
}

.card-link {
  position: relative;
  width: 100%;
  color: #1f1f1f;
  text-decoration: none;
}

.card-link:hover {
  text-decoration: none;
}

.container {
  max-width: 120rem;
  padding: 10vh 5vw;
}

.infinite-marquee {
  display: none;
}

.full-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.track-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 2.8125rem;
  height: 0.25rem;
  min-height: auto;
  margin-right: 1.5vw;
  margin-left: 1.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
}

.card-title {
  position: relative;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vh;
  margin-bottom: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.25em;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.card-text-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  max-width: 9.375rem;
  padding-top: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 0.875rem;
  text-align: right;
}

.grid {
  grid-column-gap: 5vw;
  grid-row-gap: 0vw;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

.paragraph {
  margin-top: 11px;
}

.sub-titulo {
  margin-top: -11px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.header {
  background-color: #002d46;
}

.heading-2 {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: -148px;
  font-family: 'Changa One', Impact, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.container-2 {
  padding: 18px;
}

.image {
  position: relative;
  margin-left: -172px;
}

.image-2 {
  margin-left: 104px;
  padding-top: 14px;
  padding-bottom: 14px;
}

@media screen and (max-width: 991px) {
  .work-title-details {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .divider {
    min-height: 2.8125rem;
  }

  .text-small {
    text-align: right;
  }

  .works-title {
    font-size: 9vh;
  }

  .card-text-wrapper {
    height: auto;
    padding-top: 2vh;
    padding-bottom: 2vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card-hover {
    display: none;
  }

  .full-image {
    height: 50vh;
  }

  .card-wrapper {
    height: auto;
  }

  .card-link {
    height: 100%;
  }

  .container {
    max-width: none;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .track-divider {
    min-height: 2.8125rem;
  }

  .card-title {
    margin-top: 0vh;
    margin-bottom: 0vh;
  }

  .card-text-details {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-2 {
    margin-left: 55px;
  }
}

@media screen and (max-width: 767px) {
  .text-small {
    font-size: 0.8125rem;
    text-align: left;
    white-space: nowrap;
  }

  .works-title.small {
    margin-top: 0vh;
    margin-bottom: 0vh;
  }

  .card-text-wrapper {
    padding-bottom: 4vh;
  }

  .full-image {
    min-height: 31.25rem;
  }

  .card-title {
    margin-top: 0vh;
    margin-bottom: 0vh;
  }

  .heading-2 {
    margin-left: 51px;
  }
}

@media screen and (max-width: 479px) {
  .text-small {
    font-size: 0.7em;
    text-align: right;
  }

  .works-title.small {
    font-size: 1.1em;
  }

  .full-image {
    height: 25vh;
    min-height: auto;
  }

  .card-title {
    font-size: 1.1em;
    white-space: normal;
  }

  .sub-titulo {
    margin-bottom: 22px;
  }

  .heading-2 {
    margin-left: 31px;
  }

  .image-2 {
    margin-left: 24px;
  }
}

