/*   
Theme Name: MMDWC
Author: MATTIEU MOREAU DOMECQ WEB CONCEPTION
Author URI: http://www.mattieumoreaudomecq.com
*/

/* 
-------------------------------------------------------------------------------*/

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*-------------------------------------------------------------------------------*/

/* CSS
-------------------------------------------------------------------------------*/

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: 'hanken-grotesk', sans-serif;
  font-style: normal;
  overflow-x: hidden;
  background-color: var(--oat);
}

#wrapper {
  width: 100%;
  min-height: 100vh;
}

.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.qxCTlb {
  display: none;
}

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

* {
  -webkit-overflow-scrolling: touch;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3 {
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
}

h1.mega-headline {
  font-size: 96px;
  line-height: 98px;
  margin-bottom: 45px;
}

h1.mega-headline span {
  display: block;
}

.content--big p,
h2.headline {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

h1.mega-headline em,
h2.headline em {
  font-family: gyst-variable, sans-serif;
}

p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}

p a {
  color: inherit !important;
  border-bottom: 1px solid;
  text-decoration: none !important;
}

p a:hover {
  border-bottom: none;
}

p strong {
  font-weight: 700;
}

a,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

section.section-top {
  padding-top: 110px;
}

.custom-border {
  height: 1px;
  width: 100%;
  display: block;
}

.link-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

/* FONTS */

.hanken-grotesk {
  font-family: 'hanken-grotesk', sans-serif;
  font-style: normal;
}

.hanken-grotesk--light {
  font-weight: 300;
}

.hanken-grotesk--regular {
  font-weight: 400;
}

.hanken-grotesk--bold {
  font-weight: 700;
}

.gyst-variable {
  font-family: gyst-variable, sans-serif;
}

/* COLORS */

:root {
  --night: #292b26;
  --oat: #eeeae5;
  --dark-oat: #ddd6ce;
  --neon: #ccff99;
  --purp: #aea7f7;
  --olive: #364029;
  --bluette: #5a4ede;
  --jam: #1b1262;
}

.night {
  color: var(--night);
  color: #292b26;
}

.night-bgd {
  background-color: var(--night);
}

.oat {
  color: var(--oat);
}

.oat-bgd {
  background-color: var(--oat);
}

.dark-oat {
  color: var(--dark-oat);
}

.dark-oat-bgd {
  background-color: var(--dark-oat);
}

.neon {
  color: var(--neon);
}

.neon-bgd {
  background-color: var(--neon);
  color: var(--night);
}

.purp {
  color: var(--purp);
}

.purp-bgd {
  background-color: var(--purp);
}

.olive {
  color: var(--olive);
}

.olive-bgd {
  background-color: var(--olive);
}

.bluette {
  color: var(--bluette);
}

.bluette-bgd {
  background-color: var(--bluette);
}

.jam {
  color: var(--jam);
}

.jam-bgd {
  background-color: var(--jam);
}

/* BUTTONS */

.button {
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-size: 20px;
  line-height: 20px;
  padding: 20px 25px 20px 25px;
  transition: background 200ms ease-out, color 100ms linear;
  height: 60px;
}

.button.neon-bgd {
  background: linear-gradient(
    var(--neon),
    var(--neon) 50%,
    var(--night) 50%,
    var(--night)
  );
  background-size: 100% 200%;
}

.button.neon-bgd:hover {
  color: var(--neon) !important;
}

.main-project .prev-next-container .button {
  background: linear-gradient(
    var(--neon),
    var(--neon) 50%,
    var(--bluette) 50%,
    var(--bluette)
  );
  background-size: 100% 200%;
  color: var(--bluette);
}

.main-project .prev-next-container .button:hover {
  color: var(--neon);
}

.small-project .prev-next-container .button {
  background: linear-gradient(
    var(--bluette),
    var(--bluette) 50%,
    var(--oat) 50%,
    var(--oat)
  );
  background-size: 100% 200%;
  color: var(--oat);
}

.small-project .prev-next-container .button:hover {
  color: var(--bluette);
}

.media-container--text-content .button {
  background: linear-gradient(
    var(--night),
    var(--night) 50%,
    var(--purp) 50%,
    var(--purp)
  );
  background-size: 100% 200%;
}

.button.night-bgd {
  background: linear-gradient(
    var(--night),
    var(--night) 50%,
    var(--oat) 50%,
    var(--oat)
  );
  background-size: 100% 200%;
}

.button.night-bgd:hover {
  color: var(--night);
}

.button.olive-bgd {
  background: linear-gradient(
    var(--olive),
    var(--olive) 50%,
    var(--oat) 50%,
    var(--oat)
  );
  background-size: 100% 200%;
  color: var(--neon);
}

.button.bluette-bgd {
  background: linear-gradient(
    var(--bluette),
    var(--bluette) 50%,
    var(--neon) 50%,
    var(--neon)
  );
  background-size: 100% 200%;
  color: var(--oat);
}

#about-content .button.bluette-bgd {
  background: linear-gradient(
    var(--bluette),
    var(--bluette) 50%,
    var(--oat) 50%,
    var(--oat)
  );
  background-size: 100% 200%;
  color: var(--oat);
}

