html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
button,
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;
  box-sizing: border-box;
}
/* ####################################################### LESS VARIABLES */
/* ####################################################### FONT-FACE */
@font-face {
  font-family: 'Noe Display';
  src: url('../fonts/NoeDisplay-Regular.woff2') format('woff2'), url('../fonts/NoeDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Noe Display Medium';
  src: url('../fonts/NoeDisplay-Medium.woff2') format('woff2'), url('../fonts/NoeDisplay-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse intl';
  src: url('../fonts/suisseIntl/SuisseIntl-Light.woff2') format('woff2'), url('../fonts/suisseIntl/SuisseIntl-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse intl Bold';
  src: url('../fonts/suisseIntl/SuisseIntl-Bold.woff2') format('woff2'), url('../fonts/suisseIntl/SuisseIntl-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Suisse intl Black';
  src: url('../fonts/suisseIntl/SuisseIntl-Black.woff2') format('woff2'), url('../fonts/suisseIntl/SuisseIntl-Black.woff') format('woff');
}
@font-face {
  font-family: 'Suisse intl Bold Italic';
  src: url('../fonts/suisseIntl/SuisseIntl-BoldItalic.woff2') format('woff2'), url('../fonts/suisseIntl/SuisseIntl-BoldItalic.woff') format('woff');
}
@font-face {
  font-family: 'Suisse intl Medium';
  src: url('../fonts/suisseIntl/SuisseIntl-Medium.woff2') format('woff2'), url('../fonts/suisseIntl/SuisseIntl-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Suisse intl Book';
  src: url('../fonts/suisseIntl/SuisseIntl-Book.woff2') format('woff2'), url('../fonts/suisseIntl/SuisseIntl-Book.woff') format('woff');
}
@font-face {
  font-family: 'Suisse intl Regular';
  src: url('../fonts/suisseIntl/SuisseIntl-Regular.woff2') format('woff2'), url('../fonts/suisseIntl/SuisseIntl-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Suisse intl Semi';
  src: url('../fonts/suisseIntl/SuisseIntl-SemiBold.woff2') format('woff2'), url('../fonts/suisseIntl/SuisseIntl-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Suisse Work Bold Italic';
  src: url('../fonts/suisseIntl/SuisseWorks-BoldItalic.otf') format('opentype');
}
@font-face {
  font-family: 'Suisse Work Medium';
  src: url('../fonts/suisseIntl/SuisseWorks-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Euclid Flex Medium';
  src: url('../fonts/euclidflex/EuclidFlexMedium.woff2') format('woff2'), url('../fonts/euclidflex/EuclidFlexMedium.woff') format('woff');
}
h1 {
  font-family: 'Suisse intl Semi';
  font-size: 3.25rem;
  line-height: 3.75rem;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  h1 span {
    display: inline;
  }
}
h2 {
  font-family: 'Suisse intl Semi';
  font-size: 49px;
  line-height: 56px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 39px;
    line-height: 50px;
  }
  h2 span {
    display: inline;
  }
}
h3 {
  font-family: 'Suisse intl Semi';
  font-size: 2rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  h3 br {
    display: none;
  }
}
h4 {
  font-family: 'Suisse intl Medium';
  font-size: 1.38rem;
  line-height: 2 rem;
}
/* ####################################################### STYLES */
* {
  margin: 0;
  padding: 0;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "Suisse intl Medium", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000;
  overflow-x: hidden;
  min-width: 350px;
}
input,
button,
textarea {
  font-family: "Suisse intl Medium";
  transition: color ease-in-out 0.2s;
}
::placeholder {
  color: #000;
  opacity: 1;
}
.container {
  max-width: 1254px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .container {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .container {
    margin-right: 15px;
    margin-left: 15px;
  }
}
nav {
  padding-top: 23px;
}
nav .container {
  position: relative;
  height: 34px;
  max-width: initial !important;
  margin: 0 60px;
  justify-content: center;
  align-items: center;
}
nav .container a {
  text-decoration: none;
  color: #000;
  position: relative;
}
nav .container a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
nav .container a:hover::after {
  width: 100%;
}
nav .container .logo {
  position: absolute;
  left: 0;
  z-index: 11;
}
nav .container .logo svg path {
  fill: #000;
  transition: all 0.3s ease-in-out;
}
nav .container .logo:hover::after {
  width: 0;
}
nav .container .nav-links {
  display: flex;
  flex: 1;
  justify-content: center;
}
nav .container .nav-links--center a {
  margin-left: 18px;
  margin-right: 18px;
}
nav .container .nav-links--right {
  position: absolute;
  right: 0;
  display: flex;
}
nav .container .nav-links--right a {
  margin-left: 9px;
  margin-right: 9px;
}
nav .container .nav-links--right .languages {
  margin-left: 31px;
}
nav .container .nav-links--right .languages a {
  font-size: 12px !important;
  line-height: 12px !important;
}
nav .container .nav-links--right .languages a:hover::after {
  width: 0;
}
nav .container .nav-links--right .languages .active {
  padding: 3px 8px;
  border: 1px solid #000;
}
nav .container .hambuger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  width: 20px;
  height: 15px;
  position: absolute;
  top: 33px;
  right: 30px;
}
nav .container .hambuger span {
  display: block;
  height: 2px;
  border-radius: 2px;
  margin-bottom: 3px;
  width: 100%;
  background: #000;
}
@media screen and (max-width: 1280px) {
  nav .container {
    margin: 0 30px;
  }
}
@media screen and (max-width: 880px) {
  nav .container {
    justify-content: space-between;
    position: initial;
  }
  nav .container .logo {
    position: relative;
  }
  nav .container .hambuger {
    display: flex;
    z-index: 11;
  }
  nav .container .nav-links {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #fff;
    flex-wrap: wrap;
    z-index: 10;
    transform: translateY(-105%);
    transition: all 0.3s ease-in-out;
  }
  nav .container .nav-links::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 8px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  }
  nav .container .nav-links .nav-links--center,
  nav .container .nav-links .nav-links--right {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }
  nav .container .nav-links .nav-links--center a,
  nav .container .nav-links .nav-links--right a {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
    color: #000;
  }
  nav .container .nav-links .nav-links--center a:hover::after,
  nav .container .nav-links .nav-links--right a:hover::after {
    width: 0;
  }
  nav .container .nav-links .nav-links--center .languages,
  nav .container .nav-links .nav-links--right .languages {
    margin-left: 0;
    margin-top: 20px;
  }
  nav .container .nav-links .nav-links--center .languages .active,
  nav .container .nav-links .nav-links--right .languages .active {
    border: 1px solid #000 !important;
  }
}
@media screen and (max-width: 767px) {
  nav .container {
    margin: 0 15px;
  }
}
nav.white-theme .logo svg path {
  fill: #fff;
}
nav.white-theme a {
  color: #fff;
}
nav.white-theme a:after {
  background-color: #fff;
}
nav.white-theme .hambuger span {
  background-color: #fff;
}
nav.white-theme .languages .active {
  border-color: #fff !important;
}
nav.expanded .logo svg path {
  fill: #000;
}
nav.expanded .nav-links {
  transform: translateY(0);
}
nav.expanded .hambuger span {
  background-color: #000;
}
.project-card {
  width: 31%;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 50px;
}
.project-card .image {
  max-width: 398px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  overflow: hidden;
}
.project-card .image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.project-card .image:hover img {
  transform: scale(1.05);
}
.project-card .image.filial {
  background-color: #7EB1FF;
}
.project-card .image.filial img {
  height: auto;
}
.project-card .image.arrakis video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-card .image.pryv {
  background-color: #fbf3f4;
}
.project-card .image.soins-riviera {
  background-color: #335f9e;
}
.project-card .image.soins-riviera img {
  height: auto;
}
.project-card .infos .name {
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.project-card .infos .types {
  font-size: 18px;
  line-height: 24px;
  color: #808080;
  text-decoration: none;
}
.project-card .infos:hover p {
  text-decoration: underline;
}
.project-card.right {
  margin-left: auto;
}
.project-card.larger {
  width: 65.5%;
}
.project-card.larger .image {
  max-width: 100%;
  aspect-ratio: 2/1;
}
.project-card.larger .image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .project-card {
    width: 48%;
  }
  .project-card.larger {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .project-card {
    width: 100%;
  }
  .project-card.larger .image {
    max-width: 398px;
    aspect-ratio: 1;
  }
}
.contact {
  margin-top: 160px;
}
.contact .container {
  justify-content: center;
  background-color: #F5F5F5;
}
.contact .image {
  max-width: 176px;
  max-height: 183px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 60px;
}
.contact .image img {
  width: 110%;
  height: 100%;
  object-fit: contain;
}
.contact .infos {
  max-width: 637px;
}
.contact .infos p {
  font-family: 'Suisse intl Semi', sans-serif;
  font-size: 22px;
  line-height: 29px;
  color: #B3B3B3;
}
.contact .infos h3 {
  font-family: 'Suisse intl Medium', sans-serif;
  margin-top: 20px;
}
.contact .infos a {
  display: block;
  width: max-content;
  margin-top: 30px;
  padding: 14px 28px;
  border-radius: 70px;
  border: 2px solid #000;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
}
.contact .infos a:hover {
  color: #7762F3;
  border-color: #7762F3;
}
@media screen and (min-width: 1024px) {
  .contact .container {
    flex-wrap: nowrap;
    padding: 97px;
  }
}
@media screen and (max-width: 1023px) {
  .contact {
    margin-top: 100px !important;
  }
  .contact .container {
    padding: 50px;
  }
  .contact .image {
    margin-bottom: 50px;
    margin-right: 0;
  }
  .contact .infos {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact .container {
    padding: 40px 20px;
  }
}
footer {
  margin-top: 61px;
  margin-bottom: 30px;
}
footer .links {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #D8D8D8;
}
footer .links a {
  color: #000;
  margin-right: 30px;
  text-decoration: none;
}
footer .copyright {
  margin-top: 15px;
}
footer .copyright p {
  font-size: 14px;
  line-height: 19px;
}
.home .hero {
  display: flex;
  justify-content: center;
  position: relative;
  max-height: 565px;
}
.home .hero .container {
  position: relative;
  justify-content: center;
}
.home .hero::before {
  content: '';
  width: 100%;
  height: calc(100% + 66px);
  background-color: #00090e;
  position: absolute;
  top: -66px;
  left: 0;
  z-index: -1;
}
.home .hero video {
  width: 100%;
  height: 100%;
}
.home .hero .projet-link {
  font-family: 'Suisse intl Semi', sans-serif;
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  bottom: 52px;
  right: 52px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home .hero .container {
    overflow-x: hidden;
  }
  .home .hero video {
    width: 150%;
    object-fit: cover;
  }
  .home .hero .projet-link {
    bottom: 20px;
    right: 20px;
  }
}
.home .services {
  margin-top: 70px;
}
.home .services h1 {
  margin-bottom: 20px;
}
.home .services h1 span {
  display: block;
}
.home .services h3 {
  margin-bottom: 24px;
  max-width: 922px;
}
.home .services a {
  width: 100%;
  color: #000;
  font-family: 'Suisse intl Semi', sans-serif;
  font-size: 20px;
  line-height: 27px;
  transition: 0.2s color ease-in-out;
}
.home .services a:hover {
  color: #7762F3;
}
.home .projects {
  margin-top: 115px;
}
.home .projects .container {
  padding-top: 41px;
  justify-content: space-between;
  border-top: 1px solid #D8D8D8;
}
.home .projects .project-card {
  margin-bottom: 40px;
}
.home .projects .more-projects {
  display: block;
  width: 100%;
  font-family: 'Suisse intl Semi', sans-serif;
  font-size: 20px;
  line-height: 27px;
  color: #000;
  transition: 0.2s color ease-in-out;
}
.home .projects .more-projects:hover {
  color: #7762F3;
}
@media screen and (max-width: 767px) {
  .home .projects {
    margin-top: 70px;
  }
}
.home .contact {
  margin-top: 120px;
}
.services-page {
  background-color: #7762F3;
}
.services-page nav a {
  color: #fff;
}
.services-page nav a.active {
  border-color: #fff !important;
}
.services-page .hero {
  margin-top: 92px;
}
.services-page .hero .content {
  position: relative;
  width: max-content;
  margin-left: 0;
}
.services-page .hero .content h1 {
  max-width: 799px;
  margin-bottom: 115px;
}
.services-page .hero .content h1 span {
  font-family: 'Suisse Work Bold Italic', sans-serif;
}
.services-page .hero .content:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(216, 216, 216, 0.3);
  bottom: 15px;
  transform: rotate(2deg);
}
.services-page .hero .content:after {
  content: url('../img/services/services-shape-1.svg');
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .services-page .hero .content h1 {
    margin-bottom: 150px;
  }
  .services-page .hero .content::before {
    transform: rotate(3deg);
  }
}
@media screen and (max-width: 500px) {
  .services-page .hero .content::before {
    transform: rotate(4deg);
  }
}
@media screen and (max-width: 414px) {
  .services-page .hero .content::before {
    transform: rotate(5deg);
  }
}
.services-page .service {
  margin-top: 30px;
  color: #fff;
}
.services-page .service .container {
  position: relative;
}
.services-page .service .title {
  font-size: 36px;
  line-height: 47px;
  margin-bottom: 20px;
}
.services-page .service.ux .image {
  position: absolute;
  right: 0;
  bottom: -50%;
}
.services-page .service.branding {
  margin-top: 85px;
}
.services-page .service.branding .container {
  align-items: flex-start;
}
.services-page .service.branding .image {
  width: 40%;
  padding-top: 50px;
}
.services-page .service.branding .content {
  margin-left: 20%;
}
.services-page .service.design {
  margin-top: -20px;
}
.services-page .service.design .image {
  position: absolute;
  left: 45%;
  bottom: -30px;
}
.services-page .service.design .content {
  width: 70%;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
}
.services-page .service ul {
  padding-left: 25px;
}
.services-page .service ul li {
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 880px) {
  .services-page .service.ux {
    margin-top: 70px;
  }
  .services-page .service.ux .image {
    display: none;
  }
  .services-page .service.branding {
    margin-top: 0px;
  }
  .services-page .service.branding .image {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .services-page .service.branding .content {
    margin-left: 0;
  }
  .services-page .service.design .image {
    height: max-content;
    bottom: inherit;
    top: 50px;
    left: inherit;
    right: 10%;
  }
  .services-page .service.design .content {
    width: 100%;
    margin-top: 190px;
    padding-top: 60px;
    border-top: 1px solid rgba(216, 216, 216, 0.3);
    border-bottom: none;
  }
}
@media screen and (max-width: 550px) {
  .services-page .service.branding .image img {
    width: 100%;
  }
}
.services-page .contact {
  margin-top: 180px;
}
.services-page footer .links {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
.projects-page .hero {
  margin-top: 93px;
}
.projects-page .hero h1 {
  max-width: 990px;
}
.projects-page .hero span {
  color: #7762f3;
}
.projects-page .hero em {
  font-family: 'Suisse Work Bold Italic', sans-serif;
}
.projects-page .projects-list {
  margin-top: 90px;
}
.projects-page .projects-list .container {
  padding-top: 49px;
  border-top: 1px solid #d8d8d8;
}
.projects-page .projects-list .projects-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-page {
  background-color: #000;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.contact-page .hero {
  flex: 1;
  padding-top: 150px;
  padding-bottom: 150px;
}
.contact-page .hero .container {
  justify-content: center;
}
.contact-page .hero h3,
.contact-page .hero a {
  display: block;
  color: #fff;
  text-align: center;
}
.contact-page .hero a {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .contact-page .hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.contact-page footer a,
.contact-page footer p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-page {
    height: -webkit-fill-available;
  }
}
.case-study .banner {
  position: relative;
  height: 503px;
}
.case-study .banner .container {
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  overflow-x: hidden;
}
.case-study .banner video {
  width: 100%;
  height: 100%;
}
.case-study .banner:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: -100%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .case-study .banner {
    height: 400px !important;
  }
  .case-study .banner .container {
    width: 100%;
    margin: 0;
  }
}
.case-study .client-description {
  margin-top: 138px;
}
.case-study .client-description .container {
  position: relative;
}
.case-study .client-description .name {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  color: #b6b6b6;
  line-height: 25px;
  font-family: "Suisse intl Regular", sans-serif;
}
.case-study .client-description .name strong {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 14px;
  color: black;
  display: block;
  margin-top: 5px;
}
.case-study .client-description .name .client-fullname {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  margin-top: 10px;
  display: block;
  color: black;
}
.case-study .client-description .name:before {
  content: "";
  background: url("../img/svg/client.svg") no-repeat;
  height: 52px;
  width: 47px;
  display: inline-block;
  margin: 0 20px 30px 0;
  top: -78px;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .case-study .client-description .name {
    top: -70px;
    left: 125px;
  }
  .case-study .client-description .name:before {
    top: 0;
    left: -62px;
  }
  .case-study .client-description .name .client-fullname br {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .case-study .client-description .name {
    left: 62px;
  }
}
.case-study .client-description .description {
  max-width: 823px;
  margin: auto;
}
.case-study .client-description .description h2 {
  font-size: 49px;
  line-height: 63px;
  font-weight: 500;
  margin-bottom: 40px;
}
.case-study .client-description .description h2 span {
  display: block;
}
@media (max-width: 767px) {
  .case-study .client-description .description h2 span {
    display: initial;
  }
}
.case-study .client-description .description p {
  font-family: "Suisse intl Regular", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .case-study .client-description .description p {
    font-size: 16px;
    line-height: 26px;
  }
}
.case-study .client-description .description a {
  text-decoration: underline;
  color: #4F5DE4;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .case-study .client-description .description {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .case-study .client-description .description h2 {
    font-size: 39px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
.case-study .separator {
  width: 100%;
  height: 1px;
}
.case-study .separator .container {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.case-study .project-description {
  margin-top: 60px;
}
.case-study .project-description .content {
  max-width: 823px;
  margin: auto;
}
.case-study .project-description .client {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #808080;
}
.case-study .project-description .client span {
  color: #000;
}
.case-study .project-description h2 {
  margin-bottom: 40px;
}
.case-study .project-description .infos {
  font-family: "Suisse intl Regular", sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}
.case-study .project-description .infos a {
  color: #000;
}
.case-study .project-description .development-phases {
  display: flex;
}
.case-study .project-description .development-phases .development-phase {
  width: 31.5%;
  padding-top: 17px;
  border-top: 1px solid #d8d8d8;
  margin-right: 3%;
}
.case-study .project-description .development-phases .development-phase:last-of-type {
  margin-right: 0;
}
.case-study .project-description .development-phases .development-phase .title {
  font-family: 'Suisse intl Semi', sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.case-study .project-description .development-phases .development-phase p {
  font-family: "Suisse intl Regular", sans-serif;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .case-study .project-description br {
    display: none;
  }
  .case-study .project-description .development-phases {
    flex-wrap: wrap;
  }
  .case-study .project-description .development-phases .development-phase {
    width: 48% !important;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 550px) {
  .case-study .project-description .development-phases .development-phase {
    width: 70% !important;
  }
}
.case-study .project-intro {
  margin-top: 120px;
  padding: 152px 30px;
}
.case-study .project-intro .container {
  justify-content: center;
}
.case-study .project-intro p {
  font-size: 38px;
  line-height: 50px;
  text-align: center;
  margin: auto;
}
.case-study .project-intro img {
  width: 100%;
  max-width: 922px;
}
@media screen and (max-width: 767px) {
  .case-study .project-intro {
    margin-top: 20px;
    padding: 60px 15px;
  }
  .case-study .project-intro p {
    font-size: 32px;
    line-height: 42px;
  }
}
.case-study .project-stage .content {
  max-width: 605px;
  margin-top: 90px;
}
.case-study .project-stage .title {
  font-family: 'Suisse intl Semi', sans-serif;
  font-size: 36px;
  line-height: 56px;
  margin-bottom: 30px;
}
.case-study .project-stage .subtitle {
  font-family: 'Suisse intl Semi', sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}
.case-study .project-stage .text {
  font-family: 'Suisse intl Regular', sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 50px;
}
.case-study .project-stage ul,
.case-study .project-stage ol {
  margin-bottom: 60px;
  padding-left: 25px;
}
.case-study .project-stage ul li,
.case-study .project-stage ol li {
  font-family: 'Suisse intl Regular', sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.case-study .project-stage .images {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 60px;
}
.case-study .project-stage .images .image {
  flex: 1;
  min-width: 48%;
  margin: 0 1%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-study .project-stage .images .image img {
  width: 100%;
}
.case-study .project-stage .images .image.has-bg {
  width: 49%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 42px 48px;
}
.case-study .project-stage .images .image:first-of-type {
  margin-left: 0;
}
.case-study .project-stage .images .image:last-of-type {
  margin-right: 0;
}
.case-study .project-stage .images .image.grid-layout {
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.case-study .project-stage .images .image.grid-layout img {
  width: 48.3%;
  height: auto;
}
.case-study .project-stage .images .image.grid-layout .full {
  width: 100%;
}
.case-study .project-stage .images.full {
  width: 100%;
}
.case-study .project-stage .images.full img {
  width: 100%;
}
.case-study .project-stage .images.has-bg {
  padding: 90px;
}
.case-study .project-stage .images.padding--lg {
  padding: 109px 209px 131px;
}
.case-study .project-stage .images.padding--sm {
  padding: 31px 25px;
}
.case-study .project-stage .images.margin--lg {
  margin-bottom: 120px;
}
.case-study .project-stage .images.margin--sm {
  margin-bottom: 30px;
}
.case-study .project-stage .color-palettes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.case-study .project-stage .color-palettes .color p {
  margin-top: 29px;
  margin-left: 37px;
  font-family: 'Suisse intl Semi', sans-serif;
  font-size: 22px;
  line-height: 29px;
}
@media screen and (max-width: 1023px) {
  .case-study .project-stage .color-palettes .color {
    height: 200px !important;
  }
  .case-study .project-stage .color-palettes .color p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .case-study .project-stage .color-palettes .color {
    width: 50% !important;
  }
}
@media screen and (max-width: 1024px) {
  .case-study .project-stage .images.padding--lg {
    padding: 90px;
  }
}
@media screen and (max-width: 768px) {
  .case-study .project-stage .content {
    margin-top: 50px;
  }
  .case-study .project-stage .images {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .case-study .project-stage .images {
    flex-wrap: wrap;
  }
  .case-study .project-stage .images.has-bg {
    padding: 20px;
  }
  .case-study .project-stage .images .image {
    flex: auto;
    width: 100% !important;
    margin-bottom: 30px;
  }
  .case-study .project-stage .images .image.has-bg {
    margin: 0 0 30px !important;
    padding: 20px;
  }
  .case-study .project-stage .images .image:last-of-type {
    margin-bottom: 0 !important;
  }
  .case-study .project-stage .images .image.grid-layout img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.case-study .overflow-picture-block {
  position: relative;
  margin-top: 240px;
  margin-bottom: 240px;
}
.case-study .overflow-picture-block:before {
  content: "";
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  position: absolute;
  z-index: -1;
}
.case-study .overflow-picture-block img {
  margin-top: 80px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .case-study .overflow-picture-block {
    margin-top: 150px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .case-study .overflow-picture-block {
    margin-top: 60px;
    margin-bottom: 75px;
  }
}
.case-study .picture-block {
  margin-top: 130px;
}
.case-study .picture-block .container {
  justify-content: center;
}
.case-study .picture-block img {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .case-study .picture-block {
    margin-top: 80px;
  }
}
.case-study .testimonial .content {
  max-width: 823px;
  margin: auto;
}
.case-study .testimonial .title {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 14px;
  width: 100%;
}
.case-study .testimonial h2 {
  font-family: "Noe Display Medium", sans-serif;
  font-size: 63px;
  font-weight: 500;
  margin-top: 14px;
}
@media (max-width: 767px) {
  .case-study .testimonial h2 {
    font-size: 40px;
  }
}
.case-study .testimonial p {
  font-family: "Suisse intl Regular", sans-serif;
  line-height: 37px;
  margin-top: 25px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .case-study .testimonial p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .case-study .testimonial > .row > div {
    padding: 0;
  }
}
.case-study .overflow-text-picture-block {
  position: relative;
  margin-top: 120px;
  margin-bottom: 230px;
  padding-top: 85px;
}
.case-study .overflow-text-picture-block:before {
  content: "";
  width: 100%;
  height: 70.5%;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  position: absolute;
  z-index: -1;
}
.case-study .overflow-text-picture-block .content {
  max-width: 823px;
  margin: auto;
}
.case-study .overflow-text-picture-block .content h3 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 30px;
}
.case-study .overflow-text-picture-block .content p {
  font-family: "Suisse intl Regular", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.case-study .overflow-text-picture-block .images {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.case-study .overflow-text-picture-block .images img {
  width: 100%;
}
.case-study .overflow-text-picture-block .images .images--left {
  width: 48%;
  text-align: right;
}
.case-study .overflow-text-picture-block .images .images--left img {
  margin-bottom: 18px;
}
.case-study .overflow-text-picture-block .images .images--left img:nth-of-type(2) {
  max-width: 290px;
}
.case-study .overflow-text-picture-block .images .images--right {
  width: 49%;
}
.case-study .overflow-text-picture-block .images .images--right img {
  margin-bottom: 18px;
}
.case-study .overflow-text-picture-block .images .images--right img:nth-of-type(1) {
  max-width: 306px;
}
@media screen and (max-width: 1024px) {
  .case-study .overflow-text-picture-block {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .case-study .overflow-text-picture-block {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .case-study .overflow-text-picture-block {
    margin-top: 60px;
    margin-bottom: 75px;
    padding-top: 50px;
  }
  .case-study .overflow-text-picture-block .images {
    margin-top: 50px;
  }
  .case-study .overflow-text-picture-block .images .images--left,
  .case-study .overflow-text-picture-block .images .images--right {
    width: 100%;
    text-align: center;
  }
  .case-study .overflow-text-picture-block .images .images--left img,
  .case-study .overflow-text-picture-block .images .images--right img {
    max-width: 100% !important;
  }
}
.case-study .texts {
  margin-bottom: 80px;
}
.case-study .texts .content {
  max-width: 824px;
  margin: auto;
}
.case-study .texts .content h3 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 30px;
}
.case-study .texts .content h4 {
  margin-bottom: 25px;
}
.case-study .texts .content p {
  font-family: 'Suisse intl Regular', sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.case-study .texts .pictures {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.case-study .texts .pictures img {
  flex: 1;
  max-width: 49%;
  margin-bottom: 30px;
}
.case-study .texts .pictures img.smaller {
  max-width: 32%;
}
.case-study .texts .pictures img.smaller:first-of-type {
  margin-right: auto;
}
.case-study .texts .pictures img.smaller:last-of-type {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .case-study .texts .pictures {
    margin-top: 50px;
  }
  .case-study .texts .pictures img {
    width: 100%;
    max-width: initial !important;
  }
}
.case-study footer {
  margin-top: 125px;
}
@media screen and (max-width: 1024px) {
  .case-study footer {
    margin-top: 80px;
  }
}
.case-study.pryv .banner {
  background-color: #fbf3f4;
}
.case-study.pryv .banner:before {
  background-color: #fbf3f4;
}
.case-study.pryv .banner img {
  width: 110%;
}
.case-study.pryv .banner .fg {
  background: url(../img/projects/pryv/graph-fg.png);
  background-size: contain;
  background-position: bottom;
  width: 180%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 680px) {
  .case-study.pryv .banner {
    padding-top: 400px;
    height: 400px;
  }
  .case-study.pryv .banner img {
    display: none;
  }
  .case-study.pryv .banner .fg {
    background: url(../img/projects/pryv/pryv-main-mobile.svg);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
  }
}
.case-study.pryv .overflow-text-picture-block::before {
  height: 85%;
}
.case-study.cah .banner {
  background-color: #f9f5ef;
}
.case-study.cah .banner img {
  height: 86%;
}
.case-study.cah .banner:before {
  background-color: #f9f5ef;
}
@media screen and (max-width: 767px) {
  .case-study.cah .banner {
    height: 350px;
  }
  .case-study.cah .banner img {
    width: 180%;
    object-fit: cover;
    margin-bottom: 0;
  }
}
.case-study.epsn .banner {
  height: 588px;
  background-image: url(../img/projects/epsn/epsn-hero.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -60px;
  z-index: -1;
}
.case-study.epsn .picture-block {
  background-color: #edf6f3;
  padding-top: 73px;
  padding-bottom: 30px;
}
.case-study.epsn .picture-block .container {
  justify-content: space-between;
  align-items: stretch;
}
.case-study.epsn .picture-block .image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  width: 49%;
  margin-bottom: 60px;
}
.case-study.epsn .picture-block .image.full {
  width: 100%;
}
.case-study.epsn .picture-block .image.full img {
  width: 90%;
}
.case-study.epsn .picture-block .image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case-study.epsn .picture-block {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .case-study.epsn .picture-block .image {
    width: 100%;
    margin-bottom: 0;
  }
  .case-study.epsn .picture-block .image.full img {
    width: 100%;
  }
  .case-study.epsn .picture-block .image img {
    margin-bottom: 30px;
  }
}
.case-study.epsn .contact-us {
  padding-top: 70px;
  padding-bottom: 80px;
  margin-top: 150px;
  margin-bottom: 125px;
  background-color: #F5F5F5;
}
.case-study.epsn .contact-us .content {
  max-width: 820px;
  margin: auto;
}
.case-study.epsn .contact-us h3 {
  margin-bottom: 20px;
}
.case-study.epsn .contact-us p {
  font-family: 'Suisse intl Regular', sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.case-study.epsn .contact-us strong {
  font-family: "Suisse intl Medium";
  font-weight: 500;
}
.case-study.epsn .contact-us a {
  text-decoration: underline;
  color: #4F5DE4;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  display: block;
  margin-top: 30px;
}
.case-study.epsn .contact-us a span {
  display: block;
}
@media screen and (max-width: 1024px) {
  .case-study.epsn .client-description .name {
    top: -90px;
  }
}
@media screen and (max-width: 767px) {
  .case-study.epsn .contact-us {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.case-study.arrakis .banner {
  background-color: #00090e;
}
.case-study.arrakis .banner:before {
  background-color: #00090e;
}
@media screen and (max-width: 767px) {
  .case-study.arrakis .banner {
    height: 350px;
  }
  .case-study.arrakis .banner video {
    width: 130%;
  }
}
.case-study.arrakis .overflow-picture-block {
  margin-top: 100px;
  margin-bottom: 0;
}
.case-study.arrakis .overflow-picture-block:before {
  height: calc(100%);
}
.case-study.arrakis .overflow-picture-block img {
  width: 83.8%;
  margin: 64px auto;
}
.case-study.arrakis .project-stage .has-bg {
  background-color: #e9e9e9;
  padding: 40px;
}
.case-study.arrakis .project-stage .image.has-bg:nth-of-type(1) img {
  width: 84%;
}
.case-study.arrakis .project-stage .image.has-bg:nth-of-type(2) img {
  width: 73%;
}
@media screen and (max-width: 767px) {
  .case-study.arrakis .overflow-picture-block {
    margin-top: 50px;
  }
  .case-study.arrakis .overflow-picture-block img {
    width: 100%;
  }
}
.case-study.argo-twin .banner {
  height: 588px;
  background-image: url(../img/projects/argo-twin/argo-twin-hero.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -60px;
  z-index: -1;
}
.case-study.argo-twin .project-stage .has-bg.bg--primary {
  background-color: rgba(30, 159, 78, 0.8);
}
.case-study.argo-twin .project-stage .has-bg.bg--secondary {
  background-color: #f1f1f1;
}
.case-study.agridea .banner {
  height: 588px;
  background-image: url(../img/projects/agridea/agridea-hero.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -60px;
  z-index: -1;
}
.case-study.agridea .project-stage .has-bg.bg--primary {
  background-color: #488ffa;
}
.case-study.agridea .project-stage .has-bg.bg--secondary {
  background-color: #f5f5f5;
}
.case-study.la-serre .banner {
  background-color: rgba(216, 255, 243, 0.4);
}
.case-study.la-serre .banner::before {
  background-color: rgba(216, 255, 243, 0.4);
}
.case-study.la-serre .banner .container {
  align-items: center;
}
.case-study.la-serre .banner img {
  max-width: 892px;
}
.case-study.la-serre .project-intro {
  background-color: #effffa;
}
.case-study.la-serre .project-intro p {
  font-family: 'Euclid Flex Medium', sans-serif;
  text-transform: uppercase;
  max-width: 922px;
}
.case-study.la-serre .color-palettes .color:nth-of-type(1) {
  height: 296px;
  width: 39%;
  background-color: #3AFFC1;
}
.case-study.la-serre .color-palettes .color:nth-of-type(2) {
  width: 19.5%;
  background-color: #7C4FCF;
}
.case-study.la-serre .color-palettes .color:nth-of-type(3) {
  width: 41.5%;
  background-color: #FDEBED;
}
.case-study.la-serre .color-palettes .color:nth-of-type(4) {
  height: 356px;
  width: 58.5%;
  background-color: #FFFBC7;
}
.case-study.la-serre .color-palettes .color:nth-of-type(5) {
  width: 9%;
  background-color: #272727;
}
.case-study.la-serre .project-stage .has-bg.bg--primary {
  background-color: #7762F3;
}
.case-study.la-serre .project-stage .has-bg.bg--secondary {
  background-color: #fffbc7;
}
.case-study.soins-riviera .banner {
  background-color: #335f9e;
}
.case-study.soins-riviera .banner::before {
  top: -99%;
  background-color: #335f9e;
}
.case-study.soins-riviera .banner .container {
  align-items: center;
}
.case-study.soins-riviera .project-intro {
  background-color: #eef6fa;
}
.case-study.soins-riviera .project-intro img {
  max-width: 670px;
}
.case-study.soins-riviera .color-palettes .color p {
  font-size: 18px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.4);
}
.case-study.soins-riviera .color-palettes .color:nth-of-type(1) {
  height: 296px;
  width: 39%;
  background-color: #174D89;
}
.case-study.soins-riviera .color-palettes .color:nth-of-type(2) {
  width: 19.5%;
  background-color: #4BB7BA;
}
.case-study.soins-riviera .color-palettes .color:nth-of-type(3) {
  width: 41.5%;
  background-color: #EEF6FA;
}
.case-study.soins-riviera .color-palettes .color:nth-of-type(4) {
  height: 71px;
  width: 45%;
  background-color: #58267B;
}
.case-study.soins-riviera .color-palettes .color:nth-of-type(5) {
  width: 22.5%;
  background-color: #00C776;
}
.case-study.soins-riviera .color-palettes .color:nth-of-type(5) p {
  margin-left: 20px;
}
.case-study.soins-riviera .color-palettes .color:nth-of-type(6) {
  width: 14.5%;
  background-color: #FFEC01;
}
.case-study.soins-riviera .color-palettes .color:nth-of-type(6) p {
  margin-left: 20px;
}
.case-study.soins-riviera .project-stage .has-bg.bg--primary {
  background-color: #4BB7BA;
}
.case-study.soins-riviera .project-stage .has-bg.bg--secondary {
  background-color: #EEF6FA;
}
.case-study.filial .banner {
  background-color: #6B92F7;
}
.case-study.filial .banner::before {
  top: -99%;
  background-color: #6B92F7;
}
.case-study.filial .banner .container {
  align-items: center;
}
.case-study.filial .banner img {
  height: 100%;
}
.case-study.filial .project-intro {
  background-color: #FF785A;
}
.case-study.filial .project-intro p {
  font-family: 'Suisse Work Medium', sans-serif;
  max-width: 946px;
  color: #E5EFFF;
}
.case-study.filial .color-palettes {
  margin-top: 150px;
}
.case-study.filial .color-palettes .color:nth-of-type(1) {
  height: 296px;
  width: 39%;
  background-color: #7EB1FF;
}
.case-study.filial .color-palettes .color:nth-of-type(2) {
  width: 19.5%;
  background-color: #6B92F7;
}
.case-study.filial .color-palettes .color:nth-of-type(3) {
  width: 41.5%;
  background-color: #FF785A;
}
.case-study.filial .color-palettes .color:nth-of-type(4) {
  height: 356px;
  width: 58.5%;
  background-color: #FFEDAB;
}
.case-study.filial .color-palettes .color:nth-of-type(5) {
  width: 9%;
  background-color: #272727;
}
@media screen and (max-width: 768px) {
  .case-study.filial .color-palettes {
    margin-top: 50px;
  }
}
.case-study.filial .project-stage .has-bg.bg--primary {
  background-color: #ff785a;
}
.case-study.filial .project-stage .has-bg.bg--secondary {
  background-color: rgba(126, 177, 255, 0.2);
}
.case-study.vokapi .banner {
  background-color: #fff6d6;
}
.case-study.vokapi .banner::before {
  top: -99%;
  background-color: #fff6d6;
}
.case-study.vokapi .banner .container {
  align-items: center;
}
.case-study.vokapi .banner img {
  height: 90%;
}
.case-study.vokapi .project-description {
  margin-bottom: 120px;
}
.case-study.vokapi .project-description .development-phases .development-phase {
  width: 35%;
}
.case-study.vokapi .project-stage .content {
  max-width: 745px;
}
.case-study.vokapi .project-stage .content.larger {
  max-width: 917px;
}
.case-study.vokapi .project-stage .images-gif {
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-study.vokapi .project-stage .images-gif .image {
  padding: 47px;
  width: 48.7%;
  flex: initial;
  margin: 0 0 30px;
}
.case-study.vokapi .project-stage .images-gif .image img {
  width: auto;
  max-height: 415px;
  border: 5px solid;
  border-radius: 18px;
}
.case-study.vokapi .project-stage .images-gif .image:nth-of-type(1) {
  background-color: rgba(252, 114, 232, 0.2);
}
.case-study.vokapi .project-stage .images-gif .image:nth-of-type(1) img {
  border-color: rgba(252, 114, 232, 0.8);
}
.case-study.vokapi .project-stage .images-gif .image:nth-of-type(2) {
  background-color: #ffefef;
}
.case-study.vokapi .project-stage .images-gif .image:nth-of-type(2) img {
  border-color: rgba(255, 95, 88, 0.8);
}
.case-study.vokapi .project-stage .images-gif .image:nth-of-type(3) {
  background-color: #fff6d6;
}
.case-study.vokapi .project-stage .images-gif .image:nth-of-type(3) img {
  border: none;
}
.case-study.vokapi .project-stage .images-gif .image:nth-of-type(4) {
  background-color: rgba(56, 112, 255, 0.2);
}
.case-study.vokapi .project-stage .images-gif .image:nth-of-type(4) img {
  border-color: #4f5de4;
}
.case-study.\33 BaysOver .banner {
  height: 588px;
  background-image: url(../img/projects/3BaysOver/3BaysOver-hero.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -60px;
  z-index: -1;
}
.case-study.\33 BaysOver .project-description {
  margin-bottom: 120px;
}
.case-study.\33 BaysOver .project-stage .has-bg.bg--primary {
  background-color: rgba(129, 36, 90, 0.1);
}
.case-study.\33 BaysOver .project-stage .has-bg.bg--secondary {
  background-color: #e8e8e8;
}
.landing-page {
  background: url("../img/ldp-hero.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1024px) {
  .landing-page {
    background-size: 140%;
    background-position: top center;
  }
}
@media (max-width: 768px) {
  .landing-page {
    background: url("../img/ldp-hero-mobile.jpg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.landing-page::before {
  content: '';
  width: 68vw;
  height: 51vw;
  left: -15vw;
  top: -14vw;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background: linear-gradient(270deg, rgba(255, 252, 242, 0.7) 0%, #FFFCF2 100%);
  position: absolute;
  transform: rotate(-342deg);
}
@media (max-width: 1024px) {
  .landing-page::before {
    display: none;
  }
}
.landing-page .section-title {
  font-size: 42px;
  line-height: 50px;
  font-family: "Noe Display Medium";
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .landing-page .section-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.landing-page .section-subtitle {
  font-size: 18px;
  line-height: 28px;
}
.landing-page .image-block img {
  width: 95%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .landing-page .image-block {
    margin-left: 0px !important;
    text-align: center;
  }
  .landing-page .image-block img {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .landing-page .image-block img {
    width: 95% !important;
  }
}
.landing-page .texts-block h3 {
  line-height: 41px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .landing-page .texts-block h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.landing-page .texts-block p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.landing-page .texts-block a {
  color: #5058EC;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .landing-page .texts-block {
    margin-top: 0px !important;
    padding-top: 50px !important;
  }
}
@media (max-width: 768px) {
  .landing-page .texts-block {
    padding-left: 15px !important;
  }
}
.landing-page .border-bottom {
  border-bottom: 1px solid #EAEAEA !important;
}
.landing-page .sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.landing-page .sticky + .container {
  padding-top: 175px;
}
@media (max-width: 767px) {
  .landing-page .sticky + .container {
    padding-top: 495px;
  }
}
.landing-page header {
  padding: 5px;
  margin-top: 35px;
}
.landing-page header.sticky {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 999;
  margin-top: 0;
}
.landing-page header.sticky #logo {
  width: 100px;
}
.landing-page header.sticky h1 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.landing-page header.sticky h1 span {
  line-height: 13px;
  margin: 10px 0 0 12px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .landing-page header.sticky h1 span {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .landing-page header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.landing-page header .contact-us {
  color: #FF5F65;
  padding: 10px 23px 8px;
  border: #FF5F65 solid 1px;
  font-size: 16px;
  font-weight: 500;
  align-self: center;
  transition: all ease-in-out 0.3s;
}
.landing-page header .contact-us:hover {
  color: #fff;
  background: #FF5F65;
}
@media (max-width: 767px) {
  .landing-page header .contact-us {
    padding: 8px 23px 5px;
    font-size: 14px;
  }
}
.landing-page .innovative {
  padding-bottom: 150px;
  padding-top: 75px;
}
@media (min-width: 1600px) {
  .landing-page .innovative {
    padding-bottom: 390px;
  }
}
@media (max-width: 768px) {
  .landing-page .innovative {
    padding-bottom: 490px;
  }
}
@media (max-width: 767px) {
  .landing-page .innovative {
    padding-bottom: 20px;
    padding-top: 395px;
  }
  .landing-page .innovative .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .landing-page .innovative .row:nth-of-type(2) {
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
  }
  .landing-page .innovative .row .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.landing-page .innovative h2 {
  font-family: "Noe Display Medium";
  font-size: 54px;
  line-height: 64px;
  letter-spacing: -0.77px;
}
@media (max-width: 767px) {
  .landing-page .innovative h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.landing-page .innovative p {
  font-family: "Suisse intl Medium";
  font-size: 18px;
  line-height: 30px;
}
.landing-page .research {
  margin-top: 50px;
}
.landing-page .research .row {
  padding-bottom: 150px;
}
.landing-page .research .texts-block {
  margin-top: 200px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .landing-page .research {
    margin-top: 0px;
  }
  .landing-page .research .row {
    padding-bottom: 50px;
  }
  .landing-page .research .texts-block {
    padding-left: 0px !important;
  }
}
.landing-page .upgrade {
  margin-top: 70px;
  position: relative;
}
@media (max-width: 768px) {
  .landing-page .upgrade {
    margin-top: 30px;
  }
}
.landing-page .upgrade::before {
  content: '';
  width: 47vw;
  height: 24%;
  left: -9.5%;
  top: -9%;
  display: block;
  background: url(../img/svg/ldp-rectangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media (max-width: 768px) {
  .landing-page .upgrade::before {
    display: none;
  }
}
.landing-page .upgrade .intranet {
  margin-top: 160px;
  padding-bottom: 150px;
}
.landing-page .upgrade .intranet .image-block {
  margin-left: 30px;
}
.landing-page .upgrade .intranet .texts-block {
  padding-top: 140px;
  padding-left: 65px;
}
@media (max-width: 768px) {
  .landing-page .upgrade .intranet {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
.landing-page .upgrade .application {
  padding-top: 80px;
  padding-bottom: 90px;
  position: relative;
}
.landing-page .upgrade .application::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background-color: #FFFCF2;
}
.landing-page .upgrade .application .texts-block {
  padding-top: 110px;
  padding-right: 35px;
}
@media (max-width: 768px) {
  .landing-page .upgrade .application {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.landing-page .upgrade .others {
  padding-top: 80px;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .landing-page .upgrade .others {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.landing-page .upgrade .others .texts-block {
  margin-top: 70px;
  padding-left: 30px;
}
.landing-page .upgrade .others .texts-block h4 {
  font-size: 21px;
}
.landing-page .upgrade .others .texts-block p {
  font-size: 14px;
}
.landing-page .upgrade .others .element {
  padding: 0 40px 50px 30px;
}
@media (max-width: 768px) {
  .landing-page .upgrade .others .element {
    padding: 0;
  }
}
.landing-page .upgrade .others .element:nth-of-type(1) {
  border-right: 1px solid #EAEAEA;
}
@media (max-width: 768px) {
  .landing-page .upgrade .others .element:nth-of-type(1) {
    border-right: none;
  }
}
.landing-page .upgrade .others .image-block {
  text-align: center;
}
@media (max-width: 768px) {
  .landing-page .upgrade .others .image-block {
    border-right: none;
  }
  .landing-page .upgrade .others .image-block img {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .landing-page .upgrade .others .image-block img {
    width: 70% !important;
  }
}
.landing-page .needs {
  padding-top: 60px;
  padding-bottom: 105px;
}
@media (max-width: 768px) {
  .landing-page .needs {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.landing-page .needs .section-title {
  margin-bottom: 40px;
}
.landing-page .needs .elements {
  margin-top: 50px;
}
.landing-page .needs .elements h4 {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
}
.landing-page .needs .elements p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 23px;
  padding-bottom: 20px;
  height: 70%;
}
@media (max-width: 768px) {
  .landing-page .needs .elements p {
    border-bottom: none !important;
  }
}
.landing-page .needs .elements div {
  padding-right: 30px;
}
.landing-page .contact {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .landing-page .contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.landing-page .contact::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background-color: rgba(255, 132, 132, 0.1);
}
.landing-page .contact .section-title {
  color: #FF5F65;
}
.landing-page .contact .section-subtitle {
  margin-bottom: 20px;
}
.landing-page .contact .border-bottom {
  border-color: rgba(255, 132, 132, 0.4) !important;
  padding-bottom: 10px;
}
.landing-page .contact form {
  margin-top: 30px;
}
.landing-page .contact form .form-group {
  margin-bottom: 25px;
}
.landing-page .contact form label {
  font-family: "Suisse intl Medium";
}
.landing-page .contact form .form-check-label {
  font-family: "Suisse intl";
}
.landing-page .contact form input[type="text"] {
  height: 42px;
  border: 1px solid #CDCDCD;
  background-color: #FFFFFF;
  border-radius: 0;
}
.landing-page .contact form input[type="text"]:focus {
  box-shadow: none;
}
.landing-page .contact form .contact-options,
.landing-page .contact form .contact-languages {
  display: flex;
  padding: 17px 0;
}
@media (max-width: 767px) {
  .landing-page .contact form .contact-options,
  .landing-page .contact form .contact-languages {
    flex-wrap: wrap;
    padding-bottom: 0px;
  }
}
.landing-page .contact form .form-check {
  margin-right: 60px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .landing-page .contact form .form-check {
    margin-bottom: 20px;
    width: 100%;
  }
}
.landing-page .contact form .form-check input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.landing-page .contact form .form-check input[type="radio"] + label span {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  border-radius: 100%;
  border: 2px solid #464646;
  background-color: #FFFFFF;
  vertical-align: bottom;
  cursor: pointer;
}
.landing-page .contact form .form-check input[type="radio"]:checked + label span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #FF5F65;
}
.landing-page .contact form textarea {
  width: 100%;
  height: 260px;
  resize: none;
  margin-top: 15px;
  padding: 0.375rem 0.75rem;
  border: 1px solid #CDCDCD;
}
.landing-page .contact form textarea:focus {
  box-shadow: none;
  border: 1px solid #CDCDCD;
  outline: none;
}
.landing-page .contact form button[type="submit"] {
  margin-top: 60px;
  float: right;
  background-color: transparent;
  border: 2px solid #FC6868;
  border-radius: 0;
  font-size: 20px;
  line-height: 20px;
  color: #FC6868;
  padding: 16px 80px 14px;
  transition: all 0.3s ease-in-out;
}
.landing-page .contact form button[type="submit"]:hover {
  color: #fff;
  background-color: #FC6868;
}
.landing-page .contact .was-validated .form-check-input:valid ~ .form-check-label {
  color: initial;
}
.landing-page footer {
  margin-top: 15px;
}
