@charset "UTF-8";
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Base files. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 700; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

@media (min-width: 550px) {
  h1 {
    font-size: 6.0rem; }

  h2 {
    font-size: 4.2rem; }

  h3 {
    font-size: 3.6rem; }

  h4 {
    font-size: 3.0rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }
@media (min-width: 550px) {
  .container {
    width: 80%; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.6666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%; } }
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-slide:focus {
  outline: 0px; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.25; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-size: 40px;
        line-height: 20px;
        text-align: center;
        color: #2f2e2e;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #50C7E4;
      opacity: 0.75; }

.ball__animation {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 1; }
  .ball__animation.middle {
    margin-left: -5px; }
  .ball__animation li {
    transition: ease 5s;
    padding: 5px 0;
    opacity: 0; }
    .ball__animation li.active {
      opacity: 1; }
    .ball__animation li.last:after {
      content: ' ';
      background: url("../images/bolinha-vert.svg") repeat-x;
      width: 550px;
      height: 10px;
      margin-top: 9px;
      margin-left: 20px;
      position: absolute; }
    .ball__animation li.jump {
      margin-top: 35px; }

@media screen and (max-width: 1120px) {
  .ball__animation {
    display: none; }
    .ball__animation.mobile {
      display: block;
      margin-bottom: 30px; }
      .ball__animation.mobile li:last-of-type {
        display: none; } }
.d-nav {
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 1000px;
  z-index: 999;
  display: none; }
  .d-nav > a {
    display: block;
    color: #50C7E4;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: normal;
    padding: 10px 20px;
    border-bottom: #eee solid 1px;
    transition: ease .2s; }
    .d-nav > a:hover {
      font-weight: bold; }
  .d-nav .d-nav__social {
    text-align: center; }
    .d-nav .d-nav__social svg {
      padding: 20px; }
      .d-nav .d-nav__social svg path {
        fill: #2f2e2e; }
      .d-nav .d-nav__social svg:hover path {
        fill: #50C7E4; }
  .d-nav .d-header__toggle {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer; }
    .d-nav .d-header__toggle svg {
      fill: #2f2e2e; }

.d-header {
  background-color: transparent;
  box-sizing: border-box;
  padding: 20px 50px;
  position: fixed;
  width: 100%;
  z-index: 9;
  transition: ease .5s; }
  .d-header.hidden {
    transform: translateY(-100%); }
  .d-header.active {
    background-color: #2f2e2e; }
  .d-header * {
    display: inline-block; }
  .d-header .d-header__logo {
    padding-top: 10px;
    float: left; }
    .d-header .d-header__logo .logo-stroke {
      fill: transparent; }
  .d-header .d-header__nav {
    padding-top: 10px; }
    .d-header .d-header__nav .d-nav__item a {
      color: #FFFFFF;
      transition: ease .2s;
      text-decoration: none;
      text-transform: uppercase;
      padding: 0 20px;
      border-bottom: 0px;
      padding-bottom: 10px; }
      .d-header .d-header__nav .d-nav__item a:hover, .d-header .d-header__nav .d-nav__item a.active {
        border-bottom: 2px solid #50C7E4; }
  .d-header .d-header__social {
    padding-top: 10px;
    float: right; }
    .d-header .d-header__social svg {
      margin: 15px 5px;
      transition: ease .2; }
      .d-header .d-header__social svg path {
        fill: #FFFFFF; }
      .d-header .d-header__social svg:hover path {
        fill: #50C7E4; }
  .d-header .d-header__toggle {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 8px; }
    .d-header .d-header__toggle svg {
      fill: #FFFFFF; }

.d-header.reverse.active {
  background-color: #FFFFFF; }
.d-header.reverse .d-header__logo .logo-stroke {
  fill: #2f2e2e; }
.d-header.reverse .d-header__nav .d-nav__item a {
  color: #2f2e2e; }
.d-header.reverse .d-header__social svg:hover path {
  fill: #50C7E4; }
.d-header.reverse .d-header__social svg path {
  fill: #2f2e2e; }
.d-header.reverse .d-header__toggle svg {
  fill: #2f2e2e; }

@media screen and (max-width: 1200px) {
  .d-header .d-header__social {
    padding-top: 0; } }
@media screen and (max-width: 1000px) {
  .d-header {
    padding: 0 20px; }
    .d-header .d-header__nav, .d-header .d-header__social {
      display: none; }
    .d-header .d-header__toggle {
      display: inline-block; }
    .d-header .d-header__logo {
      padding-top: 0; }
      .d-header .d-header__logo svg {
        max-height: 40px;
        padding-top: 5px; } }
.d-home {
  background-color: rgba(34, 41, 42, 0.5);
  background-size: cover;
  color: #FFFFFF;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 100vh;
  text-align: center; }
  .d-home h1 {
    font-size: 6em; }
    .d-home h1 span {
      color: #50C7E4; }
  .d-home p {
    font-size: 1.8em;
    font-weight: 100; }
  .d-home .d-home__scroll {
    bottom: 70px;
    position: absolute;
    width: 100%; }
    .d-home .d-home__scroll .mouse {
      -webkit-animation-name: mouseMove;
      -webkit-animation-duration: 2s;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-name: mouseMove;
      -moz-animation-duration: 2s;
      -moz-animation-iteration-count: infinite;
      -o-animation-name: mouseMove;
      -o-animation-duration: 2s;
      -o-animation-iteration-count: infinite;
      animation-name: mouseMove;
      animation-duration: 2s;
      animation-iteration-count: infinite; }

video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

@-webkit-keyframes mouseMove {
  0% {
    margin-bottom: 0;
    transform: rotate(7deg); }
  5% {
    transform: rotate(-7deg); }
  10% {
    transform: rotate(7deg); }
  50% {
    margin-bottom: 20px; }
  100% {
    margin-bottom: 0; } }
@-moz-keyframes mouseMove {
  0% {
    margin-bottom: 0;
    transform: rotate(7deg); }
  5% {
    transform: rotate(-7deg); }
  10% {
    transform: rotate(7deg); }
  50% {
    margin-bottom: 20px; }
  100% {
    margin-bottom: 0; } }
@-o-keyframes mouseMove {
  0% {
    margin-bottom: 0;
    transform: rotate(7deg); }
  5% {
    transform: rotate(-7deg); }
  10% {
    transform: rotate(7deg); }
  50% {
    margin-bottom: 20px; }
  100% {
    margin-bottom: 0; } }
@keyframes mouseMove {
  0% {
    margin-bottom: 0;
    transform: rotate(7deg); }
  5% {
    transform: rotate(-7deg); }
  10% {
    transform: rotate(7deg); }
  50% {
    margin-bottom: 20px; }
  100% {
    margin-bottom: 0; } }
@media screen and (max-width: 860px) {
  video {
    display: none; }

  .d-home {
    background: url("../images/bg-home.jpg") no-repeat center center; } }
@media screen and (max-width: 750px) {
  .d-home {
    padding: 40% 0 30% 0; }
    .d-home h1 {
      font-size: 2.5em; }
    .d-home p {
      font-size: 1em; }
    .d-home .d-home__scroll {
      display: none; } }
.d-wedo-best {
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 50px 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 800px; }
  .d-wedo-best .wedo__list {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .d-wedo-best .wedo__list .wedo__item {
      padding: 20px;
      position: relative; }
      .d-wedo-best .wedo__list .wedo__item .wedo__item--thumb {
        height: 210px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin-bottom: 30px; }
      .d-wedo-best .wedo__list .wedo__item h3 {
        font-size: 1.5em;
        line-height: 0; }
      .d-wedo-best .wedo__list .wedo__item p {
        width: 70%;
        margin: 0 auto; }

@media screen and (max-width: 1024px) {
  .d-wedo-best {
    min-height: 100vh; }
    .d-wedo-best .wedo__list {
      flex-direction: column; }
      .d-wedo-best .wedo__list .wedo__item .wedo__item--thumb {
        height: 100%; } }
.d-how-wedo {
  background-color: #FFFFFF;
  box-sizing: border-box;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 50px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2; }
  .d-how-wedo .how {
    position: relative;
    width: 800px;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .d-how-wedo .how .how__icon {
      opacity: 0;
      transition: ease 5s;
      position: absolute;
      text-align: center; }
      .d-how-wedo .how .how__icon.active {
        opacity: 1; }
      .d-how-wedo .how .how__icon span {
        color: #2f2e2e;
        display: block;
        font-weight: bold; }
  .d-how-wedo h2 {
    color: #FFFFFF; }

@media screen and (min-width: 801px) {
  .how__icon:nth-child(1) {
    bottom: 0;
    left: 100px; }
  .how__icon:nth-child(2) {
    top: 200px;
    left: 0; }
  .how__icon:nth-child(3) {
    top: 0;
    left: 100px; }
  .how__icon:nth-child(4) {
    top: 0;
    right: 100px; }
  .how__icon:nth-child(5) {
    top: 200px;
    right: 0; }
  .how__icon:nth-child(6) {
    bottom: 0;
    right: 100px; } }
@media screen and (max-width: 800px) {
  .d-how-wedo .how {
    flex-direction: column;
    width: 100%; }
    .d-how-wedo .how .how__icon {
      position: relative;
      width: 100%;
      margin: 0 auto;
      padding: 50px 0; } }
.d-impact-text {
  background: url("../images/bg-designa-team.jpg") no-repeat center center;
  text-align: center;
  padding: 230px 0;
  background-size: 100%; }
  .d-impact-text p {
    color: #FFFFFF;
    font-size: 2em;
    text-transform: uppercase; }

.d-testimony {
  text-align: center;
  padding: 100px 0 200px 0; }
  .d-testimony h2 {
    color: #2f2e2e;
    padding-bottom: 100px; }
  .d-testimony .testimony__picture {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    height: 80px;
    width: 80px; }
  .d-testimony .testimony__text {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 30px; }
  .d-testimony .d-testimony__author {
    color: #2f2e2e;
    font-weight: bold;
    font-size: 1em; }
    .d-testimony .d-testimony__author span {
      font-weight: 100; }
  .d-testimony p {
    font-size: 1.2em; }

.d-our-work {
  height: 680px;
  width: 100%; }
  .d-our-work .d-our-work__item {
    box-sizing: border-box;
    text-align: center;
    width: 50%;
    min-height: 340px;
    margin: 0 auto;
    float: left;
    display: inline-block;
    position: relative; }
    .d-our-work .d-our-work__item .item__background {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      min-height: 340px; }
      .d-our-work .d-our-work__item .item__background.vanguarda-reporter {
        background-image: url("../images/cases/vanguarda-reporter.jpg"); }
      .d-our-work .d-our-work__item .item__background.bel-pesce {
        background-image: url("../images/cases/bel-pesce.jpg"); }
      .d-our-work .d-our-work__item .item__background.embras {
        background-image: url("../images/cases/embras.jpg"); }
      .d-our-work .d-our-work__item .item__background.kersys {
        background-image: url("../images/cases/kersys.jpg"); }
    .d-our-work .d-our-work__item .item__content {
      background-color: rgba(0, 0, 0, 0.5);
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-width: 100%;
      min-height: 340px;
      transition: ease .3s;
      opacity: 0;
      padding: 50px;
      position: absolute;
      top: 0;
      left: 0; }
      .d-our-work .d-our-work__item .item__content:hover {
        opacity: 1; }
      .d-our-work .d-our-work__item .item__content h3 {
        color: #FFFFFF; }
      .d-our-work .d-our-work__item .item__content a {
        background-color: #FFFFFF;
        color: #50C7E4;
        cursor: pointer;
        padding: 10px 40px;
        margin: 0 auto;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase; }
        .d-our-work .d-our-work__item .item__content a:hover {
          color: #FFFFFF;
          background-color: #50C7E4; }
    .d-our-work .d-our-work__item.active .item__details {
      display: flex; }
    .d-our-work .d-our-work__item .item__details {
      background-color: #FFFFFF;
      box-sizing: border-box;
      flex-direction: column;
      justify-content: center;
      min-width: 100%;
      min-height: 340px;
      transition: ease .3s;
      padding: 50px;
      position: absolute;
      top: 0;
      left: 0;
      min-height: 340px;
      display: none; }
      .d-our-work .d-our-work__item .item__details h3 {
        color: #50C7E4; }
      .d-our-work .d-our-work__item .item__details p {
        color: #2f2e2e;
        text-align: left; }
      .d-our-work .d-our-work__item .item__details .item__toggle {
        position: absolute;
        top: 10px;
        right: 10px; }
        .d-our-work .d-our-work__item .item__details .item__toggle:hover {
          cursor: pointer; }

@media screen and (max-width: 1024px) {
  .d-our-work .d-our-work__item {
    width: 100%; } }
@media screen and (max-width: 800px) {
  .d-our-work .d-our-work__item .item__details {
    padding: 20px; }
    .d-our-work .d-our-work__item .item__details h3 {
      font-size: 1.8em; }
    .d-our-work .d-our-work__item .item__details p {
      font-size: .8em; } }
.d-dream-team {
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 100px 20px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .d-dream-team h2 {
    color: #2f2e2e; }
  .d-dream-team .team {
    box-sizing: border-box;
    margin-top: 50px;
    margin: 0 auto;
    max-width: 1230px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .d-dream-team .team .team__item {
      padding: 20px; }
      .d-dream-team .team .team__item img {
        max-width: 100%; }
      .d-dream-team .team .team__item h3 {
        margin: 15px 0 0 0;
        font-size: 1.5em; }
      .d-dream-team .team .team__item p {
        color: #2f2e2e;
        margin: 0; }

.d-blog {
  box-sizing: border-box;
  padding: 100px 10px 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .d-blog h2 {
    padding-bottom: 100px;
    color: #2f2e2e; }
  .d-blog .blog {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%; }
    .d-blog .blog .post-info {
      margin-right: 20px;
      max-width: 30%;
      height: 350px; }
      .d-blog .blog .post-info a {
        color: #23EAE7;
        text-decoration: none;
        text-transform: uppercase; }
        .d-blog .blog .post-info a:hover {
          text-decoration: underline; }

@media screen and (max-width: 1024px) {
  .d-blog h2 {
    padding-bottom: 30px; }
  .d-blog .blog {
    flex-direction: column;
    padding: 50px 20px; }
    .d-blog .blog .post-info {
      max-width: 100%;
      height: 100%; }
    .d-blog .blog .post-thumb {
      display: none; } }
.d-footer {
  background-color: #2f2e2e;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
  min-height: 100vh;
  text-align: center; }
  .d-footer h2 {
    font-size: 4em; }
  .d-footer a {
    color: #23EAE7;
    text-decoration: none; }