#about-content .button.bluette-bgd:hover {
  color: var(--bluette);
}

.button--small {
  font-size: 16px;
  line-height: 16px;
  padding: 17px 25px 17px 25px;
  transition: background 200ms ease-out, color 100ms linear;
  height: 50px;
}

.button:hover {
  text-decoration: none;
  color: initial;
  background-position: 100% 100% !important;
}

.link-arrow {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  color: var(--night) !important;
}

.link-arrow span {
  border-bottom: 1px solid;
}

.link-arrow:after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 16px;
  margin-left: 8px;
  background-image: url(_/img/arrow-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* INPUT */

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

input,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input::placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder {
  color: var(--night) !important;
  opacity: 1 !important;
}

input:-ms-input-placeholder {
  color: var(--night) !important;
  opacity: 1 !important;
}

#custom-contact-form input::placeholder {
  color: var(--oat) !important;
  opacity: 0 !important;
}

#custom-contact-form input::-webkit-input-placeholder {
  color: var(--oat) !important;
  opacity: 0 !important;
}

#custom-contact-form input::-moz-placeholder {
  color: var(--oat) !important;
  opacity: 0 !important;
}

#custom-contact-form input:-ms-input-placeholder {
  color: var(--oat) !important;
  opacity: 0 !important;
}

#custom-contact-form input:focus::placeholder {
  color: var(--oat) !important;
  opacity: 0.5 !important;
}

#custom-contact-form input:focus::-webkit-input-placeholder {
  color: var(--oat) !important;
  opacity: 0.5 !important;
}

#custom-contact-form input:focus::-moz-placeholder {
  color: var(--oat) !important;
  opacity: 0.5 !important;
}

#custom-contact-form input:focus:-ms-input-placeholder {
  color: var(--oat) !important;
  opacity: 0.5 !important;
}

/* HEADER */

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 110;
  padding-top: 30px;
  transition: transform 0.1s ease-out;
  will-change: transform;
}

header .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

header .logo-inline {
  display: block;
  height: 30px;
}

/* MENU TOGGLE */

header .menu-toggle {
  height: 34px;
  overflow: visible;
  cursor: pointer;
  display: block;
  margin-left: auto;
}

header .menu-toggle path {
  fill: var(--oat);
}

header .menu-toggle:hover path {
  fill: var(--neon);
}

header .menu-toggle.picto-menu-opened path {
  fill: var(--bluette);
}

.menu-toggle .left,
.menu-toggle .right {
  transform-box: fill-box;
  transform-origin: center;
  transition: all 0.2s ease-out;
}

.menu-toggle:hover .left,
.menu-toggle:hover .right {
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.menu-opened .menu-toggle .left,
.menu-toggle:hover .left {
  transform: translateX(-10px);
}

.menu-opened .menu-toggle .right,
.menu-toggle:hover .right {
  transform: translateX(10px);
}

.logo-inline.picto-menu-opened .ouais {
  fill: var(--night);
}

.logo-inline.picto-menu-opened .studio {
  fill: var(--bluette);
}

/* DARK MODE */

header .menu-toggle path,
header .logo-inline .ouais,
header .logo-inline .studio {
  transition: fill 0.3s ease-in-out;
}

header.dark-header .logo-inline .ouais {
  fill: var(--night);
}

header.dark-header .logo-inline .studio {
  fill: var(--bluette);
}

header.dark-header .menu-toggle path {
  fill: var(--bluette);
}

header.dark-header .menu-toggle:hover path {
  fill: var(--night);
}

/* MODAL-MENU */

.menu-opened {
  overflow: hidden;
}

#modal-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 100;
  background-color: var(--oat);
  clip-path: circle(0% at top right);
  transition: clip-path 0.4s ease-in-out;
  font-size: 64px;
  line-height: 72px;
  text-align: right;
  font-weight: 700;
  padding: 155px 40px 0px 0px;
}

.menu-opened #modal-menu {
  clip-path: circle(150% at top right);
}

#modal-menu li {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  list-style: none;
  text-transform: lowercase;
  margin-bottom: 15px;
}

.menu-opened #modal-menu li {
  opacity: 1;
  pointer-events: auto;
}

/* SEQUENTIAL OPACITY */

.menu-opened #modal-menu li:nth-child(1) {
  transition-delay: 0.15s;
}
.menu-opened #modal-menu li:nth-child(2) {
  transition-delay: 0.25s;
}
.menu-opened #modal-menu li:nth-child(3) {
  transition-delay: 0.35s;
}
.menu-opened #modal-menu li:nth-child(4) {
  transition-delay: 0.45s;
}

#modal-menu a {
  color: var(--night);
  text-decoration: none;
}

#modal-menu a:hover {
  color: var(--neon);
}

.single-projects #modal-menu #menu-item-18 a,
#modal-menu .current_page_item a,
#modal-menu a:focus {
  color: var(--bluette);
}

/* MULTI COLUMNS */

.multi-columns {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  gap: 30px;
}

.multi-columns ul {
  list-style: none;
  width: 50%;
}

