/* =============================================================================
   =HELPERS
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

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

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.horizontal-wrapper {
  margin: 0 auto;
  position: relative;
  width: 980px;
}

.fullscreen {
  position: relative;
  width: 100vw;
  height: 100vh;
}

/* =============================================================================
   CMS: =WordPress
   ========================================================================== */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* =============================================================================
   BASE: =Base
   ========================================================================== */
::-moz-selection {
  background: #fff;
  color: #a8d0e6;
  text-shadow: none;
}

::selection {
  background: #fff;
  color: #a8d0e6;
  text-shadow: none;
}

html, body {
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  background: #fff;
  overflow-x: hidden;
  overflow-y: visible;
  color: #fff;
  font: 300 1em/1.4 "sofia-pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* =============================================================================
   BASE: =Forms
   ========================================================================== */
/* =============================================================================
   BASE: =Text level
   ========================================================================== */
a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
strong, b,
em, i {
  margin: 0;
  font-family: "Playfair Display", serif;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
}

p + p, ul + p, ol + p,
p + ul, ul + ul, ol + ul,
p + ol, ul + ol, ol + ol,
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul,
h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol {
  margin-top: 1em;
}

.svg {
  display: block;
}
.svg svg {
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
}

/* =============================================================================
   BASE: =Loaders
   ========================================================================== */
.global-loader {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  background: #ffbec9;
  justify-content: center;
  z-index: 997;
}
.global-loader .loaders img {
  display: block;
  margin: 0 auto;
}
.global-loader .loaders .dots {
  margin-top: 10px;
}
.global-loader .loader-text {
  color: #fff;
  text-align: center;
}
.global-loader .loader-title {
  font: 700 48px/1 "sofia-pro", sans-serif;
  letter-spacing: 0.05em;
}
.global-loader .loader-subtitle {
  margin-top: 10px;
  font: 300 13px/1 "sofia-pro", sans-serif;
  letter-spacing: 0.1em;
}

@keyframes logo-dot-bounce {
  0%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes logo-dot-bounce {
  0%, 100% { -moz-transform: translateY(0); }
  25% { -moz-transform: translateY(-20px); }
  50% { -moz-transform: translateY(0); }
  75% { -moz-transform: translateY(-10px); }
}
@-webkit-keyframes logo-dot-bounce {
  0%, 100% { -webkit-transform: translateY(0); }
  25% { -webkit-transform: translateY(-20px); }
  50% { -webkit-transform: translateY(0); }
  75% { -webkit-transform: translateY(-10px); }
}

/* =============================================================================
   STRUCTURE: =Default
   ========================================================================== */
.global-container {
  position: relative;
  z-index: 2;
}

.global-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}

.global-filters {
  overflow: hidden;
  position: absolute;
  top: -999px;
  left: -999em;
  width: 1px;
  height: 1px;
}

/* =============================================================================
   STRUCTURE: =Head
   ========================================================================== */
.site-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.site-head .site-title {
  display: none;
}
.site-head .site-title .svg {
  display: block;
  width: 65px;
  height: 24px;
}
.site-head .site-title .svg .logo-dot {
  -moz-transform-origin: 410px 122px;
  -ms-transform-origin: 410px 122px;
  -webkit-transform-origin: 410px 122px;
  transform-origin: 410px 122px;
}
.site-head .site-title:hover .svg .logo-dot {
  -moz-animation: logo-dot-bounce 0.5s ease-in-out infinite;
  -o-animation: logo-dot-bounce 0.5s ease-in-out infinite;
  -webkit-animation: logo-dot-bounce 0.5s ease-in-out infinite;
  animation: logo-dot-bounce 0.5s ease-in-out infinite;
}
.site-head .site-title .animation-container {
  display: none;
  position: relative;
  width: 65px;
  height: 24px;
  top: 0;
  left: 0;
}
.site-head .site-title .animation-container svg {
  display: block;
}
.site-head .site-title .loader-container {
  display: none;
  position: relative;
  width: 120px;
  height: 24px;
  top: 0;
  left: 0;
}
.site-head .site-title .loader-container svg {
  display: block;
}

.nav-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.nav-main .nav-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 2;
}
.nav-main .nav-toggle .button-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 90px;
}
.nav-main .nav-toggle .shape-top {
  display: block;
  position: absolute;
  top: 0;
  right: -2px;
  width: 100%;
  z-index: 2;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.nav-main .nav-toggle .shape-top .svg {
  width: 150px;
  height: 20px;
}
.nav-main .nav-toggle .shape {
  position: absolute;
  top: 30px;
  right: 50px;
  width: 46px;
  height: 46px;
  background: #fff;
  z-index: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}
.nav-main .nav-toggle .shape.has-hover {
  -moz-transform: perspective(5em) translate3d(0, 0, 0);
  -ms-transform: perspective(5em) translate3d(0, 0, 0);
  -webkit-transform: perspective(5em) translate3d(0, 0, 0);
  transform: perspective(5em) translate3d(0, 0, 0);
  -moz-transition: -moz-transform 0.2s ease, box-shadow 0.2s ease;
  -o-transition: -o-transform 0.2s ease, box-shadow 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.is-safari .nav-main .nav-toggle .shape.has-hover {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.nav-main .nav-toggle .lines {
  position: absolute;
  top: 30px;
  right: 50px;
  width: 46px;
  height: 46px;
  z-index: 2;
}
@-moz-keyframes open-in {
  0% {
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@-webkit-keyframes open-in {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes open-in {
  0% {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.nav-main .nav-toggle .lines.open {
  padding: 17px 15px;
}
.nav-main .nav-toggle .lines.open .line {
  position: relative;
  width: 16px;
  height: 2px;
  background: #de6161;
  z-index: 2;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-animation: open-in 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.3s 1 normal forwards;
  -webkit-animation: open-in 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.3s 1 normal forwards;
  animation: open-in 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.3s 1 normal forwards;
}
.nav-main .nav-toggle .lines.open .line + .line {
  margin-top: 3px;
}
.nav-main .nav-toggle .lines.open .line:nth-child(2) {
  -moz-animation-delay: 0.36s;
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}
.nav-main .nav-toggle .lines.open .line:nth-child(3) {
  -moz-animation-delay: 0.42s;
  -webkit-animation-delay: 0.42s;
  animation-delay: 0.42s;
  -moz-animation-timing-function: cubic-bezier(0.18, 0.89, 0.63, 1.26);
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.63, 1.26);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.63, 1.26);
}
@-moz-keyframes close-out-1 {
  0% {
    -moz-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
    -moz-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    -moz-transform: scaleY(0) translateY(10px);
    transform: scaleY(0) translateY(10px);
    -moz-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}
@-webkit-keyframes close-out-1 {
  0% {
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleY(0) translateY(10px);
    transform: scaleY(0) translateY(10px);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}
@keyframes close-out-1 {
  0% {
    -moz-transform: scaleY(1) translateY(0);
    -ms-transform: scaleY(1) translateY(0);
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    -moz-transform: scaleY(0) translateY(10px);
    -ms-transform: scaleY(0) translateY(10px);
    -webkit-transform: scaleY(0) translateY(10px);
    transform: scaleY(0) translateY(10px);
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}
@-moz-keyframes close-out-2 {
  0% {
    -moz-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -moz-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    -moz-transform: scaleX(0) translateX(10px);
    transform: scaleX(0) translateX(10px);
    -moz-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}
@-webkit-keyframes close-out-2 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(0) translateX(10px);
    transform: scaleX(0) translateX(10px);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}
@keyframes close-out-2 {
  0% {
    -moz-transform: scaleX(1) translateX(0);
    -ms-transform: scaleX(1) translateX(0);
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    -moz-transform: scaleX(0) translateX(10px);
    -ms-transform: scaleX(0) translateX(10px);
    -webkit-transform: scaleX(0) translateX(10px);
    transform: scaleX(0) translateX(10px);
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}
.nav-main .nav-toggle .lines.close {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-main .nav-toggle .lines.close .line {
  position: absolute;
  background: #faabab;
  z-index: 2;
}
.nav-main .nav-toggle .lines.close .line:nth-child(1) {
  top: 15px;
  left: 22px;
  width: 2px;
  height: 16px;
  -moz-animation: close-out-1 0.3s linear 0.1s 1 normal forwards;
  -webkit-animation: close-out-1 0.3s linear 0.1s 1 normal forwards;
  animation: close-out-1 0.3s linear 0.1s 1 normal forwards;
}
.nav-main .nav-toggle .lines.close .line:nth-child(2) {
  top: 22px;
  left: 15px;
  width: 16px;
  height: 2px;
  -moz-animation: close-out-2 0.3s linear 0s 1 normal forwards;
  -webkit-animation: close-out-2 0.3s linear 0s 1 normal forwards;
  animation: close-out-2 0.3s linear 0s 1 normal forwards;
}
.nav-main .nav-toggle:hover .shape {
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: perspective(5em) translate3d(0, 0, 10px);
  -ms-transform: perspective(5em) translate3d(0, 0, 10px);
  -webkit-transform: perspective(5em) translate3d(0, 0, 10px);
  transform: perspective(5em) translate3d(0, 0, 10px);
}
.is-safari .nav-main .nav-toggle:hover .shape {
  -moz-transform: scale(1.12, 1.12);
  -ms-transform: scale(1.12, 1.12);
  -webkit-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
}
.nav-main .nav-container {
  position: absolute;
  top: 0;
  left: -999em;
  z-index: 1;
}
.nav-main .nav-container .site-title {
  display: none;
}
.nav-main .nav-container .nav-columns .column {
  display: flex;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  align-items: center;
  z-index: 3;
}
.nav-main .nav-container .nav-columns .column:nth-child(1) {
  margin-left: -1px;
  right: 0;
}
.nav-main .nav-container .nav-columns .column:nth-child(2) {
  left: 0;
  margin-right: -1px;
}
.nav-main .nav-container .column-inner {
  margin: 0 auto;
  max-width: 420px;
  height: 330px;
}
.nav-main .nav-container .column-title {
  overflow: hidden;
  margin: 0 0 40px;
  position: relative;
  color: #303f80;
  font: 700 16px/1 "sofia-pro", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.nav-main .nav-container .column-title .label {
  display: inline-block;
  overflow: hidden;
  margin: 0 0 0 25px;
  direction: rtl;
}
.nav-main .nav-container .column-title .shape {
  position: absolute;
  top: 5px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #303f80;
  content: '';
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-main .nav-container .menu-item > a,
.nav-main .nav-container .link-contact {
  display: block;
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  font: 50px/1 "Playfair Display", serif;
}
.nav-main .nav-container .menu-item > a:hover,
.nav-main .nav-container .link-contact:hover {
  color: #303f80;
}
.nav-main .nav-container .menu-item > a {
  display: inline-block;
  position: relative;
}
.nav-main .nav-container .current-menu-item a,
.nav-main .nav-container .current_page_item a,
.nav-main .nav-container .current-menu-item a:hover,
.nav-main .nav-container .current_page_item a:hover {
  color: #f99797;
  cursor: default;
}
.nav-main .nav-container .current-menu-item a:before,
.nav-main .nav-container .current-menu-item a:hover:before,
.nav-main .nav-container .current_page_item a:before,
.nav-main .nav-container .current_page_item a:hover:before {
  display: block;
  position: absolute;
  top: 60%;
  right: -15px;
  left: -15px;
  height: 1px;
  background: #f99797;
  content: '' !important;
}
.nav-main .nav-container .link-contact {
  margin-bottom: 20px;
}
.nav-main .nav-container .links {
  list-style: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.nav-main .nav-container .links li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
.nav-main .nav-container .links,
.nav-main .nav-container .links li {
  margin: 0;
  padding: 0;
}
.nav-main .nav-container .links li {
  display: inline-block;
  vertical-align: middle;
}
.nav-main .nav-container .links li:after {
  content: '\2022';
}
.nav-main .nav-container .links li:last-child:after {
  content: '';
}
.nav-main .nav-container .links a {
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
.nav-main .nav-container .links a:hover {
  color: #7d5454;
}
.nav-main .nav-container .menu {
  list-style: none;
}
.nav-main .nav-container .menu li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
.nav-main .nav-container .menu,
.nav-main .nav-container .menu li {
  margin: 0;
  padding: 0;
}
.nav-main .nav-container .menu li + li {
  margin-top: 10px;
}
.nav-main .language-selector {
  position: absolute;
  right: 50px;
  bottom: 30px;
  z-index: 3;
}
.nav-main .language-selector .langs {
  list-style: none;
}
.nav-main .language-selector .langs li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
.nav-main .language-selector .langs,
.nav-main .language-selector .langs .lang {
  margin: 0;
  padding: 0;
}
.nav-main .language-selector .langs .lang {
  display: inline-block;
}
.nav-main .language-selector .langs .is-active {
  display: none;
}
.nav-main .language-selector a {
  display: block;
  position: relative;
  width: 46px;
  height: 46px;
  border: 3px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: color 0.1s ease 0.1s;
  -o-transition: color 0.1s ease 0.1s;
  -webkit-transition: color 0.1s ease;
  -webkit-transition-delay: 0.1s;
  transition: color 0.1s ease 0.1s;
  font-size: 14px;
  font-weight: 700;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
}
.nav-main .language-selector a .code {
  position: relative;
  z-index: 2;
}
.nav-main .language-selector a .background {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.nav-main .language-selector a .background-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.nav-main .language-selector a:hover {
  color: #faabab;
}
.nav-main .language-selector a:hover .background-inner {
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.nav-main .wave-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.nav-main .animation-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.nav-main .animation-container .column {
  position: absolute;
  top: 0;
  height: 100%;
}
.nav-main .animation-container .column-left {
  margin-right: -1px;
  left: 0;
  right: 50%;
}
.nav-main .animation-container .column-right {
  right: 0;
  left: 50%;
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
@-moz-keyframes open-out-1 {
  0% {
    -moz-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  35% {
    -moz-transform: scaleX(0.9) translateX(-5px);
    transform: scaleX(0.9) translateX(-5px);
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  100% {
    -moz-transform: scaleX(0) translateX(5px);
    transform: scaleX(0) translateX(5px);
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
}
@-webkit-keyframes open-out-1 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  35% {
    -webkit-transform: scaleX(0.9) translateX(-5px);
    transform: scaleX(0.9) translateX(-5px);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0) translateX(5px);
    transform: scaleX(0) translateX(5px);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
}
@keyframes open-out-1 {
  0% {
    -moz-transform: scaleX(1) translateX(0);
    -ms-transform: scaleX(1) translateX(0);
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  35% {
    -moz-transform: scaleX(0.9) translateX(-5px);
    -ms-transform: scaleX(0.9) translateX(-5px);
    -webkit-transform: scaleX(0.9) translateX(-5px);
    transform: scaleX(0.9) translateX(-5px);
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  100% {
    -moz-transform: scaleX(0) translateX(5px);
    -ms-transform: scaleX(0) translateX(5px);
    -webkit-transform: scaleX(0) translateX(5px);
    transform: scaleX(0) translateX(5px);
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
}
@-moz-keyframes open-out-2 {
  0% {
    -moz-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  35% {
    -moz-transform: scaleX(0.9) translateX(5px);
    transform: scaleX(0.9) translateX(5px);
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -moz-transform: scaleX(0) translateX(-5px);
    transform: scaleX(0) translateX(-5px);
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@-webkit-keyframes open-out-2 {
  0% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  35% {
    -webkit-transform: scaleX(0.9) translateX(5px);
    transform: scaleX(0.9) translateX(5px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(0) translateX(-5px);
    transform: scaleX(0) translateX(-5px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes open-out-2 {
  0% {
    -moz-transform: scaleX(1) translateX(0);
    -ms-transform: scaleX(1) translateX(0);
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  35% {
    -moz-transform: scaleX(0.9) translateX(5px);
    -ms-transform: scaleX(0.9) translateX(5px);
    -webkit-transform: scaleX(0.9) translateX(5px);
    transform: scaleX(0.9) translateX(5px);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -moz-transform: scaleX(0) translateX(-5px);
    -ms-transform: scaleX(0) translateX(-5px);
    -webkit-transform: scaleX(0) translateX(-5px);
    transform: scaleX(0) translateX(-5px);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.nav-main.is-opened .nav-toggle .open .line {
  -moz-animation: open-out-1 0.4s linear 0s 1 normal forwards;
  -webkit-animation: open-out-1 0.4s linear 0s 1 normal forwards;
  animation: open-out-1 0.4s linear 0s 1 normal forwards;
  -moz-transform: scaleX(1) translateX(0);
  -ms-transform: scaleX(1) translateX(0);
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);
}
.nav-main.is-opened .nav-toggle .open .line:nth-child(1) {
  -moz-animation-delay: 0.16s;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.nav-main.is-opened .nav-toggle .open .line:nth-child(2) {
  -moz-animation-delay: 0.08s;
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
  -moz-animation-name: open-out-2;
  -webkit-animation-name: open-out-2;
  animation-name: open-out-2;
}
.nav-main.is-opened .nav-toggle .open .line:nth-child(3) {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-moz-keyframes close-in-1 {
  0% {
    -moz-transform: scaleY(0) translateY(-10px);
    transform: scaleY(0) translateY(-10px);
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -moz-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@-webkit-keyframes close-in-1 {
  0% {
    -webkit-transform: scaleY(0) translateY(-10px);
    transform: scaleY(0) translateY(-10px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes close-in-1 {
  0% {
    -moz-transform: scaleY(0) translateY(-10px);
    -ms-transform: scaleY(0) translateY(-10px);
    -webkit-transform: scaleY(0) translateY(-10px);
    transform: scaleY(0) translateY(-10px);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -moz-transform: scaleY(1) translateY(0);
    -ms-transform: scaleY(1) translateY(0);
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@-moz-keyframes close-in-2 {
  0% {
    -moz-transform: scaleX(0) translateX(-10px);
    transform: scaleX(0) translateX(-10px);
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -moz-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@-webkit-keyframes close-in-2 {
  0% {
    -webkit-transform: scaleX(0) translateX(-10px);
    transform: scaleX(0) translateX(-10px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes close-in-2 {
  0% {
    -moz-transform: scaleX(0) translateX(-10px);
    -ms-transform: scaleX(0) translateX(-10px);
    -webkit-transform: scaleX(0) translateX(-10px);
    transform: scaleX(0) translateX(-10px);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -moz-transform: scaleX(1) translateX(0);
    -ms-transform: scaleX(1) translateX(0);
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.nav-main.is-opened .nav-toggle .close .line:nth-child(1) {
  -moz-animation: close-in-1 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.6s 1 normal forwards;
  -webkit-animation: close-in-1 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.6s 1 normal forwards;
  animation: close-in-1 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.6s 1 normal forwards;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.nav-main.is-opened .nav-toggle .close .line:nth-child(2) {
  -moz-animation: close-in-2 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.5s 1 normal forwards;
  -webkit-animation: close-in-2 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.5s 1 normal forwards;
  animation: close-in-2 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.5s 1 normal forwards;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.nav-main.is-opened .nav-container {
  left: 0;
}
.nav-main.works .nav-toggle .open .line {
  background: #83b0c9;
}
.nav-main.about .nav-toggle .open .line {
  background: #222e5c;
}
.nav-main.error .nav-toggle .open .line {
  background: #192455;
}

.no-canvas .nav-main .nav-container .nav-columns .column:nth-child(1) {
  background: #faabab;
}
.no-canvas .nav-main .nav-container .nav-columns .column:nth-child(2) {
  background: #f99797;
}

/* =============================================================================
   LAYOUT: =Home
   ========================================================================== */
.layout-home {
  overflow: hidden;
  background: #a8d0e6;
}
.layout-home .home-section {
  position: absolute;
  z-index: 3;
}
.layout-home .section-works {
  padding: 50px 70px;
  top: 0;
  left: 0;
  width: 66.67%;
  height: 100%;
}
.layout-home .section-works .section-catcher {
  max-width: none;
  font-size: 48px;
}
.layout-home .section-process,
.layout-home .section-about {
  overflow: hidden;
  padding: 50px 45px;
  right: 0;
  width: 33.34%;
  height: 50%;
}
.layout-home .section-process {
  top: 0;
  background: none;
}
.layout-home .section-process .section-background {
  bottom: -1px;
}
.layout-home .section-process .section-background .svg {
  fill: #fa7774;
}
.layout-home .section-process .animation-background {
  bottom: -1px;
  -moz-transform: rotateZ(180deg) scaleX(-1);
  -ms-transform: rotateZ(180deg) scaleX(-1);
  -webkit-transform: rotateZ(180deg) scaleX(-1);
  transform: rotateZ(180deg) scaleX(-1);
}
.layout-home .section-about {
  bottom: 0;
}
.layout-home .section-about .section-background {
  top: -1px;
}
.layout-home .section-about .section-background .svg {
  fill: #2c3970;
}
.layout-home .section-inner {
  position: relative;
  height: 100%;
  z-index: 3;
}
.layout-home .section-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.layout-home .section-title {
  display: inline-block;
  margin: 0 0 15px;
  padding: 0 0 10px;
  position: relative;
  font: 700 16px/1 "sofia-pro", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.layout-home .section-title:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 3px;
  background: #fff;
  content: '';
}
.layout-home .section-catcher {
  max-width: 480px;
  font: 26px/1.2 "Playfair Display", serif;
}
.layout-home .section-illustrations {
  overflow: hidden;
}
.layout-home .section-illustrations,
.layout-home .section-illustrations .illustrations,
.layout-home .section-illustrations .illustration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layout-home .section-illustrations .illustration {
  display: flex;
  align-items: center;
}
.layout-home .section-illustrations .svg {
  margin: 0 auto;
}
.layout-home .section-illustrations .animation-global {
  margin: 0 auto;
  position: relative;
  top: -50px;
  width: 770px;
}
.layout-home .section-illustrations .animation-global:before {
  display: block;
  padding-top: 85.71%;
  content: '';
}
.layout-home .section-illustrations .animation-global svg {
  position: absolute;
  top: 0;
  left: 0;
}
.layout-home .section-background {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  z-index: 2;
}
.layout-home .section-background .svg {
  margin: 0 auto;
  position: relative;
  top: -30px;
  width: 380px;
  height: 380px;
}
.layout-home .animation-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.layout-home .wave-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@-moz-keyframes title-bar {
  0% {
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50.0001% {
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@-webkit-keyframes title-bar {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50.0001% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes title-bar {
  0% {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50.0001% {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.no-canvas .layout-home .section-process {
  background: #f76c6c;
}
.no-canvas .layout-home .section-about {
  background: #263366;
}

/* =============================================================================
   LAYOUT: =Default
   ========================================================================== */
.nav-page {
  position: fixed;
  top: 100px;
  right: 50px;
  z-index: 5;
  color: rgba(0, 0, 0, 0.5);
  font: 700 14px/1 "sofia-pro", sans-serif;
  letter-spacing: 0.2em;
  text-align: right;
  text-transform: uppercase;
}
.nav-page .is-active a {
  color: #fff;
}
.nav-page .is-active .subnav {
  display: block;
}
.nav-page .pages {
  list-style: none;
}
.nav-page .pages li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
.nav-page .pages,
.nav-page .pages .page {
  margin: 0;
  padding: 0;
}
.nav-page .pages .page {
  padding: 2px 0 0;
  overflow: hidden;
}
.nav-page .pages .page + .page {
  margin-top: 8px;
}
.nav-page a {
  display: block;
  position: relative;
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
.nav-page a:hover {
  color: #fff;
}
.nav-page .subnav {
  display: none;
  margin: 0 0 0 auto;
  padding: 5px 0 0;
  width: 26px;
}
.nav-page .subnav .item {
  display: block;
  position: relative;
  width: 26px;
  height: 9px;
  cursor: pointer;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.nav-page .subnav .item:before {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 10px;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  -moz-transition: width 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s;
  -webkit-transition: width 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: width 0.3s ease 0s;
}
.nav-page .subnav .item:hover:before, .nav-page .subnav .item.is-active:before {
  width: 20px;
  -moz-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
  -webkit-transition: width 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: width 0.2s ease 0s;
}
.nav-page .subnav .item.is-active:before {
  background: #fff;
}

.nav-tablet {
  display: none;
}

.page-section {
  overflow: hidden;
  position: absolute;
  top: -999em;
  left: -999em;
  z-index: 1;
}
.page-section.is-active {
  position: relative;
  top: 0;
  left: 0;
}
.page-section .section-inner {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  z-index: 2;
}
.page-section .section-title {
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  position: relative;
  color: #7d5454;
  font: 700 20px/1 "sofia-pro", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.page-section .section-title:before {
  display: block;
  position: absolute;
  top: 6px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #7d5454;
  content: '';
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-section .section-background {
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  z-index: 1;
}
.page-section .section-background .svg {
  margin: 0 auto;
  width: auto;
  height: 75%;
  fill: #fff;
  z-index: 1;
}
.page-section .section-background .animation-container {
  margin: 0 auto;
  width: 100%;
  height: 75%;
  z-index: 1;
}
.page-section .section-scroll {
  margin: 0 0 0 -15px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 30px;
  height: 48px;
  cursor: pointer;
  z-index: 3;
}
.page-section .section-scroll .mouse {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
@-moz-keyframes scroll-wheel {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  35% {
    -moz-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
    opacity: 1;
  }
  50% {
    -moz-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
  }
  50.001% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  80% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes scroll-wheel {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  35% {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
  }
  50.001% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  80% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
}
@keyframes scroll-wheel {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  35% {
    -moz-transform: translate3d(0, 7px, 0);
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
    opacity: 1;
  }
  50% {
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
  }
  50.001% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  80% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
}
.page-section .section-scroll .wheel {
  display: block;
  margin: 0 0 0 -2px;
  position: absolute;
  top: 10px;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-animation: scroll-wheel 1.8s linear 0s infinite normal none;
  -webkit-animation: scroll-wheel 1.8s linear 0s infinite normal none;
  animation: scroll-wheel 1.8s linear 0s infinite normal none;
}
.page-section .section-scroll.is-hidden {
  left: -999em;
}

.section-intro {
  font-size: 22px;
}
.section-intro .section-content {
  margin: 0 auto;
  width: 620px;
}
.section-intro .section-highlight {
  margin: 0 0 20px;
  font: 400 90px/1 "Playfair Display", serif;
}

.section-contact {
  z-index: 4;
}
.section-contact .block-contact {
  display: flex;
  position: absolute;
  top: 0;
  left: 33.3333%;
  width: 33.3333%;
  height: 100%;
  align-items: center;
  z-index: 3;
  text-align: center;
}
.no-canvas .section-contact .block-contact {
  background: #8ccdd0;
}
.section-contact .block-content {
  position: relative;
  width: 100%;
}
.section-contact .block-title {
  position: absolute;
  top: -115px;
  width: 100%;
  color: #ee4d51;
  font: 700 16px/1 "sofia-pro", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.section-contact .block-title:before {
  display: block;
  margin: 0 0 0 -5px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 9px;
  height: 9px;
  background: #ee4d51;
  content: '';
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-contact .link-contact {
  display: block;
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  font: 42px/1 "Playfair Display", serif;
}
.section-contact .link-contact:hover {
  color: #4d9299;
}
.section-contact .links {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  list-style: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.section-contact .links li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
.section-contact .links,
.section-contact .links li {
  margin: 0;
  padding: 0;
}
.section-contact .links li {
  display: inline-block;
  vertical-align: middle;
}
.section-contact .links li:after {
  content: '\2022';
}
.section-contact .links li:last-child:after {
  content: '';
}
.section-contact .links a {
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
.section-contact .links a:hover {
  color: #4d9299;
}
.section-contact .nav-site {
  position: absolute;
  bottom: 85px;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
}
.section-contact .nav-site .menu {
  list-style: none;
}
.section-contact .nav-site .menu li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
.section-contact .nav-site .menu,
.section-contact .nav-site .menu li {
  margin: 0;
  padding: 0;
}
.section-contact .nav-site .menu-item {
  float: left;
  width: 33%;
  font: 30px/1 "Playfair Display", serif;
}
.section-contact .nav-site .menu-item a {
  display: inline-block;
  position: relative;
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
.section-contact .nav-site .menu-item a:hover {
  color: #4d9299;
}
.section-contact .nav-site .current-menu-item a,
.section-contact .nav-site .current-menu-item a:hover {
  color: #4d9299;
  cursor: default;
}
.section-contact .nav-site .current-menu-item a:before,
.section-contact .nav-site .current-menu-item a:hover:before {
  display: block;
  position: absolute;
  top: 60%;
  right: -15px;
  left: -15px;
  height: 1px;
  background: #4d9299;
  content: '';
}
.section-contact .wave-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section-contact .animation-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-contact.is-visible {
  left: 0;
}

.page-container .page-section.section-contact {
  background: #79c4c8;
}

/* =============================================================================
   LAYOUT: =Works
   ========================================================================== */
.layout-works .section-intro {
  background: #a8d0e6;
  z-index: 2;
}
.layout-works .section-intro .section-content {
  width: 620px;
}
.layout-works .section-intro .section-title {
  color: #f76c6c;
}
.layout-works .section-intro .section-title:before {
  background: #f76c6c;
}
.layout-works .section-background {
  display: flex;
}
.layout-works .section-background .svg {
  fill: #9bc9e1;
}
.layout-works .section-works {
  z-index: 1;
}
.layout-works .works {
  position: relative;
  z-index: 2;
}
.layout-works .work {
  display: none;
  align-items: center;
}
.layout-works .work:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  content: '';
}
.layout-works .work .work-inner {
  margin: 0 auto;
  position: relative;
  width: 1280px;
}
.layout-works .work .work-image {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.layout-works .work .work-image .image-container {
  overflow: hidden;
  position: relative;
  width: 1000px;
  background: rgba(0, 0, 0, 0.1);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.layout-works .work .work-image .image,
.layout-works .work .work-image video {
  position: relative;
  z-index: 1;
}
.layout-works .work .work-image .image {
  display: block;
}
.layout-works .work .work-image video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.layout-works .work .work-image .play {
  display: none;
  margin: -25px 0 0 -25px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: none;
  border: 0;
  z-index: 2;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.layout-works .work .work-image .svg-icon-play {
  width: 50px;
  height: 50px;
}
.layout-works .work .work-content {
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 50px;
  width: 400px;
  z-index: 2;
}
.layout-works .work .work-content .inner {
  padding: 50px;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 3;
}
.layout-works .work .work-content .border {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.layout-works .work .work-content .animation-outer {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.layout-works .work .work-title {
  margin: 0 0 10px;
  font: 38px/1 "Playfair Display", serif;
}
.layout-works .work .work-category {
  color: #000;
  font-size: 16px;
}
.layout-works .work .work-description {
  margin: 10px 0 30px;
  color: #535353;
  font-size: 16px;
}
.layout-works .work .work-credits {
  position: absolute;
  bottom: 50px;
  left: 50px;
  font-size: 14px;
}
.layout-works .work .work-credits ul {
  list-style: none;
}
.layout-works .work .work-credits ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
.layout-works .work .work-credits ul,
.layout-works .work .work-credits ul li {
  margin: 0;
  padding: 0;
}
.layout-works .work .work-credits .label:after {
  content: ' / ';
}
.layout-works .work .work-credits .value {
  color: #535353;
}
.layout-works .work .work-credits a {
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.layout-works .work .work-credits a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.layout-works .work .work-link {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  border: 3px solid #000;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  -moz-transition: color 0.1s ease 0.1s;
  -o-transition: color 0.1s ease 0.1s;
  -webkit-transition: color 0.1s ease;
  -webkit-transition-delay: 0.1s;
  transition: color 0.1s ease 0.1s;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 32px;
  text-transform: uppercase;
}
.layout-works .work .work-link .background {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
}
.layout-works .work .work-link .background-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.layout-works .work .work-link .link-text {
  display: block;
  position: relative;
  z-index: 2;
}
.layout-works .work .work-link:hover {
  color: #fff;
}
.layout-works .work .work-link:hover .background-inner {
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.layout-works .work .animation-container {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  pointer-events: none;
  z-index: 3;
}
.layout-works .work.is-active {
  display: flex;
}
.layout-works .works-counter {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
}
.layout-works .works-counter .text {
  margin: -27px 0 0 0;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 46px;
  height: 54px;
  font: 700 18px/1 "sofia-pro", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
  text-indent: 0.2em;
  text-transform: uppercase;
}
.layout-works .works-counter .text:before {
  display: block;
  margin: -1px 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
}
.layout-works .works-counter .text .count,
.layout-works .works-counter .text .total {
  position: absolute;
  right: 0;
  width: 100%;
}
.layout-works .works-counter .text .count {
  top: 0;
}
.layout-works .works-counter .text .total {
  bottom: 0;
}

/* =============================================================================
   LAYOUT: =Process
   ========================================================================== */
.layout-process .section-intro {
  background: #f76c6c;
}
.layout-process .section-intro .section-content.lang-fr {
  width: 520px;
}
.layout-process .section-intro .section-content.lang-en {
  width: 660px;
}
.layout-process .section-intro .section-title {
  color: #263366;
}
.layout-process .section-intro .section-title:before {
  background: #263366;
}
.layout-process .section-background .svg {
  fill: #f87b7b;
}
.layout-process .section-process {
  display: flex;
  overflow: hidden;
  align-items: center;
  background: #f76c6c;
}
.layout-process .process-container {
  margin: 0 auto;
  position: relative;
  width: 500px;
  height: 500px;
  z-index: 2;
}
.layout-process .steps-navigation,
.layout-process .steps .step {
  margin: -250px 0 0 -250px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
}
.layout-process .steps-navigation svg,
.layout-process .steps .step svg {
  width: 500px !important;
  height: 500px !important;
}
.layout-process .steps-navigation {
  z-index: 5;
}
.layout-process .steps-navigation .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layout-process .steps-navigation .circle .slice:nth-child(1) .dot:nth-child(1) {
  left: 89.3031px;
  top: 58.48889px;
}
.layout-process .steps-navigation .circle .slice:nth-child(1) .dot:nth-child(2) {
  left: 106.60589px;
  top: 45.21199px;
}
.layout-process .steps-navigation .circle .slice:nth-child(1) .dot:nth-child(3) {
  left: 125.0px;
  top: 33.49365px;
}
.layout-process .steps-navigation .circle .slice:nth-child(1) .dot:nth-child(4) {
  left: 144.34543px;
  top: 23.42305px;
}
.layout-process .steps-navigation .circle .slice:nth-child(1) .dot:nth-child(5) {
  left: 164.49496px;
  top: 15.07684px;
}
.layout-process .steps-navigation .circle .slice:nth-child(1) .dot:nth-child(6) {
  left: 185.29524px;
  top: 8.51854px;
}
.layout-process .steps-navigation .circle .slice:nth-child(1) .dot:nth-child(7) {
  left: 206.58796px;
  top: 3.79806px;
}
.layout-process .steps-navigation .circle .slice:nth-child(1) .dot:nth-child(8) {
  left: 228.21106px;
  top: 0.95133px;
}
.layout-process .steps-navigation .circle .slice:nth-child(1) .dot:nth-child(9) {
  left: 250.0px;
  top: 0.0px;
}
.layout-process .steps-navigation .circle .slice:nth-child(2) .dot:nth-child(1) {
  left: 271.78894px;
  top: 0.95133px;
}
.layout-process .steps-navigation .circle .slice:nth-child(2) .dot:nth-child(2) {
  left: 293.41204px;
  top: 3.79806px;
}
.layout-process .steps-navigation .circle .slice:nth-child(2) .dot:nth-child(3) {
  left: 314.70476px;
  top: 8.51854px;
}
.layout-process .steps-navigation .circle .slice:nth-child(2) .dot:nth-child(4) {
  left: 335.50504px;
  top: 15.07684px;
}
.layout-process .steps-navigation .circle .slice:nth-child(2) .dot:nth-child(5) {
  left: 355.65457px;
  top: 23.42305px;
}
.layout-process .steps-navigation .circle .slice:nth-child(2) .dot:nth-child(6) {
  left: 375.0px;
  top: 33.49365px;
}
.layout-process .steps-navigation .circle .slice:nth-child(2) .dot:nth-child(7) {
  left: 393.39411px;
  top: 45.21199px;
}
.layout-process .steps-navigation .circle .slice:nth-child(2) .dot:nth-child(8) {
  left: 410.6969px;
  top: 58.48889px;
}
.layout-process .steps-navigation .circle .slice:nth-child(2) .dot:nth-child(9) {
  left: 426.7767px;
  top: 73.2233px;
}
.layout-process .steps-navigation .circle .slice:nth-child(3) .dot:nth-child(1) {
  left: 441.51111px;
  top: 89.3031px;
}
.layout-process .steps-navigation .circle .slice:nth-child(3) .dot:nth-child(2) {
  left: 454.78801px;
  top: 106.60589px;
}
.layout-process .steps-navigation .circle .slice:nth-child(3) .dot:nth-child(3) {
  left: 466.50635px;
  top: 125.0px;
}
.layout-process .steps-navigation .circle .slice:nth-child(3) .dot:nth-child(4) {
  left: 476.57695px;
  top: 144.34543px;
}
.layout-process .steps-navigation .circle .slice:nth-child(3) .dot:nth-child(5) {
  left: 484.92316px;
  top: 164.49496px;
}
.layout-process .steps-navigation .circle .slice:nth-child(3) .dot:nth-child(6) {
  left: 491.48146px;
  top: 185.29524px;
}
.layout-process .steps-navigation .circle .slice:nth-child(3) .dot:nth-child(7) {
  left: 496.20194px;
  top: 206.58796px;
}
.layout-process .steps-navigation .circle .slice:nth-child(3) .dot:nth-child(8) {
  left: 499.04867px;
  top: 228.21106px;
}
.layout-process .steps-navigation .circle .slice:nth-child(3) .dot:nth-child(9) {
  left: 500px;
  top: 250px;
}
.layout-process .steps-navigation .circle .slice:nth-child(4) .dot:nth-child(1) {
  left: 499.04867px;
  top: 271.78894px;
}
.layout-process .steps-navigation .circle .slice:nth-child(4) .dot:nth-child(2) {
  left: 496.20194px;
  top: 293.41204px;
}
.layout-process .steps-navigation .circle .slice:nth-child(4) .dot:nth-child(3) {
  left: 491.48146px;
  top: 314.70476px;
}
.layout-process .steps-navigation .circle .slice:nth-child(4) .dot:nth-child(4) {
  left: 484.92316px;
  top: 335.50504px;
}
.layout-process .steps-navigation .circle .slice:nth-child(4) .dot:nth-child(5) {
  left: 476.57695px;
  top: 355.65457px;
}
.layout-process .steps-navigation .circle .slice:nth-child(4) .dot:nth-child(6) {
  left: 466.50635px;
  top: 375px;
}
.layout-process .steps-navigation .circle .slice:nth-child(4) .dot:nth-child(7) {
  left: 454.78801px;
  top: 393.39411px;
}
.layout-process .steps-navigation .circle .slice:nth-child(4) .dot:nth-child(8) {
  left: 441.51111px;
  top: 410.6969px;
}
.layout-process .steps-navigation .circle .slice:nth-child(4) .dot:nth-child(9) {
  left: 426.7767px;
  top: 426.7767px;
}
.layout-process .steps-navigation .circle .slice:nth-child(5) .dot:nth-child(1) {
  left: 410.6969px;
  top: 441.51111px;
}
.layout-process .steps-navigation .circle .slice:nth-child(5) .dot:nth-child(2) {
  left: 393.39411px;
  top: 454.78801px;
}
.layout-process .steps-navigation .circle .slice:nth-child(5) .dot:nth-child(3) {
  left: 375.0px;
  top: 466.50635px;
}
.layout-process .steps-navigation .circle .slice:nth-child(5) .dot:nth-child(4) {
  left: 355.65457px;
  top: 476.57695px;
}
.layout-process .steps-navigation .circle .slice:nth-child(5) .dot:nth-child(5) {
  left: 335.50504px;
  top: 484.92316px;
}
.layout-process .steps-navigation .circle .slice:nth-child(5) .dot:nth-child(6) {
  left: 314.70476px;
  top: 491.48146px;
}
.layout-process .steps-navigation .circle .slice:nth-child(5) .dot:nth-child(7) {
  left: 293.41204px;
  top: 496.20194px;
}
.layout-process .steps-navigation .circle .slice:nth-child(5) .dot:nth-child(8) {
  left: 271.78894px;
  top: 499.04867px;
}
.layout-process .steps-navigation .circle .slice:nth-child(5) .dot:nth-child(9) {
  left: 250.0px;
  top: 500px;
}
.layout-process .steps-navigation .circle .slice:nth-child(6) .dot:nth-child(1) {
  left: 228.21106px;
  top: 499.04867px;
}
.layout-process .steps-navigation .circle .slice:nth-child(6) .dot:nth-child(2) {
  left: 206.58796px;
  top: 496.20194px;
}
.layout-process .steps-navigation .circle .slice:nth-child(6) .dot:nth-child(3) {
  left: 185.29524px;
  top: 491.48146px;
}
.layout-process .steps-navigation .circle .slice:nth-child(6) .dot:nth-child(4) {
  left: 164.49496px;
  top: 484.92316px;
}
.layout-process .steps-navigation .circle .slice:nth-child(6) .dot:nth-child(5) {
  left: 144.34543px;
  top: 476.57695px;
}
.layout-process .steps-navigation .circle .slice:nth-child(6) .dot:nth-child(6) {
  left: 125.0px;
  top: 466.50635px;
}
.layout-process .steps-navigation .circle .slice:nth-child(6) .dot:nth-child(7) {
  left: 106.60589px;
  top: 454.78801px;
}
.layout-process .steps-navigation .circle .slice:nth-child(6) .dot:nth-child(8) {
  left: 89.3031px;
  top: 441.51111px;
}
.layout-process .steps-navigation .circle .slice:nth-child(6) .dot:nth-child(9) {
  left: 73.2233px;
  top: 426.7767px;
}
.layout-process .steps-navigation .circle .slice:nth-child(7) .dot:nth-child(1) {
  left: 58.48889px;
  top: 410.6969px;
}
.layout-process .steps-navigation .circle .slice:nth-child(7) .dot:nth-child(2) {
  left: 45.21199px;
  top: 393.39411px;
}
.layout-process .steps-navigation .circle .slice:nth-child(7) .dot:nth-child(3) {
  left: 33.49365px;
  top: 375px;
}
.layout-process .steps-navigation .circle .slice:nth-child(7) .dot:nth-child(4) {
  left: 23.42305px;
  top: 355.65457px;
}
.layout-process .steps-navigation .circle .slice:nth-child(7) .dot:nth-child(5) {
  left: 15.07684px;
  top: 335.50504px;
}
.layout-process .steps-navigation .circle .slice:nth-child(7) .dot:nth-child(6) {
  left: 8.51854px;
  top: 314.70476px;
}
.layout-process .steps-navigation .circle .slice:nth-child(7) .dot:nth-child(7) {
  left: 3.79806px;
  top: 293.41204px;
}
.layout-process .steps-navigation .circle .slice:nth-child(7) .dot:nth-child(8) {
  left: 0.95133px;
  top: 271.78894px;
}
.layout-process .steps-navigation .circle .slice:nth-child(7) .dot:nth-child(9) {
  left: 0px;
  top: 250px;
}
.layout-process .steps-navigation .circle .slice:nth-child(8) .dot:nth-child(1) {
  left: 0.95133px;
  top: 228.21106px;
}
.layout-process .steps-navigation .circle .slice:nth-child(8) .dot:nth-child(2) {
  left: 3.79806px;
  top: 206.58796px;
}
.layout-process .steps-navigation .circle .slice:nth-child(8) .dot:nth-child(3) {
  left: 8.51854px;
  top: 185.29524px;
}
.layout-process .steps-navigation .circle .slice:nth-child(8) .dot:nth-child(4) {
  left: 15.07684px;
  top: 164.49496px;
}
.layout-process .steps-navigation .circle .slice:nth-child(8) .dot:nth-child(5) {
  left: 23.42305px;
  top: 144.34543px;
}
.layout-process .steps-navigation .circle .slice:nth-child(8) .dot:nth-child(6) {
  left: 33.49365px;
  top: 125px;
}
.layout-process .steps-navigation .circle .slice:nth-child(8) .dot:nth-child(7) {
  left: 45.21199px;
  top: 106.60589px;
}
.layout-process .steps-navigation .circle .slice:nth-child(8) .dot:nth-child(8) {
  left: 58.48889px;
  top: 89.3031px;
}
.layout-process .steps-navigation .circle .slice:nth-child(8) .dot:nth-child(9) {
  left: 73.22331px;
  top: 73.22331px;
}
.layout-process .steps-navigation .circle .slice.is-active:first-child .small-dot, .layout-process .steps-navigation .circle .slice.is-current:first-child .small-dot {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.layout-process .steps-navigation .circle .slice.is-active .dot, .layout-process .steps-navigation .circle .slice.is-current .dot {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.layout-process .steps-navigation .circle .slice.is-current .big-dot {
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.layout-process .steps-navigation .circle .dot {
  margin: -4px 0 0 -4px;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.layout-process .steps-navigation .circle .dot .border {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  content: '';
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.layout-process .steps-navigation .circle .big-dot {
  cursor: pointer;
  -moz-transition: opacity 0.1s ease, -moz-transform 0.2s ease;
  -o-transition: opacity 0.1s ease, -o-transform 0.2s ease;
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.1s ease, transform 0.2s ease;
}
.layout-process .steps-navigation .circle .big-dot .border {
  top: -6px;
  left: -6px;
  width: 20px;
  height: 20px;
}
.layout-process .steps-navigation .circle .big-dot:before {
  display: block;
  margin: -30px 0 0 -30px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background: transparent;
  content: '';
}
.layout-process .steps-navigation .circle .big-dot:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -moz-transition: opacity 0.1s ease, -moz-transform 0.2s ease;
  -o-transition: opacity 0.1s ease, -o-transform 0.2s ease;
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.1s ease, transform 0.2s ease;
}
.layout-process .steps-pagination {
  margin: 50px 350px 0 0;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 4;
}
.layout-process .steps-pagination .title {
  padding: 0 30px 0 0;
  position: absolute;
  top: 0;
  right: 100px;
  color: #263366;
  font: 700 20px/1 "sofia-pro", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.layout-process .steps-pagination .title .label {
  overflow: hidden;
  text-align: right;
}
.layout-process .steps-pagination .title .icon {
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  width: 9px;
  height: 9px;
  background: #263366;
  content: '';
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.layout-process .steps-pagination .page {
  width: 90px;
  position: relative;
  font: 700 18px/1 "sofia-pro", sans-serif;
  letter-spacing: 0.2em;
  text-align: right;
}
.layout-process .steps-pagination .page .text {
  display: inline-block;
  overflow: hidden;
  direction: rtl;
}
.layout-process .steps-pagination .page .line {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 45px;
  width: 35px;
  height: 1px;
  background: #fff;
}
.layout-process .steps .step {
  display: none;
  z-index: 3;
}
.layout-process .steps .step.is-active {
  display: block;
}
.layout-process .steps .step-title {
  margin: -35px 100px 0 0;
  position: absolute;
  top: 50%;
  right: 100%;
  font: 58px/1 "Playfair Display", serif;
  text-align: right;
  white-space: nowrap;
}
.layout-process .steps .step-content {
  display: flex;
  margin: 0 0 0 100px;
  position: absolute;
  top: 0;
  left: 100%;
  width: 390px;
  height: 100%;
  align-items: center;
  font-size: 20px;
}
.layout-process .steps .step-illustration {
  display: flex;
  margin: -250px 0 0 -250px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  align-items: center;
  justify-content: center;
}
.layout-process .section-scroll {
  z-index: 5;
}
.layout-process .steps-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.layout-process .steps-background .in,
.layout-process .steps-background .out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =============================================================================
   LAYOUT: =About
   ========================================================================== */
.layout-about .page-section {
  background: #263366;
}
.layout-about .section-intro .section-content.lang-fr {
  width: 540px;
}
.layout-about .section-intro .section-content.lang-en {
  width: 630px;
}
.layout-about .section-intro .section-title {
  color: #f76c6c;
}
.layout-about .section-intro .section-title:before {
  background: #f76c6c;
}
.layout-about .section-intro .section-highlight {
  font-size: 68px;
}
.layout-about .section-background .svg {
  fill: #28366c;
}
.layout-about .section-team .section-title {
  margin: 0 0 40px;
  padding: 0;
  color: #f76c6c;
  font-size: 20px;
}
.layout-about .section-team .section-title:before {
  margin: 0 0 0 -4px;
  padding: 0;
  top: auto;
  bottom: -20px;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #f76c6c;
}
.layout-about .section-team .section-content {
  display: flex;
  float: left;
  padding: 0 30px;
  position: relative;
  width: 33%;
  height: 100%;
  align-items: center;
  font: 300 26px "Playfair Display", serif;
}
.layout-about .section-team .section-content .inner {
  margin: 0 auto;
  text-align: center;
}
.layout-about .section-team .team-container {
  float: left;
  position: relative;
  width: 67%;
  height: 100%;
  background: #24305e;
}
.layout-about .section-team .team-container .member {
  display: flex;
  float: left;
  padding: 0 40px;
  position: relative;
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
}
.layout-about .section-team .team-container .member:first-child:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #2e3d78;
  content: '';
  z-index: 1;
}
.layout-about .section-team .team-container .member-detail {
  padding: 45px 10px;
  position: relative;
  z-index: 1;
}
.layout-about .section-team .team-container .member-detail .name {
  font: 300 30px "Playfair Display", serif;
}
.layout-about .section-team .team-container .member-detail .line {
  margin: 15px 0 10px;
  width: 40px;
  height: 1px;
  background: #3a456e;
}
.layout-about .section-team .team-container .member-detail .job {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.layout-about .section-team .team-container .member-detail .awards {
  color: #9eaad9;
  font-size: 15px;
}
.layout-about .section-team .team-container .member-detail .awards strong {
  color: #f76c6c;
  font-weight: normal;
  font-family: "sofia-pro", sans-serif;
}
.layout-about .section-team .team-container .member-illustration {
  position: relative;
  z-index: 1;
}
.layout-about .section-team .team-container .member-illustration svg {
  display: block;
  margin: 0 auto;
  max-width: 560px;
}
.layout-about .section-team .team-container .animation-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

/* =============================================================================
   LAYOUT: =404
   ========================================================================== */
.layout-404 {
  background: #1c285e;
}
.layout-404 .section-intro .section-content {
  width: 420px;
}
.layout-404 .title {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 0 10px;
  position: relative;
  z-index: 2;
  font: 300 14px/1 "sofia-pro", sans-serif;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.layout-404 .title:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 3px;
  background: #fff;
  content: '';
}
.layout-404 .catcher {
  position: relative;
  z-index: 2;
  font: 50px/1.2 "Playfair Display", serif;
  text-transform: lowercase;
}
.layout-404 .svg-404 {
  margin: -269px 0 0 -215px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 429px;
  height: 537px;
  z-index: 1;
}
.layout-404 .speech {
  display: none !important;
}

/* =============================================================================
   =MEDIA QUERIES
   ========================================================================== */
/**
 * Screen, large size
 */
@media only screen and (min-width: 2200px) {
  /**
   * LAYOUT: =Home
   */
  .layout-home .section-illustrations .animation-global {
    top: -65px;
    width: 960px;
  }
  .layout-home .section-background .svg {
    top: -40px;
    width: 475px;
    height: 475px;
  }

  /**
   * LAYOUT: =About
   */
  .layout-about .section-team .team-container .member-illustration {
    margin-bottom: 60px;
  }
  .layout-about .section-team .team-container .member-illustration .svg {
    max-width: 620px;
  }
}
/**
 * Screen, medium size
 */
@media only screen and (max-width: 1440px) {
  /**
   * LAYOUT: =Process
   */
  .layout-process .steps .step-title {
    margin-right: 60px;
  }
  .layout-process .steps .step-content {
    margin-left: 60px;
    width: 360px;
  }
  .layout-process .steps-pagination {
    margin-right: 310px;
  }
}
/**
 * Screen, medium size small height
 */
@media only screen and (min-width: 1366px) and (max-height: 750px) {
  /**
   * LAYOUT: =Works
   */
  .layout-works .work .work-content {
    top: 80px;
    bottom: 20px;
  }
  .layout-works .work .work-content .inner {
    padding: 40px 50px;
  }
}
/**
 * Screen, small size
 */
@media only screen and (max-width: 1366px) {
  /**
   * STRUCTURE: =Head
   */
  .nav-main .nav-container .column-inner {
    height: 190px;
  }
  .nav-main .nav-container .column-title {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .nav-main .nav-container .column-title .label {
    margin-left: 20px;
  }
  .nav-main .nav-container .column-title .shape {
    top: 3px;
    width: 7px;
    height: 7px;
  }
  .nav-main .nav-container .menu-item > a,
  .nav-main .nav-container .link-contact {
    font-size: 40px;
  }
  .nav-main .nav-container .link-contact {
    margin-bottom: 15px;
  }
  .nav-main .nav-container .links {
    font-size: 13px;
  }

  /**
   * LAYOUT: =Default
   */
  .page-section .section-title {
    font-size: 18px;
  }
  .page-section .section-title:before {
    top: 6px;
    width: 8px;
    height: 8px;
  }

  .section-intro .section-content {
    width: 550px;
  }
  .section-intro .section-highlight {
    font-size: 60px;
  }

  .section-contact .link-contact {
    font-size: 34px;
  }
  .section-contact .links {
    font-size: 13px;
  }
  .section-contact .nav-site .menu-item {
    font-size: 26px;
  }

  /**
   * LAYOUT: =Home
   */
  .layout-home .section-works {
    padding: 30px;
  }
  .layout-home .section-works .section-catcher {
    font-size: 35px;
  }
  .layout-home .section-process,
  .layout-home .section-about {
    padding: 30px;
  }
  .layout-home .section-catcher {
    font-size: 18px;
  }
  .layout-home .section-illustrations {
    bottom: 130px;
  }
  .layout-home .section-illustrations .animation-global {
    top: -35px;
    width: 620px;
  }
  .layout-home .section-background .svg {
    position: relative;
    top: -15px;
    width: 260px;
    height: 260px;
  }

  /**
   * LAYOUT: =Works
   */
  .layout-works .section-intro .section-content {
    width: 410px;
  }
  .layout-works .work .work-inner {
    width: 980px;
  }
  .layout-works .work .work-image .image-container {
    width: 800px;
  }
  .layout-works .work .work-content {
    top: 30px;
    bottom: 30px;
    width: 340px;
  }
  .layout-works .work .work-content .inner {
    padding: 30px;
  }
  .layout-works .work .work-title {
    font-size: 32px;
  }
  .layout-works .work .work-category,
  .layout-works .work .work-description {
    font-size: 14px;
  }
  .layout-works .work .work-description {
    margin-bottom: 20px;
  }
  .layout-works .work .work-credits {
    bottom: 25px;
    left: 25px;
    font-size: 13px;
  }

  /**
   * LAYOUT: =Process
   */
  .layout-process .section-intro .section-content.lang-fr {
    width: 350px;
  }
  .layout-process .section-intro .section-content.lang-en {
    width: 440px;
  }
  .layout-process .process-container {
    width: 400px;
    height: 400px;
  }
  .layout-process .steps-navigation,
  .layout-process .steps .step {
    margin: -200px 0 0 -200px;
    width: 400px;
    height: 400px;
  }
  .layout-process .steps-navigation svg,
  .layout-process .steps .step svg {
    width: 400px !important;
    height: 400px !important;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(1) .dot:nth-child(1) {
    left: 71.44248px;
    top: 46.79111px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(1) .dot:nth-child(2) {
    left: 85.28471px;
    top: 36.16959px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(1) .dot:nth-child(3) {
    left: 100.0px;
    top: 26.79492px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(1) .dot:nth-child(4) {
    left: 115.47635px;
    top: 18.73844px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(1) .dot:nth-child(5) {
    left: 131.59597px;
    top: 12.06148px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(1) .dot:nth-child(6) {
    left: 148.23619px;
    top: 6.81483px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(1) .dot:nth-child(7) {
    left: 165.27036px;
    top: 3.03845px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(1) .dot:nth-child(8) {
    left: 182.56885px;
    top: 0.76106px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(1) .dot:nth-child(9) {
    left: 200.0px;
    top: 0.0px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(2) .dot:nth-child(1) {
    left: 217.43115px;
    top: 0.76106px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(2) .dot:nth-child(2) {
    left: 234.72964px;
    top: 3.03845px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(2) .dot:nth-child(3) {
    left: 251.76381px;
    top: 6.81483px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(2) .dot:nth-child(4) {
    left: 268.40403px;
    top: 12.06148px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(2) .dot:nth-child(5) {
    left: 284.52365px;
    top: 18.73844px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(2) .dot:nth-child(6) {
    left: 300.0px;
    top: 26.79492px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(2) .dot:nth-child(7) {
    left: 314.71529px;
    top: 36.16959px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(2) .dot:nth-child(8) {
    left: 328.55752px;
    top: 46.79111px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(2) .dot:nth-child(9) {
    left: 341.42136px;
    top: 58.57864px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(3) .dot:nth-child(1) {
    left: 353.20889px;
    top: 71.44248px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(3) .dot:nth-child(2) {
    left: 363.83041px;
    top: 85.28471px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(3) .dot:nth-child(3) {
    left: 373.20508px;
    top: 100.0px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(3) .dot:nth-child(4) {
    left: 381.26156px;
    top: 115.47635px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(3) .dot:nth-child(5) {
    left: 387.93852px;
    top: 131.59597px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(3) .dot:nth-child(6) {
    left: 393.18517px;
    top: 148.23619px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(3) .dot:nth-child(7) {
    left: 396.96155px;
    top: 165.27036px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(3) .dot:nth-child(8) {
    left: 399.23894px;
    top: 182.56885px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(3) .dot:nth-child(9) {
    left: 400px;
    top: 200px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(4) .dot:nth-child(1) {
    left: 399.23894px;
    top: 217.43115px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(4) .dot:nth-child(2) {
    left: 396.96155px;
    top: 234.72964px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(4) .dot:nth-child(3) {
    left: 393.18517px;
    top: 251.76381px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(4) .dot:nth-child(4) {
    left: 387.93852px;
    top: 268.40403px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(4) .dot:nth-child(5) {
    left: 381.26156px;
    top: 284.52365px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(4) .dot:nth-child(6) {
    left: 373.20508px;
    top: 300px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(4) .dot:nth-child(7) {
    left: 363.83041px;
    top: 314.71529px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(4) .dot:nth-child(8) {
    left: 353.20889px;
    top: 328.55752px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(4) .dot:nth-child(9) {
    left: 341.42136px;
    top: 341.42136px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(5) .dot:nth-child(1) {
    left: 328.55752px;
    top: 353.20889px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(5) .dot:nth-child(2) {
    left: 314.71529px;
    top: 363.83041px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(5) .dot:nth-child(3) {
    left: 300.0px;
    top: 373.20508px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(5) .dot:nth-child(4) {
    left: 284.52365px;
    top: 381.26156px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(5) .dot:nth-child(5) {
    left: 268.40403px;
    top: 387.93852px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(5) .dot:nth-child(6) {
    left: 251.76381px;
    top: 393.18517px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(5) .dot:nth-child(7) {
    left: 234.72964px;
    top: 396.96155px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(5) .dot:nth-child(8) {
    left: 217.43115px;
    top: 399.23894px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(5) .dot:nth-child(9) {
    left: 200.0px;
    top: 400px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(6) .dot:nth-child(1) {
    left: 182.56885px;
    top: 399.23894px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(6) .dot:nth-child(2) {
    left: 165.27036px;
    top: 396.96155px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(6) .dot:nth-child(3) {
    left: 148.23619px;
    top: 393.18517px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(6) .dot:nth-child(4) {
    left: 131.59597px;
    top: 387.93852px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(6) .dot:nth-child(5) {
    left: 115.47635px;
    top: 381.26156px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(6) .dot:nth-child(6) {
    left: 100.0px;
    top: 373.20508px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(6) .dot:nth-child(7) {
    left: 85.28471px;
    top: 363.83041px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(6) .dot:nth-child(8) {
    left: 71.44248px;
    top: 353.20889px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(6) .dot:nth-child(9) {
    left: 58.57864px;
    top: 341.42136px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(7) .dot:nth-child(1) {
    left: 46.79111px;
    top: 328.55752px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(7) .dot:nth-child(2) {
    left: 36.16959px;
    top: 314.71529px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(7) .dot:nth-child(3) {
    left: 26.79492px;
    top: 300px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(7) .dot:nth-child(4) {
    left: 18.73844px;
    top: 284.52365px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(7) .dot:nth-child(5) {
    left: 12.06148px;
    top: 268.40403px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(7) .dot:nth-child(6) {
    left: 6.81483px;
    top: 251.76381px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(7) .dot:nth-child(7) {
    left: 3.03845px;
    top: 234.72964px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(7) .dot:nth-child(8) {
    left: 0.76106px;
    top: 217.43115px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(7) .dot:nth-child(9) {
    left: 0px;
    top: 200px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(8) .dot:nth-child(1) {
    left: 0.76106px;
    top: 182.56885px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(8) .dot:nth-child(2) {
    left: 3.03845px;
    top: 165.27036px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(8) .dot:nth-child(3) {
    left: 6.81483px;
    top: 148.23619px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(8) .dot:nth-child(4) {
    left: 12.06148px;
    top: 131.59597px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(8) .dot:nth-child(5) {
    left: 18.73844px;
    top: 115.47635px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(8) .dot:nth-child(6) {
    left: 26.79492px;
    top: 100px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(8) .dot:nth-child(7) {
    left: 36.16959px;
    top: 85.28471px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(8) .dot:nth-child(8) {
    left: 46.79111px;
    top: 71.44248px;
  }
  .layout-process .steps-navigation .circle .slice:nth-child(8) .dot:nth-child(9) {
    left: 58.57865px;
    top: 58.57864px;
  }
  .layout-process .steps-pagination {
    margin-top: 5px;
    margin-right: 225px;
  }
  .layout-process .steps-pagination .title {
    padding-right: 20px;
    position: relative;
    top: auto;
    right: auto;
    font-size: 16px;
  }
  .layout-process .steps-pagination .title .icon {
    top: 5px;
    right: 3px;
    width: 7px;
    height: 7px;
  }
  .layout-process .steps-pagination .page {
    float: right;
    margin-top: 5px;
    width: 70px;
    font-size: 16px;
  }
  .layout-process .steps-pagination .page .line {
    right: 40px;
    width: 30px;
  }
  .layout-process .steps .step-illustration {
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  .layout-process .steps .step-content {
    margin-left: 25px;
    width: 240px;
    font-size: 17px;
  }
  .layout-process .steps .step-title {
    margin-top: -40px;
    margin-right: 25px;
    font-size: 32px;
  }
  .layout-process .process-contact .block-title {
    top: -80px;
    font-size: 14px;
  }
  .layout-process .process-contact .block-title:before {
    margin-right: -4px;
    width: 7px;
    height: 7px;
  }
  .layout-process .process-contact .link-page,
  .layout-process .process-contact .link-contact {
    font-size: 32px;
  }
  .layout-process .process-contact .links {
    font-size: 10px;
  }

  /**
   * LAYOUT: =About
   */
  .layout-about .section-intro .section-content.lang-fr {
    width: 450px;
  }
  .layout-about .section-intro .section-content.lang-en {
    width: 550px;
  }
  .layout-about .section-intro .section-highlight {
    font-size: 60px;
  }
  .layout-about .section-team .section-title {
    font-size: 18px;
  }
  .layout-about .section-team .section-content {
    font-size: 18px;
  }
  .layout-about .section-team .team-container .member {
    padding: 0 25px;
  }
  .layout-about .section-team .team-container .member-illustration {
    margin-bottom: 40px;
  }
  .layout-about .section-team .team-container .member-detail {
    padding: 25px 0;
  }
  .layout-about .section-team .team-container .member-detail .name {
    font-size: 22px;
  }
  .layout-about .section-team .team-container .member-detail .job {
    margin-bottom: 0;
    font-size: 14px;
  }
  .layout-about .section-team .team-container .member-detail .bio {
    font-size: 14px;
  }
}
/**
 * Tablet, landscape
 */
@media only screen and (max-width: 1024px) {
  /**
   * STRUCTURE: =Head
   */
  .site-head .site-title {
    top: 30px;
    left: 30px;
  }

  .nav-main .nav-toggle .button-container {
    height: 80px;
  }
  .nav-main .nav-toggle .shape-top {
    right: -22px;
  }
  .nav-main .nav-toggle .shape,
  .nav-main .nav-toggle .lines {
    top: 20px;
    right: 30px;
  }
  .nav-main .nav-toggle:hover .shape {
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: perspective(5em) translate3d(0, 0, 0);
    -ms-transform: perspective(5em) translate3d(0, 0, 0);
    -webkit-transform: perspective(5em) translate3d(0, 0, 0);
    transform: perspective(5em) translate3d(0, 0, 0);
  }
  .nav-main .language-selector {
    right: 30px;
    bottom: 20px;
  }

  /**
   * LAYOUT: =Default
   */
  .nav-page {
    top: 90px;
    right: 30px;
    font-size: 12px;
  }
  .nav-page .subnav {
    display: none !important;
  }

  .section-scroll {
    display: none;
  }

  .nav-tablet {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10;
  }
  .nav-tablet .button {
    display: block;
    position: relative;
    width: 46px;
    height: 46px;
    background: transparent;
    border: 2px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
  }
  .nav-tablet .button .arrow {
    position: absolute;
    top: 12px;
    left: 16px;
    width: 10px;
    height: 17px;
  }
  .nav-tablet .button .arrow .line {
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 4px;
    width: 2px;
    background: #fff;
  }
  .nav-tablet .button .arrow .peak {
    position: absolute;
    top: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    border-color: #fff;
    border-style: solid;
    border-width: 2px 0 0 2px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .nav-tablet .button.next {
    margin-top: 25px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .nav-tablet .button.is-active {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  /**
   * LAYOUT: =Works
   */
  .layout-works .work .work-inner {
    margin: 0 0 0 30px;
    width: 850px;
  }
  .layout-works .work .work-image .image-container {
    width: 760px;
  }
  .layout-works .work .work-content {
    top: 20px;
    bottom: 20px;
    width: 260px;
  }
  .layout-works .work .work-content .inner {
    padding: 20px;
  }
  .layout-works .work .work-content .border {
    top: 15px;
    left: -15px;
  }
  .layout-works .work .work-title {
    font-size: 28px;
  }
  .layout-works .work .work-category,
  .layout-works .work .work-description {
    font-size: 13px;
  }
  .layout-works .work .work-description {
    margin-bottom: 20px;
  }
  .layout-works .work .work-link {
    padding: 0 16px;
    border-width: 2px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    font-size: 11px;
    line-height: 28px;
  }
  .layout-works .work .work-link .background {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  .layout-works .work .work-credits {
    bottom: 20px;
    left: 20px;
    font-size: 12px;
  }
  .layout-works .works-counter {
    display: block;
  }
}
/**
 * Tablet, portrait
 */
@media only screen and (max-width: 980px) {
  /**
   * STRUCTURE: =Head
   */
  .nav-main .nav-container .column-inner {
    height: 170px;
  }
  .nav-main .nav-container .column-title {
    font-size: 14px;
  }
  .nav-main .nav-container .menu-item > a,
  .nav-main .nav-container .link-contact {
    font-size: 34px;
  }
  .nav-main .nav-container .link-contact {
    margin-bottom: 10px;
  }
  .nav-main .nav-container .links {
    font-size: 12px;
  }

  /**
   * LAYOUT: =Default
   */
  .page-section .section-title {
    font-size: 16px;
  }

  .section-intro {
    font-size: 20px;
  }
  .section-intro .section-content {
    width: 440px;
  }
  .section-intro .section-highlight {
    font-size: 70px;
  }

  .section-contact .block-title {
    top: -65px;
    font-size: 14px;
  }
  .section-contact .block-title:before {
    margin-left: -4px;
    bottom: -15px;
    width: 7px;
    height: 7px;
  }
  .section-contact .link-contact {
    font-size: 26px;
  }
  .section-contact .links {
    bottom: -25px;
    font-size: 10px;
  }
  .section-contact .nav-site .menu-item {
    font-size: 26px;
  }

  /**
   * LAYOUT: =Works
   */
  .layout-works .section-intro .section-content {
    width: 470px;
  }
  .layout-works .work .work-inner {
    margin: 0;
    padding: 100px 30px 240px;
    width: 100%;
  }
  .layout-works .work .work-image .image-container {
    width: 100%;
  }
  .layout-works .work .work-content {
    margin: 0 0 0 -200px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 400px;
  }
  .layout-works .work .work-content .inner {
    height: 280px;
  }
  .layout-works .work .work-content .border {
    top: -15px;
    left: -15px;
  }
  .layout-works .work .work-credits {
    margin-top: 20px;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .layout-works .works-counter .text {
    margin-top: 160px;
  }

  /**
   * LAYOUT: =Home
   */
  .layout-home .section-works {
    padding: 20px 30px;
  }
  .layout-home .section-works .section-catcher {
    font-size: 28px;
  }
  .layout-home .section-process,
  .layout-home .section-about {
    padding: 20px 25px;
  }
  .layout-home .section-illustrations {
    bottom: 110px;
  }
  .layout-home .section-illustrations .animation-global {
    top: -20px;
    width: 460px;
  }
  .layout-home .section-title {
    font-size: 14px;
  }
  .layout-home .section-catcher {
    font-size: 20px;
  }
  .layout-home .section-background .svg {
    top: -30px;
    width: 200px;
    height: 200px;
  }

  /**
   * LAYOUT: =Process
   */
  .layout-process .section-intro .section-content.lang-fr {
    width: 400px;
  }
  .layout-process .section-intro .section-content.lang-en {
    width: 510px;
  }
  .layout-process .steps-pagination {
    margin: 0;
    top: 90px;
    right: auto;
    left: 30px;
  }
  .layout-process .steps-pagination .title {
    padding: 0 0 0 20px;
  }
  .layout-process .steps-pagination .title .icon {
    right: auto;
    left: 0;
  }
  .layout-process .steps-pagination .page {
    float: none;
    margin: 0;
    position: absolute;
    top: 25px;
    left: 0;
  }
  .layout-process .steps .step-content {
    margin: 25px 0 0 -200px;
    top: 100%;
    left: 50%;
    width: 400px;
    height: auto;
    text-align: center;
  }
  .layout-process .steps .step-title {
    margin: 0 0 25px;
    top: auto;
    right: 0;
    bottom: 100%;
    width: 100%;
    font-size: 32px;
    text-align: center;
  }
  .layout-process .process-contact .block-title {
    top: -80px;
    font-size: 14px;
  }
  .layout-process .process-contact .block-title:before {
    margin-right: -4px;
    width: 7px;
    height: 7px;
  }
  .layout-process .process-contact .link-page,
  .layout-process .process-contact .link-contact {
    font-size: 32px;
  }
  .layout-process .process-contact .links {
    font-size: 10px;
  }

  /**
   * LAYOUT: =About
   */
  .layout-about .section-intro .section-content.lang-fr {
    width: 400px;
  }
  .layout-about .section-intro .section-content.lang-en {
    width: 460px;
  }
  .layout-about .section-intro .section-highlight {
    font-size: 50px;
  }
  .layout-about .section-team .section-title {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .layout-about .section-team .section-title:before {
    bottom: -15px;
    width: 7px;
    height: 7px;
  }
  .layout-about .section-team .section-content {
    font-size: 16px;
  }
  .layout-about .section-team .team-container .member {
    float: none;
    width: 100%;
    height: 50%;
    justify-content: center;
  }
  .layout-about .section-team .team-container .member:first-child:before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
  .layout-about .section-team .team-container .member-illustration {
    margin-bottom: -60px;
  }
  .layout-about .section-team .team-container .member-illustration svg {
    width: 280px !important;
    height: 347px !important;
  }
  .layout-about .section-team .team-container .member-detail {
    padding: 20px 0 15px;
    text-align: center;
  }
  .layout-about .section-team .team-container .member-detail .name {
    font-size: 22px;
  }
  .layout-about .section-team .team-container .member-detail .job {
    font-size: 16px;
  }
  .layout-about .section-team .team-container .member-detail .line {
    margin: 10px auto;
  }
  .layout-about .section-team .team-container .member-detail .awards {
    font-size: 14px;
  }
}
/**
 * Mobile, landscape
 */
@media only screen and (max-width: 767px) {
  /**
   * BASE: =Loaders
   */
  .global-loader .loaders {
    -moz-transform: scale(0.75, 0.75);
    -ms-transform: scale(0.75, 0.75);
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75);
  }

  /**
   * BASE: =Helpers
   */
  .fullscreen-sm {
    position: relative;
    width: 100vw;
    height: 100vh;
  }

  /**
   * STRUCTURE: =Head
   */
  .site-head {
    position: absolute;
  }
  .site-head .site-title {
    top: 20px;
    left: 15px;
  }
  .site-head .site-title .svg {
    width: 55px;
    height: 20px;
  }
  .site-head .site-title .animation-container {
    width: 55px;
    height: 20px;
  }
  .site-head .site-title .loader-container {
    width: 102px;
    height: 20px;
  }

  .nav-main {
    position: fixed;
    z-index: 3;
  }
  .nav-main .nav-toggle .shape-top {
    right: -42px;
  }
  .nav-main .nav-toggle .shape,
  .nav-main .nav-toggle .lines {
    top: 10px;
    right: 15px;
  }
  .nav-main .nav-toggle .button-container {
    width: 68px;
  }
  .nav-main .nav-container .site-title {
    display: block;
    z-index: 4;
  }
  .nav-main .nav-container .site-title .animation-container .svg {
    display: block;
  }
  .nav-main .nav-container .nav-columns .column {
    width: 100%;
    height: 50%;
    text-align: center;
  }
  .nav-main .nav-container .nav-columns .column:nth-child(1n) {
    right: auto;
    left: 0;
  }
  .nav-main .nav-container .nav-columns .column:nth-child(1) {
    top: 0;
    height: 70%;
    background: #faabab;
  }
  .nav-main .nav-container .nav-columns .column:nth-child(2) {
    top: auto;
    bottom: 0;
    height: 30%;
    background: #f99797;
  }
  .nav-main .nav-container .language-selector {
    top: 10px;
    right: 70px;
    bottom: auto;
  }
  .nav-main .nav-container .column-inner {
    height: auto;
  }
  .nav-main .nav-container .column-title {
    display: none;
  }
  .nav-main .nav-container .menu li + li {
    margin-top: 15px;
  }
  .nav-main .nav-container .menu-item > a,
  .nav-main .nav-container .link-contact {
    font-size: 28px;
  }
  .nav-main .animation-container .column {
    width: 100%;
  }
  .nav-main .animation-container .column-right {
    left: 0;
    height: 70%;
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .nav-main .animation-container .column-left {
    top: 70%;
    right: 0;
    height: 30%;
  }
  .nav-main.home .nav-toggle .open .line {
    background: #83b0c9;
  }

  /**
   * LAYOUT: =Default
   */
  .nav-page {
    display: none;
  }

  .page-section {
    position: relative;
    top: 0;
    left: 0;
  }
  .page-section .section-title {
    padding: 0 0 15px;
    margin: 0 0 40px;
  }
  .page-section .section-title:before {
    margin: 0 0 0 -4px;
    top: auto;
    bottom: 0;
    left: 50%;
    width: 7px;
    height: 7px;
  }
  .page-section .section-background .svg {
    width: 75%;
    height: auto;
  }

  .section-intro .section-title {
    margin: 0;
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
  }
  .section-intro .section-highlight {
    font-size: 40px;
  }
  .section-intro .section-highlight br {
    display: none;
  }
  .section-intro .section-content {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    width: 320px;
    font-size: 18px;
    text-align: center;
  }

  .section-contact .block-contact {
    left: 0;
    width: 100%;
  }
  .section-contact .nav-site {
    display: none;
    bottom: 20px;
  }
  .section-contact .nav-site .menu-item {
    float: none;
    width: 100%;
    font-size: 26px;
  }
  .section-contact .nav-site .menu-item + .menu-item {
    margin-top: 5px;
  }
  .section-contact .nav-site .current-menu-item a:before,
  .section-contact .nav-site .current-menu-item a:hover:before {
    right: -5px;
    left: -5px;
  }

  .nav-tablet {
    display: none;
  }

  /**
   * LAYOUT: =Home
   */
  .layout-home {
    overflow: visible;
  }
  .layout-home .home-section {
    padding: 30px 15px;
    position: relative;
    text-align: center;
  }
  .layout-home .home-section .section-content {
    padding: 0 0 80px;
  }
  .layout-home .home-section .section-catcher {
    font-size: 26px;
  }
  .layout-home .home-section .section-catcher br {
    display: none;
  }
  .layout-home .home-section .section-title {
    margin: 0 0 0 -100px;
    position: absolute;
    padding: 0 15px;
    bottom: 0;
    left: 50%;
    width: 200px;
    height: 52px;
    border: 3px solid #fff;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
  }
  .layout-home .home-section .section-title:before {
    display: none;
  }
  .layout-home .home-section .section-background,
  .layout-home .home-section .section-background .svg {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .layout-home .home-section .section-background .svg {
    width: 280px;
    height: 280px;
  }
  .layout-home .section-illustrations {
    margin-bottom: 15px;
  }
  .layout-home .section-illustrations,
  .layout-home .section-illustrations .illustrations,
  .layout-home .section-illustrations .illustration {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .layout-home .section-illustrations .animation-global {
    top: 0;
    width: 290px;
  }
  .layout-home .section-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .layout-home .section-content {
    margin: 0 auto;
    padding: 0;
    position: relative;
    bottom: auto;
    left: auto;
    width: 290px;
  }
  .layout-home .section-works .section-inner {
    flex-direction: column;
    justify-content: center;
  }
  .layout-home .section-process {
    background: #f76c6c;
  }
  .layout-home .section-about {
    background: #263366;
  }
  .layout-home .wave-canvas {
    display: none;
  }

  /**
   * LAYOUT: =Works
   */
  .layout-works .section-intro .section-content {
    width: 320px;
  }
  .layout-works .section-works {
    padding: 40px 0 0;
    background: #a8d0e6 !important;
  }
  .layout-works .work {
    display: flex;
    padding: 0 0 60px;
    height: auto !important;
  }
  .layout-works .work:before {
    display: none;
  }
  .layout-works .work .work-inner {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .layout-works .work .work-inner:before {
    display: block;
    padding-top: 56.25%;
    content: '';
  }
  .layout-works .work .work-inner .border {
    display: none;
  }
  .layout-works .work .work-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .layout-works .work .work-content {
    margin: -15px 15px 0;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
  }
  .layout-works .work .work-content .inner {
    padding: 40px;
    width: auto;
    height: auto;
  }
  .layout-works .work .work-description {
    max-width: 400px;
  }
  .layout-works .work .work-link {
    display: block;
    width: auto;
    height: 44px;
    border: 3px solid #fff;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
  }
  .layout-works .works-counter {
    display: none;
  }

  /**
   * LAYOUT: =Process
   */
  .layout-process .section-intro .section-content.lang-fr, .layout-process .section-intro .section-content.lang-en {
    width: 320px;
  }
  .layout-process .section-process {
    width: auto;
    height: auto;
  }
  .layout-process .process-container {
    width: 100%;
    height: auto;
  }
  .layout-process .steps-navigation,
  .layout-process .steps .step {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .layout-process .steps-navigation .svg,
  .layout-process .steps .step .svg {
    width: 100% !important;
    height: auto !important;
  }
  .layout-process .steps-navigation,
  .layout-process .steps-pagination {
    display: none;
  }
  .layout-process .steps {
    position: relative;
    width: 100%;
    height: auto;
  }
  .layout-process .steps .step {
    display: block;
    padding: 20px 15px 80px;
    position: relative;
    width: 100%;
    height: auto;
  }
  .layout-process .steps .step-illustration,
  .layout-process .steps .step-content {
    max-width: 320px;
  }
  .layout-process .steps .step-title,
  .layout-process .steps .step-content {
    margin: 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .layout-process .steps .step-title {
    margin: 0 0 25px;
    font-size: 32px;
  }
  .layout-process .steps .step-content {
    margin: 0 auto;
    font-size: 16px;
  }
  .layout-process .steps .step-illustration {
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    max-width: none;
    height: 320px;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .layout-process .steps .step-illustration svg {
    margin: 0 0 0 -160px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 320px !important;
    height: 320px !important;
  }

  /**
   * LAYOUT: =About
   */
  .layout-about .section-intro .section-content.lang-fr, .layout-about .section-intro .section-content.lang-en {
    width: 320px;
  }
  .layout-about .section-intro .section-highlight {
    font-size: 40px;
  }
  .layout-about .section-team {
    height: auto;
  }
  .layout-about .section-team .section-inner {
    flex-direction: column;
  }
  .layout-about .section-team .section-content {
    display: none;
    padding: 80px 0 50px;
    float: none;
    width: 100%;
    height: auto;
    z-index: 2;
    font-size: 16px;
  }
  .layout-about .section-team .section-content:after {
    display: block;
    margin: 0 0 0 -23px;
    position: absolute;
    bottom: -23px;
    left: 50%;
    border-top: 23px solid #263366;
    border-right: 23px dashed transparent;
    border-left: 23px dashed transparent;
    content: '';
  }
  .layout-about .section-team .team-container {
    float: none;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .layout-about .section-team .team-container:after {
    display: none;
  }
  .layout-about .section-team .team-container .member {
    padding: 30px 15px 60px;
    height: auto;
  }
  .layout-about .section-team .team-container .member-detail .awards {
    margin: 0 auto;
    max-width: 240px;
    font-size: 14px;
  }
  .layout-about .section-team .team-container .member-illustration {
    margin-bottom: -40px;
  }
  .layout-about .section-team .team-container .member-illustration svg {
    width: 220px !important;
    height: 273px !important;
  }

  /**
   * LAYOUT: =404
   */
  .layout-404 .section-intro .section-content {
    width: auto;
  }
  .layout-404 .title {
    font-size: 12px;
  }
  .layout-404 .catcher {
    font-size: 30px;
  }
  .layout-404 .svg-404 {
    margin: -157px 0 0 -125px;
    width: 250px;
    height: 314px;
  }
}
/**
 * Mobile, portrait
 */
@media only screen and (max-width: 359px) {
  /**
   * LAYOUT: =Default
   */
  .section-intro .section-highlight {
    font-size: 30px;
  }

  /**
   * LAYOUT: =Home
   */
  .layout-home .home-section .section-catcher {
    font-size: 22px;
  }
  .layout-home .section-illustrations .animation-global {
    width: 240px;
  }
  .layout-home .section-background .svg {
    width: 240px;
    height: 240px;
  }

  /*
   * LAYOUT: =About
   */
  .layout-about .section-intro .section-highlight {
    font-size: 30px;
  }
}
