@font-face {
  font-family: "AM";
  src: url("../fonts/AM.woff2") format("woff2"),
    url("../fonts/AM.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AMI";
  src: url("../fonts/AMI.woff2") format("woff2"),
    url("../fonts/AMI.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

.responsive {
  width: 100%;
}

img.lazy,
video.lozad {
  opacity: 0;
}

img:not(.initial),
video:not(.initial) {
  transition: opacity 1s linear;
}

img.initial,
img.loaded,
img.error,
video.initial,
video.loaded,
video.error {
  opacity: 1;
  transition: opacity 1s linear;
}

img:not([src]) {
  visibility: hidden;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #434343;
  font-family: "AM", Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  user-select: none;
  -webkit-user-select: none;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

body::-webkit-scrollbar {
  display: none;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background: transparent;
}

body::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

::-moz-selection {
  color: #434343;
  background: #e4e4e4;
}

::selection {
  color: #434343;
  background: #e4e4e4;
}

/* TYPOGRAPHY SETTINGS *******************************************************/

h1 {
  font-size: 3.85vw;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.02em;
  margin: 0;
}

h2,
.needs-options-wrapper span,
.budget-options-wrapper span,
.deadline-options-wrapper span,
.about-project-business-wrapper input,
.about-project-business-wrapper textarea,
#project-form button,
#logo-roulette-btn {
  font-size: 1.45vw;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.02em;
  margin: 0;
}

h3,
form#newsletter-form input,
form#newsletter-form button,
button.filter-button {
  font-size: 0.73vw;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0;
  margin: 0;
}

p {
  font-size: 0.52vw;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
}

@media (max-width: 1919px) {
  h1 {
    font-size: 5.14vw;
  }

  h2,
  .needs-options-wrapper span,
  .budget-options-wrapper span,
  .deadline-options-wrapper span,
  .about-project-business-wrapper input,
  .about-project-business-wrapper textarea,
  #project-form button,
  #logo-roulette-btn {
    font-size: 1.94vw;
  }

  h3,
  form#newsletter-form input,
  form#newsletter-form button,
  button.filter-button {
    font-size: 0.97vw;
  }

  p {
    font-size: 0.69vw;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 5vw;
  }

  h2,
  .needs-options-wrapper span,
  .budget-options-wrapper span,
  .deadline-options-wrapper span,
  .about-project-business-wrapper input,
  .about-project-business-wrapper textarea,
  #project-form button,
  #logo-roulette-btn {
    font-size: 2.34vw;
  }

  h3,
  form#newsletter-form input,
  form#newsletter-form button,
  button.filter-button {
    font-size: 1.36vw;
  }

  p {
    font-size: 0.97vw;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 6.15vw;
    line-height: 115%;
  }

  h2,
  .needs-options-wrapper span,
  .budget-options-wrapper span,
  .deadline-options-wrapper span,
  .about-project-business-wrapper input,
  .about-project-business-wrapper textarea,
  #project-form button,
  #logo-roulette-btn {
    font-size: 4.6vw;
    line-height: 120%;
  }

  h3,
  form#newsletter-form input,
  form#newsletter-form button,
  button.filter-button {
    font-size: 3.4vw;
  }

  p {
    font-size: 2.6vw;
  }
}

/* ANIMATIONS AND TRANSITIONS SETTINGS *******************************************************/
@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* HOMEPAGE / WORK PAGE STYLE *******************************************************/
header {
  width: 100%;
  position: sticky;
  top: 0;
  padding: 20px;
  z-index: 10;
}

body.homepage header {
  position: fixed;
}

.menu-links {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  column-gap: 20px;
}

a.studio-name {
  width: fit-content;
  text-transform: uppercase;
  text-decoration: none;
  color: #434343;
  transition: color 0.3s linear;
}

a.studio-name:hover,
.main-menu-links a:hover {
  color: #434343;
}