.multi-columns ul li {
  margin-bottom: 3px;
}

.multi-columns ul li:first-child {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
}

footer .multi-columns ul:nth-child(1) li {
  font-size: 16px;
  font-weight: 700;
  text-transform: lowercase;
  line-height: 20px;
  margin-bottom: 0px;
}

footer .multi-columns ul:nth-child(2) li:first-child {
  font-size: 16px;
  font-weight: 700;
  text-transform: lowercase;
  line-height: 20px;
  margin-bottom: 5px;
}

/* FOOTER */

#content-wrapper {
  position: relative;
  z-index: 1;
  /*! box-shadow: 0vw 0vw 2vw 2vw rgba(0, 0, 0, 0.15); */
}

footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 470px;
  z-index: 0;
  will-change: transform;
  padding-bottom: 15px;
  padding-top: 60px;
}

footer .reveal-footer-bottom-top {
  background-color: var(--oat);
}

footer .logo-inline {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 90px;
  background-color: var(--oat);
}

footer .logo-inline .ouais {
  fill: var(--night);
}

footer .logo-inline .studio {
  fill: var(--dark-oat);
}

.small-project footer .logo-inline .ouais {
  fill: var(--oat);
}

.small-project footer .logo-inline .studio {
  fill: var(--neon);
}

.logo-green,
.small-project footer .logo-white {
  display: none;
}

.small-project footer .logo-green {
  display: block;
}

.small-project footer,
.small-project footer .footer-logo-slide-up .logo-inline {
  background-color: var(--night);
  color: var(--oat);
}

.small-project footer .sub-menu-footer ul li a {
  color: var(--oat);
}

.small-project footer .sub-menu-footer ul li a:hover {
  color: var(--neon);
}

.small-project footer .button {
  background: linear-gradient(
    var(--oat),
    var(--oat) 50%,
    var(--night) 50%,
    var(--night)
  );
  color: var(--night) !important;
  background-size: 100% 200%;
}

.small-project footer .button:hover {
  color: var(--oat) !important;
}

.small-project footer .mailchimp input {
  border: 2px solid var(--oat);
  color: var(--oat) !important;
  opacity: 1 !important;
}

.small-project footer input::placeholder,
.small-project footer input::-webkit-input-placeholder,
.small-project footer input::-moz-placeholder,
.small-project footer input:-moz-placeholder {
  color: var(--oat) !important;
  opacity: 1 !important;
}

.small-project footer input:-ms-input-placeholder {
  color: var(--oat) !important;
  opacity: 1 !important;
}

.sub-menu-footer ul li a {
  color: var(--night);
}

.sub-menu-footer ul li a:hover {
  color: var(--neon);
  text-decoration: none;
}

.sub-menu-footer ul li a:focus {
  color: var(--bluette);
}

.mailchimp form {
  display: flex;
  gap: 15px;
}

.mailchimp input {
  background-color: transparent;
  border: 2px solid;
  font-size: 16px;
  line-height: 16px;
  padding: 14px 25px 12px 25px;
  border-radius: 50px;
  font-weight: 700;
  display: inline-flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  height: 50px;
}

.mailchimp button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none !important;
  color: var(--oat) !important;
  transition: background 250ms ease-out;
}

.mailchimp button.success,
.mailchimp button.success:hover {
  color: var(--bluette) !important;
  background: transparent !important;
}

.mailchimp button.error,
.mailchimp button.error:hover {
  color: red !important;
  background: transparent !important;
}

.mailchimp button:hover {
  color: var(--night) !important;
}

footer img {
  margin-top: 90px;
}

/* VIDEO */

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

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

/* HOME */

.page-template-page-HOME #wrapper {
  background-color: var(--night);
}

section#home {
  padding-bottom: 90px;
  z-index: 1;
  position: relative;
}

.video-container--controls {
  margin-bottom: 180px;
}

.is-full-screen .video-container--controls video {
  cursor: initial !important;
}

.video-container--controls .logo {
  position: absolute;
  z-index: 100;
  width: 35%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  pointer-events: none;
}

section#home h2.headline {
  margin-bottom: 60px;
}

.slide-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.slide-mask .left,
.slide-mask .right {
  display: inline-block;
  white-space: nowrap;
}

/* ABOUT */

section#about-banner {
  padding-top: 250px;
  padding-bottom: 200px;
}

section#about-banner .gsap-about-anim-headline .left,
section#about-banner .gsap-about-anim-headline .right,
section#about-banner .gsap-about-anim-bottom {
  opacity: 0;
}

section#about-banner .mega-headline span {
  display: inline-block;
}

section#about-content {
  padding-top: 90px;
  padding-bottom: 150px;
}

section#about-content h2 {
  margin-bottom: 75px;
}

section#about-content .row-top {
  display: flex;
  align-items: stretch;
}
section#about-content .row-top .col-5 {
  display: flex;
  flex-direction: column;
}

section#about-content .about-content-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

section#about-content .about-content-column .content {
  flex: 1;
}

section#about-content .about-content-column .button {
  margin-top: auto;
  align-self: flex-start;
  display: inline-block;
}

