@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(1.111vw);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  35% {
    transform: translate(-10%, 10%);
  }
  55% {
    transform: translate(2%, -2%);
  }
  75% {
    transform: translate(-1%, 1%);
  }
  95% {
    transform: translate(1%, -1%);
  }
}
@keyframes wobble-back {
  0% {
    transform: translateX(0%);
  }
  35% {
    transform: translate(10%, -10%);
  }
  55% {
    transform: translate(-2%, 2%);
  }
  75% {
    transform: translate(1%, -1%);
  }
  95% {
    transform: translate(-1%, 1%);
  }
}
@keyframes wobble-right {
  0% {
    transform: translateX(0%);
  }
  35% {
    transform: translate(10%, -10%);
  }
  55% {
    transform: translate(-2%, 2%);
  }
  75% {
    transform: translate(1%, -1%);
  }
  95% {
    transform: translate(-1%, 1%);
  }
}
@keyframes wobble-right-back {
  0% {
    transform: translateX(0%);
  }
  35% {
    transform: translate(-10%, 10%);
  }
  55% {
    transform: translate(2%, -2%);
  }
  75% {
    transform: translate(-1%, 1%);
  }
  95% {
    transform: translate(1%, -1%);
  }
}
body {
  overflow-x: hidden;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
  color: #000;
  background: #fff;
  word-wrap: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body * {
  font-family: "Poppins", sans-serif;
}
body.estudio #footer {
  display: none !important;
}
body.quienes-somos {
  background: #000;
}
body.quienes-somos #contact {
  background: #000;
}
body.quienes-somos #contact form .btn-primary {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}
body.quienes-somos #contact form .btn-primary:hover {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
body.quienes-somos #contact h3, body.quienes-somos #contact p, body.quienes-somos #contact a {
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 36px;
  font-size: 24px;
  margin-bottom: 10px;
}
body.quienes-somos p {
  color: #fff;
}
body.quienes-somos h2 {
  color: #00ACC5;
}
body.quienes-somos h2:after {
  background: #00ACC5;
}
body .logo {
  height: 100px;
  width: auto;
  filter: brightness(100000);
}
body.act-one-studio {
  background: #000;
}
body.contacto {
  background: #000;
}
body.contacto #contact {
  background: #000;
  height: 80vh;
}
body.contacto #contact form .btn-primary {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}
body.contacto #contact form .btn-primary:hover {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
body.contacto #contact h3, body.contacto #contact p, body.contacto #contact a {
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 36px;
  font-size: 24px;
  margin-bottom: 10px;
}
body h1 {
  color: #000;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
}
body h1 span {
  color: #000;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-right: 22px;
  margin-left: 22px;
}
body h2 {
  letter-spacing: 0.02em;
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
  color: #000;
  position: relative;
  width: auto;
  margin: auto;
  display: inline-block;
}
body h2:after {
  position: absolute;
  content: "";
  width: 80%;
  bottom: 0px;
  height: 2px;
  background: #000;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s linear !important;
}
body h3 {
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 36px;
  font-size: 24px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
}
body h3 strong {
  font-weight: 700;
}
body h3.small {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
body h3 span {
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 36px;
  font-size: 24px;
  color: #000000;
}
body h4 {
  color: #0a0b16;
  letter-spacing: 0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
}
body h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: #535353;
  margin-bottom: 10px;
  margin-top: 10px;
}
body span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  word-wrap: break-word;
}
body span a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
body span strong, body span b {
  font-weight: 700;
}
body a {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  word-wrap: break-word;
  position: relative;
  color: #000;
  text-decoration: none;
  opacity: 1;
}
body a:not(.btn) {
  transition: all 0.2s linear !important;
}
body a:hover {
  text-decoration: none;
  color: #000;
  opacity: 1;
}
body b, body strong {
  font-weight: 600;
  display: inline-block;
}
body .text-light {
  color: #fff !important;
}
body .goto-top {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear !important;
  opacity: 0.2;
  z-index: 9999;
}
body .goto-top:hover {
  opacity: 1;
  cursor: pointer;
}
body p, body input, body select, body li {
  color: #535353;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
body ul.list {
  grid-auto-columns: 1fr;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  list-style: none;
  padding: 0;
  margin: 0;
}
body ul.list li {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
  position: relative;
  padding: 2px 0 2px 30px;
}
body ul.list li:before {
  position: absolute;
  content: "";
  background: url(../img/line-style.png) center center no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 5px;
}
body .btn-primary {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 10px;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #fff;
  padding: 14px 30px 12px;
  white-space: inherit;
  opacity: 1 !important;
  text-decoration: none !important;
  position: relative;
  transition: all 0.2s linear !important;
}
body .btn-primary span {
  font-weight: 700;
}
body .btn-primary:hover {
  opacity: 1 !important;
  background: #fff;
  border: 2px solid #000;
  color: #000;
}
body .btn-primary:hover span {
  color: #000;
}
body .btn-primary:disabled, body .btn-primary.disabled {
  background: #e1e1e1 !important;
  border-color: #8a8a8a !important;
}
body .btn-primary:disabled span, body .btn-primary.disabled span {
  color: #8a8a8a !important;
}
body .btn-primary:disabled:hover, body .btn-primary.disabled:hover {
  cursor: no-drop !important;
}
body .btn-primary:after {
  background: none;
}
body .btn-primary:disabled:hover {
  cursor: not-allowed !important;
  border: none !important;
  padding: 15px 25px !important;
  background: rgb(20, 20, 22) !important;
  color: rgb(20, 20, 22) !important;
}
body .btn-primary.inverted {
  background: #fff;
  border: 2 solid #000;
}
body .btn-primary.inverted span {
  color: #000;
}
body .btn-primary.inverted:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}
body .btn-primary.focus, body .btn-primary:focus {
  box-shadow: none !important;
}
body .blur-section {
  overflow: unset;
}
body .blur-section.scrolled {
  margin-top: 0px;
}
body .blur-section.active {
  height: 100%;
  width: 100%;
}
body .overlay {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body #mobile-menu {
  position: fixed;
  z-index: 999999;
  left: auto;
  right: -100vw;
  top: 0;
  padding-top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  background-size: auto, cover;
}
body #mobile-menu .mainbar {
  width: 100%;
  margin: 20px auto;
}
body #mobile-menu .logo-link img {
  height: 70px;
  width: auto;
}
body #mobile-menu .icon-close-menu {
  position: inherit;
  right: 20px;
  z-index: 99999;
  border-radius: 100%;
  background: transparent;
  width: 70px;
  height: 70px;
  padding: 13px;
}
body #mobile-menu .icon-close-menu rect {
  transition: all 0.2s linear !important;
  fill: #fff;
}
body #mobile-menu .icon-close-menu:hover {
  cursor: pointer;
}
body #mobile-menu .icon-close-menu:hover rect {
  fill: #999;
}
body #mobile-menu .mainmenu-container {
  padding: 0;
  list-style: none;
  text-align: left;
  position: relative;
  top: 5.208vw;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  height: 80vh;
  width: 100%;
  overflow-y: auto;
  flex-direction: column;
}
body #mobile-menu .mainmenu-container .mainmenu {
  padding: 0;
  list-style: none;
  text-align: center;
  position: relative;
  margin: 0px auto 0;
  width: 60vw;
}
body #mobile-menu .mainmenu-container .mainmenu li {
  margin-bottom: 0;
  position: relative;
}
body #mobile-menu .mainmenu-container .mainmenu li::after {
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
}
body #mobile-menu .mainmenu-container .mainmenu li.menu-item-has-children {
  position: relative;
}
body #mobile-menu .mainmenu-container .mainmenu li.menu-item-has-children:hover {
  cursor: pointer;
}
body #mobile-menu .mainmenu-container .mainmenu li:last-child {
  margin-bottom: 0;
}
body #mobile-menu .mainmenu-container .mainmenu li a {
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  padding: 30px 0;
  display: block;
  opacity: 1;
  text-align: center;
}
body #mobile-menu .mainmenu-container .mainmenu li a:hover {
  text-decoration: none;
}
body .scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
body .scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.4) !important;
  -webkit-backdrop-filter: blur(25px) !important;
          backdrop-filter: blur(25px) !important;
}
body #header {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  position: absolute;
  z-index: 999;
  height: 100px;
  top: 0;
  width: 100%;
  margin: 0;
}
body #header.homepage {
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
body #header.scrolled {
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 999;
  height: 100px;
}
body #header.scrolled .burger span {
  background: #fff;
}
body #header.scrolled .mainbar {
  height: 100px;
}
body #header.scrolled .mainmenu li a {
  color: #fff;
}
body #header.scrolled .mainmenu li a:after {
  background: #fff;
}
body #header.scrolled .mainmenu li a:hover, body #header.scrolled .mainmenu li a[aria-current=page] {
  color: #fff;
}
body #header.scrolled .mainmenu li .sub-menu {
  background: white;
}
body #header.scrolled .logo-link.logo-white {
  display: none;
}
body #header.scrolled .logo-link.logo-color {
  display: block;
}
body #header.scrolled .logo-link:after {
  background: none;
}
body #header.scrolled .logo-link img {
  width: auto;
  height: 70px;
}
body #header .logo-link.logo-white {
  display: block;
}
body #header .logo-link.logo-color {
  display: none;
}
body #header .logo-link:after {
  background: none;
}
body #header .logo-link img {
  height: 70px;
  width: auto;
  filter: brightness(100000);
}
body #header .logo-link:hover {
  text-decoration: none;
  opacity: 0.9;
}
body #header .mainbar {
  height: 100px;
  position: relative;
}
body #header .mainbar .row {
  width: 100%;
}
body #header .burger {
  position: relative;
  width: 24px;
  height: 18px;
}
body #header .burger:hover {
  cursor: pointer;
}
body #header .burger span {
  height: 3px;
  background: #fff;
  width: 28px;
  position: absolute;
  right: 0;
  transition: all 0.2s linear !important;
  border-radius: 2px;
}
body #header .burger span:nth-child(1) {
  top: 0;
}
body #header .burger span:nth-child(2) {
  top: 8px;
}
body #header .burger span:nth-child(3) {
  top: 16px;
}
body #header .mainmenu {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0 0;
  align-items: center;
}
body #header .mainmenu li {
  margin: 0 0 0 40px;
  padding: 0;
  position: relative;
  font-size: 0;
  line-height: 0;
  align-items: center;
  display: flex;
  transition: all 0.2s linear !important;
}
body #header .mainmenu li.menu-item-has-children:hover {
  cursor: pointer;
}
body #header .mainmenu li.menu-item-has-children:hover > a {
  color: #fff;
}
body #header .mainmenu li a {
  display: inline-block;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: normal;
  color: #fff;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  position: relative;
  z-index: 2;
  font-weight: 300;
}
body #header .mainmenu li a:after {
  position: absolute;
  content: "";
  width: 0;
  bottom: 0px;
  height: 2px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s linear !important;
}
body #header .mainmenu li a:hover, body #header .mainmenu li a[aria-current=page] {
  text-decoration: none;
  color: #fff;
}
body #header .mainmenu li a:hover:after, body #header .mainmenu li a[aria-current=page]:after {
  width: 90%;
}
body #footer {
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 12px;
  z-index: 9;
}
body #footer .col1 p {
  margin: 0;
}
body #footer .col1 p a {
  text-decoration: underline;
  color: #fff;
}
body #footer .wp-block-social-links {
  margin: 0 20px;
}
body #footer #menu-footer-1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
body #footer #menu-footer-1 li {
  margin-bottom: 5px;
}
body #footer #menu-footer-1 li a {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  display: inline;
}
body #footer #menu-footer-2 {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
body #footer #menu-footer-2 li {
  margin: 0;
}
body #footer #menu-footer-2 li a {
  color: #fff;
  margin-right: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
}
body #footer .copyright * {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}
body #hero {
  height: 100vh;
}
body #hero .wrapperRollingText {
  white-space: nowrap;
  position: absolute;
  bottom: 66px;
  z-index: 99;
  left: 0;
}
body #hero .wrapperRollingText .rollingText {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.02em;
  background-color: transparent;
  font-size: 70px;
  font-weight: 600;
  line-height: 73px;
  padding: 15px 0;
  font-family: "Rubik Doodle Shadow", sans-serif;
}
body #hero .iframe-wrapper {
  padding-top: 0;
  height: 100vh;
  width: 100vw;
  background: #000;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
