@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/* COLORS */
/* SCREEN SIZES */
/* FONTS */
/*
@font-face {
    font-family: 'Media Sans SemiCondensed';
    src: url('./assets/fonts/MediaSansSemiCondensed-Regular.eot');
    src: url('./assets/fonts/MediaSansSemiCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/MediaSansSemiCondensed-Regular.woff2') format('woff2'),
        url('./assets/fonts/MediaSansSemiCondensed-Regular.woff') format('woff'),
        url('./assets/fonts/MediaSansSemiCondensed-Regular.ttf') format('truetype'),
        url('./assets/fonts/MediaSansSemiCondensed-Regular.svg#MediaSansSemiCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/
.font-serif, .block-columns .chapo, .font-serif-black, .block-hero strong, .block-hero-home .strong, .font-serif-bold, .block-split .block-split-left .block-intro,
.block-split .block-split-right .block-intro, .font-serif-medium, .block-post-content .wp-block-quote p,
.block-content-content .wp-block-quote p, .font-serif-regular, .block-contact p, .block-form-contact .intro-form-contact, .font-serif-light, .block-hero .chapo, .block-hero-home .quote {
  font-family: "sole-serif-small-variable", serif;
}

.font-serif-light, .block-hero .chapo, .block-hero-home .quote {
  font-variation-settings: "opsz" 500, "wght" 200;
}

.font-serif-regular, .block-contact p, .block-form-contact .intro-form-contact {
  font-variation-settings: "opsz" 500, "wght" 400;
}

.font-serif-medium, .block-post-content .wp-block-quote p,
.block-content-content .wp-block-quote p {
  font-variation-settings: "opsz" 500, "wght" 500;
}

.font-serif-bold, .block-split .block-split-left .block-intro,
.block-split .block-split-right .block-intro {
  font-variation-settings: "opsz" 500, "wght" 700;
}

.font-serif-black, .block-hero strong, .block-hero-home .strong {
  font-variation-settings: "opsz" 500, "wght" 900;
}

.font-sans, .block-form-contact form input,
.block-form-contact form textarea, body, header nav a, h3, .h3, h1, .h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

.body-copy, .block-split .block-text, .block-content .block-content-content p, .block-columns .item-content, .block-grid .item-content, .block-grid-detail .item-grid .item-content, .block-post-content p,
.block-content-content p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

/* TITLE */
h1, .h1 {
  font-size: 5rem;
  letter-spacing: -0.05rem;
  line-height: 6.8rem;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 4rem;
  letter-spacing: -0.05rem;
  line-height: 7.2rem;
  text-transform: uppercase;
}

h5, .h5 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.4rem;
}

@media screen and (max-width: 1023px) {
  h1, .h1 {
    font-size: 4rem;
  }
  h3, .h3 {
    font-size: 3.4rem;
    line-height: 7.2rem;
  }
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
  min-height: 100vh;
  scroll-behavior: smooth;
}

body {
  background-color: #093E34;
  color: #BFBFFD;
  font-size: 1.6rem;
  line-height: 1.2;
}

::selection {
  color: #2b322e;
  background: #dafee2;
}

a {
  text-decoration: none;
}