.main-menu-links {
  width: 33.3333333%;
  position: absolute;
  left: 33.3333333%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.main-menu-links a {
  text-decoration: none;
  color: #979797;
  transition: color 0.3s linear;
}

.main-menu-links a:nth-child(1) h3:after,
.main-menu-links a:nth-child(2) h3:after {
  content: ", ";
  font-family: "AM", Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-right: 2px;
  color: #979797;
}

.main-menu-links a:nth-child(1):hover h3:after,
.main-menu-links a:nth-child(2):hover h3:after {
  color: #979797;
}

.main-menu-links a.active {
  color: #434343;
}

.work-link:hover {
  color: #434343 !important;
}

.filter-work-menu {
  width: 33.3333333%;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  opacity: 1;
  z-index: 10;
  transition: opacity 0.15s linear;
}

.filter-work-menu p {
  font-family: "AM", Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #979797;
  margin-right: 15px;
}

.filter-button-wrapper {
  line-height: 100%;
}

button.filter-button {
  font-family: "AM", Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 125%;
  color: #979797;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.15s linear;
}

button.filter-button:hover {
  color: #434343;
}

button.filter-button.active {
  color: #434343;
}

button.filter-button:after {
  content: ", ";
  color: #979797;
  padding-right: 2px;
}

button.filter-button:last-child:after {
  content: "";
}

.video-homepage {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 2;
  transform-origin: top left;
}

.video-homepage video {
  height: 100%;
  object-fit: cover;
}

.spacer {
  height: 100vh;
}

main {
  width: 100%;
  padding: 0 20px;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  animation: fade-in 1s linear;
}

.fade-in {
  opacity: 1;
}

.fade-out {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.work-list-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 150px;
  padding-top: 230px;
  transform-origin: top;
}

.work-wrapper {
  width: calc(25% - 15px);
  text-decoration: none;
}

.work-wrapper.forbidden {
  cursor: not-allowed;
}

.filter-hidden {
  pointer-events: none;
}

.work-wrapper p {
  width: fit-content;
  position: relative;
  left: 33.3333333%;
  margin-bottom: 15px;
  color: #979797;
}

.filter-hidden p {
  color: #e4e4e4;
}

.image-work {
  line-height: 0;
  opacity: 1;
  transform: scale(1);
  transform-origin: top left;
  transition: opacity 0.3s linear, transform 0.7s cubic-bezier(0.75, 0, 0.35, 1);
}

.work-wrapper:hover .image-work {
  opacity: 0.8;
}

.filter-hidden .image-work {
  transform: scale(0);
}

.work-wrapper h2 {
  color: #434343;
  line-height: 100%;
  margin-top: 20px;
  transition: color 0.15s linear;
}

.filter-hidden h2,
.filter-hidden h2 span {
  color: #e4e4e4 !important;
}

.work-wrapper:hover h2 {
  color: #979797;
}

.work-wrapper h2 span {
  color: #979797;
}

footer {
  width: 100%;
  padding: 300px 0 20px 0;
}

.logo-footer {
  position: relative;
  line-height: 0;
}

.logo-footer img {
  line-height: 0;
}

button#logo-roulette-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 1;
  transition: all .2s linear;
}

button#logo-roulette-btn:hover {
  opacity: .8;
}

.links-footer-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 20px;
  margin-top: 50px;
}

.links-footer-wrapper div {
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
}

.menu-links-footer p,
.information-links-footer p,
.contacts-links-footer p {
  color: #979797;
  margin-bottom: 10px;
}

.menu-links-footer a,
.information-links-footer a,
.contacts-links-footer a {
  width: fit-content;
  color: #434343;
  text-decoration: none;
  transition: color 0.15s linear;
}

.menu-links-footer a:hover,
.information-links-footer a:hover,
.contacts-links-footer a:hover {
  color: #979797;
}

form#newsletter-form {
  display: flex;
  flex-wrap: wrap;
}

.newsletter-footer-wrapper p {
  color: #979797;
  margin-bottom: 15px;
}

form#newsletter-form input {
  width: 100%;
  font-family: "AM", Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #434343;
  border: none;
  border-top: 0.5px solid #979797;
  outline: none;
  padding: 10px 0;
  appearance: none;
  border-radius: 0;
}

input#email {
  border-bottom: 0.5px solid #979797 !important;
}

form#newsletter-form button {
  font-family: "AM", Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #434343;
  text-decoration: underline;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.15s linear;
}

form#newsletter-form button:hover {
  color: #979797;
}

.bottom-info-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 150px;
}

h3.copyright-footer {
  width: calc(25% - 15px);
  color: #979797;
}

h3#lisbon-time {
  width: calc(25% - 15px);
}

.modal.subscribe-newsletter-modal,
.modal.business-enquiry-modal {
  width: 50%;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(228, 228, 228, 0.7);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  padding: 20px;
  border-radius: 3px;
  z-index: 11;
}

.modal-content {
  width: 100%;
  position: relative;
}

