/*
Theme Name: Tema Blisq Corporate
Theme URI: http://blisq.pt
Author: blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blisq
Text Domain: blisq
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


::selection {
  background-color: rgba(1, 1, 1, 0.1);
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  overflow-x: clip;
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  background-color: #f7f7f7;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

.cf-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

details>summary,
ul {
  list-style: none;
}

.position-title,
.quote-text,
h2 {
  color: #010101;
  font-size: clamp(20px, 1.8vw, 33px);
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

h3 {
  color: #010101;
  font-size: clamp(22px, 1.46vw, 28px);
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}

h4,
h5,
h6 {
  color: #444;
  font-size: clamp(16px, 1.2vw, 22px);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.common-content li,
p {
  color: #8E8E8E;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

p>strong {
  color: #010101;
  font-weight: 700;
}

p>a {
  text-decoration: underline;
}

th {
  padding: 18px 15px 15px 20px;
  text-align: start;
  color: #1B1B1B;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  border-bottom: 1px solid #C1C1C1;
  border-right: 1px solid #C1C1C1;
}

td {
  color: #8E8E8E;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  padding: 15px 15px 25px 20px;
  border-bottom: 1px solid #C1C1C1;
  border-right: 1px solid #C1C1C1;
}

th:last-child,
td:last-child {
  border-right: none;
}

tr:last-child td {
  border-bottom: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.go-to-main {
  color: #191919;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: -9999px;
  margin: 20px;
  background-color: #f3f3f3;
  padding: 15px;
  display: block;
  width: fit-content;
  z-index: 3;
}

.go-to-main:focus {
  top: 0;
  position: relative;
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.color-gray {
  color: #a1a1a1;
}

.text-balance {
  text-wrap: balance;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pre-line {
  white-space: pre-line;
}

.no-overflow {
  overflow: hidden;
}

html.project-lightbox-open {
  overflow: hidden;
  scrollbar-gutter: stable;
}

body.project-lightbox-open {
  overflow: hidden;
  overscroll-behavior: none;
}

.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  grid-auto-flow: dense;
}

/* #region header */
header {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.header-fixed {
  position: fixed;
}

.header-light .custom-logo {
  filter: invert(1);
}

.header-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #000;
  display: none;
  padding: 45px 25px;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

.header-hero-languages {
  position: absolute;
  bottom: 45px;
  right: 30px;
  display: flex;
  gap: 5px;
}

.menu-top {
  display: flex;
  flex-direction: column;
  width: 100%;
  scrollbar-width: none;
}

.header-socials,
.menu-top::-webkit-scrollbar {
  display: none;
}

.menu-top a {
  color: #4D4D4D;
  font-size: 5.8vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.12px;
  transition: all .2s;
  display: flex;
  gap: 28px;
}

.menu-top a:hover {
  padding-left: 20px;
}

.menu-top a::after {
  content: attr(title);
  color: #4D4D4D;
  font-size: 1.46vw;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.28px;
  margin-top: 10px;
}

.menu-top>li {
  position: relative;
  width: fit-content;
}

.menu-top a:hover {
  color: #F0F0F0;
}

.header-container {
  padding-inline: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-icon {
  width: 27px;
  height: 27px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
  z-index: 1;
}

.nav-icon>span {
  height: 1px;
  border: 0.25px solid #010101;
  width: 100%;
  background-color: #010101;
  display: block;
  transition: all .2s;
}

.nav-icon.open>span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.nav-icon.open>span:nth-child(2) {
  opacity: 0;
}

.nav-icon.open>span:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}

.nav-icon.open>span,
.header-light .nav-icon>span {
  border-color: #fff;
  background-color: #fff;
}

/* #endregion */

/* #region footer */
.whatsapp-float {
  position: fixed;
  z-index: 1;
  right: 25px;
  bottom: 25px;
  background: transparent !important;
  isolation: auto;
  mix-blend-mode: difference;
  filter: brightness(0) invert(1);
  z-index: 100;
}

.whatsapp-float>img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

footer {
  background-color: #f7f7f7;
  padding-top: 65px;
}

.footer-logo {
  transform: translateY(10px);
}

.footer-bottom {
  background: #010101;
  padding: 30px 25px;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-end;
  z-index: 10001;
}

.menu-bottom {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer-financing {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 20%;
}

.footer-legal {
  padding: 170px 25px 45px 25px;
}

.footer-legal-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}

.menu-legal-container {
  margin-left: auto;
  margin-right: 180px;
}

.menu-legal {
  display: flex;
  align-items: center;
  column-gap: 48px;
}

.menu-legal a {
  color: #aaa;
  font-size: 13px;
  font-weight: 500;
  transition: all .2s;
}

.menu-legal a:hover {
  color: #222;
}

.menu-bottom a {
  color: #222;
  font-size: clamp(22px, 2vw, 37px);
  font-weight: 600;
  display: flex;
  gap: 18px;
  transition: all .2s;
}

.menu-bottom a::after {
  content: attr(title);
  color: #222;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 8px;
}

.footer-social>a:hover,
.menu-bottom a:hover {
  color: #CECECE;
}

.menu-bottom a:hover {
  padding-left: 20px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  max-width: 944px;
  margin: 0 auto;
}

.footer-socials {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-social {
  display: block;
  min-width: 158px;
}

.footer-social>a {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
}

/* #endregion */

/* #region frontpage */
.homepage-our-work-header.our-work-header {
  align-items: flex-start;
}

.sketch {
  position: relative;
  z-index: 1;
  background-color: #F3F3F3;
  min-height: 50vw;
  padding: 150px 0;
  display: flex;
  overflow: hidden;
}

.sketch-media-wrapper,
.highlight-figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sketch-content {
  max-width: 50%;
  margin: 0 auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.sketch-title {
  text-align: center;
}

.homepage-insights {
  position: relative;
  z-index: 1;
  background-color: #EBEBEB;
  padding-top: 120px;
}

.insights-title {
  color: #DBDBDB;
  font-size: 9.4vw;
  font-style: normal;
  font-weight: 600;
  line-height: 76%;
}

.homepage-insights-template-1 {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 75px;
  gap: 25px;
}

.homepage-insight-template-1-content {
  max-width: 1080px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding-bottom: 25px;
}

.homepage-insight-excerpt {
  max-width: 452px;
  align-self: flex-end;
}

.homepage-insight-excerpt.with-thumbnail {
  align-self: flex-start;
}

.homepage-insight-excerpt>p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A1A1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.homepage-insight-thumbnail {
  max-width: 40vw;
  display: flex;
  flex-shrink: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-bottom: 25px;
}

.homepage-insights-template-2 {
  display: grid;
  column-gap: 100px;
  grid-template-columns: 72% 1fr;
  margin-top: 25px;
}

.homepage-insight-card {
  display: flex;
  max-width: 1318px;
  justify-content: space-between;
  column-gap: 100px;
}

.homepage-insights-title {
  color: #010101;
  font-size: clamp(22px, 2.1vw, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 10px;
}

.homepage-insight-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0 20px 0;
}

.homepage-insight-card+.homepage-insight-card .homepage-insight-thumbnail {
  display: none;
}

.hero-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #010101;
  opacity: 0.2;
  z-index: 1;
}

.hero-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  z-index: 1;
  display: flex;
}

.hero-item.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

a.hero-item-link {
  color: inherit;
  text-decoration: none;
}

.hero-languages {
  position: absolute;
  bottom: 70px;
  right: 25px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
}

.hero-language {
  color: rgba(255, 255, 255, 0.40);
  font-size: 13px;
  font-weight: 600;
  transition: all .2s;
}

.hero-language:hover,
.hero-language.active {
  color: #F7F7F7;
}

/* #endregion */

/* #region page */
.common-section {
  padding: 200px 0 100px 0;
}

.common-container {
  max-width: 920px;
  margin: 0 auto;
}

.common-content {
  counter-reset: h2-counter;
}

.common-content>p {
  margin-bottom: 10px;
}

.common-content>p:first-child {
  color: #010101;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.post-content>ul,
.common-content>ul {
  padding-left: 22px;
  list-style: disc;
}

.post-content>ol {
  padding-left: 22px;
}

.common-content>h1 {
  color: #010101;
  font-size: clamp(24px, 2.65vw, 50px);
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 10px;
}

.common-content>h2 {
  color: #1B1B1B;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.22px;
  display: flex;
  align-items: baseline;
  gap: 2px;
  counter-increment: h2-counter;
  margin: 20px 0 10px 0;
}

.post-content>h3,
.post-content>h4,
.post-content>h5,
.post-content>h6,
.common-content>h3,
.common-content>h4,
.common-content>h5,
.common-content>h6 {
  margin: 15px 0 10px 0;
}

.common-content>h2::before {
  content: counter(h2-counter, decimal-leading-zero) '.';
  color: #B5B5B5;
}

.table-wrapper {
  display: block;
  overflow-x: auto;
}

.custom-table>caption {
  margin: 20px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #c1c1c1;
}

/* #endregion */

/* #region about */
.hero {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-height: 100svh;
  width: 100%;
  position: sticky;
  top: 0;
  display: flex;
}

/* .project-hero {
  position: relative;
} */

.project-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
  display: block;
}

.container-fluid {
  width: 100%;
  padding-inline: 25px;
  max-width: 2150px;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.img-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-logo,
.img-fluid {
  max-width: 100%;
  height: fit-content;
  transition: all .2s;
}

.post-card-image,
.highlight-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 614px;
}

.full-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-logo-link {
  max-width: 18%;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 210px 25px 64px 25px;
  flex: 1;
}

.hero-content.hero-slide-content {
  justify-content: flex-end;
  gap: 20px;
}

.hero-title {
  color: #FFF;
  font-size: clamp(36px, 3.65vw, 70px);
  font-style: normal;
  font-weight: 600;
  line-height: 107%;
  text-wrap: balance;
  max-width: 48vw;
}

.homepage-hero-title {
  color: #FFF;
  font-size: clamp(28px, 3.65vw, 70px);
  font-style: normal;
  font-weight: 600;
  line-height: 107%;
  max-width: calc(100% - 55px);
  text-wrap: balance;
}

.hero-title-gray.hero-title {
  color: rgba(255, 255, 255, 0.30);
  max-width: 100%;
}

.hero-title-light.hero-title {
  color: #f7f7f7;
  max-width: 100%;
}

.hero-text {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  max-width: 696px;
}

.about-wrapper {
  position: relative;
  z-index: 1;
}

.about {
  position: relative;
  z-index: 1;
  padding: 50px 0 120px 0;
  background-color: #F7F7F7;
  overflow-x: hidden;
}

.about-pin-wrapper::after {
  content: '';
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  height: 10%;
  background-color: #f7f7f7;
  pointer-events: none;
  z-index: 1;
}

.about-gallery {
  background-color: #F7F7F7;
  overflow-x: clip;
  padding-bottom: 120px;
  position: relative;
}

.about-gallery .about {
  padding-bottom: 0;
}

.about-flex {
  display: flex;
  gap: 25px;
}

.about-flex>h2,
.about-flex>p {
  max-width: 25vw;
  width: 100%;
}

.about-flex>p:last-child {
  margin-left: 9.4%;
}

.custom-gallery {
  margin-top: 110px;
  display: flex;
  gap: 20px;
  padding-inline: 25px;
}

.custom-gallery.active {
  cursor: grabbing;
}

.custom-gallery.active .custom-gallery-wrapper {
  pointer-events: none;
}

.has-mobile-horizontal-scroll {
  overflow-x: auto;
  scrollbar-width: none;
}

.has-mobile-horizontal-scroll::-webkit-scrollbar {
  display: none;
}

.custom-gallery-wrapper {
  display: block;
  height: fit-content;
}

.custom-gallery-wrapper>img,
.custom-gallery-wrapper>video {
  --scale: 1;
  height: calc(var(--h) * var(--scale));
  width: fit-content;
  max-height: 630px;
}

.awards {
  background-color: #010101;
  padding: 130px 0 80px 0;
  position: relative;
  z-index: 1;
}

.awards-container {
  max-width: 1252px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.awards-wrapper {
  max-width: 458px;
}

.awards-wrapper>p {
  color: #525252;
  font-size: clamp(24px, 1.8vw, 33px);
  font-weight: 600;
  line-height: 120%;
}

.awards-wrapper>p:last-child {
  color: #EEE;
  margin-top: 4px
}

.awards-items-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 82px;
}

.awards-items-wrapper::after,
.awards-items-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 100px;
  background: linear-gradient(90deg, #010101 0%, rgba(1, 1, 1, 0.00) 100%);
  z-index: 1;
}

.awards-items-wrapper::after {
  left: auto;
  right: 0;
  background: linear-gradient(270deg, #010101 0%, rgba(1, 1, 1, 0.00) 100%);
}

.awards-items {
  display: flex;
  align-items: center;
  padding-inline: 25px;
  width: max-content;
  animation: marquee 30s linear infinite;
}

.awards-items-wrapper:hover .awards-items {
  animation-play-state: paused;
}

.awards-item {
  padding-right: 150px;
  flex-shrink: 0;
}

.awards-img {
  --scale: 1;
  width: calc(var(--w) * var(--scale));
  height: calc(var(--h) * var(--scale));
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.featured-partners {
  padding: 100px 0 25px 0;
  background-color: #EBEBEB;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.featured-partner-header {
  max-width: 30vw;
  margin-bottom: 210px;
}

.sketch-title,
.other-projects-title,
.project-gallery-title,
.title-lg {
  color: #010101;
  font-size: clamp(22px, 2.61vw, 50px);
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  position: relative;
}

.sketch-title {
  font-size: clamp(26px, 2.61vw, 50px);
}

.featured-partners-list {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.featured-partners-list::-webkit-scrollbar {
  display: none;
}

.featured-partner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  flex: 0 0 calc(33% - 15px);
}

.featured-partner-position {
  color: #010101;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
  display: block;
  margin: 5px 0 15px 0;
}

.cta-about {
  min-height: 85dvh;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0 134px 0;
  display: flex;
  position: relative;
  z-index: 1;
}

.cta-about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.52);
  display: block;
}

.cta-about-title {
  color: #FFF;
  font-size: 2.65vw;
  font-style: normal;
  font-weight: 600;
  max-width: 40vw;
  text-wrap: balance;
  line-height: 1;
}

.cta-about-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-inline: 25px;
  position: relative;
  width: 100%;
}