/* HEADER */
header {
  background-color: #093E34;
  color: #BFBFFD;
}
header .block-inside {
  margin: 0 auto;
  max-width: 1439px;
}
header .logo {
  color: #BFBFFD;
  display: block;
  height: 5.6rem;
  margin: 0;
  transition: color 0.2s ease;
  width: 28rem;
}
header .header-nav {
  align-items: center;
  display: flex;
  height: 13.6rem;
  justify-content: space-between;
}
header .mobile-nav {
  display: none;
}
header nav {
  margin: 0;
  /*
  .has-secondary-nav { 
  	position: relative; 
  }

  .secondary-nav { 
  	background-color: $black;
  	left: 0;
  	opacity: 0;
  	padding-bottom: 2rem;
  	position: absolute;
  	top: 6rem;
  	transform: translateY(-2em);
  	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  	visibility: hidden;
  	width: 22rem;
  	z-index: -1;

  	li {
  		&:first-child {
  			margin-top: 1rem;
  		}
  	}
  	a {
  		display: block;
  		padding: 1rem 3rem;
  		text-transform: lowercase;
  	}
  }

  .has-secondary-nav:focus .secondary-nav,
  .has-secondary-nav:focus-within .secondary-nav,
  .has-secondary-nav:hover .secondary-nav {
  	opacity: 1;
  	transform: translateY(0%);
  	transition-delay: 0s, 0s, 0.3s;
  	visibility: visible;
  	z-index: 1;
  }
  */
}
header nav a {
  color: #BFBFFD;
  display: block;
  font-size: 1.4rem;
  padding: 1.6rem;
  text-transform: uppercase;
}
header nav a:hover {
  color: #D1FFE0;
}
header nav .current-menu-item a {
  color: #D1FFE0;
  position: relative;
}
header nav .current-menu-item a:after {
  background-color: #D1FFE0;
  border-radius: 50%;
  bottom: 0.5rem;
  content: "";
  height: 0.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-0.2rem);
  width: 0.4rem;
}
header nav ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header nav ul li:last-child a {
  padding-right: 0;
}