section#about-content .content {
  margin-bottom: 60px;
}

section#about-discover {
  padding-top: 150px;
  height: 100vh;
}

section#about-discover-bottom {
  height: 25vh;
}

section#about-discover .custom-border {
  margin-bottom: 45px;
}

#about-discover-top {
  position: sticky;
  top: 150px;
}

.discover-menu {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}

.discover-menu li {
  display: inline-flex;
  align-items: baseline;
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(95%) sepia(9%) saturate(262%)
    hue-rotate(328deg) brightness(103%) contrast(87%);
}

.discover-menu li:hover {
  /* FILTER NEON */
  filter: brightness(0) saturate(100%) invert(89%) sepia(8%) saturate(1860%)
    hue-rotate(43deg) brightness(111%) contrast(101%);
}

.discover-menu li:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 16px;
  margin-right: 10px;
  background-image: url(_/img/arrow-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.discover-menu li a {
  color: var(--oat);
  text-decoration: none !important;
}

.discover-menu li a:hover,
.discover-menu li span:hover {
  color: var(--neon);
}

section#about-team {
  padding: 120px 0px;
}

section#about-clients {
  padding: 150px 0px;
}

section#about-clients .custom-border {
  margin-top: -10px;
}

.clients-logos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 60px;
  /*! justify-content: center; */
}

.clients-logos-grid-item {
  position: relative;
  overflow: hidden;
  flex: 0 0 calc((100% - (7 * 15px)) / 7);
  max-width: calc((100% - (7 * 15px)) / 7);
  box-sizing: border-box;
  filter: brightness(0) saturate(100%) invert(100%) sepia(28%) saturate(790%)
    hue-rotate(229deg) brightness(120%) contrast(100%);
  aspect-ratio: 16/9;
}

.clients-logos-grid-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  filter: brightness(0) saturate(100%) invert(100%) sepia(28%) saturate(790%)
    hue-rotate(229deg) brightness(120%) contrast(100%);
}

section#about-trophy {
  padding: 30px 0px 120px 0px;
}

section#about-trophy h2.headline {
  margin-bottom: 60px;
}

.trophy-logos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.trophy-logos-grid-item {
  flex: 0 0 calc(25% - 22.5px);
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  overflow: hidden;
}

.trophy-logos-grid-item img {
  max-width: 50%;
  max-height: 50%;
  height: auto;
  width: auto;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(28%) saturate(790%)
    hue-rotate(229deg) brightness(120%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(9%) sepia(9%) saturate(761%)
    hue-rotate(42deg) brightness(105%) contrast(83%);
}

#modal-values,
#modal-extras {
  position: fixed;
  top: 0;
  right: -100vw;
  height: 100vh;
  width: 100vw;
  z-index: 1000;
  padding: 60px 0;
  transition: right 0.3s ease-in-out;
}

.modal-values-opened,
.modal-extras-opened {
  overflow: hidden;
}

.modal-values-opened #modal-values,
.modal-extras-opened #modal-extras {
  right: 0;
}

.toggle-modal-values,
.toggle-modal-extras {
  cursor: pointer;
}

#modal-values h2,
#modal-extras h2,
#modal-extras h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 120px;
  display: flex;
  align-items: baseline;
}

#modal-values h2::before,
#modal-extras h2::before {
  content: '';
  display: block;
  width: 50px;
  height: 16px;
  margin-right: 10px;
  background-image: url(_/img/arrow-big.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0s ease-in-out;
  cursor: pointer;
}

.modal-values-opened #modal-values h2::before,
.modal-extras-opened #modal-extras h2::before {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out 0.3s;
}

.cross-modal {
  cursor: pointer;
  width: 30px;
  position: absolute;
  right: 50px;
  top: 30px;
}

/* MODAL VALUES */

#modal-values h2 {
  width: 250px;
  cursor: initial;
}

.our-values-menu {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 16px;
  padding: 0px 60px;
  gap: 60px;
  margin-bottom: 90px;
}

.our-values-menu .our-values-menu-col h3 {
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
}

.our-values-menu .our-values-menu-col p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
}

/* MODAL EXTRAS */

.toggle-modal-extras:not(.cross-modal) {
  border-bottom: 1px solid;
}

.toggle-modal-extras:hover {
  border-bottom: 1px solid transparent;
}

#modal-extras .extras-carousel-drag {
  padding-left: 60px;
}

#modal-extras h2 {
  width: auto;
  margin-bottom: 60px;
  cursor: initial;
}

#modal-extras .swiper-slide--extras {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 180px);
  padding-right: 30px;
}

#modal-extras .swiper-slide--extras h3 {
  line-height: 70px;
  height: 70px;
  margin-bottom: 0px;
}

#modal-extras .swiper-slide--extras .media-container {
  height: calc(100% - 190px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  width: auto;
}

#modal-extras .swiper-slide--extras .media-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#modal-extras .swiper-slide--extras p {
  height: 120px;
  margin-bottom: 0px;
  padding-top: 10px;
}

.line-arrow {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  color: var(--night) !important;
}

