@charset "UTF-8";
/* ==|== VARIABLES ===================================================== */
/*------------------------------------*\
    Px to Em
\*------------------------------------*/
/*------------------------------------*\
    Px to Rem
\*------------------------------------*/
/*------------------------------------*\
    Px to VW
\*------------------------------------*/
/*------------------------------------*\
  Media Queries
\*------------------------------------*/
@media only screen and (max-width: 992px) {
  .only-mobile {
    display: inline-block; }
  .only-desktop {
    display: none; } }

@media only screen and (max-width: 993px) {
  .only-mobile {
    display: none; }
  .only-desktop {
    display: inline-block; } }

/*------------------------------------*\
  Breakpoints
\*------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

/* ==|== General ===================================================== */
* {
  box-sizing: border-box; }

html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

body {
  font-family: "HelveticaNowText-Regular", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #FEF7EB;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  font-feature-settings: 'ss01' on; }

/* ==|== Typography ===================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "HelveticaNowDisplay-Regular", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b, h5 strong, h5 b, h6 strong, h6 b {
    font-weight: 700;
    font-family: "HelveticaNowDisplay-Bd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.h1 {
  font-size: 50px;
  font-style: normal;
  line-height: 1.2; }

.h2 {
  font-size: 42px;
  font-style: normal;
  line-height: 1.2; }

.h3 {
  font-size: 35px;
  font-style: normal;
  line-height: 1.2; }

.h4 {
  font-size: 28px;
  font-style: normal;
  line-height: 1.4; }

.h5 {
  font-size: 24px;
  font-style: normal;
  line-height: 1.4; }

.h6 {
  font-size: 20px;
  font-style: normal;
  line-height: 1.4; }

a {
  color: #000000;
  outline: none;
  text-decoration: none;
  transition: all .25s ease-in-out; }

::selection {
  background: #fce4ba;
  color: #000; }

::-moz-selection {
  background: #fce4ba;
  color: #000; }

strong, b {
  font-family: "HelveticaNowText-Bold", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0; }

p {
  margin: 0 0 1em 0; }

p:last-child {
  margin: 0; }

blockquote {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  vertical-align: bottom; }

.borderb {
  border-bottom: 1px solid #ccc; }

.bordert {
  border-top: 1px solid #ccc; }

/* ==|== Typography for Helvetica Now ===================================================== */
.f-display {
  font-family: "HelveticaNowDisplay-Regular", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .f-display strong, .f-display b {
    font-weight: 700;
    font-family: "HelveticaNowDisplay-Bd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.f-text {
  font-family: "HelveticaNowText-Regular", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .f-text strong, .f-text b {
    font-weight: 700;
    font-family: "HelveticaNowText-Bold", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.f-micro {
  font-family: "HelveticaNowMicro-Regular", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .f-micro strong, .f-micro b {
    font-weight: 700;
    font-family: "HelveticaNowMicro-Bold", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.fdx {
  font-family: "HelveticaNowDisplay-XBd"; }

.fdb {
  font-family: "HelveticaNowDisplay-Bd"; }

.fdbi {
  font-family: "HelveticaNowDisplay-BdIt"; }

.fdr {
  font-family: "HelveticaNowDisplay-Regular"; }

.fdri {
  font-family: "HelveticaNowDisplay-Italic"; }

.fdl {
  font-family: "HelveticaNowDisplay-Lt"; }

.ftx {
  font-family: "HelveticaNowText-ExtraBold"; }

.ftb {
  font-family: "HelveticaNowText-Bold"; }

.ftr {
  font-family: "HelveticaNowText-Regular"; }

.fmx {
  font-family: "HelveticaNowMicro-ExtraBold"; }

.fmb {
  font-family: "HelveticaNowMicro-Bold"; }

.fmr {
  font-family: "HelveticaNowMicro-Regular"; }

.dida {
  font-family: "HelveticaNowMicro-Bold"; }

/* ==|== Snippets ===================================================== */
/* body copy-based */
.text-xxsmall {
  font-size: 10px;
  line-height: 1.4; }

.text-xsmall {
  font-size: 10px;
  line-height: 1.4; }

.text-small {
  font-size: 12px;
  line-height: 1.4; }

.text-normal {
  font-size: 14px;
  line-height: 1.4; }

.text-medium {
  font-size: 17px;
  line-height: 1.4; }

.text-big {
  font-size: 20px;
  line-height: 1.4; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-highlight {
  color: #fff;
  background: #000000;
  display: inline;
  padding: 0;
  box-shadow: 10px 0 0 #000000, -10px 0 0 #000000; }

.underline {
  border-bottom: 1px solid #ccc; }

.underline:hover {
  border-bottom: 1px solid #666; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.stroke {
  text-decoration: line-through; }

.left {
  float: left; }

.right {
  float: right; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.riga {
  width: auto; }

.half {
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clear {
  clear: both; }

.relative {
  position: relative; }

/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.fa-rotate-90 {
  transform: rotate(90deg); }

/* ==|== HTML AREA ===================================================== */
.htmlcontent {
  line-height: 1.60; }

.htmlcontent a {
  text-decoration: underline;
  outline: none;
  color: #000000;
  transition: background-color 0.00001s ease-in-out;
  display: inline-block;
  line-height: 1em; }

.htmlcontent a:hover {
  text-decoration: none;
  background-color: #000000;
  color: #FEF7EB;
  transition: background-color .25s ease-in-out; }

.htmlcontent strong {
  font-weight: 700; }

.htmlcontent em {
  font-style: italic; }

.htmlcontent em strong,
.htmlcontent strong em {
  font-style: italic;
  font-weight: 700; }

.htmlcontent p {
  margin: 0 0 1em 0; }

.htmlcontent address,
.htmlcontent blockquote {
  margin-bottom: 1.5em;
  font-size: 26px;
  line-height: 1.26; }
  .htmlcontent address b, .htmlcontent address strong,
  .htmlcontent blockquote b,
  .htmlcontent blockquote strong {
    font-size: 38px;
    font-family: "HelveticaNowDisplay-Bd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    display: inline-block; }

.htmlcontent hr {
  background-color: #ccc;
  color: #ccc;
  height: 1px;
  border: 0; }

.htmlcontent h1, .htmlcontent h2, .htmlcontent h3, .htmlcontent h4, .htmlcontent h5, .htmlcontent h6 {
  margin: 0 0 1em 0;
  font-family: "HelveticaNowDisplay-Bd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.htmlcontent ul {
  padding: 0 0 20px 0; }

.htmlcontent ul,
.htmlcontent ul li {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px; }

.htmlcontent ul ul,
.htmlcontent ul ul li {
  list-style-type: circle;
  list-style-position: outside; }

.htmlcontent ol {
  padding: 0 0 20px 20px; }

.htmlcontent ol,
.htmlcontent ol li {
  list-style-type: decimal !important;
  list-style-position: outside; }

.htmlcontent p img {
  vertical-align: middle; }

.htmlcontent .style1 {
  line-height: 16px;
  font-size: 32px; }

.htmlcontent .style2 {
  line-height: 16px;
  font-size: 30px; }

.htmlcontent .style3 {
  line-height: 16px;
  font-size: 28px; }

.htmlcontent .style4 {
  line-height: 19px;
  font-size: 26px; }

.htmlcontent table {
  background: transparent;
  border-collapse: separate;
  border-spacing: 4px;
  font-size: 12px;
  width: 100%;
  margin: 12px 0 24px; }

.htmlcontent table tr th,
.htmlcontent table tr td {
  background: #fff;
  border: 1px solid #ccc;
  padding: 12px 12px; }

.htmlcontent table tr:nth-child(odd) td {
  background: #F0F0F0; }

.htmlcontent table tr th {
  font-size: 16px;
  font-weight: bold;
  color: #000; }

.htmlcontent table tr:hover td {
  background: #D8E6F2; }

/* ==|== BUTTONS ===================================================== */
.btn {
  display: inline-block;
  vertical-align: middle;
  border: 4px solid #fff;
  font-size: 26px;
  line-height: 2.81;
  letter-spacing: 0.04em;
  border-radius: 56px;
  padding: 0 60px;
  color: #fff;
  font-family: "HelveticaNowDisplay-Regular", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .018em;
  text-transform: uppercase;
  text-decoration: none; }
  @media screen and (min-width: 1181px) {
    .btn {
      padding: 0 86px; } }
  @media screen and (max-width: 769px) {
    .btn {
      padding: 0 40px; } }
  .btn:hover {
    background: #FEF7EB;
    color: #000000; }

/* ==|== RESPONSIVE ADDONS ===================================================== */
.responsive-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative; }

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.hidden-sm {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .hidden-sm {
      display: inherit; } }

/* ==|== GENERAL ===================================================== */
.container, .attach.is-fullwidth .attach--image__dida .dida {
  max-width: 1100px;
  padding: 0 30px;
  margin: 0 auto;
  text-align: left; }

.is-black {
  background: #000;
  color: #FEF7EB; }
  .is-black h1, .is-black h2, .is-black h3, .is-black h4, .is-black h5, .is-black h6,
  .is-black a {
    color: #FEF7EB; }

.is-not-black {
  background: #FEF7EB;
  color: #000000; }
  .is-not-black h1, .is-not-black h2, .is-not-black h3, .is-not-black h4, .is-not-black h5, .is-not-black h6,
  .is-not-black blockquote,
  .is-not-black a, .is-not-black p {
    color: #000000; }

/* ==|== HEADER ====================================================== */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 90px;
  margin-bottom: 100px; }
  @media screen and (max-width: 779px) {
    .header {
      padding-top: 28px;
      margin-bottom: 80px; } }

.header__logo a {
  display: block;
  max-width: 60px; }
  @media screen and (max-width: 779px) {
    .header__logo a {
      max-width: 42px; } }

.header__nav {
  font-family: "HelveticaNowDisplay-Bd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (max-width: 779px) {
    .header__nav {
      display: none; } }
  .header__nav ul, .header__nav li, .header__nav a {
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0; }
  .header__nav li {
    font-size: 22px;
    letter-spacing: 0.04em;
    margin-left: 60px; }
  .header__nav a {
    text-transform: uppercase;
    padding-bottom: 14px; }
    .header__nav a.active {
      border-bottom: 3px solid #000000; }

.header__mobile-nav {
  position: absolute;
  top: 32px;
  right: 23px;
  display: none; }
  @media screen and (max-width: 779px) {
    .header__mobile-nav {
      display: block; } }

/* ==|==  ======================================================== */
.maincontent {
  overflow: hidden; }

.page__title {
  font-size: 72px;
  line-height: 1.2;
  font-family: "HelveticaNowDisplay-Bd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  margin-bottom: .5em; }
  @media screen and (max-width: 641px) {
    .page__title {
      font-size: 38px; } }

.page__image {
  margin-bottom: 80px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
  @media screen and (max-width: 769px) {
    .page__image {
      margin-bottom: 40px; } }
  .page__image img {
    width: 100%;
    display: block; }
  .page__image picture {
    display: block; }
  .page__image__dida {
    background: #000000;
    color: #FEF7EB;
    padding: 10px 16px; }
    .page__image__dida .dida {
      font-size: 12px;
      line-height: 1.25; }

.page__body {
  font-size: 18px;
  line-height: 1.61;
  font-family: "HelveticaNowDisplay-Regular", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 50px; }
  .page__body strong, .page__body b {
    font-family: "HelveticaNowDisplay-XBd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 769px) {
    .page__body {
      font-size: 26px;
      line-height: 1.61;
      margin-bottom: 70px; } }
  .page__body--intro {
    font-size: 26px;
    line-height: 1.6;
    font-family: "HelveticaNowDisplay-Regular", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 50px; }
    .page__body--intro strong, .page__body--intro b {
      font-family: "HelveticaNowDisplay-Bd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (min-width: 769px) {
      .page__body--intro {
        font-size: 54px;
        line-height: 1.24; } }
  @media screen and (min-width: 769px) {
    .page__body--intro {
      font-size: 38px;
      line-height: 1.4; }
    .page__body--conclusion {
      font-size: 30px;
      line-height: 1.4; } }

.page__intro {
  font-size: 30px;
  line-height: 1.4;
  font-family: "HelveticaNowDisplay-Regular", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 70px; }
  .page__intro strong, .page__intro b {
    font-family: "HelveticaNowDisplay-Bd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 769px) {
    .page__intro {
      font-size: 54px;
      line-height: 1.24; } }

@media screen and (min-width: 641px) {
  .page__details {
    margin-bottom: 200px; } }

.page__quote {
  text-align: center;
  font-size: 22px;
  margin-bottom: 70px; }

.bottom {
  padding: 70px 0 70px; }
  .bottom .bottom__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 70px;
    text-align: left; }
    @media screen and (max-width: 1025px) {
      .bottom .bottom__container {
        gap: 35px 40px; } }
    @media screen and (max-width: 641px) {
      .bottom .bottom__container {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-right: 0;
        margin-bottom: 40px; } }
  .bottom .bottom__block {
    margin-bottom: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 1.55;
    font-family: "HelveticaNowText-Regular"; }
    .bottom .bottom__block.double {
      grid-column: 1 / 3; }
      @media screen and (max-width: 641px) {
        .bottom .bottom__block.double {
          grid-column: 1 / 1; } }
    .bottom .bottom__block--title {
      margin-bottom: 20px; }
      .bottom .bottom__block--title h2 {
        font-size: 54px;
        line-height: 1.24;
        font-weight: 700;
        font-family: "HelveticaNowDisplay-Bd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 0; }
  .bottom .bl__title {
    font-size: 30px;
    margin-bottom: 11px;
    display: block;
    font-size: 30px;
    line-height: 1.33;
    font-family: "HelveticaNowDisplay-Bd"; }

.bottom--cta {
  font-size: 42px;
  font-weight: 300;
  font-family: "HelveticaNowDisplay-Lt", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 14vw 0; }
  @media screen and (min-width: 769px) {
    .bottom--cta {
      font-size: 48px; } }
  .bottom--cta b, .bottom--cta strong {
    font-weight: 700;
    font-family: "HelveticaNowDisplay-Bd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .bottom--cta p {
    display: inline; }
  .home .bottom--cta {
    padding: 19.6vw 0; }
    @media screen and (max-width: 769px) {
      .home .bottom--cta {
        padding-bottom: 130px; } }
  .bottom--cta .btn {
    color: #000000;
    border-color: #000000;
    font-family: "HelveticaNowText-Bold", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .bottom--cta .btn:hover {
      color: #FEF7EB;
      background-color: #000000; }
  .bottom--cta.is-black .btn {
    color: #FEF7EB;
    border-color: #FEF7EB; }
    .bottom--cta.is-black .btn:hover {
      color: #000000;
      background-color: #FEF7EB; }
  .bottom--cta .bottom--cta__label {
    display: inline-block;
    margin-right: 2em; }
  @media screen and (max-width: 1025px) {
    .bottom--cta .container, .bottom--cta .attach.is-fullwidth .attach--image__dida .dida, .attach.is-fullwidth .attach--image__dida .bottom--cta .dida {
      text-align: center; }
    .bottom--cta .bottom--cta__label {
      display: block;
      max-width: 380px;
      margin: 0 auto 3rem; } }

.bottom--claim {
  font-size: 38px;
  line-height: 1.26;
  font-style: italic;
  font-weight: bold; }

/* ==|==  ======================================================== */
body .footer {
  background: #fff;
  color: #000000;
  padding: 55px 0 50px; }
  @media screen and (min-width: 769px) {
    body .footer {
      padding: 180px 0; } }
  body .footer .container a, body .footer .attach.is-fullwidth .attach--image__dida .dida a, .attach.is-fullwidth .attach--image__dida body .footer .dida a {
    color: #000000; }
  body .footer__logo {
    margin-bottom: 100px; }
    @media screen and (max-width: 641px) {
      body .footer__logo {
        margin-bottom: 55px; } }
    body .footer__logo a {
      display: block;
      max-width: 60px; }
      @media screen and (max-width: 769px) {
        body .footer__logo a {
          max-width: 42px; } }
  body .footer__nav.main {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "HelveticaNowDisplay-Bd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 83px; }
    @media screen and (max-width: 641px) {
      body .footer__nav.main {
        font-size: 38px;
        margin-bottom: 55px; } }
  body .footer__nav {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "HelveticaNowDisplay-Bd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  body .footer__grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 83px; }
    @media screen and (max-width: 641px) {
      body .footer__grid {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 25px; }
        body .footer__grid .email {
          margin-top: 25px; } }
  body .footer .social-links ul, body .footer .social-links li {
    display: inline-block; }
  body .footer .social-links li {
    margin-left: 1em;
    margin-right: 0; }
    body .footer .social-links li a:not(:hover) svg path {
      fill: black; }
    @media screen and (max-width: 641px) {
      body .footer .social-links li svg {
        max-width: 28px;
        max-height: 28px; } }
  @media screen and (max-width: 641px) {
    body .footer .social-links {
      order: 1;
      margin-bottom: 55px;
      margin-left: -7px; }
      body .footer .social-links li {
        margin-right: 1em;
        margin-left: 0; } }
  body .footer .credits {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 1.5; }
    @media screen and (max-width: 641px) {
      body .footer .credits {
        order: 2; } }
  body .footer .iubenda a {
    font-weight: 700;
    margin-right: 26px;
    display: inline-block; }

/* ==|==  ======================================================== */
/* ==|== MESSAGGI E ALERTS ===================================================== */
.cookienotice {
  position: fixed;
  z-index: 1012;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  color: #f9f9f9;
  font-size: 16px;
  padding: 30px;
  text-align: left; }
  .cookienotice a {
    color: #f9f9f9;
    text-decoration: underline; }
  .cookienotice a.btn {
    background: #666;
    padding: 5px 16px;
    display: inline-block;
    text-decoration: none;
    margin: 0 0; }
    .cookienotice a.btn:hover {
      background: #333; }

.has-deco {
  position: relative;
  white-space: nowrap; }

.has-deco::before,
.has-deco::after {
  position: absolute;
  width: 100%;
  height: 3px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none; }

.has-deco::before {
  content: '';
  /* show by default */ }

.has-deco::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s; }

.has-deco:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1); }

/*LOGO*/
#etnoLogo svg {
  cursor: pointer;
  width: 42px;
  height: 42px; }
  @media screen and (min-width: 769px) {
    #etnoLogo svg {
      width: 64px;
      height: 64px; } }

@media screen and (min-width: 769px) {
  #etnoLogo #bottom {
    transform: scaleX(0);
    transform-origin: 8px; }
  #etnoLogo #top {
    transform: scaleX(0);
    transform-origin: 100px; }
  #etnoLogo #right {
    transform: scaleY(0);
    transform-origin: left 100px; }
  #etnoLogo #left {
    transform: scaleY(0);
    transform-origin: left 8px; }
  #etnoLogo svg #bottom,
  #etnoLogo svg #top {
    -moz-transition: transform 0.2s ease-in-out 0s;
    -webkit-transition: transform 0.2s ease-in-out 0s;
    -o-transition: transform 0.2s ease-in-out 0s; }
  #etnoLogo svg #right,
  #etnoLogo svg #left {
    -moz-transition: transform 0.2s ease-in-out 0s;
    -webkit-transition: transform 0.2s ease-in-out 0s;
    -o-transition: transform 0.2s ease-in-out 0s; }
  #etnoLogo svg:hover #bottom,
  #etnoLogo svg:hover #top {
    transform: scaleX(1); }
  #etnoLogo svg:hover #right,
  #etnoLogo svg:hover #left {
    transform: scaleX(1); } }

.home .header {
  margin-bottom: 70px; }
  @media screen and (min-width: 769px) {
    .home .header {
      margin-bottom: 180px; } }

.home .page__title {
  font-family: "HelveticaNowDisplay-Bd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 2em;
  font-weight: 700; }
  .home .page__title span {
    white-space: nowrap; }

.home .page__image {
  margin-bottom: 40px; }
  @media screen and (min-width: 769px) {
    .home .page__image {
      margin-bottom: 200px; } }

.home .page__body {
  font-family: "HelveticaNowDisplay-Regular", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 200px; }
  @media screen and (max-width: 769px) {
    .home .page__body {
      margin-bottom: 40px; } }
  .home .page__body h3 {
    font-size: 54px;
    line-height: 1.22; }
    .home .page__body h3 a {
      font-weight: 700; }

@media screen and (max-width: 769px) {
  .services .page__body {
    font-size: 26px;
    line-height: 1.61; } }

.service-list {
  margin: 1rem 0 30px; }
  .service-list .service-list__item h2 {
    margin-bottom: 8px;
    font-size: 54px;
    line-height: 1.24;
    font-family: "HelveticaNowDisplay-Bd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .service-list .service-list__item h2 .link-icon {
      top: 6px; }
    @media screen and (max-width: 769px) {
      .service-list .service-list__item h2 {
        font-size: 32px; }
        .service-list .service-list__item h2 .link-icon {
          top: 4px; } }
  .service-list .service-list__item p {
    margin-bottom: 38px;
    font-size: 18px;
    line-height: 1.55;
    font-family: "HelveticaNowText-Regular", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .service-list .service-list__item a:hover {
    text-decoration: underline; }

.service-nav {
  text-align: left;
  margin-bottom: 40px;
  display: block; }
  .service-nav li {
    display: inline-block;
    font-size: 18px;
    margin-right: 1em; }
    @media screen and (max-width: 1025px) {
      .container .service-nav li, .attach.is-fullwidth .attach--image__dida .dida .service-nav li {
        font-size: 17px; } }
    .service-nav li a {
      color: #707070; }
    .service-nav li a:hover {
      color: #000000; }
    .service-nav li a.active {
      color: #000000;
      font-family: "HelveticaNowText-Bold", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (max-width: 980px) {
    .container .service-nav, .attach.is-fullwidth .attach--image__dida .dida .service-nav {
      display: grid;
      row-gap: 8px; } }
  @media screen and (max-width: 769px) {
    .container .service-nav, .attach.is-fullwidth .attach--image__dida .dida .service-nav {
      display: none; } }

.service-label {
  display: none;
  color: #707070; }
  @media screen and (max-width: 769px) {
    .service-label {
      display: block; } }

.single-service .header {
  margin-bottom: 60px; }

@media screen and (min-width: 769px) {
  .single-service .item-project {
    margin-top: 40px; } }

.single-service .page__body h2 {
  font-family: "HelveticaNowDisplay-XBd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }

@media screen and (max-width: 769px) {
  .single-service .bottom--projects {
    padding: 30px 0 0 0; } }

@media screen and (max-width: 980px) {
  .included-projects .project-list--big {
    display: none; } }

@media screen and (min-width: 980px) {
  .included-projects .project-list--small {
    display: none; } }

@media screen and (max-width: 769px) {
  .projects .page__body {
    font-size: 22px;
    line-height: 1.41; } }

@media screen and (max-width: 769px) {
  .project-list {
    margin: 0 -30px; } }

.item-project {
  display: flex;
  justify-content: space-between;
  height: 370px;
  margin-top: 8.82vw; }
  @media screen and (max-width: 641px) {
    .item-project {
      margin-top: 0; } }
  .item-project__data {
    flex-grow: 0;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 25px 30px 25px;
    width: 100%; }
    @media screen and (min-width: 769px) {
      .item-project__data {
        padding: 40px 25px 40px 50px; } }
  .item-project__settore,
  .item-project__title a,
  .item-project__service a {
    color: #000000; }
  .item-project__settore {
    text-transform: uppercase;
    font-size: 18px; }
  .item-project__title {
    font-size: 36px;
    line-height: 1.14;
    font-weight: 700;
    margin: 10px 0 40px;
    flex-grow: 1; }
    @media screen and (max-width: 769px) {
      .item-project__title {
        font-size: 38px; } }
  .item-project__service {
    font-size: 12px;
    font-family: "HelveticaNowMicro-Regular", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
    justify-self: flex-end;
    color: #000000; }
    .item-project__service a:hover {
      text-decoration: underline; }
  .item-project__cover {
    background-position: center;
    background-size: 125%;
    background-repeat: no-repeat;
    transition: background-size 0.4s ease; }
    @media screen and (max-width: 769px) {
      .item-project__cover {
        background-size: cover;
        background-repeat: no-repeat; } }
    .item-project__cover a {
      display: block;
      width: 100%; }
      .item-project__cover a img {
        visibility: hidden; }
  @media screen and (min-width: 769px) {
    .item-project:hover .item-project__cover {
      background-size: 115%; } }

@media screen and (min-width: 980px) {
  .project-list--small {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 8.05vw; } }

.project-list--small .item-project {
  position: relative;
  background-position: center;
  background-size: 180%;
  transition: background-size 0.4s ease; }
  @media screen and (max-width: 769px) {
    .project-list--small .item-project {
      background-size: cover;
      background-repeat: no-repeat; } }
  @media screen and (min-width: 769px) {
    .project-list--small .item-project:hover {
      background-size: 160%; } }
  .project-list--small .item-project__title {
    line-height: 1.11; }
  .project-list--small .item-project__gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0; }
  .project-list--small .item-project__data {
    position: relative;
    z-index: 2; }
  .project-list--small .item-project__settore,
  .project-list--small .item-project__title a,
  .project-list--small .item-project__service a, .project-list--small .item-project__service {
    color: #fff; }
  .project-list--small .item-project__cover {
    display: none; }

@media screen and (max-width: 980px) {
  .project-list--big {
    display: none; } }

@media screen and (min-width: 980px) {
  .project-list--showmobile {
    display: none; } }

.project__client {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.33;
  margin-bottom: 10px; }
  @media screen and (max-width: 769px) {
    .project__client {
      font-size: 20px; } }

.project__data {
  margin-bottom: 60px; }
  @media screen and (max-width: 641px) {
    .project__data {
      margin-bottom: 40px; } }
  .project__data .project__date {
    font-size: 26px;
    margin-right: 45px; }
    @media screen and (max-width: 641px) {
      .project__data .project__date {
        display: block;
        margin-bottom: 1rem; } }
  .project__data .project__category span {
    display: inline-block;
    border: 2px solid #000000;
    font-size: 18px;
    padding: 6px 26px;
    margin-right: 45px;
    margin-bottom: 1rem; }

.project-matrix {
  padding: 60px 0; }
  @media screen and (max-width: 769px) {
    .project-matrix {
      padding: 0;
      margin-bottom: 50px; } }
  @media screen and (min-width: 769px) {
    .project-matrix__row {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: 250px auto;
      gap: 60px; } }
  .project-matrix__header h3 {
    font-size: 54px;
    line-height: 1.22;
    font-family: "HelveticaNowDisplay-Bd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem; }
    @media screen and (max-width: 769px) {
      .project-matrix__header h3 {
        font-size: 48px;
        margin-bottom: 20px; } }
  .project-matrix__header .project-matrix__servicelist {
    margin-bottom: 1rem; }
    .project-matrix__header .project-matrix__servicelist li {
      display: block;
      font-size: 12px;
      line-height: 1.6;
      font-family: "HelveticaNowMicro-Regular", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding-left: 3px;
      padding-bottom: 7px; }
  .project-matrix__content {
    font-size: 18px;
    line-height: 1.6;
    font-family: "HelveticaNowDisplay-Regular", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 16px;
    margin-bottom: 16px; }
    .project-matrix__content strong, .project-matrix__content b {
      font-family: "HelveticaNowDisplay-XBd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (min-width: 769px) {
      .project-matrix__content {
        font-size: 26px;
        line-height: 1.6;
        padding-bottom: 36;
        margin-bottom: 66px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25); } }
    .project-matrix__content ul li {
      clear: both; }
      .project-matrix__content ul li:before {
        content: "→";
        float: left;
        padding-right: 5px;
        font-family: 'HelveticaNowDisplay-XBd'; }

.single-project .project-more {
  font-size: 30px;
  text-align: center; }
  @media screen and (max-width: 769px) {
    .single-project .project-more {
      padding-left: 30px;
      padding-right: 30px; } }
  .single-project .project-more a {
    border-bottom: 1px solid currentColor; }
  .single-project .project-more .project__form {
    margin: 2em auto .5em;
    text-align: center;
    vertical-align: middle;
    position: relative;
    width: 100%;
    padding: 0 2rem;
    display: none; }
    @media screen and (min-width: 769px) {
      .single-project .project-more .project__form {
        width: 80%;
        min-width: 400px;
        max-width: 700px;
        text-align: left; } }
  .single-project .project-more .project__form__row {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 769px) {
      .single-project .project-more .project__form__row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center; } }
  .single-project .project-more .project__field--email {
    flex-grow: 1;
    font-size: 18px;
    border: 3px solid #FEF7EB;
    line-height: 2.81;
    padding: 0 10px;
    background: #fff;
    vertical-align: middle;
    margin-bottom: 1rem; }
    @media screen and (min-width: 769px) {
      .single-project .project-more .project__field--email {
        margin-right: 1rem; } }
    @media screen and (max-width: 769px) {
      .single-project .project-more .project__field--email {
        width: 100%;
        min-width: 300px;
        max-width: 400px; } }
  .single-project .project-more .project__field--submit {
    flex-grow: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    background-color: #FEF7EB;
    border-color: #FEF7EB;
    font-family: "HelveticaNowText-Bold", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    border-radius: 0;
    padding: 0 40px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 1rem; }
    .single-project .project-more .project__field--submit:hover {
      color: #FEF7EB;
      background-color: #000000;
      border-color: #FEF7EB; }
    @media screen and (max-width: 769px) {
      .single-project .project-more .project__field--submit {
        border-radius: 56px;
        margin-bottom: 2rem; } }
    .single-project .project-more .project__field--submit:disabled {
      cursor: not-allowed;
      color: #666;
      background-color: #999;
      border-color: #999; }
  .single-project .project-more .project__field--privacy,
  .single-project .project-more .project__field--disclaimer {
    font-size: 10px;
    line-height: 1.4;
    font-family: "HelveticaNowMicro-Regular", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    margin: 0; }
    @media screen and (max-width: 769px) {
      .single-project .project-more .project__field--privacy,
      .single-project .project-more .project__field--disclaimer {
        max-width: 360px;
        margin: 0 auto; } }
  .single-project .project-more .project__field--privacy {
    margin-bottom: 1em;
    font-size: 13px; }
  .single-project .project-more .errors {
    margin-top: 2rem;
    font-size: 12px;
    color: #f04e18; }

/* ==|== CASE STUDIES SEGRETI  ======================================================== */
body.case-study {
  background: #000;
  color: #FEF7EB; }
  body.case-study h1, body.case-study h2, body.case-study h3, body.case-study h4, body.case-study h5, body.case-study h6, body.case-study a {
    color: #FEF7EB; }
  body.case-study .header__logo #etnoLogo svg #e path {
    fill: #fff; }
  body.case-study .header__mobile-toggle svg path {
    fill: #FEF7EB; }
  body.case-study .header__nav a.active {
    border-bottom: 3px solid #FEF7EB; }
  body.case-study .header__mobile-toggle svg rect {
    fill: #FEF7EB; }
  body.case-study .project__category span {
    border: 2px solid #FEF7EB; }
    body.case-study .project__category span.completo {
      background-color: #FEF7EB;
      color: #000000; }
  body.case-study .page__image__dida {
    color: #000000;
    background-color: #FEF7EB; }
  body.case-study .page__details {
    margin-bottom: 0; }

.attach {
  margin-bottom: 60px; }
  .attach--text {
    font-size: 18px;
    line-height: 1.61;
    font-family: "HelveticaNowDisplay-Regular", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (min-width: 769px) {
      .attach--text {
        font-size: 26px;
        line-height: 1.61; } }
    .attach--text h2 {
      font-size: 38px;
      line-height: 1.26;
      margin-bottom: .5em;
      font-family: "HelveticaNowDisplay-Bd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      @media screen and (min-width: 769px) {
        .attach--text h2 {
          font-size: 42px;
          line-height: 1.2; } }
    .attach--text ul li {
      list-style: none; }
    .attach--text ul li:before {
      content: "→";
      text-indent: -40px;
      float: left; }
  .attach--image img {
    width: 100%;
    border: 1px solid #FEF7EB; }
  .attach--image__dida {
    background-color: #FEF7EB;
    color: #000000;
    font-size: 12px;
    line-height: 1.25;
    padding: 6px 16px; }
  .attach.is-fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
    .attach.is-fullwidth .attach--image__dida .dida {
      display: block; }
  .attach--image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px; }
    @media screen and (max-width: 641px) {
      .attach--image-grid {
        grid-template-columns: 1fr; } }
    .attach--image-grid.grid-13 {
      grid-template-columns: 1fr 2fr; }
      @media screen and (max-width: 641px) {
        .attach--image-grid.grid-13 {
          grid-template-columns: 1fr; } }
    .attach--image-grid.grid-31 {
      grid-template-columns: 2fr 1fr; }
      @media screen and (max-width: 641px) {
        .attach--image-grid.grid-31 {
          grid-template-columns: 1fr; } }
  .attach--quote {
    background-color: #FEF7EB;
    color: #000000;
    padding: 90px 0; }
    .attach--quote .quote-text {
      font-size: 54px;
      line-height: 1.2;
      font-weight: 700;
      font-family: "HelveticaNowDisplay-Bd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-bottom: 1rem; }
      @media screen and (max-width: 769px) {
        .attach--quote .quote-text {
          font-size: 32px; } }
      @media screen and (max-width: 481px) {
        .attach--quote .quote-text {
          font-size: 28px; } }
    .attach--quote .quote-author {
      font-size: 30px;
      line-height: 1.2;
      font-weight: 700;
      font-style: normal;
      font-family: "HelveticaNowDisplay-Bd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      @media screen and (max-width: 769px) {
        .attach--quote .quote-author {
          font-size: 20px; } }
      @media screen and (max-width: 481px) {
        .attach--quote .quote-author {
          font-size: 18px; } }

@media screen and (max-width: 769px) {
  .about .page__body {
    font-size: 26px;
    line-height: 1.61; } }

@media screen and (max-width: 769px) {
  .about .about__label {
    color: #707070;
    font-size: 20px;
    line-height: 1.2; } }

@media screen and (max-width: 769px) {
  .about .bottom--claim p {
    text-align: center; } }

.team__title {
  font-size: 54px;
  line-height: 1.22;
  margin-bottom: 44px; }
  @media screen and (max-width: 769px) {
    .team__title {
      font-size: 38px; } }

.team {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  text-align: left; }
  @media screen and (max-width: 769px) {
    .team {
      grid-template-columns: repeat(1, 1fr);
      margin-bottom: 70px;
      gap: 20px; } }
  .team__guy {
    display: flex; }
  .team__pic {
    flex-grow: 1;
    width: 50%;
    position: relative;
    overflow: hidden;
    /* [2] Transition property for smooth transformation of images */
    /* [3] Finally, transforming the image when container gets hovered */ }
    .team__pic img {
      display: block;
      width: 100%; }
    .team__pic img {
      transition: transform .4s ease; }
    .team__pic:hover img {
      transform: scale(1.3); }
  .team__pic__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: .3; }
  .team__name {
    width: 50%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    .team__name strong {
      font-size: 32px;
      line-height: 1.2;
      margin-bottom: .5em;
      font-family: "HelveticaNowDisplay-Bd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .team__name span {
      font-size: 12px;
      font-family: "HelveticaNowMicro-Regular", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (max-width: 769px) {
      .team__name strong {
        font-size: 22px; }
      .team__name span {
        font-size: 10px; } }

.error404 .page.container .page__body.htmlcontent, .error404 .attach.is-fullwidth .attach--image__dida .page.dida .page__body.htmlcontent, .attach.is-fullwidth .attach--image__dida .error404 .page.dida .page__body.htmlcontent {
  display: flex; }
  @media screen and (max-width: 769px) {
    .error404 .page.container .page__body.htmlcontent, .error404 .attach.is-fullwidth .attach--image__dida .page.dida .page__body.htmlcontent, .attach.is-fullwidth .attach--image__dida .error404 .page.dida .page__body.htmlcontent {
      flex-direction: column; } }
  .error404 .page.container .page__body.htmlcontent .left, .error404 .attach.is-fullwidth .attach--image__dida .page.dida .page__body.htmlcontent .left, .attach.is-fullwidth .attach--image__dida .error404 .page.dida .page__body.htmlcontent .left {
    flex-basis: 60%; }
  .error404 .page.container .page__body.htmlcontent .right, .error404 .attach.is-fullwidth .attach--image__dida .page.dida .page__body.htmlcontent .right, .attach.is-fullwidth .attach--image__dida .error404 .page.dida .page__body.htmlcontent .right {
    flex-basis: 40%; }
    .error404 .page.container .page__body.htmlcontent .right img, .error404 .attach.is-fullwidth .attach--image__dida .page.dida .page__body.htmlcontent .right img, .attach.is-fullwidth .attach--image__dida .error404 .page.dida .page__body.htmlcontent .right img {
      width: 100%; }

.menu-popup {
  display: none;
  position: relative; }
  .menu-popup .menu-popup__toggle {
    position: absolute;
    top: 32px;
    right: 23px; }
  .menu-popup.active {
    display: flex;
    flex-direction: column;
    position: fixed;
    padding: 32px 23px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111;
    background: #000; }
  .menu-popup .mobile-nav {
    flex-grow: 1;
    color: #FEF7EB;
    text-align: left; }
    .menu-popup .mobile-nav a {
      color: #FEF7EB; }
    .menu-popup .mobile-nav > li {
      font-size: 38px;
      line-height: 42px;
      font-weight: 800;
      font-family: "HelveticaNowDisplay-Bd", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-bottom: .5rem; }
      .menu-popup .mobile-nav > li .arrow {
        display: none; }
      .menu-popup .mobile-nav > li a.active .arrow {
        display: inline-block;
        padding-right: 10px; }
    .menu-popup .mobile-nav .service-nav {
      font-size: 18px;
      line-height: 1.6;
      font-family: "HelveticaNowDisplay-Regular", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-top: .5rem;
      margin-bottom: 1rem; }
      .menu-popup .mobile-nav .service-nav li {
        display: block; }
      .menu-popup .mobile-nav .service-nav a {
        color: #5d5d5d; }
      .menu-popup .mobile-nav .service-nav a.active {
        color: #FEF7EB;
        font-family: "HelveticaNowText-Bold", "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .menu-popup .mobile-nav--bottom {
      flex-grow: 0;
      justify-self: flex-end; }
      .menu-popup .mobile-nav--bottom li {
        font-size: 22px;
        line-height: 42px;
        font-weight: 800; }

/* slide arrow on hover */
ul.in-arrow li {
  overflow: hidden; }

ul.in-arrow li span.icon-arrow {
  display: inline-block;
  vertical-align: top; }

ul.in-arrow li a {
  position: relative;
  left: -1.2em;
  transition: left 0.4s ease; }

ul.in-arrow li a:hover {
  left: 0; }

/* icon slide for email link */
.link {
  min-height: 1em;
  align-items: flex-start;
  display: flex;
  text-decoration: none;
  border: none; }

.item-project__title .link {
  display: inline-flex;
  vertical-align: middle; }

.link-icon {
  position: relative;
  top: 1px;
  width: 1em;
  height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  min-width: 28px;
  /*  Remove overflow to see how it works　:) */
  overflow: hidden; }

.icon {
  display: block;
  position: absolute;
  transition: transform 0.4s ease; }

.icon:nth-child(2) {
  transform: translate(-10em); }

/* Hover Action*/
/* Move arrows to right */
.item-project:hover .icon:first-child,
.link:hover .icon:first-child {
  transform: translate(10em); }

.item-project:hover .icon:nth-child(2),
.link:hover .icon:nth-child(2) {
  transform: translate(0px); }

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