span.close-modal-newsletter,
span.close-modal-business {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  line-height: 0;
  background-color: rgba(151, 151, 151, 0.5);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  cursor: pointer;
  transition: all 0.15s linear;
}

span.close-modal-newsletter:hover,
span.close-modal-business:hover {
  background-color: rgba(151, 151, 151, 0.8);
}

span.close-modal-newsletter img,
span.close-modal-business img {
  width: 12px;
  height: 12px;
  margin: 5px;
}

.modal-content p {
  color: #979797;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .filter-work-menu p {
    margin-right: 12px;
  }

  .work-wrapper h2 {
    margin-top: 15px;
  }

  button#logo-roulette-btn {
    transform: scale(.8);
    transform-origin: top right;
  }
}

@media (max-width: 560px) {
  header {
    padding: 15px;
  }

  .main-menu-links {
    width: calc(50% - 7.5px);
    left: calc(50% + 7.5px);
  }

  .filter-work-menu {
    width: calc(50% - 7.5px);
    top: 30px;
  }

  .filter-button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .filter-button-wrapper.show-filters .filter-button {
    display: block;
  }

  button.filter-button {
    display: none;
    line-height: 135%;
  }

  button.filter-button.active {
    display: inline-flex;
  }

  button.filter-button:after {
    content: "";
    padding-right: 0;
  }

  main {
    padding: 0 15px;
  }

  .work-list-wrapper {
    column-gap: 15px;
    row-gap: 70px;
    padding-top: 150px;
  }

  .work-wrapper {
    width: calc(50% - 7.5px);
  }

  .work-wrapper p {
    left: 50%;
    margin-bottom: 10px;
  }

  .work-wrapper h2 {
    margin-top: 12px;
  }

  footer {
    padding: 200px 0 15px 0;
  }

  button#logo-roulette-btn {
    top: -10px;
    transform: scale(.75);
    transform-origin: top right;
  }

  .links-footer-wrapper {
    flex-wrap: wrap;
    column-gap: 15px;
    margin-top: 30px;
  }

  .menu-links-footer {
    display: none !important;
  }

  .links-footer-wrapper div {
    width: calc(50% - 7.5px);
  }

  .information-links-footer {
    order: 2;
  }

  .contacts-links-footer {
    order: 3;
  }

  .newsletter-footer-wrapper {
    width: 100% !important;
    margin-bottom: 70px;
    order: 1;
  }

  .newsletter-footer-wrapper p {
    margin-bottom: 10px;
  }

  form#newsletter-form button {
    margin-top: 15px;
  }

  .information-links-footer p,
  .contacts-links-footer p {
    margin-bottom: 8px;
  }

  .bottom-info-footer {
    margin-top: 100px;
  }

  .bottom-info-footer h3 {
    width: calc(50% - 7.5px);
  }

  h3#lisbon-time {
    width: calc(50% - 7.5px);
  }

  .modal.subscribe-newsletter-modal,
  .modal.business-enquiry-modal {
    width: calc(100% - 30px);
    padding: 15px;
  }

  span.close-modal-newsletter img,
  span.close-modal-business img {
    width: 10px;
    height: 10px;
    margin: 5px;
  }

  .modal-content h2 {
    width: 90%;
  }
}

/* SHOWCASE WORK PAGE STYLE *******************************************************/
.header-showcase-work-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  column-gap: 20px;
  margin-top: 50px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #979797;
}

.title-header-work {
  width: 100%;
}

.title-header-work h1 {
  line-height: 120%;
  padding-bottom: 10px;
}

.title-header-work span {
  color: #979797;
}

.thumbnail-header-work {
  width: calc(33.3333333% - 20px);
  line-height: 0;
}

.thumbnail-header-work img {
  width: 75%;
}

.services-header-work {
  width: calc(33.3333333% - 20px);
}

.services-header-work p:nth-child(2) {
  line-height: 120%;
}

.services-header-work p:first-child,
.year-header-work p:first-child {
  color: #979797;
  margin-bottom: 5px;
}

.year-header-work {
  width: calc(25% - 20px);
}

.live-site-header-work {
  width: calc(8.3333333% - 20px);
}

.live-site-header-work a {
  color: #434343;
  transition: color 0.15s linear;
}

.live-site-header-work a:hover {
  color: #979797;
}

.context-header-wrapper {
  width: 100%;
  margin: 150px 0;
}

.context-header-wrapper p {
  position: relative;
  left: 8.3333333%;
  color: #979797;
  margin-bottom: 7px;
}