body #hero .iframe-wrapper .iframe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #hero .iframe-wrapper iframe, body #hero .iframe-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: 100% !important;
  height: auto !important;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
body #photos .photos-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
body #photos .photos-grid .photo-item {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 50%;
  background: #000;
  aspect-ratio: 4/5;
}
body #photos .photos-grid .photo-item .photo-iframe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: all 0.3s linear !important;
  background: rgba(0, 0, 0, 0.4);
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  padding: 30px;
  text-align: center;
}
body #photos .photos-grid .photo-item .photo-iframe-overlay:hover {
  opacity: 1;
}
body #photos .photos-grid .photo-item.custom {
  width: 33.33%;
  margin-bottom: 0;
}
body #photos .photos-grid .photo-item.custom1 {
  width: 25%;
  margin-bottom: 0;
  aspect-ratio: 0.5625;
}
body #photos .photos-grid .photo-item.margin {
  margin-bottom: 0;
}
body #photos .photos-grid .photo-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  z-index: 8;
  -o-object-fit: cover;
     object-fit: cover;
}
body #productions.productions .productions-grid {
  gap: 0;
}
body #productions.productions .productions-grid .production-item {
  width: 50%;
}
body #productions.productions .productions-grid .production-item.custom {
  width: 33.33%;
  margin-bottom: 0;
}
body #productions.productions .productions-grid .production-item.custom1 {
  margin-bottom: 0;
  width: 25%;
}
body #productions.productions .productions-grid .production-item.margin {
  margin-bottom: 0;
}
body #productions h2::after {
  width: 0;
}
body #productions .productions-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1%;
}
body #productions .productions-grid .production-item {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 49%;
  background: #000;
  aspect-ratio: 1.77777;
}
body #productions .productions-grid .production-item .production-iframe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: all 0.3s linear !important;
  background: rgba(0, 0, 0, 0.4);
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  padding: 30px;
  text-align: center;
}
body #productions .productions-grid .production-item .production-iframe-overlay:hover {
  opacity: 1;
}
body #productions .productions-grid .production-item.custom {
  width: 32.33%;
  margin-bottom: 1%;
}
body #productions .productions-grid .production-item.custom1 {
  width: 24%;
  margin-bottom: 1%;
  aspect-ratio: 0.5625;
}
body #productions .productions-grid .production-item.margin {
  margin-bottom: 1%;
}
body #productions .productions-grid .production-item iframe, body #productions .productions-grid .production-item video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  z-index: 8;
  -o-object-fit: cover;
     object-fit: cover;
}
body #members .members-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
}
body #members .members-grid .member-item {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
  padding-top: 22%;
  box-sizing: border-box;
  width: 22%;
  background: transparent;
  margin-bottom: 3%;
  transition: all 0.2s linear !important;
}
body #members .members-grid .member-item .main, body #members .members-grid .member-item .hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: all 0.2s linear !important;
  border-radius: 0;
}
body #members .members-grid .member-item .main {
  opacity: 1;
}
body #members .members-grid .member-item:hover .main {
  opacity: 0;
}
body #members .members-grid .member-item:hover .hover {
  opacity: 1;
}
body #clients .clients-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1%;
}
body #clients .clients-grid .client-item {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
  padding-top: 8%;
  box-sizing: border-box;
  width: 11.5%;
  background: transparent;
  margin-bottom: 1%;
  transition: all 0.2s linear !important;
}
body #clients .clients-grid .client-item .main, body #clients .clients-grid .client-item .hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  opacity: 0;
  transition: all 0.2s linear !important;
}
body #clients .clients-grid .client-item .main {
  opacity: 1;
}
body #clients .clients-grid .client-item:hover .main {
  opacity: 0;
}
body #clients .clients-grid .client-item:hover .hover {
  opacity: 1;
}
body #studio .studio-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1%;
}
body #studio .studio-grid.style1 .studio-item {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
  padding-top: 50%;
  box-sizing: border-box;
  width: 99%;
  background: transparent;
}
body #studio .studio-grid.style1 .studio-item.custom {
  width: 49%;
  padding-top: 30%;
  margin-bottom: 1%;
}
body #studio .studio-grid.style1 .studio-item.margin {
  margin-bottom: 1%;
}
body #studio .studio-grid.style1 .studio-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  right: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 8;
}
body #studio .studio-grid.style2 .studio-item {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
  padding-top: 50%;
  box-sizing: border-box;
  width: 99%;
  background: transparent;
}
body #studio .studio-grid.style2 .studio-item.custom {
  width: 49%;
  padding-top: 30%;
  margin-bottom: 1%;
}
body #studio .studio-grid.style2 .studio-item.margin {
  margin-bottom: 1%;
}
body #studio .studio-grid.style2 .studio-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  right: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 8;
}
body #services .services-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1%;
  position: relative;
}
body #services .services-grid .service-item {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
  width: 32.33%;
  padding-top: 18.25%;
  margin-bottom: 1%;
  box-sizing: border-box;
  background: #000;
  transition: all 0.2s linear !important;
  border-radius: 0px;
}
body #services .services-grid .service-item .service-title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: all 0.3s linear !important;
  background: rgba(0, 0, 0, 0.8);
  font-size: 60px;
  line-height: 1.1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  padding: 30px;
  text-align: center;
  font-weight: 700;
}
body #services .services-grid .service-item .service-title:hover {
  opacity: 1;
  cursor: pointer;
}
body #services .services-grid .service-item.short {
  width: 19%;
}
body #services .services-grid .service-item.large {
  width: 59%;
}
body #services .services-grid .service-item iframe, body #services .services-grid .service-item img, body #services .services-grid .service-item video {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  bottom: auto;
  right: auto;
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: 8;
}
body #contact {
  background: #efefef;
}
body #contact .data h3 {
  font-size: 20px;
  position: relative;
  margin-bottom: 10px;
}
body #contact .data h3::after {
  content: "";
  width: 80%;
  border: 1px solid #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
body #contact .data p {
  font-size: 14px;
  line-height: 1.3;
}
body #contact iframe {
  width: 100%;
}
body #contact .wpcf7 {
  width: 100%;
}
body #contact .wpcf7 label {
  width: 100%;
}
body #contact .wpcf7 textarea {
  height: 150px;
}

.wp-social-link {
  background-color: #fff !important;
  color: #000 !important;
}
.wp-social-link .wp-block-social-link-anchor {
  font-size: 22px !important;
}
.wp-social-link svg {
  fill: #000;
}/*# sourceMappingURL=basic-styles.css.map */