@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.press-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .press-banner {
    height: calc(100vh - 64px);
  }
}
.press-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
@media only screen and (max-width: 540px) {
  .press-banner::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  }
}
.press-banner .video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .press-banner .video-background .container {
    padding: 0;
  }
}
.press-banner .video-background .container .bg-wrapper {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 20%;
  text-align: center;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .press-banner .video-background .container .bg-wrapper {
    bottom: 20%;
  }
}
.press-banner .video-background .container .bg-wrapper h1 {
  font-family: "Louize trial";
  font-weight: 400;
  font-size: 60px;
  text-align: center;
  text-transform: capitalize;
  max-width: 640px;
  margin: auto;
}
@media only screen and (max-width: 1366px) {
  .press-banner .video-background .container .bg-wrapper h1 {
    max-width: 580px;
  }
}
@media only screen and (max-width: 1280px) {
  .press-banner .video-background .container .bg-wrapper h1 {
    max-width: 560px;
  }
}
@media only screen and (max-width: 1024px) {
  .press-banner .video-background .container .bg-wrapper h1 {
    max-width: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .press-banner .video-background .container .bg-wrapper h1 {
    max-width: 80%;
  }
}
@media only screen and (max-width: 540px) {
  .press-banner .video-background .container .bg-wrapper h1 {
    font-size: 40px;
    letter-spacing: 1px;
    max-width: 85%;
  }
}
@media only screen and (max-width: 425px) {
  .press-banner .video-background .container .bg-wrapper h1 {
    font-size: 34px;
    max-width: 90%;
  }
}

.press-secA {
  background: #F5F5F5;
  line-height: 0;
  height: 400px;
  margin: 70px 0 0 0;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1366px) {
  .press-secA {
    height: 380px;
    margin: 60px 0 0 0;
  }
}
@media only screen and (max-width: 1280px) {
  .press-secA {
    height: 360px;
    margin: 60px 0 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .press-secA {
    height: 340px;
    margin: 50px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .press-secA {
    height: auto;
    flex-direction: column;
    gap: 30px;
    margin: 50px 0 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .press-secA {
    gap: 0;
    margin: 30px 0 0 0;
  }
}
@media only screen and (max-width: 425px) {
  .press-secA {
    margin: 25px 0 0 0;
  }
}
.press-secA figure {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .press-secA figure {
    width: 50%;
  }
}
@media only screen and (max-width: 1280px) {
  .press-secA figure {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .press-secA figure {
    width: 100%;
  }
}
.press-secA figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.press-secA figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 100%);
}
@media only screen and (max-width: 540px) {
  .press-secA figure::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  }
}
.press-secA figure .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.press-secA figcaption {
  flex: 1;
  padding: 20px 50px;
}
@media only screen and (max-width: 1366px) {
  .press-secA figcaption {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .press-secA figcaption {
    padding: 20px 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .press-secA figcaption {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .press-secA figcaption {
    padding: 40px 50px;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .press-secA figcaption {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 425px) {
  .press-secA figcaption {
    padding: 30px 15px;
  }
}
.press-secA figcaption h2 {
  font-family: "Louize trial";
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 15px;
}
@media only screen and (max-width: 1366px) {
  .press-secA figcaption h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .press-secA figcaption h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 1024px) {
  .press-secA figcaption h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 540px) {
  .press-secA figcaption h2 {
    font-size: 28px;
    text-align: center;
  }
}
@media only screen and (max-width: 425px) {
  .press-secA figcaption h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.press-secA figcaption p {
  line-height: 1.5;
}

.press-secB {
  padding: 40px 0 50px 0;
}
@media only screen and (max-width: 1366px) {
  .press-secB {
    padding: 40px 0 50px 0;
  }
}
.press-secB .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 20px;
}
@media only screen and (max-width: 1366px) {
  .press-secB .grid-box {
    grid-gap: 35px 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .press-secB .grid-box {
    grid-gap: 35px 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .press-secB .grid-box {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .press-secB .grid-box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 20px;
  }
}
@media only screen and (max-width: 540px) {
  .press-secB .grid-box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }
}
@media only screen and (max-width: 425px) {
  .press-secB .grid-box {
    grid-gap: 20px;
  }
}
.press-secB .grid-box .grid-box-item {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  overflow: hidden;
  pointer-events: none;
}
.press-secB .grid-box .grid-box-item:hover {
  scale: 1.1;
  position: relative;
}
.press-secB .grid-box .grid-box-item:hover::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.press-secB .grid-box .grid-box-item:hover:hover::before {
  animation: shine 0.4s linear;
  animation-fill-mode: none;
}
.press-secB .grid-box .grid-box-item figure {
  height: 360px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1366px) {
  .press-secB .grid-box .grid-box-item figure {
    height: 320px;
  }
}
@media only screen and (max-width: 1280px) {
  .press-secB .grid-box .grid-box-item figure {
    height: 300px;
  }
}
@media only screen and (max-width: 1024px) {
  .press-secB .grid-box .grid-box-item figure {
    height: 280px;
  }
}
@media only screen and (max-width: 768px) {
  .press-secB .grid-box .grid-box-item figure {
    height: 260px;
  }
}
@media only screen and (max-width: 540px) {
  .press-secB .grid-box .grid-box-item figure {
    height: 280px;
  }
}
@media only screen and (max-width: 425px) {
  .press-secB .grid-box .grid-box-item figure {
    height: 240px;
  }
}
.press-secB .grid-box .grid-box-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.press-secB .grid-box .grid-box-item figcaption {
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .press-secB .grid-box .grid-box-item figcaption {
    padding: 18px;
  }
}
@media only screen and (max-width: 425px) {
  .press-secB .grid-box .grid-box-item figcaption {
    padding: 15px;
  }
}
.press-secB .grid-box .grid-box-item figcaption h2 {
  font-family: "Sweet Sans Pro";
  font-weight: 500;
  font-size: 18px;
  color: var(--black);
  max-width: 95%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .press-secB .grid-box .grid-box-item figcaption h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 425px) {
  .press-secB .grid-box .grid-box-item figcaption h2 {
    margin-bottom: 8px;
  }
}
.press-secB .grid-box .grid-box-item figcaption p {
  font-size: 16px;
  color: var(--primary);
  font-weight: 400;
  color: #666666;
  font-family: "Louize trial";
}/*# sourceMappingURL=press.css.map */