.images-showcase-work-wrapper {
  width: 100%;
}

.project-view-option-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 20px;
}

.project-view-option-wrapper p {
  width: 8.3333333%;
  color: #979797;
}

.project-view-option-wrapper h2 {
  color: #979797;
  cursor: pointer;
  transition: color 0.15s linear;
}

.project-view-option-wrapper h2.active,
.project-view-option-wrapper h2:hover {
  color: #434343;
  text-decoration: underline;
}

.project-view-option-wrapper h2:nth-child(2):after {
  content: ",";
  font-family: "AM", Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #979797;
  padding-right: 4px;
}

.all-images-work-wrapper {
  opacity: 1;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.all-images-work-wrapper.fade-out {
  opacity: 0;
  visibility: hidden;
}

.all-images-work-wrapper.fade-in {
  opacity: 1;
  visibility: visible;
}

.all-images-work-wrapper.container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
  row-gap: 20px;
}

.image-work-wrapper {
  position: relative;
  line-height: 0;
}

.image-work-wrapper img,
.image-work-wrapper video {
  display: block;
  height: auto;
}

.grid-active .image-work-wrapper img:nth-child(1) {
  display: none;
}

.thumbnails-active .image-work-wrapper img:nth-child(1) {
  display: block;
  z-index: 1;
}

.image-work-wrapper img:nth-child(1) {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 5px;
  border-radius: 3px;
  background-color: rgba(151, 151, 151, 0.5);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  opacity: 0;
  transition: opacity 0.15s linear, background-color 0.15s linear;
}

.image-work-wrapper img:nth-child(1):hover {
  background-color: rgba(151, 151, 151, 0.8);
}

.image-work-wrapper:hover img:nth-child(1) {
  opacity: 1;
}

.image-work-wrapper.span-4 img:nth-child(1) {
  content: url(../icons/minimize_icon.svg);
}

.thumbnails-active .image-work-wrapper {
  grid-column: span 1 !important;
  cursor: pointer;
}

.grid-active .image-work-wrapper {
  grid-column: span 12;
  cursor: default;
}

.image-work-wrapper.half-size {
  grid-column: span 6;
}

.image-work-wrapper.half-size-left {
  position: relative;
  width: calc(50% - 10px);
  left: 0;
  grid-column: span 12;
}

.thumbnails-active .image-work-wrapper.half-size-left,
.thumbnails-active .image-work-wrapper.half-size-right {
  width: 100%;
}

.image-work-wrapper.half-size-right {
  position: relative;
  width: calc(50% - 10px);
  left: calc(50% - -10px);
  grid-column: span 12;
}

.image-work-wrapper.four-size {
  grid-column: span 4;
}

.image-work-wrapper.eight-size {
  grid-column: span 8;
}

.image-work-wrapper.third-size {
  grid-column: span 4;
}

.image-work-wrapper.span-4 {
  grid-column: span 4 !important;
}

.additional-info-showcase-work-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 20px;
  margin-top: 150px;
}

.concept-showcase-work-wrapper {
  width: calc(58.3333333% - 20px);
}

.concept-showcase-work-wrapper p {
  position: relative;
  left: 8.3333333%;
  color: #979797;
  margin-bottom: 7px;
}

.additional-info-wrapper {
  width: calc(33.3333333% - 20px);
  border-top: 0.5px solid #979797;
}

.additional-info-line {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  column-gap: 20px;
  padding: 10px 0 8.5px 0;
  border-bottom: 0.5px solid #979797;
}

.additional-info-line p {
  line-height: 125%;
}

.additional-info-line p:first-child {
  width: 25%;
  color: #979797;
}

.additional-info-line p:nth-child(2) {
  width: 75%;
}

.additional-info-line a {
  color: #434343;
  transition: color 0.15s linear;
}

.additional-info-line a:hover {
  color: #979797;
}

.next-previous-work-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 250px;
}

.next-previous-work-wrapper a {
  width: 16.6666667%;
  text-decoration: none;
}

.previous-work-wrapper p {
  color: #979797;
  margin-bottom: 10px;
}

.previous-work-image,
.next-work-image {
  width: 100%;
  line-height: 0;
}

.previous-work-wrapper img,
.next-work-wrapper img,
.previous-work-wrapper video,
.next-work-wrapper video {
  opacity: 1;
  transition: opacity 0.3s linear;
}

.previous-work-wrapper:hover img,
.next-work-wrapper:hover img,
.previous-work-wrapper:hover video,
.next-work-wrapper:hover video {
  opacity: 0.8;
}