.line-arrow img {
  width: 10px;
  margin-right: 0px;
  position: relative;
  left: -10px;
}

.line-arrow .line {
  flex-grow: 1;
  height: 1px;
  background-color: #222;
  margin-right: 0px;
  position: relative;
}

.line-arrow span {
  border-bottom: 1px solid;
  font-weight: bold;
  text-decoration: none !important;
  color: var(--night) !important;
}

.team-carousel {
  margin-top: 90px;
  position: relative;
}

.team-carousel .slide {
  width: 80%;
  padding: 0px 0px 0px 90px;
}

.team-carousel .slide {
  display: flex;
  align-items: center;
}

.team-carousel .slide .left {
  width: 25%;
}

.team-carousel .slide .left img {
  border-radius: 100%;
  filter: grayscale(100%);
}

.team-carousel .slide .right {
  font-size: 16px;
  line-height: 20px;
  width: 75%;
  padding: 30px;
}

.team-carousel .slide .right h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.team-carousel .slide .right .pronunciation {
  margin-bottom: 15px;
}

.swiper-control {
  width: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000;
}

.swiper-prev {
  left: 30px;
}

.swiper-next {
  left: calc(80% + 15px);
}

.image-round-container {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}

.image-round-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* CONTACT */

section#contact-banner {
  padding-top: 240px;
}

section#contact-banner h1 {
  margin-bottom: 30px;
}

section#contact-banner .button {
  margin-bottom: 150px;
}

section#contact-banner .content--small {
  margin-bottom: 60px;
}

.cities-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  margin-top: 90px;
  padding: 0px 30px;
  margin-bottom: -90px;
}

.cities-item {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transform-origin: center center;
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /*! box-shadow: 0vw 0vw 2vw 2vw rgba(0, 0, 0, 0.15); */
}

.cities-item:hover {
  transform: scale(1.1);
}

.cities-item:before {
  content: '';
  height: 100%;
  width: 100%;
  background-color: var(--neon);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.cities-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
}

.cities-item-datas {
  position: absolute;
  top: 50%;
  left: 50%;
  color: black;
  z-index: 99;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}

.cities-item-datas .city {
  font-weight: 700;
}

.cities-item-datas .time {
  font-size: 32px;
  font-weight: 700;
}

.cities-item-datas .time span {
  font-weight: 400;
}

.cities-item:hover:before {
  opacity: 1;
}

.cities-item:hover .cities-item-datas {
  opacity: 1;
}

section#contact-form {
  padding: 210px 0px;
}

#custom-contact-form {
  color: var(--oat);
  margin-bottom: 60px;
}

#custom-contact-form p {
  font-size: 16px;
  line-height: 38px;
  margin-bottom: 60px;
}

#custom-contact-form p input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--oat);
  color: var(--neon);
  margin: 0px 2px;
  line-height: 16px;
  width: 140px;
  font-weight: 700;
  border-radius: 0px !important;
}

#custom-contact-form p input[type='radio'] {
  width: 10px;
  height: 10px;
  border: 1.5px solid var(--oat);
  border-radius: 100%;
  position: relative;
  top: 0px;
  background-color: var(--oat) 78;
  margin-right: 0px;
  margin-left: 5px;
}

#custom-contact-form p input[type='radio']:checked {
  background-color: var(--neon);
  border: 1.5px solid var(--neon);
}

#custom-contact-form p select {
  width: 200px;
  background-color: transparent;
  border: none;
  font-weight: 700;
  color: var(--neon);
  border-bottom: 1px solid var(--oat);
  border-radius: 0px !important;
}

#custom-contact-form .button {
  border: none;
  background: linear-gradient(
    var(--neon),
    var(--neon) 50%,
    var(--bluette) 50%,
    var(--bluette)
  );
  background-size: 100% 200%;
}

section#contact-form p a {
  position: relative;
  text-decoration: none;
  color: var(--neon) !important;
  font-weight: 700;
  border-bottom: none;
}

section#contact-form p a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: var(--neon);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

section#contact-form p a:hover::after {
  transform: scaleX(1);
}
/* SERVICES */

section#services-banner .services-anim-container {
  margin-bottom: 90px;
}

section#services-banner .arrow-big-down {
  width: 115px;
  margin-bottom: 90px;
}

section#services-banner .content--big {
  margin-bottom: 60px;
}

section#services-banner .video-container {
  pointer-events: none;
}

.services-list {
  margin-bottom: 90px;
}

.services-list a {
  color: var(--neon);
  font-weight: 700;
  position: relative;
}

.services-list a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: var(--neon);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.services-list a:hover::after {
  transform: scaleX(1);
}

.services-list a:hover {
  color: var(--neon);
}
section#services-footer {
  display: flex;
  width: 100%;
  align-items: stretch;
  background-color: var(--neon);
}

section#services-footer h2 {
  margin-bottom: 0px;
}

section#services-footer .left,
section#services-footer .right {
  flex: 0 0 50%;
  display: flex;
  padding: 60px 45px;
  gap: 30px;
  justify-content: center;
}

section#services-footer .left {
  right: 50%;
}