.cta-about-right {
  align-self: flex-end;
  text-align: right;
}

.cta-bottom {
  display: block;
  color: #FFF;
  font-size: clamp(20px, 2vw, 37px);
  font-weight: 600;
  margin: 50px 0 15px 0;
}

.btn {
  color: #222;
  font-size: 17px;
  font-weight: 600;
  padding: 15px 20px;
  border: 0;
  border-radius: 53px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  cursor: pointer;
  white-space: nowrap;
  height: fit-content;
  width: fit-content;
  overflow: hidden;
  transition: gap 0.3s ease;
}

.btn-secondary.btn-secondary-hover::after,
.btn::after {
  content: '';
  width: 0;
  height: 10px;
  opacity: 0;
  background-image: url('assets/images/icons/icon-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: width 0.3s ease, opacity 0.2s ease;
}

.btn-secondary.btn-secondary-hover:hover,
.btn:hover {
  gap: 15px;
  border-color: unset;
}

.btn-secondary.btn-secondary-hover:hover::after,
.btn:hover::after {
  width: 10px;
  opacity: 1;
}

.btn-secondary {
  color: #222;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 15px;
  border-bottom: 1px solid #010101;
  white-space: nowrap;
  width: fit-content;
  display: inline-block;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  height: fit-content;
  transition: all .2s ease;
  left: 0;
}

.btn-secondary::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: calc(100% + 50px);
  height: calc(100% + 15px);
  border-radius: 53px;
  background: #fff;
  transform: translate(-50%, calc(-50% - 7.5px));
  transform-origin: center;
  transition: all .2s ease;
  opacity: 0;
}

.btn-secondary:hover {
  border-color: transparent;
}

.btn-secondary.btn-secondary-left:hover {
  left: -25px;
}

.btn-secondary:hover::before {
  opacity: 1;
}

.btn-secondary.btn-secondary-hover::before {
  display: none;
}

.btn-hero {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.partner {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 100px 0;
}

.title-md {
  color: #010101;
  font-size: 18px;
  font-weight: 300;
  line-height: 125%;
}

.partner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 25px;
}

.partner-image-item {
  max-width: 188px;
  height: fit-content;
  display: none;
}

.partner-image-item.is-active {
  display: block;
}

.partner-list {
  grid-row: 1 / 3;
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  height: fit-content;
}