.previous-work-wrapper h2 {
  width: 100%;
  color: #979797;
  line-height: 105%;
  margin-top: 15px;
  transition: color 0.3s linear;
}

.previous-work-wrapper:hover h2,
.next-work-wrapper:hover h2 {
  color: #434343;
}

.next-work-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.next-work-wrapper p {
  width: 100%;
  color: #979797;
  margin-bottom: 10px;
  text-align: right;
  transition: color 0.3s linear;
}

.next-work-wrapper h2 {
  width: 100%;
  color: #979797;
  line-height: 105%;
  margin-top: 15px;
  text-align: right;
  transition: color 0.3s linear;
}

@media (max-width: 1024px) {
  .next-previous-work-wrapper a {
    width: 25%;
  }
}

@media (max-width: 560px) {
  .header-showcase-work-wrapper {
    margin-top: 30px;
  }

  .title-header-work {
    margin-bottom: 5px;
  }

  .title-header-work h1 {
    padding-bottom: 2px;
  }

  .thumbnail-header-work {
    width: calc(50% - 10px);
  }

  .thumbnail-header-work img,
  .thumbnail-header-work video {
    width: 100%;
  }

  .services-header-work {
    width: calc(50% - 10px);
  }

  .services-header-work p:first-child,
  .year-header-work p:first-child {
    color: #979797;
    margin-bottom: 3px;
  }

  .services-header-work p:nth-child(2),
  .year-header-work p:nth-child(2) {
    line-height: 125%;
  }

  .year-header-work {
    width: calc(50% - 10px);
    margin-top: 20px;
  }

  .live-site-header-work {
    width: calc(50% - 10px);
    margin-top: 20px;
  }

  .context-header-wrapper {
    width: 100%;
    margin: 70px 0 100px 0;
  }

  .context-header-wrapper p {
    left: 25%;
    margin-bottom: 5px;
  }

  .project-view-option-wrapper {
    margin-bottom: 15px;
  }

  .project-view-option-wrapper p {
    width: 25%;
  }

  .all-images-work-wrapper.container {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    row-gap: 15px;
  }

  .image-work-wrapper.half-size,
  .image-work-wrapper.four-size,
  .image-work-wrapper.eight-size,
  .image-work-wrapper.third-size {
    width: 100%;
    grid-column: span 12 !important;
  }

  .image-work-wrapper.half-size-right,
  .image-work-wrapper.half-size-left {
    width: 100%;
    left: auto;
  }

  .additional-info-showcase-work-wrapper {
    flex-wrap: wrap;
    column-gap: 15px;
    margin-top: 100px;
  }

  .concept-showcase-work-wrapper {
    width: 100%;
  }

  .additional-info-wrapper {
    width: 100%;
    margin-top: 70px;
  }

  .next-previous-work-wrapper {
    margin-top: 120px;
  }

  .next-previous-work-wrapper a {
    width: 50%;
  }

  .previous-work-wrapper p,
  .next-work-wrapper p {
    margin-bottom: 7px;
  }

  .previous-work-image,
  .next-work-image {
    width: 50%;
  }

  .previous-work-wrapper h2,
  .next-work-wrapper h2 {
    margin-top: 10px;
  }
}

/* STUDIO PAGE STYLE *******************************************************/
.hero-video-studio-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  overflow: hidden;
  z-index: 1;
}

.hero-video-studio-wrapper video {
  height: 100%;
  object-fit: cover;
}

main.main-studio {
  position: relative;
  background-color: #ffffff;
  margin-top: 100vh;
  z-index: 2;
}

.first-studio-section-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 20px;
}

.intro-description-wrapper {
  width: 83.3333333%;
  margin: auto;
  padding-top: 200px;
  text-align: center;
}

.about-us-wrapper {
  width: 100%;
  margin-top: 200px;
}

.about-us-wrapper p {
  position: relative;
  left: 8.3333333%;
  color: #979797;
  margin-bottom: 7px;
}

.contacts-studio-wrapper {
  width: calc(41.6666667% - 10px);
  margin-top: 100px;
}

.contacts-studio-wrapper p {
  color: #979797;
  margin-bottom: 7px;
}

.contacts-studio-wrapper a {
  color: #434343;
  text-decoration: none;
  transition: color 0.15s linear;
}

.contacts-studio-wrapper a:hover {
  color: #979797;
}