section#services-footer .left .button {
  color: var(--neon);
  background: linear-gradient(
    var(--night),
    var(--night) 50%,
    var(--neon) 50%,
    var(--neon)
  );
  background-size: 100% 200%;
}

section#services-footer .left .button:hover {
  color: var(--night);
}

section#services-footer .right {
  left: 50%;
}

section#services-footer .right .button {
  color: var(--jam);
  background: linear-gradient(
    var(--neon),
    var(--neon) 50%,
    var(--jam) 50%,
    var(--jam)
  );
  background-size: 100% 200%;
}

section#services-footer .right .button:hover {
  color: var(--neon);
}

/* PROJECTS */

section#project-banner {
  padding-top: 240px;
  padding-bottom: 150px;
}

section#project-banner h2.headline {
  margin-bottom: 60px;
}

section#projects-banner .video-container--controls {
  margin-bottom: 30px;
}

section#projects-grid {
  padding-bottom: 90px;
}

.gsap-work-anim-left-right {
  overflow: hidden;
}

.gsap-work-anim-left-right .left,
.gsap-work-anim-left-right .right {
  display: inline-block;
  white-space: nowrap;
  will-change: transform, opacity;
}

.grid-item {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 60px;
}

.grid-item:hover img,
.grid-item:hover video {
  transform: scale(1.2);
}

.grid-item .media-container {
  margin-bottom: 15px;
}

.grid-item h1 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
}
.grid-item h2 {
  margin-bottom: 5px;
}

section#projects-small-carousel {
  padding: 60px 0px 90px 0px;
}

section#projects-small-carousel h2.headline {
  margin-bottom: 60px;
  margin-left: 60px;
}

.projects-small-carousel .swiper-wrapper {
  margin-bottom: 30px;
}

.projects-small-carousel .swiper-scrollbar {
  background-color: #d9d9d936;
  height: 3px;
  width: calc(100% - 60px);
  left: 30px;
}

.main-project .projects-small-carousel .swiper-scrollbar {
  background-color: #d9d9d936;
}

.projects-small-carousel .swiper-scrollbar-drag,
.main-project .projects-small-carousel .swiper-scrollbar-drag {
  background-color: var(--oat);
}

.small-project .projects-small-carousel .swiper-scrollbar {
  background-color: var(--night) 6e;
}

.small-project .projects-small-carousel .swiper-scrollbar-drag {
  background-color: var(--bluette);
}

.projects-small-carousel .swiper-wrapper .slide {
  padding: 0px 120px 0px 30px;
  position: relative;
}

.projects-small-carousel .swiper-wrapper .slide img {
  width: 50%;
}
.main-project .projects-small-carousel .swiper-wrapper .slide img,
.page-template-page-WORK .projects-small-carousel .swiper-wrapper .slide img {
  width: 50%;
  filter: brightness(0) saturate(100%) invert(96%) sepia(66%) saturate(527%)
    hue-rotate(293deg) brightness(111%) contrast(86%);
}

.projects-small-carousel .swiper-wrapper h1 {
  font-weight: 700;
  margin-bottom: 15px;
}

.projects-small-carousel .swiper-wrapper .slide p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 0;
}

.projects-small-carousel .swiper-wrapper .slide p a {
  color: var(--neon) !important;
  border-bottom: 1px solid;
  text-decoration: none !important;
}

.small-project .projects-small-carousel .swiper-wrapper .slide p a {
  color: var(--bluette) !important;
}

section#projects-footer {
  padding: 30px 30px;
}

section#projects-footer .projects-footer--flex {
  display: flex;
  gap: 30px;
}

section#projects-footer .projects-footer--flex h2 {
  margin-bottom: 0px;
}

/* SINGLE */

section#single-banner .banner-container {
  margin-bottom: 90px;
}

section#single-banner.darkening-layer .banner-container:after {
  content: '';
  height: 100%;
  width: 100%;
  background-color: black;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}

section#single-banner .banner-container-title-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 64px;
  line-height: 64px;
  z-index: 2;
}

section#single-banner .big-text {
  margin-bottom: 45px;
}

section#single-banner .big-text p,
section#single-banner .content p strong,
section.single-medias .media-container--text p strong {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

section#single-banner .big-text p {
  font-size: 30px;
  line-height: 36px;
}

section#single-banner .tags {
  font-size: 16px;
  line-height: 24px;
}

.small-project section#single-banner {
  padding-bottom: 60px;
}

.small-project section#single-banner .content p {
  margin-bottom: 15px;
  display: block;
}

section#single-banner .content p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 90px;
}

section#single-banner .content p strong {
  margin-bottom: -10px;
  display: block;
}

.single-medias {
  padding: 120px 0px 120px 0px;
}

#single-medias-2 {
  padding: 20px 0px 120px 0px;
}

.single-medias .row {
  margin-bottom: 30px;
}

.single-medias .row.margin_bottom_75 {
  margin-bottom: 75px;
}

.single-medias .row.margin_bottom_150 {
  margin-bottom: 150px;
}

#single-results {
  padding: 0px 0px 150px 0px;
}

.results-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  margin-top: 90px;
  justify-content: center;
}