.partner-images {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-item {
  position: relative;
  min-height: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.featured-partner-title,
.process-title,
.partner-item-title {
  color: #010101;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  transition: all .2s;
}

.featured-partner-title {
  font-weight: 600;
}

.partner-item.is-active>.partner-item-title {
  transform: translateY(-10px);
  color: #B9B9B9;
}

.partner-item-position {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all .2s;
}

.partner-item.is-active>.partner-item-position {
  opacity: 1;
}

.partner-image {
  max-width: 150px;
  height: fit-content;
}

.looking-job {
  max-width: 453px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 40px;
  position: absolute;
  top: 130px;
  right: -100%;
  border-radius: 17px;
  z-index: 1;
  background-color: #fff;
  transition: all 0.5s;
}

.btn-looking-job.btn-looking-job-bottom {
  top: -200px;
}

.looking-job.looking-job-bottom {
  top: -185px;
}

.looking-job.open {
  right: 25px;
}

.btn-looking-job {
  position: absolute;
  right: 0;
  top: 114px;
  border: none;
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  background-repeat: no-repeat;
  padding: 7px;
  height: 37px;
  width: 45px;
  cursor: pointer;
  z-index: 2;
}

.looking-job-title {
  color: #010101;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

.looking-job-text {
  color: #BABABA;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  max-width: 318px;
}



/* #endregion */

/* #region process */
.our-approach {
  position: relative;
  z-index: 1;
  background-color: #EBEBEB;
  padding: 50px 0;
}

.our-approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.our-approach-title {
  max-width: 720px;
  margin-bottom: 40px;
}

.our-approach-text {
  max-width: 452px;
}

.process {
  background-color: #F7F7F7;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

.process-content {
  max-width: 608px;
}

.process-content>p {
  margin-bottom: 10px;
  color: #727272;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.process-grid {
  display: grid;
  grid-template-columns: 375px 1fr;
  column-gap: 80px;
}

.process-grid-title {
  height: fit-content;
  position: sticky;
  top: 40px;
}

.process-lists {
  counter-reset: process-counter;
}

.process-list {
  display: grid;
  grid-template-columns: 34% 1fr;
  column-gap: 85px;
  padding: 40px 0;
  position: relative;
}

.process-list:first-child {
  padding-top: 10px;
}

.process-title {
  gap: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.process-title>span {
  max-width: 230px;
  text-wrap: balance;
  width: 100%;
}

.process-title::before {
  counter-increment: process-counter;
  content: counter(process-counter, decimal-leading-zero);
}

.process-list::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #B2B2B2;
}

.cta {
  min-height: 100dvh;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.video-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.cta-content {
  position: relative;
  z-index: 2;
  flex: 1;
  padding: 120px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cta-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%);
  pointer-events: none;
  z-index: 1;
}

.cta-title {
  color: #fff;
  max-width: 33vw;
  z-index: 1;
  text-wrap: balance;
  line-height: normal;
}

.cta-title-bottom {
  color: #fff;
  max-width: 24vw;
  z-index: 1;
  position: relative;
  line-height: normal;
}

.cta-bottom-wrapper {
  position: relative;
  z-index: 1;
  margin-left: 24%;
}

.process-bottom {
  padding: 100px 0
}

.process-bottom-content {
  max-width: 56vw;
  display: flex;
  align-items: flex-end;
}

.process-bottom-content>.title-lg {
  max-width: 785px;
  text-wrap: balance;
}

.process-bottom-container {
  max-width: 1554px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

/* #endregion */

/* #region contacts */
.press-media {
  padding: 50px 0 235px 0;
  background-color: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 34% 50%;
  column-gap: 178px;
}

.start-project-block-text,
.contact-form-content-top>p,
.press-media-content>p {
  margin-bottom: 10px;
  color: #BABABA;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
}

.press-media-grid {
  display: flex;
  column-gap: 148px;
}

.title-sm {
  color: #010101;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 5px;
}

.list-item {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
}

.btn-external-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  white-space: nowrap;
}

.btn-external-link::after {
  content: '';
  height: 17px;
  width: 17px;
  background-image: url(assets/images/icons/icon-external-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .2s;
}

.btn-external-link:hover::after {
  transform: translate(5px, -5px);
}

.btn-external-link-sm::after {
  height: 13px;
  width: 13px;
}

.contact-locations {
  padding: 150px 0 245px 0;
  background-color: #f7f7f7;
}

.contact-location-grid {
  display: flex;
  gap: 15px 60px;
  flex-wrap: wrap;
}

.contact-location {
  flex: 0 0 max-content;
}

.contact-location-title {
  color: #010101;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
  display: block;
  margin-bottom: 5px;
}

.contact-location-address {
  font-style: normal;
}

.contact-location-address>p {
  color: #010101;
  font-weight: 600;
  line-height: 135%;
}

.contact-mail {
  color: #000;
  text-align: center;
  font-size: 8.65vw;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -4.98px;
  display: flex;
  justify-content: center;
  margin-top: 155px;
}

.contact-mail span {
  display: inline-block;
  transition: transform .25s ease;
  transition-delay: calc(var(--i) * 18ms);
}

.contact-mail:hover span {
  transform: translateY(-20px);
}

.contact-form {
  background-color: #f7f7f7;
  padding-bottom: 100px;
  position: relative;
  overflow-x: clip;
}

.contact-form-secondary {
  background-color: #EBEBEB;
  padding: 200px 0 75px 0;
  position: relative;
  z-index: 1;
}

.contact-form-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-form-content-secondary {
  position: sticky;
  top: 20px;
  height: fit-content;
}

.contact-form-content-bottom {
  display: grid;
  grid-template-columns: 46% 1fr;
  align-items: flex-end;
  column-gap: 100px;
}

.contact-form-content-top {
  max-width: 567px;
}

/* #endregion */

/* #region custom-form */
.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-group>input {
  width: 100%;
  height: 100%;
  padding: 30px 10px;
  background-color: transparent;
  border: none;
  color: #010101;
  font: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  border-bottom: 1px solid #C0C0C0;
  transition: all .2s;
}

.form-group>input:hover {
  border-color: #010101;
}

.form-group>select {
  appearance: none;
  width: 100%;
  padding: 30px 10px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #C0C0C0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  color: #010101;
  background-image: url('assets/images/icons/icon-options.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 10px 14px;
  cursor: pointer;
}

.choices {
  position: relative;
  width: 100%;
}

.choices__inner {
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 30px 34px 30px 10px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #C0C0C0;
  border-radius: 0;
  color: #010101;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  cursor: pointer;
}

.choices__list--single {
  width: 100%;
  padding: 0;
}

.choices__list--single .choices__item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 12px 14px;
  background: #F7F7F7;
  border-radius: 0;
  color: #010101;
  z-index: 2;
}

.choices__list--dropdown.is-active,
.choices__list[aria-expanded].is-active {
  display: block;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  padding: 5px 17px 5px 12px;
  color: #010101;
  font-size: 16px;
  font-weight: 300;
  line-height: 125%;
  cursor: pointer;
  transition: all .2s
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  padding-left: 20px;
}

.choices__list--dropdown .choices__item--selectable.is-selected,
.choices__list[aria-expanded] .choices__item--selectable.is-selected {
  display: none;
}

.choices[data-type*='select-one']::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 14px;
  margin-top: -7px;
  border: 0;
  background: url('assets/images/icons/icon-options.svg') center / contain no-repeat;
  pointer-events: none;
}

.choices[data-type*='select-one'].is-open::after {
  transform: rotate(180deg);
}

.choices.is-focused .choices__inner,
.choices.is-open .choices__inner {
  border-bottom-color: #010101;
  outline: none;
}

.choices:focus {
  outline: none;
}

/* Choices wraps the original select, so preserve the existing floating-label
   behaviour while the control is focused or has a selected value. */
.form-group-select:has(.choices.is-focused)>label,
.form-group-select:has(.choices.is-open)>label,
.form-group-select:has(select:valid)>label {
  top: 0;
  font-size: 12px;
  color: #C0C0C0;
}

.form-group.error,
.form-group-select.error .choices__inner {
  border-bottom-color: #9c1c1c;
}

.form-group.error>label,
.form-group-select.error>label {
  color: #9c1c1c;
}

.project-filter-item .choices {
  width: 100%;
}

.project-filter-item .choices__inner {
  min-height: 20px;
  padding: 0 24px 0 0;
  border: 0;
  font-weight: 300;
  font-size: 16px;
}

.project-filter-item .choices[data-type*='select-one']::after {
  right: 0;
}

.project-filter-item .choices__list--dropdown,
.project-filter-item .choices__list[aria-expanded] {
  min-width: 180px;
}

.form-group>label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  transition: all .2s;
}

.span-upload {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  padding-left: 10px;
  display: block;
}

.form-group>select:focus,
.form-group>input:focus,
.form-group>textarea:focus {
  outline: none;
}

.file-upload-drag,
.form-group>label.file-upload-drag {
  all: unset;
  border-radius: 25px;
  background-color: #DBDBDB;
  height: 190px;
  width: 100%;
  margin-top: 20px;
  background-image: url(assets/images/icons/icon-upload.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}

.file-upload-drag:hover,
.form-group>label.file-upload-drag:hover {
  background-color: #dbdbdbcc;
}

.file-upload-drag.has-file,
.form-group>label.file-upload-drag.has-file {
  background-image: unset;
}

#file-name-display {
  color: #525252;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.file-upload-item,
.file-uploaded {
  display: flex;
  align-items: center;
  gap: 10px;
}

.remove-file {
  color: #222;
  font-family: inherit;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 53px;
  background: #CACACA;
  padding: 12px 18px;
  text-transform: lowercase;
  border: none;
  display: none;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.remove-file::after {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url('assets/images/icons/icon-remove-file.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.has-file .remove-file {
  display: flex;
}

#custom-form button[type="submit"].is-loading {
  cursor: progress;
  gap: 8px;
  opacity: .7;
}

#custom-form button[type="submit"].is-loading::after {
  width: 14px;
  height: 14px;
  opacity: 1;
  background-image: none;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: cf-button-spin .7s linear infinite;
}

@keyframes cf-button-spin {
  to {
    transform: rotate(360deg);
  }
}

.response-ajax {
  min-height: 1.5em;
  margin-top: 20px;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  display: none;
}

.response-ajax:not(:empty) {
  padding: 10px 12px;
  border-left: 2px solid #010101;
  background-color: #ebebeb;
}

.response-ajax.error {
  color: #9c1c1c;
  border-left-color: #9c1c1c;
  background-color: #fbe9e9;
}

select:valid+label,
.form-group>textarea:not(:placeholder-shown)+label,
.form-group>input:focus+label,
.form-group>input:not(:placeholder-shown)+label {
  top: 0;
  font-size: 12px;
  color: #C0C0C0;
}

.form-group>textarea {
  resize: none;
  width: 100%;
  height: 110px;
  background-color: transparent;
  border: none;
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

.form-group-textarea {
  padding: 30px 10px;
  border-bottom: 1px solid #C0C0C0;
}

.form-group.form-group-textarea>label {
  top: 30px;
  transform: translateY(0);
}

.form-group.form-group-upload {
  margin-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #C0C0C0;
}

.form-checkbox>label,
.quote-author,
.position-meta-item {
  color: #A1A1A1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.form-checkbox>label>a:hover {
  text-decoration: underline;
}

.form-checkbox>input {
  appearance: none;
  width: 23px;
  flex: 0 0 23px;
  height: fit-content;
  aspect-ratio: 1;
  border-radius: 6px;
  border: 1px solid #B9B9B9;
  transition: all .2s;
  background-position: center;
  cursor: pointer;
}

.form-checkbox>input:hover {
  background-color: #DBDBDB;
}

.form-checkbox>input:checked {
  background-image: url(assets/images/icons/icon-checked.svg);
  background-size: 10px;
  background-repeat: no-repeat;
}

.cf-file-hidden {
  display: none;
}

.file-upload-wrapper {
  display: flex;
  justify-content: flex-end;
}

.form-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 48%;
}

.file-upload-btn {
  cursor: pointer;
}

/* #endregion */

/* #region 404 */
.error-404-section {
  min-height: 100dvh;
  padding: 150px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.error-404-section::before,
.error-404-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.error-404-section::before {
  background-image: url(assets/images/404-left.webp);
  background-position: left bottom;
  background-size: 20%;
}

.error-404-section::after {
  background-image: url(assets/images/404-top.webp);
  background-position: 90% top;
  background-size: 35%;
}

.error-404-wrapper {
  position: relative;
  max-width: 766px;
  min-height: 465px;
  padding: 0 45px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.error-404-wrapper::before,
.error-404-wrapper::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.error-404-wrapper::before {
  top: 0;
  left: 0;
  background-image: url(assets/images/404-mask-left.webp);
  background-position: top left;
  animation: goToLeft404 1s forwards;
}

@keyframes goToLeft404 {
  from {
    left: 0;
  }

  to {
    left: -200px;
    top: -190px;
    rotate: -10deg;
  }
}

.error-404-wrapper::after {
  bottom: 0;
  right: 0;
  background-image: url(assets/images/404-mask-right.webp);
  background-position: bottom right;
  animation: goToRight404 1s forwards;
}

@keyframes goToRight404 {
  from {
    right: 0;
  }

  to {
    right: -300px;
    bottom: -150px;
    rotate: 10deg;
  }
}

.error-404-title {
  font-size: clamp(36px, 3.8vw, 70px);
  color: #000;
  text-align: center;
  font-weight: 600;
  line-height: 105%;
  text-wrap: balance;
}

.error-404-text {
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

/* #endregion */

/* #region single */
.post-article {
  padding: 195px 0 120px 0;
}

.post-article-pin {
  overflow-x: clip;
}

.post-grid {
  display: grid;
  grid-template-columns: 1fr 60%;
  column-gap: 8vw;
  padding-bottom: 10px;
}

.post-title {
  font-size: clamp(36px, 3.65vw, 70px);
  color: #010101;
  font-weight: 600;
  line-height: 105%;
  text-wrap: balance;
  margin: 50px 0;
}

.post-grid-left {
  height: fit-content;
  position: sticky;
  top: 20px;
}

.post-grid-right {
  margin-top: 165px;
}

.post-grid-left>p {
  margin-top: 134px;
  max-width: 474px;
  font-size: 17px;
}

.post-content {
  max-width: 768px;
}

.post-thumbnail {
  max-width: 100%;
  height: fit-content;
  display: block;
  margin-bottom: 35px;
}

.post-content li,
.post-content>p {
  color: #A1A1A1;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  margin-bottom: 10px;
}

.post-content li {
  margin-bottom: 0;
}

.post-content>h2 {
  margin: 30px 0 15px 0;
}

.post-content>blockquote {
  width: calc(100% + 120px);
  margin-top: 60px;
  quotes: '“' '”';
}

.post-content>blockquote>p {
  color: #010101;
  font-size: clamp(16px, 1.72vw, 33px);
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}

.post-content>blockquote>p:first-child::before {
  content: open-quote;
  margin-left: -15px;
}

.post-content>blockquote>p:first-child::after {
  content: close-quote;
}

.post-content>blockquote>p+p:last-child {
  color: #A1A1A1;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 50px;
}

.other-insights {
  padding: 50px 0 60px 0;
  background-color: #EBEBEB;
}

.other-insights-title {
  color: #C3C3C3;
  font-size: 5.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

.insights-bottom-items {
  margin-top: 130px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}

.post-card {
  min-height: 410px;
  overflow: hidden;
}

.post-card-bottom .post-card-content {
  max-width: 100%;
}

.post-card-title {
  color: #010101;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 22px 0 6px 0;
}

.post-card-content>p {
  color: #A1A1A1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: auto;
}

.post-card-content.post-card-content-default>p {
  margin-top: 0;
  margin-bottom: 10px
}

.post-card-figure {
  overflow: hidden;
  display: flex;
}

.post-card-figure-bottom {
  flex: 0 0 60%;
}

.post-card-figure>img {
  transition: all .2s;
}

.post-card-figure:hover>img {
  scale: 1.1;
}

.post-card-figure-hover {
  opacity: 0;
  margin-top: auto;
  transition: all .2s;
}


.post-card:hover .post-card-figure-hover {
  opacity: 1;
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #010101;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  position: relative;
}

.post-category::after {
  content: ' ·';
}

.post-meta.post-meta-light {
  color: #fff;
}

.post-card-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  height: 100%;
  padding-top: 20px;
}

.post-card-content {
  max-width: 333px;
}

.post-card-content.post-card-content-default {
  display: flex;
  flex-direction: column;
}

.post-card:not(:last-child) {
  border-right: 1px solid #ADADAD;
  padding-right: 40px;
}

.post-card.is-rightmost {
  border-right: none;
  padding-right: 0 !important;
}

.post-card.post-card-thumbnail {
  grid-column: span 2;
}

.post-card.post-card-thumbnail .post-card-wrapper {
  display: grid;
  grid-template-columns: calc(50% - 60px) calc(50% + 20px);
  gap: 40px;
}

.post-card.post-card-full {
  grid-column: 1 / -1;
  padding: 50px 0;
  position: relative;
  border-right: 0;
  height: 535px;
}

.post-card-full .post-card-wrapper {
  padding-top: 0;
}

.post-card.post-card-full::before,
.post-card.post-card-full::after {
  content: '';
  position: absolute;
  left: 50%;
  width: calc(100vw - 50px);
  height: 1px;
  background-color: #adadad;
  transform: translateX(-50%);
}

.post-card.post-card-full::before {
  top: 0;
}

.post-card.post-card-full::after {
  bottom: 0;
}

.post-card-full .post-card-content>p {
  max-width: 527px;
}

.post-bottom {
  padding-top: 64px;
}

.post-bottom-wrapper {
  max-width: 52%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px 20px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: 8vw;
}

.post-bottom-text {
  color: #010101;
  font-size: 20px;
  font-weight: 500;
  line-height: 165%;
}

/* #endregion */

/* #region project */
.our-work {
  padding: 210px 0 120px 0;
  position: relative;
  z-index: 0;
  background-color: #f7f7f7;
}

.our-work.fp-our-work {
  background-color: #EBEBEB;
  padding-bottom: 0;
  z-index: 2;
}

.projects-pagination {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 50px 0;
}

.home-title,
.our-work-title {
  color: #010101;
  font-size: 9.4vw;
  font-weight: 600;
  line-height: 76%;
}

.our-work-title {
  text-transform: lowercase;
}

.home-title {
  color: #DBDBDB;
}

.our-work-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.project-filter,
.home-highlights-grid {
  display: flex;
  gap: 20px;
}

.insight-filter {
  margin-right: 12%;
}

.project-filter-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 0 0 138px;
}

.project-filter-title {
  text-transform: capitalize;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

/* Estilização do Select */
.project-filter-item select {
  appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  color: #010101;
  padding: 0 24px 0 0;
  cursor: pointer;
  width: 100%;
  background-image: url('assets/images/icons/icon-options.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px 14px;
}

/* Opções do menu suspenso */
.project-filter-item select option {
  background-color: #ffffff;
  color: #010101;
}

/* #endregion */

/* #region single-project */
.hero-bottom {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 440px;
  margin-bottom: 150px;
}

.hero-bottom-text {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

.project-highlight {
  padding: 40px 0 100px 0;
  background-color: #F7F7F7;
  position: relative;
  z-index: 1;
}

.project-highlight-items {
  display: flex;
  align-items: center;
  column-gap: 80px;
  overflow-x: auto;
  scrollbar-width: none;
}

.project-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.project-filter-title,
.project-box-title {
  color: #010101;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  white-space: nowrap;
}

.project-box-text {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
}

.project-box-text>a:hover {
  text-decoration: underline;
}

.project-box-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.project-box-image {
  flex: 0 0 auto;
  width: 52px;
  height: fit-content;
  aspect-ratio: 1;
  border-radius: 50%;
}

.project-highlight-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 160px;
}

.project-external-iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  max-width: 1404px;
  margin: 0 auto;
}

.project-hightlight-media {
  max-width: 1404px;
  height: fit-content;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.video-wrapper {
  display: flex;
  position: relative;
  cursor: pointer;
}

.video-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/icons/icon-play.svg);
  background-repeat: no-repeat;
  background-size: 12%;
  background-position: center;
  pointer-events: none;
}

.project-blocks {
  position: relative;
  z-index: 1;
  background-color: #EBEBEB;
  padding: 60px 0 185px;
  overflow: hidden;
}

.project-blocks-content {
  display: flex;
  gap: 140px;
  will-change: transform;
  padding-inline: 25px;
}

.project-block {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  flex: 0 0 auto;
}

.project-block-media {
  display: flex;
  gap: 25px;
  flex: 0 0 auto;
}

.project-block-html iframe,
.project-block-media-item {
  max-height: 655px;
  width: fit-content;
  object-fit: contain;
}

/* The media items sit in a flex row. With only `max-height` + `width:auto`,
   iOS Safari sizes the flex item from the image's intrinsic width (e.g. 1840px)
   and never feeds the max-height clamp back into the flex layout, so the first
   block blows out extremely wide. A DEFINITE height makes `width:auto` resolve
   to a definite value (height x aspect-ratio), which every engine sizes
   correctly. min-width:0 lets it shrink if ever constrained. */
.project-block-media-item {
  width: auto;
  height: 655px;
  max-height: none;
  min-width: 0;
}

@media (max-width: 1680px) {
  .project-block-media-item {
    height: 515px;
  }
}

@media (max-width: 1440px) {
  .project-block-media-item {
    height: 425px;
  }
}

@media (max-width: 1280px) {
  .project-block-media-item {
    height: 350px;
  }
}

@media (max-width: 1024px) {
  .project-block-media-item {
    height: 285px;
  }
}

.project-block-content {
  /* flex-basis alone is not enough: inside a shrink-to-fit flex row
     (.project-block is flex:0 0 auto) iOS Safari sizes this column to the
     text's max-content (one long line, ~1800px) instead of the basis, which
     is what makes the blocks absurdly wide on iPhone. An explicit width +
     max-width hard-caps it. */
  flex: 0 0 452px;
  width: 452px;
  max-width: 452px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.project-blocks-content::after {
  content: "";
  display: block;
  flex: 0 0 25px;
}

.project-block-title {
  margin-bottom: 15px;
}

.project-block-content>p {
  margin-bottom: 5px;
}

.project-pin {
  overflow-x: clip;
  position: relative;
  z-index: 1;
  background-color: #ebebeb;
}

.quotes {
  background-color: #F7F7F7;
  position: relative;
  z-index: 1;
  padding: 160px 0;
}

.quote-source {
  font-size: 18px;
  flex: 0 0 300px;
}

.quote-text {
  padding-left: 15px;
}

.quote-text::before {
  content: open-quote;
  margin-left: -7px;
}

.quote-text::after {
  content: close-quote;
}

.quote-wrapper {
  display: flex;
}

.quote {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  gap: 35px;
}

.project-quote-gallery,
.project-recognition,
.project-credits,
.project-gallery {
  position: relative;
  z-index: 1;
  background-color: #f7f7f7;
  overflow-x: hidden;
}

.other-projects-title,
.project-gallery-title {
  color: #C3C3C3;
}

.custom-gallery.project-custom-gallery {
  margin-top: 30px;
}

.project-recognition,
.project-credits {
  padding: 50px 0;
}

.project-grid {
  display: grid;
  grid-template-columns: 50% 50%;
}

.project-grid-right-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 45px;
  max-width: 90%;
}

.project-grid-right-wrap-secondary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 45px;
}

.cta-project {
  position: relative;
  z-index: 1;
  background-color: #f7f7f7;
  padding: 150px 0 200px 0;
}

.cta-project-container {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.cta-project-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 320px;
}

.cta-project-title {
  color: #010101;
  font-size: clamp(22px, 1.8vw, 37px);
  font-weight: 600;
}

.cta-project-image {
  width: 145px;
  height: 195px;
  object-fit: cover;
  clip-path: inset(49.9% 0 49.9% 0);
  transition: clip-path 0.4s ease;
}

.is-in-viewport .cta-project-image {
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.others-projects {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background-color: #EBEBEB;
}

.project-card {
  position: relative;
  display: flex;
  flex: 0 0 calc(50% - 10px);
  flex-direction: column;
  grid-column: span var(--span);
  overflow: hidden;
  height: 614px
}

.project-card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f7f7f7;
  padding: 15px;
  opacity: 0;
  transform: translateX(-50%);
  z-index: 1;
  transition: all .5s;
}

.project-card-bottom::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background-color: #f7f7f7;
  z-index: -1;
}

.fp-our-work .project-card-bottom::before {
  background-color: #ebebeb;
}

.project-card:hover>.project-card-bottom {
  opacity: 1;
  transform: translateX(0);
}

.project-grid-left-wrapper {
  max-width: 408px;
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.other-project-items {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.project-card-bottom-text {
  color: #010101;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* #endregion */

/* #region start-project */
.hero-sm {
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  position: sticky;
  top: 0;
}

.hero-sm-content {
  padding: 150px 25px 40px 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

.hero-sm-wrapper {
  max-width: 49vw;
}

.start-project {
  position: relative;
  z-index: 1;
  background-color: #F7F7F7;
  padding: 124px 0;
}

.start-project-block {
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: 298px 1fr;
  gap: 17px;
}

.start-project-block-items {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scrollbar-width: none;
}

.start-project-block-title {
  height: clamp(22px, 2.61vw, 65px);
  display: flex;
  align-items: center;
}

.start-project-block-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 0 0 36.5%;
}

/* #endregion */

/* #region join-us */
.positions {
  position: relative;
  z-index: 1;
  background-color: #F7F7F7;
  padding: 50px 0 250px;
}

.positions-grid {
  display: grid;
  grid-template-columns: 298px 1fr;
  column-gap: 7%;
}

.positions-content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.no-positions-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px solid #C0C0C0;
}

.position-details {
  border-bottom: 1px solid #C0C0C0;
  padding-inline: 20px;
  position: relative;
  cursor: pointer;
}

.position-details::after,
.position-details::before {
  content: '';
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 1px;
  background-color: #000;
  display: block;
  transition: all .2s;
}

.position-details::before {
  rotate: -90deg;
}

.position-details[open]::before {
  rotate: 0deg;
}

.position-details::details-content {
  display: block;
  block-size: 0;
  overflow: hidden;
  transition-property: block-size, content-visibility;
  transition-duration: 0.5s;
  transition-behavior: allow-discrete;
}

.position-details[open]::details-content {
  block-size: auto;
  block-size: calc-size(auto, size);
}

.position-meta {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  column-gap: 60px;
  margin: 10px 0 30px 0;
}

.position-body-items {
  display: flex;
  column-gap: 80px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.position-body-content {
  max-width: 816px;
  margin-bottom: 20px;
}

.position-body {
  padding-bottom: 50px;
}

.position-body-item {
  flex: 0 0 287px;
}

.position-body-item>p,
.position-body-title {
  color: #010101;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.position-body-item>p {
  font-weight: 400;
  color: #A1A1A1;
}

.benefits {
  position: relative;
  z-index: 1;
  background-color: #141414;
  padding: 25px 0 125px;
}

.benefits-title {
  color: #F7F7F7;
  max-width: 592px;
  text-wrap: balance;
}

.benefits-grid {
  margin-top: 300px;
  display: grid;
  grid-template-columns: 295px 1fr;
  gap: 10%;
}

.benefits-grid>p {
  position: sticky;
  top: 20px;
  height: fit-content;
}

.benefits-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 63px 103px;
}

.benefits-item-title {
  color: #525252;
  font-size: clamp(17px, 1.4vw, 25px);
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  max-width: 210px;
  margin-bottom: 10px;
}

.careers {
  background-color: #f7f7f7;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.join-us-title {
  color: #F7F7F7;
  font-size: 10vw;
  font-style: normal;
  font-weight: 600;
  line-height: 0.75;
  letter-spacing: -1.93px;
}

.join-us-title-content {
  display: flex;
  align-items: flex-start;
  gap: 26px;
}

.careers-grid {
  display: grid;
  grid-template-columns: 27% 1fr;
}

.carrers-collage {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto;
  grid-template-areas:
    ". . img-1"
    ". img-2 ."
    "img-3 . img-4";
  gap: 0;
}

.carrers-collage>img:nth-child(1) {
  grid-area: img-1;
}

.carrers-collage>img:nth-child(2) {
  grid-area: img-2;
}

.carrers-collage>img:nth-child(3) {
  grid-area: img-3;
}

.carrers-collage>img:nth-child(4) {
  grid-area: img-4;
  max-width: 50%;
}

.carrers-collage>img:nth-child(n+6) {
  display: none;
}

.carrers-grid-left {
  display: flex;
  flex-direction: column;
  gap: 240px;
  padding-top: 25px;
}

.join-us-hiring {
  margin-top: 50px;
  color: #F7F7F7;
  font-size: 18px;
  font-weight: 500;
}

.join-us-form {
  position: relative;
  z-index: 1;
  background-color: #EBEBEB;
  padding: 50px 0 175px 0;
}

.join-us-form-title {
  color: #DBDBDB;
  font-size: 7.85vw;
  font-weight: 600;
  line-height: 125%;
}

/* #endregion */

/* #region insights */
.home-header {
  padding-top: 138px;
  background-color: #EBEBEB;
}

.home-posts {
  background-color: #EBEBEB;
  padding: 40px 0;
}

.home-header-grid {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  justify-content: space-between;
}

.highlights-card {
  min-width: 0;
  min-height: 560px;
  overflow: hidden;
  padding: 50px;
  flex: 1 1 0;
  position: relative;
  transition: flex-grow 1s ease;
  display: flex;
  flex-direction: column;
}

.home-highlights-grid:hover .highlights-card {
  flex-grow: 0.5;
}

.home-highlights-grid .highlights-card:hover {
  flex-grow: 2;
}

.highlight-figure::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0.39) 100%);
}

.highlight-title {
  color: #FFF;
  font-size: 2.1vw;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin: 50px 0 20px 0;
  position: relative;
}

.highlight-excerpt {
  color: #efefef;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: auto;
  position: relative;
  max-width: 600px;
}

.home-highlights {
  background-color: #EBEBEB;
  padding-top: 60px;
}

.home-container {
  max-width: 1608px;
  margin: 0 auto;
}

.post-card.post-card-full .post-card-title {
  font-size: 2.1vw
}

.post-card.post-card-full .post-card-content {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.cta-home {
  padding: 100px 0;
}

.navigation.pagination {
  padding-top: 100px;
}

.page-numbers {
  color: #BEBEBE;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  transition: all .2s;
}

.page-numbers.current {
  color: #010101;
  display: inline-flex;
  align-items: center;
  gap: 30px;
}

ul.page-numbers {
  all: unset;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}

.page-numbers:hover {
  color: #010101;
}

.page-numbers.current:has(~ a.page-numbers)::after,
.page-numbers.current:not(:has(~ a.page-numbers))::before {
  content: '';
  display: block;
  width: min(470px, 30vw);
  height: 1px;
  background-color: #9f9f9f;
}

.nav-links {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

/* #endregion */

/* #region custom lightbox */
.project-lightbox-trigger {
  cursor: zoom-in;
}

.project-lightbox {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: none;
  place-items: center;
  padding: 32px;
  background: rgba(0, 0, 0, .92);
}

.project-lightbox.is-open {
  display: grid;
}

.project-lightbox-content {
  width: 100%;
  height: calc(100dvh - 110px);
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overscroll-behavior: contain;
  overflow: hidden;
  touch-action: none;
}

.project-lightbox-media-stage {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-lightbox-content img,
.project-lightbox-content video {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.project-lightbox-content img {
  cursor: default;
  user-select: none;
}

.project-lightbox-content img.can-zoom {
  cursor: zoom-in;
}

.project-lightbox-content.is-zoomed {
  display: block;
  overflow: auto;
  touch-action: pan-x pan-y;
}

.project-lightbox-content.is-zoomed .project-lightbox-media-stage {
  width: max-content;
  height: max-content;
}

.project-lightbox-content.is-zoomed img.can-zoom {
  flex: 0 0 auto;
  max-width: none;
  max-height: none;
  cursor: zoom-out;
}

.project-lightbox-close,
.project-lightbox-nav {
  position: absolute;
  z-index: 1;
  border: 0;
  color: #fff;
  background: transparent;
  line-height: 1;
  cursor: pointer;
}

.project-lightbox-close {
  top: 18px;
  right: 22px;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  padding: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .14);
  font-size: 42px;
  transition: background-color .2s ease;
  background-image: url(assets/images/icons/icon-close.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
}

.project-lightbox-nav {
  top: 50%;
  width: 52px;
  height: 52px;
  padding: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .14);
  font-size: 26px;
  transform: translateY(-50%);
  transition: background-color .2s ease;
}

.project-lightbox-close:hover,
.project-lightbox-close:focus-visible,
.project-lightbox-nav:hover,
.project-lightbox-nav:focus-visible {
  background-color: rgba(255, 255, 255, .3);
  outline: none;
}

.project-lightbox-prev {
  left: 24px;
}

.project-lightbox-next {
  right: 24px;
}

.project-lightbox-next::after,
.project-lightbox-prev::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(assets/images/icons/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  transform: rotate(180deg);
  z-index: 1;
}

.project-lightbox-next::after {
  transform: rotate(0deg);
}

.project-lightbox-counter {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 22px;
  font-weight: 600;
  line-height: 125%;
  color: #BEBEBE;
}

.project-lightbox-counter-current {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  color: #FFFFFF;
}

.project-lightbox-counter-current::after {
  content: '';
  display: block;
  width: min(470px, 30vw);
  height: 1px;
  background-color: #9f9f9f;
}

.project-lightbox-counter-total {
  color: #BEBEBE;
}

/* #endregion */

/* #region responsive */
@media (max-width: 1680px) {

  .post-card-title,
  .process-title,
  .partner-item-title {
    font-size: 22px;
  }

  .looking-job-title,
  .page-numbers,
  .common-content>h2 {
    font-size: 20px;
  }

  .post-bottom-text,
  .error-404-text,
  .start-project-block-text,
  .contact-form-content-top>p,
  .press-media-content>p {
    font-size: 18px;
  }

  .remove-file,
  .post-content li,
  .post-content>p,
  .process-content>p {
    font-size: 16px;
  }

  .post-grid-left>p {
    margin-top: 85px;
    font-size: 16px;
  }

  .looking-job-text,
  .position-body-item>p,
  .position-body-title,
  .position-meta-item,
  .homepage-insight-excerpt>p,
  .project-box-text,
  .list-item,
  .span-upload,
  .form-group>input,
  .form-group>textarea,
  .form-group>label,
  .form-checkbox>label,
  .common-content li,
  p {
    font-size: 15px;
  }

  .project-filter-item select {
    font-size: 14px;
  }

  .post-title {
    margin: 35px 0
  }

  .post-card-title {
    margin: 10px 0 6px 0;
  }

  .post-grid-right {
    margin-top: 125px;
  }

  .awards {
    padding: 100px 0 80px 0;
  }

  .awards-item {
    padding-right: 75px;
  }

  .awards-img {
    scale: 0.8;
  }

  .custom-gallery-wrapper>img,
  .custom-gallery-wrapper>video {
    --scale: 0.7;
  }

  .awards-items-wrapper {
    margin-top: 65px;
  }

  .footer-logo {
    max-width: 20%;
  }

  .menu-legal {
    column-gap: 30px;
  }

  .featured-partner-header {
    margin-bottom: 140px;
  }

  .featured-partners {
    padding: 65px 0 25px 0;
  }

  .process-title>span {
    max-width: 200px;
  }

  .process-list {
    grid-template-columns: 35% 1fr;
    column-gap: 45px;
    padding: 30px 0;
  }

  .process-bottom,
  .process {
    padding: 75px 0;
  }

  .insights-bottom-items,
  .contact-mail {
    margin-top: 100px;
  }

  .contact-locations {
    padding: 150px 0;
  }

  .contact-grid {
    column-gap: 125px;
  }

  .contact-form-content-bottom {
    column-gap: 60px;
  }

  .contact-form-content-top {
    max-width: 85%;
  }

  .mb-30 {
    margin-bottom: 20px;
  }

  .mt-30 {
    margin-top: 20px;
  }

  .form-group {
    margin-bottom: 15px;
  }

  .form-group-textarea,
  .form-group>select,
  .form-group>input {
    padding: 22px 10px;
  }

  .form-group.form-group-textarea>label {
    top: 22px;
  }

  .file-upload-btn>svg {
    width: 48px;
  }

  .press-media {
    padding: 50px 0 200px 0;
  }

  .error-404-wrapper {
    min-height: 355px;
    max-width: 586px;
  }

  .common-section {
    padding: 135px 0 85px 0;
  }

  .post-article {
    padding: 150px 0 120px 0;
  }

  .post-bottom {
    padding-top: 45px;
  }

  .project-highlight-content {
    margin-top: 100px;
  }

  .project-highlight-items {
    column-gap: 60px;
  }

  .project-highlight {
    padding: 40px 0 55px 0;
  }

  .quotes {
    padding: 120px 0;
  }

  .project-grid {
    grid-template-columns: 45% 50%;
  }

  .cta-project {
    padding: 70px 0 110px 0;
  }

  .custom-gallery-wrapper>img,
  .custom-gallery-wrapper>video,
  .project-block-html iframe,
  .project-block-media-item {
    max-height: 515px;
  }

  .project-blocks {
    padding: 60px 0 115px 0;
  }

  .project-block-content {
    flex: 0 0 400px;
    width: 400px;
    max-width: 400px;
  }

  .project-blocks-content {
    gap: 100px;
  }

  .project-box-image {
    width: 40px;
  }

  .our-work {
    padding-top: 160px;
  }

  .fp-our-work.our-work {
    padding-top: 100px;
  }

  .homepage-insight-thumbnail {
    max-width: 30vw;
  }

  .homepage-insight-thumbnail:hover>img {
    scale: 1.05;
  }

  .homepage-insight-card,
  .homepage-insights-template-2 {
    column-gap: 65px;
  }

  .start-project,
  .sketch {
    padding: 70px 0;
  }

  .start-project-block-item {
    gap: 15px;
  }

  .contact-form-secondary {
    padding: 100px 0 70px 0;
  }

  .start-project-block:last-child {
    padding-bottom: 50px;
  }

  .hero-sm {
    min-height: 490px;
  }

  .benefits-grid {
    margin-top: 200px;
  }

  .benefits-items {
    gap: 43px 83px;
  }

  .benefits {
    padding: 25px 0 100px 0;
  }

  .position-meta {
    gap: 50px;
    margin: 10px 0 20px 0;
  }

  .position-body-items {
    gap: 20px;
  }

  .positions {
    padding: 50px 0 190px;
  }

  .carrers-grid-left {
    gap: 190px;
  }

  .highlights-card {
    min-height: 435px;
    padding: 35px;
  }

  .highlight-title {
    margin: 30px 0 10px 0;
  }

  .navigation.pagination {
    padding-top: 75px;
  }

  .post-card {
    min-height: 300px;
  }

  .post-card.post-card-full {
    padding: 30px 0;
    height: 440px;
  }

  .cta-home {
    padding: 75px 0;
  }

  .looking-job {
    gap: 10px;
  }

  .btn-looking-job {
    top: 65px;
  }

  .looking-job {
    top: 85px;
  }

  .hero-bottom {
    margin-bottom: 100px;
  }

  .form-group .choices__inner {
    min-height: 64px;
    padding: 22px 34px 22px 10px;
  }

  .project-filter-item .choices__inner {
    padding: 0 24px 0 0;
    font-size: 14px;
  }

  .project-card {
    height: 550px
  }

  .footer-legal {
    padding: 100px 25px 45px 25px;
  }

  .form-group.form-group-upload {
    margin-top: 40px;
  }
}

@media (max-width: 1440px) {
  .featured-partner-title {
    font-size: 22px;
  }

  .post-card-title,
  .process-title,
  .partner-item-title {
    font-size: 20px;
  }

  .looking-job-title,
  .page-numbers,
  .hero-text {
    font-size: 18px;
  }

  .post-bottom-text {
    font-size: 17px;
  }

  .title-md,
  .looking-job-title,
  .error-404-text,
  .start-project-block-text,
  .contact-form-content-top>p,
  .press-media-content>p {
    font-size: 16px;
  }

  .post-content li,
  .btn-secondary,
  .post-content>p,
  .process-content>p {
    font-size: 15px;
  }

  .post-grid-left>p {
    margin-top: 55px;
    font-size: 15px;
  }

  .remove-file,
  .position-body-item>p,
  .position-body-title,
  .quote-author,
  .homepage-insight-excerpt>p,
  .project-box-text,
  .form-checkbox>label,
  .form-group>label,
  .span-upload,
  .form-group>input,
  .form-group>textarea,
  .contact-location-title,
  .partner-item-position,
  .common-content li,
  p {
    font-size: 14px;
  }

  .home-title,
  .our-work-title {
    font-size: 7.5vw;
  }

  .post-content>blockquote>p+p:last-child {
    font-size: 14px;
    margin-top: 25px;
  }

  .post-meta {
    font-size: 12px;
  }

  .post-article {
    padding: 125px 0 100px 0;
  }

  .post-content>blockquote {
    width: 100%;
    margin-top: 40px;
  }

  .post-title {
    margin: 25px 0;
  }

  .post-content>h2 {
    margin: 15px 0 10px 0;
  }

  .partner {
    padding: 75px 0;
  }

  .featured-partner-header {
    margin-bottom: 80px;
  }

  .awards {
    padding: 55px 0 70px 0;
  }

  .awards-container {
    padding: 0 6%;
  }

  .awards-item {
    padding-right: 35px;
  }

  .awards-img {
    scale: 0.7;
  }

  .awards-items-wrapper {
    margin-top: 60px;
  }

  .cta-about {
    min-height: min(600px, 75dvh);
    padding: 50px 0 65px 0;
  }

  footer {
    padding-top: 45px;
  }

  .footer-legal {
    padding: 35px 25px;
  }

  .footer-bottom {
    gap: 20px;
    padding: 25px;
  }

  .footer-content {
    max-width: 745px;
  }

  .about-flex>h2 {
    max-width: 280px;
  }

  .about-flex>p {
    max-width: 370px;
  }

  .about-flex>p:last-child {
    margin-left: 50px;
  }

  .custom-gallery {
    margin-top: 60px;
    gap: 15px;
  }

  .custom-gallery-wrapper>img,
  .custom-gallery-wrapper>video {
    --scale: 0.5;
  }

  .our-approach-grid {
    grid-template-columns: 40% 40%;
    gap: 25px;
  }

  .our-approach-title {
    margin-bottom: 20px;
  }

  .process-grid {
    grid-template-columns: 315px 1fr;
  }

  .process-title>span {
    max-width: 180px;
  }

  .process-list {
    padding: 20px 0;
  }

  .process-bottom {
    padding: 45px 0;
  }

  .contact-locations {
    padding: 125px 0 100px 0;
  }

  .contact-mail {
    margin-top: 60px;
  }

  .form-group-textarea,
  .form-group>select,
  .form-group>input {
    padding: 20px 10px;
  }

  .form-group.form-group-textarea>label {
    top: 20px;
  }

  .file-upload-btn>svg {
    width: 42px;
  }

  .form-checkbox {
    gap: 14px;
  }

  .form-checkbox>input {
    width: 18px;
    flex: 0 0 18px;
    border-radius: 5px;
  }

  .contact-grid {
    grid-template-columns: 40% 1fr;
    column-gap: 75px;
  }

  .press-media {
    padding: 30px 0 150px 0;
  }

  .form-group>textarea {
    height: 140px;
  }

  .contact-form {
    padding-bottom: 45px;
  }

  .error-404-wrapper {
    min-height: 310px;
    max-width: 510px;
  }

  @keyframes goToLeft404 {
    from {
      left: 0;
    }

    to {
      left: -140px;
      top: -100px;
      rotate: -10deg;
    }
  }

  @keyframes goToRight404 {
    from {
      right: 0;
    }

    to {
      right: -210px;
      bottom: -100px;
      rotate: 10deg;
    }
  }

  .common-section {
    padding: 115px 0 75px 0;
  }

  td {
    font-size: 12px;
    padding: 10px 10px 20px 15px;
  }

  th {
    padding: 15px 12px 12px 15px;
    font-size: 10px;
  }

  .common-content>h2 {
    font-size: 18px;
    margin-top: 10px;
  }

  .post-grid-right {
    margin-top: 85px;
  }

  .quotes {
    padding: 85px 0;
  }

  .hero-bottom {
    margin-bottom: 0;
    gap: 20px;
  }

  .others-projects {
    padding: 65px 0;
  }

  .project-block {
    gap: 35px;
  }

  .project-block-html iframe,
  .custom-gallery-wrapper>img,
  .custom-gallery-wrapper>video,
  .project-block-media-item {
    max-height: 425px;
  }

  .project-block-media {
    gap: 15px;
  }

  .project-blocks-content {
    gap: 65px;
  }

  .cta-project {
    padding: 35px 0 65px 0;
  }

  .project-blocks {
    padding: 60px 0 85px 0;
  }

  .project-grid-left-wrapper {
    gap: 20px;
    max-width: 350px;
  }

  .project-highlight-content {
    margin-top: 50px;
  }

  .project-box {
    gap: 2px;
  }

  .start-project-block-item,
  .project-box-row {
    gap: 10px;
  }

  .start-project-block-item {
    flex: 0 0 30vw;
  }

  .project-filter-item {
    gap: 8px;
    flex: 0 0 120px;
  }

  .start-project-block {
    padding-bottom: 60px;
  }

  .contact-form-secondary {
    padding: 70px 0;
  }

  .hero-sm {
    min-height: 415px;
  }

  .positions-grid {
    grid-template-columns: 240px 1fr;
  }

  .position-body-item {
    flex: 0 0 250px;
  }

  .positions {
    padding: 50px 0 150px;
  }

  .benefits-grid {
    margin-top: 120px;
    gap: 6%;
  }

  .join-us-form {
    padding: 50px 0 135px 0;
  }

  .join-us-title {
    font-size: 8vw;
  }

  .benefits-items {
    gap: 30px 55px;
  }

  .highlight-title {
    margin: 10px 0;
    font-size: 1.8vw;
  }

  .highlights-card {
    min-height: 360px;
    padding: 28px;
  }

  .home-highlights {
    padding-top: 40px;
  }

  .home-header {
    padding-top: 115px;
  }

  .navigation.pagination {
    padding-top: 40px;
  }

  .cta-home {
    padding: 40px 0;
  }

  .post-card.post-card-thumbnail .post-card-wrapper {
    display: grid;
    grid-template-columns: calc(50% - 45px) calc(50% + 15px);
    gap: 30px;
  }

  .grid-4 {
    gap: 30px;
  }

  .post-card {
    min-height: 275px;
  }

  .post-card.post-card-full {
    height: 375px;
  }

  .fp-our-work.our-work {
    padding-top: 65px;
  }

  .homepage-insights {
    padding-top: 75px;
  }

  .form-group .choices__inner {
    min-height: 60px;
    padding: 20px 34px 20px 10px;
  }

  .cta-about-title {
    font-size: 3.2vw;
  }

  .post-content>blockquote>p {
    font-size: clamp(16px, 1.5vw, 33px);
  }

  .btn-looking-job.btn-looking-job-bottom {
    top: -100px;
  }

  .looking-job.looking-job-bottom {
    top: -85px;
  }

  .project-card {
    height: 450px;
  }

  .project-hightlight-media {
    padding-inline: 10%;
  }

  .cta-project-wrapper {
    min-width: 280px;
  }

  .form-group.form-group-upload {
    margin-top: 35px;
  }
}

@media (max-width: 1280px) {

  .post-card-title,
  .process-title,
  .partner-item-title {
    font-size: 18px;
  }

  .page-numbers,
  .post-bottom-text {
    font-size: 16px;
  }

  .start-project-block-text,
  .contact-form-content-top>p,
  .press-media-content>p,
  .process-content>p {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .looking-job-title,
  .position-meta-item,
  .post-content li,
  .post-content>p,
  .list-item {
    font-size: 14px;
  }

  .project-card-bottom-text,
  .looking-job-text,
  .position-body-item>p,
  .position-body-title,
  .post-card-content>p,
  .span-upload,
  .form-checkbox>label,
  .form-group>label {
    font-size: 13px;
  }

  .error-404-text,
  .partner-item-position {
    font-size: 12px;
  }

  .form-group-textarea,
  .form-group>select,
  .form-group>input {
    padding: 15px 10px;
    font-size: 13px;
  }

  .post-grid-left>p {
    margin-top: 35px;
    font-size: 14px;
  }

  .form-group.form-group-textarea>label {
    top: 15px;
  }

  .awards {
    padding: 45px 0 60px 0;
  }

  .awards-items-wrapper {
    margin-top: 45px;
  }

  .cta-about-title {
    font-size: 3vw;
  }

  .cta-bottom {
    margin: 25px 0 15px 0;
  }

  .menu-legal {
    column-gap: 25px;
  }

  .footer-content {
    padding: 0 6%;
  }

  .menu-legal a {
    font-size: 12px;
  }

  .menu-legal-container {
    margin-left: auto;
    margin-right: 0;
  }

  .blisq {
    margin-left: auto;
    line-height: 0;
  }

  .featured-partner {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 15px;
  }

  .projects-grid {
    gap: 10px;
  }

  .featured-partner-text {
    font-size: 12px;
  }

  .featured-partner-position {
    font-size: 12px;
    margin: 5px 0 10px 0;
  }

  .featured-partner-title {
    font-size: 20px;
  }

  .featured-partner-header {
    margin-bottom: 60px;
  }

  .about-flex>h2 {
    max-width: 200px;
  }

  .about-flex>p:last-child {
    margin-left: 0;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-content {
    padding: 165px 25px 70px 25px;
  }

  .custom-gallery-wrapper>img,
  .custom-gallery-wrapper>video {
    --scale: 0.4;
  }

  .about {
    padding: 40px 0 60px 0;
  }

  .partner-item {
    min-height: 35px;
  }

  .process-title>span {
    max-width: 150px;
  }

  .process-grid {
    grid-template-columns: 295px 1fr;
    column-gap: 60px;
  }

  .process {
    padding: 45px 0;
  }

  .cta-bottom-wrapper {
    margin-left: 24%;
  }

  .cta-content {
    padding: 100px 25px;
  }

  .cta {
    min-height: min(588px, 100dvh);
  }

  .contact-form-content-bottom {
    column-gap: 40px;
  }

  .press-media {
    padding: 30px 0 100px 0;
  }

  .contact-locations {
    padding: 100px 0 75px 0;
  }

  .contact-mail {
    margin-top: 40px;
  }

  .form-group {
    margin-bottom: 10px;
  }

  .error-404-wrapper {
    gap: 12px;
    min-height: 270px;
    max-width: 445px;
  }

  .common-container {
    padding-inline: 25px;
  }

  td {
    font-size: 11px;
    padding: 8px 8px 18px 12px;
  }

  .post-article {
    padding: 100px 0 50px 0;
  }

  .post-card:not(:last-child) {
    padding-right: 30px;
  }

  .insights-bottom-items {
    gap: 30px;
    margin-top: 60px;
  }

  .post-card-wrapper {
    gap: 30px;
  }

  .post-title {
    font-size: clamp(28px, 3vw, 70px);
    margin: 20px 0;
  }

  .post-content>blockquote {
    margin-top: 30px;
  }

  .post-grid-right {
    margin-top: 40px;
  }

  .post-content>blockquote>p+p:last-child {
    font-size: 13px;
    margin-top: 20px;
  }

  .project-highlight-items {
    column-gap: 40px;
  }

  .project-block-html iframe,
  .custom-gallery-wrapper>img,
  .custom-gallery-wrapper>video,
  .project-block-media-item {
    max-height: 350px;
  }

  .project-blocks-content {
    gap: 30px;
  }

  .project-block-media {
    gap: 10px;
  }

  .project-block {
    gap: 20px;
  }

  .quotes {
    padding: 65px 0;
  }

  .project-block-content {
    flex: 0 0 355px;
    width: 355px;
    max-width: 355px;
    margin-top: 30px;
  }

  .project-recognition,
  .project-credits {
    padding: 35px 0;
  }

  .our-work {
    padding-top: 120px;
  }

  .homepage-insight-card,
  .homepage-insights-template-2 {
    column-gap: 35px;
  }

  .homepage-insight-thumbnail {
    max-width: 28vw;
  }

  .start-project {
    padding: 45px 0;
  }

  .start-project-block {
    padding-bottom: 45px;
  }

  .start-project-block:last-child {
    padding-bottom: 0;
  }

  .hero-sm {
    min-height: fit-content;
  }

  .positions {
    padding: 50px 0 125px;
  }

  .benefits-title {
    max-width: 325px;
  }

  .benefits-grid {
    margin-top: 60px;
    gap: 20px 40px;
  }

  .benefits {
    padding: 25px 0 75px 0;
  }

  .benefits-items {
    gap: 15px 30px;
  }

  .careers-grid {
    grid-template-columns: 35% 1fr;
  }

  .carrers-grid-left {
    gap: 75px;
  }

  .position-details::after,
  .position-details::before {
    width: 25px;
  }

  .positions-grid {
    grid-template-columns: 170px 1fr;
    gap: 20px 40px;
  }

  .position-meta {
    gap: 30px;
    margin: 5px 0 15px 0;
  }

  .position-body-item {
    flex: 0 0 220px;
  }

  .position-body {
    padding-bottom: 30px;
  }

  .join-us-hiring {
    margin-top: 10px;
    font-size: 16px;
  }

  .menu-top a {
    font-size: 6vw;
  }

  .highlights-card {
    min-height: 300px;
    padding: 20px;
  }

  .post-card.post-card-thumbnail .post-card-wrapper {
    grid-template-columns: calc(50% - 20px) 50%;
    gap: 20px;
  }

  .grid-4 {
    gap: 30px 20px;
  }

  .whatsapp-float>img {
    width: 28px;
    height: 28px;
  }

  .post-card.post-card-full {
    padding: 20px 0;
    height: 310px;
  }

  .post-card {
    min-height: 200px;
  }

  .nav-links {
    gap: 20px;
  }

  .featured-partners {
    padding: 45px 0 25px 0;
  }

  .btn-looking-job {
    top: 45px;
  }

  .looking-job {
    top: 65px;
    max-width: 360px;
    padding: 20px;
  }

  .footer-financing {
    max-width: 25%;
  }

  .form-group .choices__inner {
    min-height: 48px;
    padding: 15px 34px 15px 10px;
    font-size: 13px;
  }

  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item {
    font-size: 13px;
  }

  .partner {
    padding: 55px 0;
  }

  .others-projects {
    padding: 45px 0;
  }

  .form-checkbox {
    flex: 1;
    max-width: 100%;
    text-wrap: balance;
  }

  .project-card {
    height: 375px;
  }

  .project-grid-left-wrapper {
    max-width: 280px;
  }

  .post-card-figure-hover {
    display: none;
  }

  .btn-secondary.btn-secondary-left:hover {
    left: 0;
  }

  .form-group.form-group-upload {
    margin-top: 30px;
  }

  .post-thumbnail {
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .featured-partners {
    padding: 50px 0 25px 0;
  }

  .post-card-title,
  .common-content>h2,
  .process-title,
  .partner-item-title {
    font-size: 16px;
  }

  .highlight-title,
  .featured-partner-title {
    font-size: 18px;
  }

  .page-numbers,
  .menu-top a::after,
  .post-bottom-text {
    font-size: 14px;
  }

  .highlight-excerpt {
    font-size: 13px;
  }

  .post-card-content>p,
  .menu-bottom a::after,
  .list-item,
  .project-filter-item {
    font-size: 12px;
  }

  .post-meta {
    font-size: 11px;
  }

  .partner-item-position {
    font-size: 10px;
  }

  .menu-bottom a {
    gap: 10px;
  }

  .featured-partner {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .featured-partners-list {
    gap: 20px;
  }

  .featured-partner-header {
    margin-bottom: 35px;
  }

  .hero-title {
    font-size: clamp(36px, 4.2vw, 70px);
    max-width: 68vw;
  }

  .hero-title-sm {
    font-size: clamp(28px, 4.2vw, 70px);
  }

  .custom-logo-link {
    max-width: 200px;
  }

  .partner {
    padding: 35px 0 55px 0;
  }

  .our-approach-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-list {
    column-gap: 20px;
  }

  .process-grid {
    grid-template-columns: 285px 1fr;
    column-gap: 40px;
  }

  .process-bottom {
    padding: 30px 0;
  }

  .contact-form-content-bottom {
    gap: 10px;
    grid-template-columns: 100%;
  }

  .contact-grid {
    gap: 30px;
  }

  .file-upload-btn>svg {
    width: 35px;
  }

  .press-media-grid {
    column-gap: 45px;
  }

  .press-media {
    padding: 30px 0 75px 0;
  }

  .btn-external-link::after {
    height: 12px;
    width: 12px;
  }

  .error-404-wrapper {
    min-height: 235px;
    max-width: 390px;
    gap: 10px;
  }

  .common-section {
    padding: 100px 0 60px 0;
  }

  .insights-bottom-items {
    gap: 15px;
    margin-top: 40px;
  }

  .post-card:not(:last-child) {
    padding-right: 20px;
  }

  .post-card.post-card-full {
    height: 260px;
  }

  .post-card-wrapper {
    gap: 20px;
  }

  .project-block-html iframe,
  .custom-gallery-wrapper>img,
  .custom-gallery-wrapper>video,
  .project-block-media-item {
    max-height: 285px;
  }

  .project-box-image {
    width: 30px;
  }

  .project-blocks {
    padding: 35px 0 60px 0;
  }

  .project-grid {
    grid-template-columns: 32% 1fr;
  }

  .project-block-content {
    flex: 0 0 320px;
    width: 320px;
    max-width: 320px;
  }

  .project-block-title {
    margin-bottom: 5px;
  }

  .project-highlight {
    padding: 35px 0;
  }

  .custom-gallery.project-custom-gallery {
    margin-top: 15px;
  }

  .our-work {
    padding-top: 100px;
  }

  .our-work.fp-our-work {
    padding-top: 50px;
  }

  .project-filter {
    white-space: nowrap;
    margin-inline: -25px;
    padding-inline: 25px;
    width: 100%;
    scrollbar-width: none;
  }

  .sketch {
    padding: 45px 0;
  }

  .start-project-block {
    grid-template-columns: 150px 1fr;
  }

  .hero-sm-wrapper {
    max-width: 100%;
  }

  .benefits-grid {
    margin-top: 40px;
  }

  .position-body-item {
    flex: 0 0 30%;
  }

  .positions {
    padding: 25px 0 80px;
  }

  .positions-grid {
    grid-template-columns: 145px 1fr;
  }

  .position-details::after,
  .position-details::before {
    width: 20px;
  }

  .nav-icon {
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1;
  }

  .nav-icon.open>span:nth-child(3) {
    transform: translateY(-3px) rotate(-45deg);
  }

  .home-header-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-header {
    padding-top: 90px;
  }

  .highlights-card {
    min-height: 250px;
    padding: 18px;
  }

  .home-highlights-grid {
    gap: 10px;
  }

  .post-card {
    min-height: fit-content;
  }

  .menu-header-legal {
    display: flex;
    gap: 10px 20px;
    align-items: center;
    flex-wrap: wrap;
    max-width: calc(100% - 65px);
  }

  .menu-header-legal a {
    color: #8E8E8E;
    font-size: 14px;
    line-height: 1.2;
  }

  .hero-languages {
    bottom: 43px;
  }

  .project-grid-right-wrap {
    max-width: 100%;
  }

  .home-highlights {
    padding-top: 25px;
  }

  .project-grid-left-wrapper {
    max-width: 195px;
  }

  .project-card {
    height: 320px;
  }

  .form-group.form-group-upload {
    margin-top: 25px;
  }

  .cta-bottom,
  .cta-title-bottom,
  .cta-title {
    font-size: 26px;
  }

  .cta-content {
    padding: 50px 25px;
    justify-content: flex-start;
  }

  .cta-title {
    max-width: 328px;
    margin-bottom: 80px;
  }

  .cta-title-bottom {
    max-width: 255px;
    margin-bottom: auto;
  }
}

@media (max-width: 1024px) and (orientation: portrait) {
  .project-card-bottom {
    opacity: 1;
    background-color: #f3f3f3;
    padding: 10px;
    transform: translateX(0);
    padding-left: 0;
  }
}

@media (max-width: 820px) {
  .cta-about-title {
    max-width: 460px;
    font-size: 26px;
  }

  .other-project-items {
    gap: 15px;
  }

  .footer-content {
    max-width: 575px;
  }

  .highlight-title {
    font-size: 16px;
  }

  .footer-logo {
    max-width: 160px;
  }

  .menu-legal {
    column-gap: 15px;
  }

  .footer-social>a {
    font-size: 18px;
  }

  .featured-partner-header {
    max-width: 230px;
  }

  .post-card-title,
  .join-us-hiring,
  .title-md {
    font-size: 14px;
  }

  .remove-file {
    font-size: 12px;
  }

  .post-meta {
    font-size: 10px;
  }

  .post-card-title {
    margin: 5px 0;
  }

  .process-title {
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
  }

  .process-list {
    grid-template-columns: 30% 1fr;
  }

  .process-bottom-content {
    max-width: 70vw;
  }

  .cta-content {
    padding: 60px 25px;
  }

  .contact-locations {
    padding: 100px 0 50px 0;
  }

  .error-404-section {
    min-height: min(600px, 100dvh);
  }

  .custom-table>caption {
    margin: 15px 0;
    font-size: 12px;
    text-align: start;
  }

  .post-grid {
    grid-template-columns: 1fr 58%;
    column-gap: 25px;
  }

  .post-grid-right {
    margin-top: 55px;
  }

  .post-article {
    padding: 100px 0 45px 0;
  }

  .quote {
    max-width: 100%;
    gap: 15px;
  }

  .quotes {
    padding: 50px 0;
  }

  .project-grid-right-wrap {
    max-width: 100%;
    gap: 20px 30px;
  }

  .project-card-bottom {
    opacity: 1;
    background-color: #f7f7f7;
    padding: 10px;
    transform: translateX(0);
    padding-left: 0;
  }

  .fp-our-work .project-card-bottom {
    background-color: #ebebeb;
  }

  .project-card-bottom::before {
    display: none;
  }

  .post-card-content>p {
    font-size: 10px;
  }

  .hero-content.hero-slide-content {
    gap: 15px;
  }

  .start-project-block-item {
    flex: 0 0 290px;
  }

  .hero-sm-content {
    padding: 150px 25px 30px 25px;
  }

  .careers-grid {
    gap: 20px;
  }

  .pre-line {
    white-space: normal;
  }

  .benefits-items {
    grid-template-columns: 1fr 1fr;
  }

  .benefits-item-title {
    margin-bottom: 6px;
  }

  .positions-grid {
    grid-template-columns: 115px 1fr;
    gap: 20px;
  }

  .carrers-grid-left {
    gap: 30px;
  }

  .positions {
    padding: 25px 0 50px;
  }

  .position-meta {
    gap: 5px 20px;
    display: flex;
    flex-wrap: wrap;
  }

  .position-meta-item {
    font-size: 13px;
  }

  .benefits-grid {
    grid-template-columns: 210px 1fr;
  }

  .grid-4 {
    gap: 15px;
  }

  .post-card:not(:last-child) {
    padding-right: 15px;
  }

  .post-card.post-card-full {
    height: 200px;
  }

  .project-box-text,
  .highlight-excerpt {
    font-size: 12px;
  }

  .post-card-full .post-card-content>p {
    max-width: 370px;
  }

  .footer-financing {
    max-width: 235px;
  }

  .projects-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .homepage-insights {
    padding-top: 45px;
  }

  .project-highlight-items {
    column-gap: 30px;
  }

  .projects-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .project-card {
    grid-column: auto;
  }

  .cta-project-wrapper {
    min-width: 230px;
  }

  .insights-bottom-items {
    margin-top: 20px;
  }

  .project-hightlight-media {
    padding-inline: 0;
  }
}

@media (max-width: 768px) {
  .process-grid {
    grid-template-columns: 100%;
    row-gap: 20px;
  }

  .process-grid-title {
    position: relative;
    top: 0;
    max-width: 345px;
  }

  .process-title {
    flex-direction: row;
    gap: 20px;
  }

  .insights-bottom-items {
    grid-template-columns: 2fr 1fr;
  }

  .insights-bottom-items>.post-card:last-child {
    border: none;
    display: none;
  }

  .insights-bottom-items>.post-card:nth-child(2) {
    border: none;
  }

  .highlights-card {
    min-height: 220px;
    padding: 14px;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .post-bottom-wrapper {
    max-width: 100%;
    margin: 0;
  }

  .other-insights {
    padding: 35px 0 50px 0;
  }

  .project-grid {
    grid-template-columns: 30% 70%;
  }

  .quote-source {
    flex: 0 0 30%;
  }

  .our-work-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .homepage-our-work-header.our-work-header {
    flex-direction: row;
  }

  .sketch-content {
    max-width: 450px;
    padding-inline: 25px;
  }

  .project-lightbox {
    padding: 16px;
  }

  .project-lightbox-close {
    top: 12px;
    right: 16px;
    width: 42px;
    height: 42px;
  }

  .project-lightbox-nav {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  .project-lightbox-prev {
    left: 12px;
  }

  .project-lightbox-next {
    right: 12px;
  }

  .project-lightbox-counter {
    bottom: 14px;
    gap: 16px;
    font-size: 16px;
  }

  .project-lightbox-counter-current {
    gap: 16px;
  }

  .project-lightbox-counter-current::after {
    width: min(220px, 45vw);
  }

  .other-project-items {
    gap: 15px;
  }

  .project-card {
    height: 300px;
  }

  .footer-legal-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .footer-logo {
    max-width: 360px;
  }

  .blisq,
  .menu-legal-container {
    margin: 0 auto;
  }

  .blisq {
    margin-top: 15px;
  }

  .homepage-insights-template-1 .homepage-insight-thumbnail {
    max-width: 40%;
  }
}

@media (max-width: 650px) {
  .project-filter-item {
    gap: 8px;
    flex: 0 0 33%;
  }

  .contact-location-address>p {
    font-size: 11px;
  }

  .contact-location-title {
    font-size: 10px;
  }

  .menu-legal a {
    font-size: 9px;
    line-height: 1;
  }

  .btn-looking-job.btn-looking-job-bottom {
    top: -45px;
  }

  .looking-job.looking-job-bottom {
    top: -25px;
  }

  .cta-about {
    min-height: 350px;
    padding: 35px 0;
    background-attachment: unset;
    background-color: #f7f7f7;
  }

  .cta-about::before{
    height: calc(100% - 10px);
  }

  .featured-partner {
    display: grid;
    gap: 15px;
    grid-template-columns: 45% 1fr;
  }

  .featured-partners-list {
    flex-direction: column;
  }

  .about-flex {
    gap: 10px;
    flex-direction: column;
  }

  .custom-gallery {
    margin-top: 30px;
  }

  .partner-grid {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 20px;
  }

  .partner-list {
    grid-row: auto;
    grid-column: auto;
  }

  .positions-grid,
  .our-approach-grid {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .our-approach {
    padding: 25px 0;
  }

  .process-bottom-content {
    max-width: 100%;
    justify-content: space-between;
    gap: 15px;
  }

  .process {
    padding: 25px 0;
  }

  .contact-locations {
    padding: 85px 0 35px 0;
  }

  .contact-mail {
    margin-top: 20px;
  }

  .menu-bottom a::after {
    font-size: 10px;
  }

  .mb-30 {
    margin-bottom: 10px;
  }

  .mt-30 {
    margin-top: 10px;
  }

  .contact-grid {
    grid-template-columns: 100%;
    gap: 15px;
  }

  .error-404-section::after {
    background-size: 40%;
  }

  .error-404-section::before {
    background-size: 30%;
  }

  .post-grid {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .post-grid-right {
    margin-top: 0;
  }

  .post-article {
    padding: 85px 0 45px 0;
  }

  .post-grid-left {
    height: fit-content;
    position: relative;
    top: 0;
  }

  .post-grid-left>p {
    margin-top: 20px;
  }

  .cta-project-container {
    flex-direction: column;
    padding: 0 25px;
    gap: 30px;
  }

  .cta-project {
    padding: 30px 0;
  }

  .careers-grid,
  .project-grid {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .our-work {
    padding-top: 90px;
  }

  .hero-content.hero-slide-content {
    gap: 10px;
  }

  .homepage-insight-card {
    flex-direction: column;
    gap: 10px;
  }

  .homepage-insights-template-2 {
    grid-template-columns: 1fr 1fr;
  }

  .homepage-insight-thumbnail {
    max-width: 100%;
  }

  .homepage-insight-excerpt {
    align-self: flex-start;
  }

  .homepage-insight-card+.homepage-insight-card .homepage-insight-thumbnail {
    display: flex;
  }

  .homepage-insight-card,
  .homepage-insights-template-2 {
    column-gap: 15px;
  }

  .sketch {
    padding: 58px 0 80px 0;
    min-height: 465px;
    background: linear-gradient(180deg, #F7F7F7 25.79%, #EAEAEA 94.5%);
  }

  .sketch::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 28%;
    bottom: 0;
    left: 0;
    background: #eaeaea;
    pointer-events: none;
  }

  .sketch-media-wrapper>img {
    object-fit: contain;
  }

  .contact-form-content-secondary {
    position: relative;
    top: 0;
  }

  .contact-form-secondary {
    padding: 45px 0;
  }

  .benefits-grid {
    grid-template-columns: 100%;
    margin-top: 20px;
  }

  .benefits-grid>p {
    position: relative;
    top: 0;
    height: fit-content;
    max-width: 424px;
  }

  .position-body-item {
    flex: 0 0 100%;
  }

  .carrers-grid-left {
    gap: 10px;
    max-width: 380px;
  }

  .position-details::after,
  .position-details::before {
    width: 15px;
    top: 10px;
  }

  .menu-top a {
    font-size: 10vw;
  }

  .highlight-excerpt {
    font-size: 10px;
  }

  .highlights-card {
    min-height: 180px;
  }

  .cta-home {
    padding: 30px 0;
  }

  .navigation.pagination {
    padding-top: 30px;
  }

  .post-card.post-card-full .post-card-title {
    font-size: 16px;
  }

  .menu-header-legal>li {
    flex: 1 0 48%;
  }

  .homepage-hero-title {
    max-width: 100%;
    font-size: 30px;
    text-wrap: unset;
  }

  .hero-languages {
    display: none;
  }

  .awards-items-wrapper {
    margin-top: 30px;
  }

  .about {
    padding: 30px 0 40px 0;
  }

  .projects-grid {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }

  .others-projects {
    padding: 30px 0;
  }

  .cta-project-wrapper {
    min-width: auto;
  }

  .form-footer {
    margin-top: 30px;
  }

  .remove-file {
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 30px;
  }

  .contact-location-grid {
    gap: 15px 40px;
    flex-wrap: wrap;
  }

  .cta-project-image {
    width: 82px;
    height: 110px;
  }

  .project-grid-left-wrapper {
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .other-projects-title {
    max-width: 160px;
  }

  .btn-secondary:hover {
    border-color: #010101;
  }

  .btn-secondary:hover::before {
    opacity: 0;
  }

  .homepage-insights-template-1 {
    margin-top: 50px;
    padding-bottom: 50px;
  }

  .homepage-insights-template-1 .homepage-insight-thumbnail {
    max-width: 50%;
  }
}

@media (max-width: 550px) {
  .featured-partner {
    grid-template-columns: 40% 1fr;
  }

  .featured-partner-media img {
    object-fit: cover;
    height: 100%;
  }

  .hero-bottom-text,
  .hero-text {
    font-size: 14px;
  }

  .other-insights-title {
    font-size: 40px;
  }

  .hero-title {
    max-width: 100%;
  }

  .process-title {
    flex-direction: column;
    gap: 5px;
  }

  .process-list {
    grid-template-columns: 120px 1fr;
  }

  .process-bottom-content {
    flex-direction: column;
  }

  .insights-bottom-items {
    display: flex;
    margin-inline: -25px;
    padding-inline: 25px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .insights-bottom-items .post-card {
    flex: 0 0 200px;
  }

  .benefits-items {
    display: flex;
    overflow-x: auto;
    margin-inline: -25px;
    padding-inline: 25px;
    scrollbar-width: none;
  }

  .benefits-item {
    flex: 0 0 200px;
  }

  .quote-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .start-project-block {
    grid-template-columns: 100%;
    padding-bottom: 25px;
    gap: 5px;
  }

  .start-project {
    padding: 30px 0;
  }

  .start-project-block-item:only-child {
    flex: 0 0 100%;
  }

  .position-details {
    padding-inline: 10px;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .post-card.post-card-full {
    height: fit-content;
  }

  .post-card.post-card-full .post-card-wrapper {
    display: flex;
    flex-direction: column;
  }

  .post-card.post-card-full .post-card-figure {
    aspect-ratio: 16 / 9;
  }

  .home-highlights-grid {
    flex-wrap: wrap;
  }

  .highlights-card {
    flex: 1 1 calc(50% - 20px);
  }

  .insights-bottom-items .post-card {
    height: fit-content;
    padding-bottom: 15px;
  }

  .insights-bottom-items .post-card-figure {
    display: none;
  }

  .insights-bottom-items>.post-card:last-child {
    display: block;
  }

  .contact-mail {
    letter-spacing: -2px;
    font-size: 64px;
    flex-wrap: wrap;
    row-gap: 0;
    line-height: 85%;
    max-width: 370px;
    margin: 120px auto 90px auto;
  }

  .other-project-items {
    gap: 7px;
  }

  .insights-bottom-items .post-card-wrapper {
    padding-top: 0;
  }

  .carrers-grid-left {
    max-width: 308px;
  }

  .home-posts {
    padding: 20px 0;
  }

  .post-card-wrapper {
    padding-top: 10px;
  }

  .cta-bottom-wrapper {
    margin-left: auto;
    margin-right: 50px;
  }

  .awards {
    padding: 40px 0 30px 0;
  }

  .header-navigation {
    padding-top: 120px;
  }

  .menu-top {
    overflow-y: auto;
  }

  .custom-logo-link {
    z-index: 1;
    transition: all .2s;
  }

  header:not(.header-light).open .custom-logo-link {
    filter: invert(1);
  }

}

@media (max-width: 440px) {
  .process-title>span {
    max-width: 100%;
  }

  .insights-title,
  .home-title,
  .our-work-title {
    font-size: 55px;
  }

  .title-md {
    font-size: 12px;
  }

  .error-404-section::after {
    display: none;
  }

  .footer-content {
    padding: 0 25px;
    max-width: 100%;
  }

  .footer-socials {
    display: none;
  }

  .project-grid-right-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .homepage-insights-template-2 {
    grid-template-columns: 100%;
    gap: 15px;
  }

  .join-us-title {
    font-size: 38px;
  }

  .form-footer {
    gap: 18px;
    flex-direction: column;
  }

  .form-footer .btn {
    width: 100%;
  }

  .process-list {
    grid-template-columns: auto;
    row-gap: 15px;
  }

  .hero-title {
    text-wrap: unset;
  }

  .post-meta {
    font-size: 9px;
  }

  .highlights-card {
    aspect-ratio: 5 / 4;
  }

  .process-title {
    font-size: 18px;
    gap: 0;
  }

  .header-socials {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .menu-top a {
    font-size: 48px;
  }

  .header-social>a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }

  .homepage-insights-template-1 .homepage-insight-thumbnail {
    max-width: 100%;
  }

  .homepage-insight-template-1-content {
    gap: 10px;
  }

  .homepage-insights-template-1 {
    flex-direction: column;
    gap: 0;
  }

  .sketch::after {
    height: 35%;
  }
}

@media (max-width: 375px) {

  .hero-title,
  .error-404-title {
    font-size: 34px;
  }

  .awards-wrapper>p {
    font-size: 22px;
  }

  .menu-legal a {
    font-size: 8px;
  }

  .position-details {
    padding: 0;
  }

  .featured-partner {
    grid-template-columns: 100%;
  }

  .process-list {
    grid-template-columns: 100%;
    gap: 10px;
  }

  .project-card-bottom-text {
    font-size: 11px;
  }

  .project-card {
    height: 265px;
  }

  .header-navigation {
    padding-top: 100px;
  }

  .looking-job.open {
    right: 0;
  }

  .menu-legal {
    column-gap: 7px;
  }
}

/* #endregion */

@supports (view-transition-name: none) {
  @view-transition {
    navigation: auto;
  }

  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation-duration: 0.6s;
  }
}