.image-contacts-wrapper {
  width: calc(16.6666667% - 20px);
  line-height: 0;
  margin-top: 100px;
}

.second-studio-section-wrapper {
  width: 100%;
  margin-top: 200px;
}

.header-capabilities-wrapper {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #979797;
}

.header-capabilities-wrapper p {
  color: #979797;
}

.capabilities-information-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 20px;
  margin-top: 12px;
}

.left-capabilities-wrapper {
  width: calc(33.3333333% - 20px);
}

.left-capabilities-wrapper h2 {
  color: #979797;
  cursor: pointer;
  transition: color 0.15s linear;
}

.left-capabilities-wrapper h2:hover {
  color: #434343;
}

.left-capabilities-wrapper h2.active {
  color: #434343;
  text-decoration: underline;
}

.right-capabilities-wrapper {
  width: 66.6666667%;
  position: relative;
}

.right-capabilities-wrapper h2 {
  display: none;
}

.right-capabilities-wrapper h2.active {
  display: block;
  animation: fade-in 0.5s linear;
}

.third-studio-section-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 20px;
  margin-top: 200px;
}

.businessenquiries-header-wrapper {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 0.5px solid #979797;
}

.businessenquiries-header-wrapper p {
  position: relative;
  left: 33.3333333%;
  color: #979797;
}

.left-businessenquiries-image-wrapper {
  width: calc(16.6666667% - 10px);
  line-height: 0;
}

.left-businessenquiries-image-wrapper img {
  padding-right: 10px;
}

.right-businessenquiries-information-wrapper {
  width: calc(66.6666667% - 10px);
  position: relative;
  left: calc(16.6666667% - 10px);
}

.right-businessenquiries-information-wrapper a {
  color: #979797;
  transition: all .15s linear;
}

.right-businessenquiries-information-wrapper a:hover {
  color: #434343;
}

.forth-studio-section-wrapper {
  width: calc(66.6666667% - 10px);
  position: relative;
  left: 33.3333333%;
  margin-top: 200px;
}

.forth-studio-section-wrapper p {
  position: relative;
  left: 12.5%;
  color: #979797;
  margin-bottom: 7px;
}

.forth-studio-section-wrapper a {
  color: #979797;
  transition: color 0.15s linear;
}

.forth-studio-section-wrapper a:hover {
  color: #434343;
}

@media (max-width: 560px) {
  .first-studio-section-wrapper {
    column-gap: 15px;
  }

  .intro-description-wrapper {
    width: 100%;
    padding-top: 100px;
  }

  .about-us-wrapper {
    margin-top: 100px;
  }

  .about-us-wrapper p {
    left: 25%;
    margin-bottom: 5px;
  }

  .contacts-studio-wrapper,
  .image-contacts-wrapper {
    width: calc(50% - 7.5px);
    margin-top: 70px;
  }

  .second-studio-section-wrapper {
    margin-top: 100px;
  }

  .capabilities-information-wrapper {
    flex-wrap: wrap;
    margin-top: 10px;
    column-gap: 15px;
  }

  .left-capabilities-wrapper {
    width: 100%;
  }

  .right-capabilities-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .third-studio-section-wrapper {
    column-gap: 15px;
    margin-top: 100px;
  }

  .businessenquiries-header-wrapper {
    margin-bottom: 10px;
    order: 1;
  }

  .businessenquiries-header-wrapper p {
    left: 0;
  }

  .left-businessenquiries-image-wrapper {
    width: 100%;
    margin-top: 120px;
    order: 3;
  }

  .left-businessenquiries-image-wrapper img {
    padding-right: 0;
  }

  .right-businessenquiries-information-wrapper {
    width: 100%;
    left: 0;
    order: 2;
  }

  .forth-studio-section-wrapper {
    width: 100%;
    left: 0;
    margin-top: 100px;
  }

  .forth-studio-section-wrapper p {
    left: 25%;
    margin-bottom: 5px;
  }

  .forth-studio-section-wrapper h2 br {
    display: none;
  }
}

/* OUR BRANDS PAGE STYLE *******************************************************/
.ourbrands-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 150px;
  margin-top: 180px;
}

.ourbrand-block {
  width: calc(50% - 10px);
  text-decoration: none;
}

.ourbrand-block p {
  width: fit-content;
  position: relative;
  left: 16.6666667%;
  color: #979797;
  margin-bottom: 10px;
}

.ourbrand-image {
  width: 100%;
  position: relative;
  line-height: 0;
  overflow: hidden;
}