.results-item {
  width: calc(100vw / 8);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transform-origin: center center;
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.results-item:hover {
  transform: scale(1.1);
}

.results-item-datas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 15px;
}

.results-item-datas .results-item-datas-title {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 4px;
}

.results-item-datas .results-item-datas-number {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.results-item-datas .results-item-datas-subtitle {
  font-size: 10px;
  line-height: 12px;
}

.media-container,
.video-container--single {
  overflow: hidden;
}

.media-container img,
.media-container video {
  transition: all 1s ease-in-out;
}

.media-container--text.text-align-bottom {
  height: calc(100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.media-container--text p:last-child {
  margin-bottom: 0px;
}

.media-container--text a.button {
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-size: 20px;
  line-height: 20px;
  padding: 0px 25px;
  height: 70px;
  color: var(--oat);
  border: 0px solid !important;
  margin-top: 30px;
}
.media-container video {
  width: 100%;
  height: auto;
}

.media-container.background-media video,
.media-container.background-media img,
.single-carousel-auto .slide img,
.single-carousel-drag .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.single-carousel.format_32_9 .slide,
.media-container.background-media.format_32_9 {
  aspect-ratio: 32 / 9;
}

.single-carousel.format_16_9 .slide,
.media-container.background-media.format_16_9 {
  aspect-ratio: 16 / 9;
}

.single-carousel.format_4_3 .slide,
.media-container.background-media.format_4_3 {
  aspect-ratio: 4 / 3;
}

.single-carousel.format_square .slide,
.media-container.background-media.format_square {
  aspect-ratio: 1 / 1;
}

.single-carousel.format_portrait .slide,
.media-container.background-media.format_portrait {
  aspect-ratio: 3 / 4;
}

.row-2-medias-large-left .col-4 .media-container.background-media {
  position: absolute;
  height: calc(100%);
  aspect-ratio: unset;
  width: calc(100% - 30px);
}

.row-2-medias-large-right .col-4 .media-container.background-media {
  position: absolute;
  height: calc(100%);
  aspect-ratio: unset;
  width: calc(100% - 30px);
}

.video-container--single .play-button {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.single-carousel-drag {
  width: calc(100% + 120px);
  position: relative;
  left: -60px;
  margin-bottom: 30px;
}

.single-carousel-drag .slide {
  width: 80%;
  padding: 0px 0px 0px 30px;
}

.single-carousel-drag .slide {
  display: flex;
  align-items: center;
}

#single-next {
  padding: 30px 0px 120px 0px;
}

/* 404 */

#page-404-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#page-404-content h1.mega-headline {
  margin-bottom: 0px;
}

#page-404-content .smiley-face {
  width: 40px;
  display: inline-block;
}

/* CUSTOM CURSOR */

.hover-area {
  cursor: none !important;
}

#custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  will-change: transform, opacity;
  transform-origin: center center;
  z-index: 10000;
}

.cursor-inner {
  animation: float 3s ease-in-out infinite;
}

#custom-cursor img {
  width: 128px;
  height: auto;
  display: block;
  pointer-events: none;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.mobile {
  display: none;
}