/* HEADROOM */
.headroom {
  border-bottom: 0.1rem solid #BFBFFD;
  height: 13.6rem;
  position: fixed;
  top: 0;
  width: 100%;
  will-change: transform;
  transition: transform 0.3s linear;
  z-index: 10000;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

/* MAIN */
.main {
  padding-top: 13.6rem;
}

/* FOOTER */
footer {
  background: #093E34;
  color: #BFBFFD;
  font-size: 1.4rem;
}
footer .logo,
footer .logo img {
  display: block;
}
footer .logo img {
  height: 10rem;
  width: auto;
}
footer a {
  color: #BFBFFD;
  transition: color 0.2s ease;
}
footer a:hover {
  color: #D1FFE0;
}
footer nav ul {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
footer nav a {
  text-transform: uppercase;
}
footer .links-social ul {
  align-items: center;
  display: flex;
  gap: 2.4rem;
  justify-content: center;
  margin-top: 4rem;
}
footer .block-inside {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1439px;
  padding: 7.2rem 0;
}
footer .left-col {
  align-items: flex-start;
  display: flex;
  gap: 8rem;
  justify-content: space-between;
}
footer .block-bottom {
  border-top: 0.1rem solid #BFBFFD;
  padding: 2.4rem 0;
}
footer .block-bottom .block-bottom-inside {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1439px;
}

/* Button */
.button {
  border-radius: 0.8rem;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
  padding: 1.5rem 5rem;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.button:hover {
  background-color: #D1FFE0;
  color: #093E34;
}
.button:focus {
  background-color: #B3E8C5;
  color: #093E34;
}

.button-small {
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
  padding: 1.1rem 1.4rem;
  text-transform: none;
}

.button-light {
  background-color: #BFBFFD;
  color: #093E34;
}

.button-dark {
  background-color: #093E34;
  color: #BFBFFD;
}

.button-border-transparent {
  background-color: transparent;
  border: 0.1rem solid #1C1C28;
}

/* Blocks */
.block {
  padding: 0 2rem;
}
.block .block-inside {
  margin: 0 auto;
  max-width: 1439px;
  padding: 12rem 0;
}

@media screen and (max-width: 1600px) {
  header .block-inside,
  header .block-bottom .block-bottom-inside,
  footer .block-inside,
  footer .block-bottom .block-bottom-inside,
  .block .block-inside,
  .block .block-bottom .block-bottom-inside {
    margin: 0 8rem;
  }
}
@media screen and (max-width: 1439px) {
  header nav a {
    font-size: 1.3rem;
    padding: 1.6rem 0.8rem;
  }
}
@media screen and (max-width: 1279px) {
  .block .block-inside {
    margin: 0;
    padding: 8rem 0;
  }
  body {
    overflow-x: hidden;
  }
  header .block-inside {
    margin: 0 auto;
  }
  header.headroom {
    border-bottom: 0;
    height: 8rem;
  }
  header .container,
  header .header-nav {
    height: 100%;
  }
  header .logo {
    height: 4rem;
    margin: 2rem 0 2rem 2rem;
    width: 20rem;
    z-index: 1;
  }
  header .logo img {
    display: block;
    width: 20rem;
  }
  header .header-nav {
    border-bottom: none;
  }
  header .header-nav:after {
    background-color: #093E34;
    border-bottom: 0.1rem solid #BFBFFD;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8rem;
    width: 100%;
    transiton: all 0.4s ease;
  }
  header nav {
    background-color: #FFFFFF;
    display: block;
    bottom: 0;
    left: 0;
    height: 100svh;
    margin: 0;
    overflow-y: auto;
    padding-top: 8rem;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate(100vw, 0);
    transition: transform 0.3s ease;
  }
  header nav ul {
    display: block;
  }
  header nav a {
    color: #093E34;
    padding: 2rem;
    position: relative;
    transition: color 0.2s ease;
  }
  header nav a:after {
    background: url(./assets/img/arrow-right.svg) no-repeat center center;
    content: "";
    height: 5.5rem;
    position: absolute;
    right: 1rem;
    top: 0;
    width: 5rem;
  }
  header nav a:hover {
    color: #5353B8;
  }
  header nav .secondary-nav {
    display: block;
    margin-left: 2rem;
    opacity: 1;
    position: static;
    transform: none;
    visibility: visible;
  }
  header nav .current-menu-item a {
    color: #5353B8;
  }
  header nav .current-menu-item a:after {
    background-color: transparent;
    border-radius: 0;
    bottom: auto;
    content: "";
    height: 5.5rem;
    left: auto;
    right: 1rem;
    transform: none;
    width: 5rem;
  }
  header .mobile-nav {
    display: block;
  }
  header .toggle-nav {
    height: 5rem;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 5rem;
  }
  header .toggle-nav span, header .toggle-nav:before, header .toggle-nav:after {
    background: #BFBFFD;
    display: block;
    height: 0.1rem;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    transition: all 0.2s linear;
  }
  header .toggle-nav:before, header .toggle-nav:after {
    content: "";
  }
  header .toggle-nav:before {
    margin-top: -0.6rem;
  }
  header .toggle-nav:after {
    margin-top: 0.6rem;
  }
  header.nav-open .logo {
    color: #093E34;
  }
  header.nav-open .header-nav:after {
    background-color: #FFFFFF;
    border-bottom-color: #093E34;
  }
  header.nav-open .container nav {
    transform: translate(0, 0);
  }
  header.nav-open.headroom--unpinned {
    transform: none;
  }
  header.nav-open .toggle-nav span, header.nav-open .toggle-nav:before, header.nav-open .toggle-nav:after {
    background: #093E34;
  }
  header.nav-open .toggle-nav span {
    opacity: 0;
  }
  header.nav-open .toggle-nav:before, header.nav-open .toggle-nav:after {
    content: "";
    margin: 0;
  }
  header.nav-open .toggle-nav:before {
    transform: translateY(-50%) rotate(45deg);
  }
  header.nav-open .toggle-nav:after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .loaded header nav {
    transition: transform 0.4s ease;
  }
  .has-nav-open {
    height: 100svh;
    overflow: hidden;
  }
  .main {
    padding-top: 8rem;
  }
  footer .block-inside {
    display: block;
    margin: 6.4rem auto;
    padding: 0 2rem;
  }
  footer .logo img {
    margin: 0 auto 4rem;
  }
  footer .left-col {
    display: block;
    text-align: center;
  }
  footer .links-social {
    margin-top: 5.6rem;
  }
  footer .block-bottom {
    padding: 4rem 0;
  }
  footer .block-bottom .block-bottom-inside {
    display: block;
    margin: 0 2rem;
    text-align: center;
  }
  footer .block-bottom div {
    margin-bottom: 2.4rem;
  }
  footer .block-bottom a {
    font-weight: 500;
  }
}
@media screen and (max-width: 1023px) {
  .button {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.block-post-content {
  background-color: #FFFFFF;
  color: #1C1C28;
}
.block-post-content h4,
.block-content-content h4 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.6rem;
}
.block-post-content p,
.block-content-content p {
  margin-bottom: 2.6rem;
}
.block-post-content strong,
.block-content-content strong {
  font-weight: 700;
}
.block-post-content .wp-block-columns,
.block-content-content .wp-block-columns {
  margin-bottom: 8rem;
}
.block-post-content .wp-block-columns p:last-child,
.block-content-content .wp-block-columns p:last-child {
  margin-bottom: 0;
}
.block-post-content .wp-block-quote p,
.block-content-content .wp-block-quote p {
  color: #5353B8;
  font-size: 3.2rem;
  font-style: italic;
  line-height: 4.2rem;
}
.block-post-content a,
.block-content-content a {
  color: #5353B8;
  font-weight: 600;
  text-decoration: underline;
}
.block-post-content a:hover,
.block-content-content a:hover {
  text-decoration: none;
}
.block-post-content *:last-child,
.block-content-content *:last-child {
  margin-bottom: 0;
}
.block-post-content .wp-block-image,
.block-post-content .wp-block-embed,
.block-content-content .wp-block-image,
.block-content-content .wp-block-embed {
  margin-bottom: 4rem;
}

/* TODO FIX THAT */
/* Conteneur colonnes fluide */
.wp-block-columns.is-style-col-fluid {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
}

.wp-block-columns.is-layout-flex {
  gap: 6rem;
}

/* Mobile */
.wp-block-columns.is-style-col-fluid > .wp-block-column {
  flex: 1 1 100% !important;
}

.wp-block-embed iframe {
  width: 100%;
}

/* Desktop classique : 3/5 et 2/5 */
@media (min-width: 1023px) {
  .wp-block-columns.is-style-col-fluid {
    gap: 12rem;
  }
  .wp-block-columns.is-style-col-fluid > .col-3-5 {
    flex: 0 0 calc(60% - 6rem) !important;
  }
  .wp-block-columns.is-style-col-fluid > .col-2-5 {
    flex: 0 0 calc(40% - 6rem) !important;
  }
  .wp-block-columns.is-layout-flex {
    gap: 12rem;
  }
}
/* Large desktop : 50/50 */
@media (min-width: 1439px) {
  .wp-block-columns.is-style-col-fluid > .wp-block-column {
    flex: 0 0 calc(50% - 6rem) !important;
  }
}
.block-nav-case-study {
  background-color: #FFFFFF;
  border-top: 0.1rem solid #BFBFFD;
}
.block-nav-case-study .block-inside {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 4rem 0;
}
.block-nav-case-study .prev a,
.block-nav-case-study .next a {
  align-items: flex-start;
  display: flex;
  color: #1C1C28;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.6rem;
  text-transform: uppercase;
}
.block-nav-case-study .prev a:hover,
.block-nav-case-study .next a:hover {
  color: #342484;
}
.block-nav-case-study .prev .thumbnail,
.block-nav-case-study .next .thumbnail {
  display: block;
  height: 16rem;
  margin-bottom: 1.6rem;
  width: 29rem;
}
.block-nav-case-study .prev .thumbnail img,
.block-nav-case-study .next .thumbnail img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.block-nav-case-study .prev .arrow,
.block-nav-case-study .next .arrow {
  margin-top: 0.5rem;
}
.block-nav-case-study .next a {
  align-items: flex-end;
}
.block-nav-case-study .next .arrow {
  transform: rotate(180deg);
}

.block-hero .block-inside {
  padding: 8rem 0;
}
.block-hero h1 {
  max-width: 70%;
}
.block-hero .chapo {
  font-size: 3.2rem;
  font-style: italic;
  margin-top: 1.2rem;
  max-width: 70%;
}
@media screen and (max-width: 1439px) {
  .block-hero h1 {
    max-width: 80%;
  }
}
@media screen and (max-width: 1279px) {
  .block-hero h1 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .block-hero .chapo {
    max-width: 100%;
  }
}

.block-hero-image-container {
  height: 44rem;
  width: 100%;
}
.block-hero-image-container .block-hero-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .block-hero-image-container {
    height: 32rem;
  }
}

.block-hero-home {
  background-color: #093E34;
}
.block-hero-home .block-inside {
  align-items: center;
  display: flex;
  gap: 5rem;
  padding: 12.5rem 0;
}
.block-hero-home .col {
  color: #BFBFFD;
}
.block-hero-home .logo_hero {
  height: 10rem;
  width: auto;
}
.block-hero-home .quote {
  font-size: 5rem;
  font-style: italic;
  margin-top: 3.2rem;
}
.block-hero-home .author {
  font-size: 1.6rem;
  line-height: 4.4rem;
  margin: 1rem 0;
  text-transform: uppercase;
}
.block-hero-home .button {
  margin-top: 3.2rem;
}
.block-hero-home .hero-image {
  border-radius: 0.8rem;
  display: block;
  height: 65.8rem;
  object-fit: cover;
  width: 48.5rem;
}
@media screen and (max-width: 1023px) {
  .block-hero-home .block-inside {
    display: block;
    padding: 8rem 0;
  }
  .block-hero-home img {
    display: block;
    max-width: 7rem;
  }
  .block-hero-home .hero-image {
    display: none;
  }
  .block-hero-home .quote {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}

/*
.block-grid {
    background-color: $white;
    color: $black-bleu;

    .block-inside {
        display: flex;
        flex-direction: column;
    }

    h3 {
        margin-bottom: 4.8rem;
    }

    h5 {
        margin: 1.6rem 0;
    }

    .block-grid-swiper {
        width: 100%;

        .swiper-wrapper {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 6.6rem;
        }

        .swiper-pagination {
            margin-top: 4rem;
            text-align: center;

            .swiper-pagination-bullet {
                opacity: 0.2;

                &-active {
                    background: $purple-light;
                    opacity: 1;
                }
            }
        }
    }
    .item-grid {
        img {
            display: block;
            width: 4rem;
        }
    }
    .item-content {
        @extend .body-copy;
    }

    .button {
        margin: 4.8rem auto 0;
    }

    @media screen and (max-width: $tablet) {

        .grid {
            display: block;
        }
    }
}
*/
.block-grid {
  background-color: #FFFFFF;
  color: #1C1C28;
  /* Desktop : 2 lignes × 3 colonnes */
}
.block-grid .block-inside {
  display: flex;
  flex-direction: column;
}
.block-grid h3 {
  margin-bottom: 4.8rem;
}
.block-grid h5 {
  margin: 1.6rem 0;
}
.block-grid .block-grid-swiper {
  width: 100%;
}
.block-grid .block-grid-swiper .swiper-slide {
  display: grid;
  grid-template-rows: repeat(3, auto);
  margin-bottom: 4rem;
}
.block-grid .block-grid-swiper .swiper-pagination {
  position: relative;
  text-align: center;
}
.block-grid .block-grid-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.2;
}
.block-grid .block-grid-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #BFBFFD;
  opacity: 1;
}
.block-grid .item-grid img {
  display: block;
  width: 4rem;
}
.block-grid .button {
  margin: 4.8rem auto 0;
}
@media screen and (min-width: 1023px) {
  .block-grid .block-grid-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 6.6rem;
  }
  .block-grid .block-grid-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  .block-grid .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .block-grid .grid {
    display: block;
  }
}

.block-grid-detail {
  background-color: #FFFFFF;
  color: #1C1C28;
}
.block-grid-detail .block-inside {
  padding: 8rem 0;
}
.block-grid-detail .item-grid {
  align-items: start;
  border-bottom: 0.1rem solid #1C1C28;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}
.block-grid-detail .item-grid:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-grid-detail .item-grid img {
  display: block;
  margin-right: 4rem;
  width: 7.2rem;
}
.block-grid-detail .item-grid h5 {
  flex-grow: 1;
}
.block-grid-detail .item-grid .item-content {
  margin-left: 4rem;
  width: 45%;
}
.block-grid-detail .item-grid .item-content ul {
  list-style-type: disc;
  margin: 0;
  padding-left: 1.2em;
}
.block-grid-detail .item-grid .item-content ul li::marker {
  font-size: 1rem;
}
@media screen and (max-width: 1023px) {
  .block-grid-detail .item-grid {
    flex-direction: column;
  }
  .block-grid-detail .item-grid img,
  .block-grid-detail .item-grid h5 {
    margin-bottom: 1.6rem;
  }
  .block-grid-detail .item-grid .item-content {
    margin: 0;
    width: 100%;
  }
}

.block-list {
  background-color: #093E34;
  color: #BFBFFD;
}
.block-list h3 {
  margin-bottom: 5.6rem;
}
.block-list .block-inside {
  display: flex;
  flex-direction: column;
}
.block-list .block-list-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.6rem;
}
.block-list .block-case-study {
  align-items: stretch;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
  overflow: hidden;
}
.block-list .block-case-study img {
  display: block;
  max-height: 24.5rem;
  max-width: 100%;
  object-fit: cover;
}
.block-list .block-case-study .block-case-study-details {
  background-color: #FFFFFF;
  border-radius: 0 0 0.8rem 0.8rem;
  color: #1C1C28;
  flex: 1;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3.4rem;
  padding: 3.2rem 3.2rem 4rem;
  transition: all 0.4s ease;
}
.block-list .block-case-study .block-case-study-text {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 3rem;
  margin-top: 1.6rem;
}
.block-list .block-case-study:hover .block-case-study-details {
  background-color: #D1FFE0;
  color: #093E34;
}
.block-list.bg-full-list .block-list-items {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.block-list.bg-full-list .block-case-study img {
  max-height: 39.5rem;
}
.block-list.bg-full-list .block-case-study-details {
  border: 0.1rem solid #BFBFFD;
  border-top: none;
}
.block-list .button {
  margin: 4.8rem auto 0;
}
.block-list.bg-white {
  background-color: #FFFFFF;
}
.block-list.light-mode {
  background-color: #FFFFFF;
}
.block-list.light-mode h3 {
  color: #1C1C28;
}
.block-list.light-mode .block-case-study-details {
  border: 0.1rem solid #BFBFFD;
  border-top: none;
}
.block-list.light-mode .block-case-study:hover .block-case-study-details {
  background-color: #BFBFFD;
  color: #1C1C28;
}
@media screen and (max-width: 1680px) {
  .block-list .block-list-items {
    gap: 4.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .block-list .block-list-items {
    display: flex;
    flex-direction: column;
  }
  .block-list.bg-full-list .block-list-items {
    gap: 4rem;
  }
  .block-list .block-case-study .block-case-study-details {
    padding: 2.4rem 2.4rem 4rem;
  }
}

.block-columns {
  background-color: #FFFFFF;
  color: #1C1C28;
}
.block-columns .block-inside {
  display: flex;
  flex-direction: column;
}
.block-columns .chapo {
  color: #5353B8;
  font-style: italic;
  font-size: 2.6rem;
  margin-bottom: 5.6rem;
  width: 75%;
}
.block-columns .block-columns-items {
  align-items: flex-start;
  display: flex;
  gap: 6rem;
  justify-content: space-between;
}
.block-columns .block-columns-items .item-column {
  flex: 1;
}
.block-columns .button {
  margin: 4.8rem auto 0;
}
.block-columns .item-icon {
  height: 9.5rem;
  margin-bottom: 1.6rem;
}
.block-columns .item-icon img {
  display: block;
  height: 100%;
}
.block-columns .item-title {
  margin-bottom: 1.6rem;
}
.block-columns .item-subtitle {
  color: #5353B8;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}
.block-columns.grid .block-columns-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.4rem 6rem;
}
@media screen and (max-width: 1023px) {
  .block-columns .block-columns-items {
    flex-direction: column;
  }
  .block-columns .chapo {
    width: 100%;
  }
  .block-columns.grid .block-columns-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.block-content {
  background-color: #FFFFFF;
  color: #1C1C28;
}
.block-content.bg-purple-light {
  background-color: #BFBFFD;
  color: #093E34;
}
.block-content.bg-green-dark {
  background-color: #093E34;
  color: #BFBFFD;
}
.block-content.bg-has-circles {
  background-image: url(./assets/img/bg_circles.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
.block-content.bg-has-circles .block-content-content {
  max-width: 58rem;
}
.block-content h3 {
  margin-bottom: 4rem;
}
.block-content .block-content-content strong {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.6rem;
  margin: 3.2rem 0 0.8rem;
}
.block-content .block-content-content p:first-child strong {
  margin-top: 4.8rem;
}
@media screen and (max-width: 1023px) {
  .block-content.bg-has-circles {
    background-image: none;
  }
}

.block-contact {
  background: #BFBFFD;
  color: #342484;
}
.block-contact .block-inside {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-left: 6rem;
  padding-right: 6rem;
}
.block-contact .block-contact-content {
  max-width: 84rem;
}
.block-contact p {
  font-style: italic;
  font-size: 3.6rem;
  line-height: 5rem;
}
@media screen and (max-width: 1279px) {
  .block-contact .block-inside {
    display: block;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .block-contact .block-contact-content {
    max-width: 100%;
  }
  .block-contact p {
    margin-bottom: 4rem;
  }
}

.page-contact .block-post-content h3 {
  margin-bottom: 4.8rem;
}
.page-contact .block-post-content h5 {
  margin-bottom: 0.8rem;
}
.page-contact .block-post-content a {
  color: #1C1C28;
}
.page-contact .block-post-content a:hover {
  color: #5353B8;
}
.page-contact .block-social a {
  align-items: center;
  display: flex;
  color: #5353B8;
  font-weight: 600;
  justify-content: flex-start;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
  transition: color 0.5s ease;
}
.page-contact .block-social a:before {
  background-color: #5353B8;
  content: "";
  display: block;
  height: 2.2rem;
  width: 2.2rem;
  transition: all 0.5s ease;
  -webkit-mask: no-repeat center/contain;
  mask: no-repeat center/contain;
}
.page-contact .block-social a:hover {
  color: #117D6A;
}
.page-contact .block-social a:hover:before {
  background-color: #117D6A;
}
.page-contact .block-social a.link-linkedin:before {
  -webkit-mask-image: url("assets/img/icon_linkedin.svg");
  mask-image: url("assets/img/icon_linkedin.svg");
}
.page-contact .block-social a.link-instagram:before {
  -webkit-mask-image: url("assets/img/icon_insta.svg");
  mask-image: url("assets/img/icon_insta.svg");
}

.block-form-contact {
  background: #BFBFFD;
  color: #093E34;
}
.block-form-contact .h3 {
  margin-bottom: 4rem;
}
.block-form-contact p + p {
  margin-top: 2rem;
}
.block-form-contact .grid {
  display: grid;
  gap: 10rem;
}
.block-form-contact .grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.block-form-contact .grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.block-form-contact .col-2 {
  grid-column: span 2;
}
.block-form-contact .col-3 {
  grid-column: span 3;
}
.block-form-contact .intro-form-contact {
  font-size: 3.6rem;
  font-style: italic;
  letter-spacing: -0.05rem;
  line-height: 5rem;
}
.block-form-contact form .wpcf7-form-control-wrap {
  border-bottom: 0.1rem solid #093E34;
  display: block;
  padding: 0 0 2.4rem;
  margin: 0 0 4.8rem;
  width: 100%;
}
.block-form-contact form .wpcf7-response-output {
  border: none !important;
}
.block-form-contact form input,
.block-form-contact form textarea {
  appearance: none;
  background: none;
  border: none;
  font-size: 2.2rem;
  line-height: 3rem;
  width: 100%;
  outline: #093E34;
}
.block-form-contact form textarea {
  height: 20rem;
}
.block-form-contact form .submit-container p {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.block-form-contact form .button {
  background-color: #093E34;
  cursor: pointer;
  order: 2;
  width: auto;
}
.block-form-contact form .button:hover {
  background-color: #D1FFE0;
  color: #093E34;
}
.block-form-contact form .button:focus {
  background-color: #B3E8C5;
  color: #093E34;
}
.block-form-contact form ::placeholder {
  color: #093E34;
}
@media screen and (max-width: 1023px) {
  .block-form-contact .grid {
    display: block;
  }
  .block-form-contact .intro-form-contact {
    margin-bottom: 4rem;
  }
  .block-form-contact form .button {
    width: 100%;
  }
  .block-form-contact .wpcf7-spinner {
    position: absolute;
  }
}

.block-clients {
  background-color: #FFFFFF;
  color: #1C1C28;
  padding: 0;
}
.block-clients h3 {
  margin-bottom: 6.4rem;
  text-align: center;
}
.block-clients .block-clients-swiper {
  width: 100%;
}
.block-clients .block-clients-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin-bottom: 4rem;
}
.block-clients .block-clients-swiper .swiper-slide a {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.block-clients .block-clients-swiper .swiper-slide a:hover {
  opacity: 0.8;
}
.block-clients .block-clients-swiper .swiper-slide img {
  display: block;
  height: 7.6rem;
  width: 17.3rem;
  object-fit: contain;
}
.block-clients .block-clients-swiper .swiper-pagination {
  position: relative;
  text-align: center;
}
.block-clients .block-clients-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.2;
}
.block-clients .block-clients-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #BFBFFD;
  opacity: 1;
}
@media screen and (min-width: 1023px) {
  .block-clients .block-clients-swiper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
  }
  .block-clients .block-clients-swiper .swiper-wrapper {
    display: contents;
  }
  .block-clients .block-clients-swiper .swiper-slide {
    width: auto !important;
    padding: 0;
    margin-bottom: 0;
  }
  .block-clients .block-clients-swiper .swiper-pagination {
    display: none;
  }
}

.block-split {
  background-color: #FFFFFF;
  color: #1C1C28;
}
.block-split .block-inside {
  padding: 0;
}
.block-split .block-split-container {
  display: flex;
}
.block-split .block-split-left,
.block-split .block-split-right {
  flex: 1;
  padding: 12rem 0;
}
.block-split .block-split-left .block-intro,
.block-split .block-split-right .block-intro {
  font-size: 2.2rem;
  font-style: italic;
  margin: 1.6rem 0;
}
.block-split .block-split-left {
  padding-right: 8rem;
}
.block-split .block-split-left .block-intro {
  color: #5353B8;
}
.block-split .block-split-left .button {
  border-color: #5353B8;
  color: #5353B8;
}
.block-split .block-split-right {
  border-left: 0.1rem solid #BFBFFD;
  padding-left: 7.9rem;
}
.block-split .block-split-right .block-intro {
  color: #117D6A;
}
.block-split .block-split-right .button {
  border-color: #117D6A;
  color: #117D6A;
}
.block-split .button {
  margin-top: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .block-split .block-split-container {
    flex-direction: column;
  }
  .block-split .block-split-left,
  .block-split .block-split-right {
    padding: 6rem 0;
  }
  .block-split .block-split-right {
    border-left: none;
    border-top: 0.1rem solid #BFBFFD;
    padding-left: 0;
    padding-top: 6rem;
  }
}

/*# sourceMappingURL=theme.css.map */