.ourbrand-image img:nth-child(1) {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  background-color: rgba(151, 151, 151, 0.5);
  border-radius: 3px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  z-index: 1;
  transition: background-color 0.15s linear;
}

.ourbrand-image img:nth-child(1):hover {
  background-color: rgba(151, 151, 151, 0.8);
}

.ourbrand-image img:nth-child(3) {
  opacity: 1;
  transition: opacity 0.4s linear;
}

.ourbrand-image:hover img:nth-child(3) {
  opacity: 0;
}

.insetstudio-block .ourbrand-image img:nth-child(3) {
  width: 29%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.etiqueta-block .ourbrand-image img:nth-child(3) {
  width: 54%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.soundslikesurpresa-block .ourbrand-image img:nth-child(3) {
  width: 52%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tellers-block .ourbrand-image img:nth-child(3) {
  width: 45%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ourbrand-description {
  width: 100%;
  margin-top: 20px;
}

.ourbrand-description h2:nth-child(1) {
  color: #434343;
  line-height: 100%;
  margin-bottom: 10px;
}

.ourbrand-description h2:nth-child(2) {
  color: #979797;
}

@media (max-width: 560px) {
  .ourbrands-wrapper {
    column-gap: 15px;
    row-gap: 70px;
    margin-top: 85px;
  }

  .ourbrand-block {
    width: 100%;
  }

  .ourbrand-block p {
    left: 25%;
  }

  .ourbrand-description {
    margin-top: 12px;
  }

  .ourbrand-description h2:nth-child(1) {
    color: #434343;
    line-height: 100%;
    margin-bottom: 8px;
  }
}

/* CAREERS PAGE STYLE *******************************************************/
.careers-title-page-wrapper {
  position: absolute;
  left: calc(66.6666667% + 20px);
}

.careers-section-wrapper {
  width: 100%;
  margin-top: 180px;
}

.join-our-team-wrapper {
  width: 100%;
}

.join-our-team-wrapper p {
  width: fit-content;
  color: #979797;
  position: relative;
  left: 8.3333333%;
  margin-bottom: 7px;
}

.applications-wrapper {
  width: 58.3333333%;
  margin-top: 100px;
}

.applications-wrapper h2:nth-child(1) {
  color: #979797;
  margin-bottom: 50px;
}

.applications-wrapper a {
  width: fit-content;
  display: inline-block;
}

.applications-wrapper a,
.applications-wrapper a h2:nth-child(1) {
  color: #434343;
  text-decoration: underline;
  transition: color 0.15s linear;
}

.applications-wrapper a:hover h2 {
  display: inline-block;
  color: #979797;
}

.open-roles-wrapper {
  width: 66.6666667%;
  position: relative;
  left: 33.3333333%;
  margin-top: 200px;
}

.open-roles-wrapper p {
  position: relative;
  left: 12.5%;
  color: #979797;
  margin-bottom: 7px;
}

@media (max-width: 560px) {
  .careers-title-page-wrapper {
    display: none;
  }

  .careers-section-wrapper {
    margin-top: 100px;
  }

  .join-our-team-wrapper p {
    left: 25%;
    margin-bottom: 5px;
  }

  .applications-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .applications-wrapper h2:nth-child(1) {
    margin-bottom: 20px;
  }

  .open-roles-wrapper {
    width: 100%;
    position: relative;
    left: 0;
    margin-top: 100px;
  }

  .open-roles-wrapper p {
    left: 25%;
    margin-bottom: 5px;
  }

  .open-roles-wrapper h2 br {
    display: none;
  }
}

/* TERMS OF USE PAGE STYLE *******************************************************/
.termsofuse-title-page-wrapper {
  position: absolute;
  left: calc(66.6666667% + 20px);
}

.termsofuse-section-wrapper {
  width: 100%;
  margin-top: 180px;
}

.termsofuse-topics-wrapper {
  width: 100%;
  margin-top: 200px;
}

.termsofuse-topic-line {
  width: 100%;
  margin-bottom: 150px;
}

.termsofuse-topic-line:last-child {
  margin-bottom: 0;
}

.termsofuse-header-topic {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #979797;
}

.termsofuse-header-topic p {
  width: fit-content;
  position: relative;
  left: 33.3333333%;
  color: #979797;
}

.information-topic {
  width: 66.6666667%;
  position: relative;
  left: 33.3333333%;
  margin-top: 10px;
}

.information-topic a {
  color: #979797;
  transition: color 0.15s linear;
}

.information-topic a:hover {
  color: #434343;
}

@media (max-width: 560px) {
  .termsofuse-title-page-wrapper {
    display: none;
  }

  .termsofuse-section-wrapper {
    margin-top: 100px;
  }

  .termsofuse-topics-wrapper {
    margin-top: 120px;
  }

  .termsofuse-topic-line {
    margin-bottom: 70px;
  }

  .termsofuse-header-topic p {
    left: 0;
  }

  .information-topic {
    width: 100%;
    left: 0;
  }
}

/* BUSINESS ENQUIRIES PAGE STYLE *******************************************************/
.businessenquiries-intro-section-wrapper {
  width: 100%;
  margin-top: 180px;
  margin-bottom: 200px;
}

.businessenquiries-intro-section-wrapper h1:nth-child(1) {
  color: #979797;
}

form#project-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.needs-business-wrapper p {
  position: relative;
  left: 8.3333333%;
  color: #979797;
  padding-bottom: 10px;
}

.needs-options-wrapper {
  width: 100%;
  border-top: 0.5px solid #979797;
  padding: 15px 0 100px 0;
}

.needs-options-wrapper span::after {
  content: ",";
  color: #979797;
}

.needs-options-wrapper span:last-child:after {
  display: none;
}

.budget-business-wrapper,
.deadline-business-wrapper {
  width: calc(50% - 10px);
  padding-bottom: 100px;
}

.budget-business-wrapper p,
.deadline-business-wrapper p,
.about-project-business-wrapper p {
  padding-bottom: 10px;
  color: #979797;
}

.budget-options-wrapper,
.deadline-options-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  border-top: 0.5px solid #979797;
}

.budget-options-wrapper span,
.deadline-options-wrapper span {
  width: 100%;
}

.about-project-business-wrapper input,
.about-project-business-wrapper textarea,
#project-form button {
  font-family: "AM", Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.need-option,
.budget-option,
.deadline-option {
  display: inline-block;
  cursor: pointer;
  border: none;
  color: #979797;
  transition: all 0.2s;
}

.need-option.selected,
.budget-option.selected,
.deadline-option.selected,
.need-option:hover,
.budget-option:hover,
.deadline-option:hover {
  color: #434343;
}

.about-project-business-wrapper {
  width: 100%;
}

.about-project-options-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 0.5px solid #979797;
}

.about-project-options-wrapper input::-webkit-input-placeholder,
.about-project-options-wrapper textarea::-webkit-input-placeholder {
  color: #979797;
}

.about-project-options-wrapper input::-moz-placeholder,
.about-project-options-wrapper textarea::-moz-placeholder {
  color: #979797;
}

.about-project-options-wrapper input:-ms-input-placeholder,
.about-project-options-wrapper textarea:-ms-input-placeholder {
  color: #979797;
}

.about-project-options-wrapper input::-ms-input-placeholder,
.about-project-options-wrapper textarea::-ms-input-placeholder {
  color: #979797;
}

.about-project-options-wrapper input:hover,
.about-project-options-wrapper textarea:hover {
  color: #434343;
}

input#nameclient,
input#company,
input#emailclient,
textarea#details {
  width: 100%;
  padding: 15px 0;
  border-top: none;
  border-left: none;
  border-bottom: 0.5px solid #979797;
  border-right: none;
  outline: none;
  color: #434343;
}

#project-form button {
  color: #434343;
  background: transparent;
  border: none;
  padding: 0;
  margin: 20px 0 0 0;
  text-decoration: underline;
  cursor: pointer;
  transition: all .15s linear;
}

#project-form button:hover {
  color: #979797;
}

@media (max-width: 560px) {
  .businessenquiries-intro-section-wrapper {
    margin-top: 100px;
    margin-bottom: 120px;
  }

  form#project-form {
    column-gap: 15px;
  }

  .needs-options-wrapper {
    padding: 10px 0 70px 0;
  }

  .needs-business-wrapper p {
    left: 25%;
  }

  .budget-business-wrapper,
  .deadline-business-wrapper {
    width: calc(50% - 7.5px);
    padding-bottom: 70px;
  }

  .budget-options-wrapper,
  .deadline-options-wrapper {
    padding-top: 10px;
  }

  input#nameclient,
  input#company,
  input#emailclient,
  textarea#details {
    padding: 10px 0;
  }

  #project-form button {
    margin: 15px 0 0 0;
  }
}