@media (max-width: 991px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  #custom-cursor {
    display: none !important;
  }

  .container-fluid,
  header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  section.section-top {
    padding-top: 90px;
  }

  section#single-banner .banner-container {
    margin-bottom: 90px;
    aspect-ratio: 9/16;
  }

  section#single-banner .banner-container-title-container {
    padding: 0px 15px;
  }

  section#single-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  h1.mega-headline {
    font-size: 48px;
    line-height: 49px;
    margin-bottom: 45px;
  }

  .content--big p,
  h2.headline {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .button {
    font-size: 15px;
    line-height: 15px;
    padding: 13px 15px 12px 15px;
    height: auto;
  }

  .video-container {
    padding-top: 177.77%;
  }

  .video-container--controls {
    margin-bottom: 60px;
  }

  /* WORKS */

  section#projects-banner .video-container--controls {
    margin-bottom: 60px;
    pointer-events: none !important;
  }

  section#projects-small-carousel h2.headline {
    margin-bottom: 60px;
    margin-left: 30px;
  }

  .projects-small-carousel .swiper-wrapper .slide {
    padding: 0px 30px 0px 30px;
    position: relative;
  }

  section#projects-footer {
    padding: 30px 15px;
  }

  section#projects-footer .projects-footer--flex {
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
  }

  /* SINGLE WORK */

  section#single-banner .tags {
    margin-bottom: 60px;
  }

  .single-medias .row {
    margin-bottom: 0px !important;
  }

  .media-container,
  .media-container--text,
  .single-carousel,
  .video-container--single {
    margin-bottom: 30px !important;
  }

  .results-container {
    flex-wrap: wrap;
    margin-top: 60px;
  }

  .results-item {
    width: calc(50% - 15px);
  }

  /* SERVICES */

  .multi-columns {
    flex-wrap: wrap;
  }

  .multi-columns ul {
    width: calc(50% - 30px);
  }

  section#services-footer {
    display: block;
  }

  section#services-footer h2 {
    margin-bottom: 0px;
  }

  section#services-footer .left,
  section#services-footer .right {
    flex: 0 0 50%;
    display: flex;
    padding: 30px 15px;
    gap: 15px;
    justify-content: space-between;
    flex-direction: column;
  }

  /* ABOUT */

  section#about-content {
    padding-top: 90px;
    padding-bottom: 0px;
  }

  section#about-content h2 {
    margin-bottom: 30px;
  }

  section#about-content .content {
    margin-bottom: 30px;
  }

  section#about-content .about-content-column {
    margin-bottom: 90px;
  }

  .discover-menu {
    display: block;
  }

  .discover-menu li {
    margin-bottom: 15px;
  }

  .clients-logos-grid-item {
    flex: 0 0 calc((100% - (2 * 15px)) / 2);
    max-width: calc((100% - (2 * 15px)) / 2);
  }

  .trophy-logos-grid-item {
    flex: 0 0 calc(50% - 15px);
  }

  .trophy-logos-grid-item img {
    max-width: 75%;
    max-height: 75%;
  }

  section#about-team {
    padding: 60px 0px 0px 0px;
  }

  .swiper-prev {
    left: 15px;
  }

  .swiper-next {
    left: unset;
    right: 15px;
  }

  .team-carousel .slide {
    display: block;
    align-items: center;
  }

  .team-carousel .slide {
    width: 100%;
    padding: 0px 55px 0px 55px;
  }

  .team-carousel .slide .left {
    width: 100%;
    margin-bottom: 30px;
  }

  .team-carousel .slide .left img {
    border-radius: 100%;
    filter: grayscale(100%);
  }

  .team-carousel .slide .right {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    padding: 0px;
  }

  /* CONTACT */

  section#contact-banner {
    padding-top: 240px;
    padding-bottom: 120px;
  }

  section#contact-form {
    padding: 120px 0px;
  }

  .cities-container {
    gap: 0px;
    margin-top: 90px;
    padding: 0px 15px;
    margin-bottom: -90px;
    display: none;
  }

  /* FOOTER */

  footer {
    padding-top: 60px;
    height: auto;
  }

  .mailchimp form {
    margin-bottom: 60px;
    justify-content: space-between;
  }

  .mailchimp input {
    width: 60%;
    font-size: 15px;
    line-height: 15px;
    padding: 12px 15px 11px 15px;
    height: 40px;
  }

  .mailchimp button {
    width: auto;
  }

  footer .multi-columns {
    padding: 0px 15px;
  }

  footer .logo-inline {
    margin-top: 60px;
  }

  #modal-values,
  #modal-extras {
    position: fixed;
    top: 0;
    right: -100vw;
    height: 100vh;
    width: 100vw;
    z-index: 1000;
    padding: 60px 0px 0px 0px;
    transition: right 0.3s ease-in-out;
    overflow: scroll;
  }

  .modal-values-opened,
  .modal-extras-opened {
    overflow: hidden;
  }

  .modal-values-opened #modal-values,
  .modal-extras-opened #modal-extras {
    right: 0;
  }

  .toggle-modal-values,
  .toggle-modal-extras {
    cursor: pointer;
  }

  #modal-values h2,
  #modal-extras h2,
  #modal-extras h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
  }

  #modal-values h2 {
    width: auto;
  }

  #modal-values h2::before,
  #modal-extras h2::before {
    content: '';
    display: block;
    width: 50px;
    height: 16px;
    margin-right: 10px;
    background-image: url(_/img/arrow-big.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0s ease-in-out;
  }

  #modal-extras .swiper {
    margin-left: unset;
    margin-right: unset;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    padding-left: 77px;
    z-index: 1;
    display: block;
    width: calc(100% - 45px);
  }

  #modal-extras .swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: block;
    transition-property: unset;
    transition-timing-function: unset;
    box-sizing: unset;
  }

  #modal-extras .swiper-slide--extras {
    display: block;
    flex-direction: unset;
    height: auto;
    padding-right: unset;
    margin-bottom: 45px;
  }

  #modal-extras .swiper-slide--extras h3 {
    line-height: 40px;
    height: unset;
    margin-bottom: 15px;
  }

  #modal-extras .swiper-slide--extras .media-container {
    height: auto;
    aspect-ratio: unset;
    overflow: unset;
    width: 100%;
    margin-bottom: 15px !important;
  }

  #modal-extras .swiper-slide--extras p {
    height: auto;
    margin-bottom: 0px;
    padding-top: unset;
  }

  .modal-values-opened #modal-values h2::before,
  .modal-extras-opened #modal-extras h2::before {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out 0.3s;
  }

  .cross-modal {
    cursor: pointer;
    width: 25px;
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .our-values-menu {
    display: block;
    justify-content: unsafe;
    font-size: 12px;
    line-height: 16px;
    padding: 0px 45px 0px 63px;
    gap: 60px;
    margin-bottom: 90px;
  }

  .our-values-menu-col {
    margin-bottom: 30px;
  }

  .our-values-menu .our-values-menu-col h3 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
  }

  .our-values-menu .our-values-menu-col p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .hur54b {
    padding: 15px !important;
  }
}
