@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/*!  Modified by Sergio Peña */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/* Box sizing
========================================================================== */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Images
========================================================================== */
img {
  max-width: 100%;
  display: block;
  height: auto; }

blockquote {
  padding: 1.4rem;
  margin: 0 0 1.4rem 1.4rem;
  font-size: 1.09rem;
  border-left: 5px solid #eee; }

pre {
  background-color: #FAEBD2;
  border-left: 0.3rem solid #3A3C83;
  padding: 1.4rem;
  overflow-x: auto; }
  pre > code {
    background-color: #FAEBD2;
    border-radius: 0;
    display: block;
    padding: 0; }

figure {
  padding: 1.4rem 0;
  border-top: 1px dotted darkblue;
  border-bottom: 1px dotted darkblue; }

figure img {
  margin: 0 auto; }

figcaption {
  padding-top: 1.4rem;
  font-style: italic;
  text-align: center; }

hr {
  border: 0;
  border-top: .1rem solid black;
  margin: 1.4rem 0; }

html {
  font-size: 1rem; }
  @media screen and (min-width: 20rem) {
    html {
      property: calc(1rem + 0.2 * ((100vw - 20rem) / 30)); } }
  @media screen and (min-width: 50rem) {
    html {
      font-size: 1.2rem; } }

body {
  text-rendering: optimizeLegibility;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #242424; }

p, ul, ol, dl, figure,
blockquote, table, hr, details, fieldset, label, legend, form {
  line-height: 1.4rem;
  margin-bottom: 1.4rem; }

h1,
.h1,
h2,
.h1,
h3,
.h1,
h4,
.h1,
h5,
.h1,
h6,
.h6 {
  font-family: "BioRhyme", serif;
  font-weight: 800;
  color: #242424;
  margin-bottom: 1.4rem; }

h1,
.h1 {
  font-size: 2.98598rem;
  line-height: 2.98598rem;
  margin-top: 1.21402rem; }

h2,
.h2 {
  font-size: 2.0736rem;
  line-height: 2.0736rem;
  margin-top: 2.1264rem; }

h3,
.h3,
.search__item__title,
.testimonials__title,
.nosotros-people__title,
.overlap__item__title {
  font-size: 1.728rem;
  line-height: 1.728rem;
  margin-top: 2.472rem; }

h4,
.h4,
.person__name {
  font-size: 1.44rem;
  line-height: 1.44rem;
  margin-top: 2.76rem; }

h5,
.h5 {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-top: 3rem; }

h6,
.h6 {
  font-size: 1rem;
  line-height: 1rem;
  margin-top: 3.2rem; }

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?1o30l3");
  src: url("../../fonts/icomoon.eot?1o30l3#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?1o30l3") format("truetype"), url("../../fonts/icomoon.woff?1o30l3") format("woff"), url("../../fonts/icomoon.svg?1o30l3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-comilla-light:before {
  content: "\e905"; }

.icon-comilla-black:before {
  content: "\e906"; }

.icon-arrow-down:before {
  content: "\e907"; }

.icon-search:before {
  content: "\e900"; }

.icon-arrow-right:before {
  content: "\e901"; }

.icon-arrow-left:before {
  content: "\e902"; }

.icon-menu:before {
  content: "\e903"; }

.icon-close:before {
  content: "\e904"; }

a {
  color: #242424;
  text-decoration: underline; }
  a:hover {
    color: #FF0000; }

dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 1.4rem; }
  dl dl,
  dl ol,
  dl ul,
  ol dl,
  ol ol,
  ol ul,
  ul dl,
  ul ol,
  ul ul {
    font-size: 90%;
    margin: 1.4rem 0 1.4rem 1rem; }

ol {
  list-style: decimal outside; }

ul {
  list-style: circle outside; }

b,
strong {
  font-weight: 500;
  color: #242424; }

abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
  text-decoration: none; }

code {
  background-color: #fefaed;
  border-radius: 2px;
  font-size: 86%;
  padding: 0 2px; }

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='datalist'],
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #9B9B9B;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.2rem 0.5rem;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  height: 3.5em; }
  input[type='email']:focus,
  input[type='number']:focus,
  input[type='password']:focus,
  input[type='search']:focus,
  input[type='tel']:focus,
  input[type='text']:focus,
  input[type='url']:focus,
  input[type='datalist']:focus,
  textarea:focus,
  select:focus {
    border-color: #F32ED4;
    outline: none; }

button[type='submit'],
input[type='submit'] {
  height: 3.5em;
  font-family: "Montserrat", sans-serif; }

input[type="datalist"]::-webkit-calendar-picker-indicator {
  display: none; }

input[type="datalist"],
select {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2214%22%20viewBox%3D%220%200%2029%2014%22%20width%3D%2229%22%3E%3Cpath%20fill%3D%22%23d1d1d1%22%20d%3D%22M9.37727%203.625l5.08154%206.93523L19.54036%203.625%22%2F%3E%3C%2Fsvg%3E") center right no-repeat;
  padding-right: 3rem; }
  input[type="datalist"]:focus,
  select:focus {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2214%22%20viewBox%3D%220%200%2029%2014%22%20width%3D%2229%22%3E%3Cpath%20fill%3D%22%239b4dca%22%20d%3D%22M9.37727%203.625l5.08154%206.93523L19.54036%203.625%22%2F%3E%3C%2Fsvg%3E"); }

textarea {
  min-height: 6.5rem;
  line-height: 1.5rem; }

label,
legend {
  display: block;
  font-size: 1rem;
  font-weight: 300; }

fieldset {
  border: 0;
  padding: 0; }

input[type='checkbox'],
input[type='radio'] {
  display: none; }
  input[type='checkbox'] + label:before,
  input[type='radio'] + label:before {
    content: ''; }

input[type='radio'] + label:before {
  content: '';
  display: inline-block;
  margin-right: 0.5rem;
  width: 0.7rem;
  height: 0.7rem;
  border: 0.18em solid #EE4938;
  border-radius: 50%; }

input[type='radio']:checked + label:before {
  background-color: #3A3C83; }

input[type='radio']:disabled + label {
  color: grey; }
  input[type='radio']:disabled + label:before {
    border: 0.18em solid grey; }

input[type='checkbox'] + label:before {
  content: '';
  display: inline-block;
  margin-right: 0.5rem;
  width: 0.7rem;
  height: 0.7rem;
  border: 0.125em solid #EE4938; }

input[type='checkbox']:checked + label {
  position: relative; }

input[type='checkbox']:checked + label:before {
  background-color: #3A3C83; }

input[type='checkbox']:checked + label:after {
  content: '';
  width: 0.7rem;
  height: 0.4rem;
  position: absolute;
  top: 0;
  left: 0.1rem;
  border: 0.16rem solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

input[type='checkbox']:disabled + label {
  color: grey; }
  input[type='checkbox']:disabled + label:before {
    border: 2px solid grey; }

input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
  input[type="file"] + label {
    font-weight: 700;
    line-height: 2.2rem;
    color: white;
    background-color: black;
    display: inline-block;
    padding: 0 0.5rem;
    cursor: pointer; }
    input[type="file"] + label svg {
      fill: white;
      margin-right: 1rem; }
  input[type="file"]:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px; }

input[type=number] {
  -moz-appearance: textfield; }

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input; }

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -14px;
  -webkit-box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
          box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; }

input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer; }

input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
          box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101; }

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; }

input[type=range]:focus::-ms-fill-lower {
  background: #3071a9; }

input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; }

input[type=range]:focus::-ms-fill-upper {
  background: #367ebd; }

table {
  width: 100%; }

th {
  font-weight: 500; }

td,
th {
  border-bottom: 1px solid #EE4938;
  padding: 0.7rem;
  text-align: left; }
  td:first-child,
  th:first-child {
    padding-left: 0; }
  td:last-child,
  th:last-child {
    padding-right: 0; }

.site-header {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 4rem;
  width: 100%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  will-change: auto; }

.site-header.fixed {
  position: fixed;
  background-color: white;
  z-index: 10;
  -webkit-box-shadow: 0 -1px 8px 0 #4A4A4A;
          box-shadow: 0 -1px 8px 0 #4A4A4A;
  color: #242424;
  -webkit-animation: 0.3s ease slideheader;
          animation: 0.3s ease slideheader;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease; }
  .site-header.fixed .logo-drminsky {
    fill: inherit; }
  .site-header.fixed .site-header__icons a,
  .site-header.fixed .site-header__icons a:hover {
    color: inherit; }

@-webkit-keyframes slideheader {
  from {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(none);
            transform: translateY(none);
    opacity: 1; } }

@keyframes slideheader {
  from {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(none);
            transform: translateY(none);
    opacity: 1; } }

.site-header__wrapper {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.logo-drminsky {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  fill: white; }

.logo-container {
  position: relative;
  width: 240px;
  height: 0;
  padding: 0;
  padding-bottom: 65.69106px; }

.menu-btn,
.search-btn {
  font-size: 2rem;
  text-decoration: none; }
  .menu-btn:hover,
  .search-btn:hover {
    color: #242424; }

.search-btn {
  margin: 0 1rem; }

.site-header__icons {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .site-header__icons a,
  .site-header__icons a:hover {
    color: white; }

@media screen and (min-width: 60rem) {
  .site-header--no-box-shadow.site-header--no-box-shadow {
    -webkit-box-shadow: none;
            box-shadow: none; } }

.site-navigation {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #4A4A4A;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.site-navigation.open {
  overflow-y: auto;
  opacity: 1;
  z-index: 12;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.site-navigation__list {
  list-style: none;
  margin: 0 auto 0 auto;
  padding: 4rem 0 0 0;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.site-navigation__item {
  text-align: right;
  font-size: 1rem;
  line-height: 1;
  width: auto;
  margin-left: 0.7rem;
  margin-bottom: 0.5rem; }
  .site-navigation__item a {
    color: #9B9B9B;
    text-decoration: none;
    display: inline-block;
    overflow: hidden; }

.site-navigation__item:nth-child(n+1):nth-child(-n+3) {
  width: 100%;
  margin-bottom: 0.5rem;
  margin-left: 0;
  font-size: 2.5rem;
  font-family: "BioRhyme", serif;
  font-weight: 300;
  line-height: 1; }
  .site-navigation__item:nth-child(n+1):nth-child(-n+3) a {
    color: #E2E2E2; }

.site-navigation__item.site-navigation__item:nth-child(3) {
  margin-bottom: 4.5rem; }

.site-navigation__item a {
  position: relative; }
  .site-navigation__item a:before {
    content: '';
    position: absolute;
    top: 10%;
    height: 50%;
    width: 100%;
    border-bottom: 3px solid red;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    will-change: transform; }

.site-navigation__item.selected a:before {
  -webkit-transform: none;
          transform: none; }

.site-navigation__item:hover a:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

@media screen and (min-width: 48rem) {
  .site-navigation__list {
    margin-top: 8rem; }
  .site-navigation__item:nth-child(n+1):nth-child(-n+3) {
    font-size: 5rem;
    line-height: 1.2; } }

@media screen and (max-height: 768px) and (orientation: landscape) {
  .site-navigation__list {
    margin-top: 3rem; } }

.menu-close-btn {
  position: absolute;
  top: 0.8rem;
  right: 10%;
  font-size: 2rem;
  color: #E2E2E2; }
  .menu-close-btn:active, .menu-close-btn:hover, .menu-close-btn {
    color: #E2E2E2;
    text-decoration: none; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

.site-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .site-main:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 4rem;
    width: 100%;
    background-color: #4A4A4A; }

.search-modal {
  background-color: #4A4A4A;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.search-modal.open {
  height: 100vh;
  opacity: 1;
  z-index: 11;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.search-modal .search-wrapper {
  width: 80%;
  max-width: 56rem; }

.search-modal input {
  border: none;
  border-radius: 0;
  height: 3.5rem; }
  .search-modal input, .search-modal input:focus {
    border-bottom: solid 2px #E2E2E2; }
  .search-modal input, .search-modal input::-webkit-input-placeholder, .search-modal input:focus {
    color: #E2E2E2;
    font-size: 2rem; }
  .search-modal input, .search-modal input::-moz-placeholder, .search-modal input:focus {
    color: #E2E2E2;
    font-size: 2rem; }
  .search-modal input, .search-modal input::-ms-input-placeholder, .search-modal input:focus {
    color: #E2E2E2;
    font-size: 2rem; }
  .search-modal input, .search-modal input::placeholder, .search-modal input:focus {
    color: #E2E2E2;
    font-size: 2rem; }

.search-close-btn {
  position: absolute;
  top: 0.8rem;
  right: 10%;
  font-size: 2rem;
  color: #E2E2E2; }
  .search-close-btn:active, .search-close-btn:hover, .search-close-btn {
    color: #E2E2E2;
    text-decoration: none; }

.search__row {
  width: 80%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto; }
  .search__row:nth-child(2) {
    margin-top: 2rem; }
  .search__row:last-child {
    margin-bottom: 2rem; }

.search__item__title a,
.search__item__title a:hover {
  text-decoration: none;
  color: red;
  font-weight: 300; }

.hero {
  background-color: #9B9B9B;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.hero__content {
  width: 80%;
  max-width: 45rem;
  text-align: center;
  z-index: 1; }
  .hero__content p {
    color: white;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    margin-top: 0; }

.hero__cta {
  display: inline-block;
  border: 2px solid white;
  text-align: center;
  font-size: 1.2rem;
  padding: 1em; }
  .hero__cta, .hero__cta:hover, .hero__cta:visited {
    color: white;
    text-decoration: none; }

@media screen and (min-width: 45rem) {
  .hero__content p {
    font-size: 2rem; }
  .hero__cta {
    padding: 1em 2em; } }

.hero-intro {
  min-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.hero-intro__span,
.hero-intro__title,
.hero-intro__content,
.hero-intro__down {
  width: 80%;
  max-width: 50rem;
  text-align: center;
  color: white;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.hero-intro__img {
  margin: 0 auto;
  border: none;
  width: 50%;
  max-width: 25rem; }

.hero-intro__span {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.15; }

.hero-intro__title {
  font-size: 1.875rem;
  line-height: 1.2; }

.hero-intro__down {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 3rem; }
  .hero-intro__down, .hero-intro__down:hover {
    color: white;
    text-decoration: none; }

@media screen and (min-width: 50rem) {
  .hero-intro__title {
    font-size: 2.5rem; } }

.home-loader__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 10000; }

.home-loader,
.home-loader:before,
.home-loader:after {
  background: #f32ed4;
  -webkit-animation: homeload 1s infinite ease-in-out;
  animation: homeload 1s infinite ease-in-out;
  width: 1em;
  height: 4em; }

.home-loader {
  color: #f32ed4;
  text-indent: -9999em;
  margin: auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.home-loader:before,
.home-loader:after {
  position: absolute;
  top: 0;
  content: ''; }

.home-loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.home-loader:after {
  left: 1.5em; }

@-webkit-keyframes homeload {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em; }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em; } }

@keyframes homeload {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em; }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em; } }

body.loaded .home-loader__wrapper {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  visibility: hidden; }

.form-field {
  overflow: hidden; }

.legal-note p, [data-grav-field="checkbox"] label.inline {
  font-size: 0.7rem;
  line-height: 1; }

.legal-note p {
  margin-bottom: 0.2em; }

[data-grav-field="checkbox"] label.inline {
  margin: 0;
  display: inline-block !important; }

.home-contact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  padding: 4rem 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .home-contact .form-result {
    width: 80%;
    max-width: 900px;
    margin: 0 auto; }

.home-contact.open {
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
  z-index: 20;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.home-contact-close-btn {
  position: absolute;
  top: 0.8rem;
  right: 10%;
  font-size: 2rem; }
  .home-contact-close-btn, .home-contact-close-btn:hover {
    color: #242424;
    text-decoration: none; }

.home-contact-form {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr; }
  .home-contact-form label {
    margin-bottom: 0.5rem; }
  .home-contact-form label.error {
    color: red;
    font-size: 0.75rem; }
  .home-contact-form .button {
    width: 100%;
    color: white;
    background-color: #F32ED4;
    border: none;
    padding: 1rem 0;
    font-size: 1.1rem; }
  .home-contact-form .button:disabled {
    opacity: 0.5; }

@media screen and (min-width: 64rem) {
  .home-contact-form {
    margin-top: 2rem;
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 0.75rem; }
    .home-contact-form .form-field {
      grid-column: span 6 / span 6; }
    .home-contact-form .form-field.w-1\/2 {
      grid-column: span 3 / span 3; }
    .home-contact-form .form-field.w-1\/3 {
      grid-column: span 2 / span 2; }
    .home-contact-form .form-columns {
      grid-column: span 6 / span 6;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 4rem; }
    .home-contact-form [data-grav-field="textarea"] {
      height: calc(100% - 1.9rem); }
    .home-contact-form .buttons {
      -ms-flex-item-align: center;
          align-self: center;
      grid-column: span 2 / span 2;
      grid-column-start: 3; } }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(74, 74, 74, 0.2);
  border-right: 1.1em solid rgba(74, 74, 74, 0.2);
  border-bottom: 1.1em solid rgba(74, 74, 74, 0.2);
  border-left: 1.1em solid #4a4a4a;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner {
  margin: 1rem auto 2rem;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #F32ED4;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.testimonial {
  padding: 4rem 0; }

.testimonial__content {
  width: 80%;
  max-width: 55rem;
  margin: 0 auto; }

.testimonial__quote {
  text-align: center;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.5rem;
  line-height: 1.4; }

.testimonial__author {
  text-align: center;
  font-size: 0.8rem; }

.service {
  background-color: #4A4A4A;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 0; }

.service__content {
  width: 80%;
  max-width: 55rem;
  margin: 0 auto;
  color: white; }

.service__header {
  text-align: center;
  margin-bottom: 4rem;
  height: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .service__header:before, .service__header:after {
    content: '';
    height: 1px;
    background-color: white;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .service__header h3 {
    color: white;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 0 2rem; }

.service__title {
  text-align: center;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 500; }
  .service__title a,
  .service__title a:hover {
    color: white;
    text-decoration: none; }

.service__text {
  text-align: center; }

.services__list {
  display: grid; }

.services__list__item {
  padding: 2rem; }

.service__list__item__fig {
  padding: 0;
  border: none; }

@media screen and (min-width: 65.3125rem) {
  .services__list {
    grid-template-columns: 1fr 1fr; } }

.three-columns {
  display: grid; }

.three-columns__item {
  background-color: #4A4A4A;
  padding: 2rem 10%; }

.three-columns__item:nth-child(2n+1) {
  background-color: #9B9B9B; }

.three-columns__item__title {
  margin-top: 0;
  color: #E2E2E2;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 300; }
  .three-columns__item__title a,
  .three-columns__item__title a:hover {
    color: #E2E2E2;
    text-decoration: none; }

.three-columns__item__text p {
  font-size: 0.8rem; }

@media screen and (min-width: 56.25rem) {
  .three-columns {
    grid-template-columns: repeat(3, 1fr); } }

.squares {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: auto;
  position: relative; }

.squares--distributed {
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr)); }

.squares__item:nth-child(2n) {
  background-color: #9B9B9B; }

.squares__item:nth-child(2n+1) {
  background-color: #E2E2E2; }

.squares__item {
  border: none;
  position: relative;
  overflow: hidden;
  height: auto;
  margin: 0;
  padding: 0; }
  .squares__item img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    max-width: none;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.squares__item::before {
  content: '';
  position: relative;
  opacity: 0;
  display: block;
  background-color: rgba(74, 74, 74, 0.7);
  padding-bottom: 100%;
  z-index: 1; }

.squares__item--hidden {
  display: none; }

.squares__item__caption {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  z-index: 2;
  display: block;
  padding: 0;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .squares__item__caption a {
    font-family: "BioRhyme", serif;
    font-weight: 300;
    font-style: normal;
    border: 1px solid white;
    text-decoration: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    padding: 40% 1rem;
    opacity: 1; }
    .squares__item__caption a, .squares__item__caption a:hover {
      color: white; }

.squares__more {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  display: inline-block;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  background-color: #4A4A4A;
  line-height: 5rem;
  font-size: 4rem;
  z-index: 3; }
  .squares__more, .squares__more:hover {
    color: white;
    text-decoration: none;
    text-align: center; }

.touch-device .squares__item::before {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.touch-device .squares__item__caption {
  opacity: 1;
  visibility: visible; }

.squares__item:hover:before {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.squares__item:hover .squares__item__caption {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

@media screen and (min-width: 1400px) {
  .squares {
    grid-template-columns: repeat(4, 1fr); } }

.site-footer {
  background-color: #4A4A4A;
  padding: 2rem 10%;
  display: grid;
  grid-gap: 2rem;
  grid-template-areas: 'newsletter' 'contact' 'social' 'legal'; }

.newsletter__form {
  grid-area: newsletter; }
  .newsletter__form label {
    display: none; }
  .newsletter__form input[type=email] {
    margin-bottom: 1rem;
    color: white;
    font-size: 1rem; }
    .newsletter__form input[type=email]:focus {
      border-color: white; }
  .newsletter__form input[type=submit] {
    width: 100%;
    background-color: #F32ED4;
    color: white;
    border: none; }

.newsletter__form__link {
  display: block;
  background-color: #F32ED4;
  border: none;
  text-align: center;
  text-decoration: none;
  padding: 1rem; }
  .newsletter__form__link, .newsletter__form__link:hover {
    color: white;
    font-weight: 500; }

.site-footer__contact {
  grid-area: contact; }

.site-footer__social {
  grid-area: social; }
  .site-footer__social a {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border: 1px solid white; }
    .site-footer__social a, .site-footer__social a:hover {
      color: white;
      text-decoration: none; }
  .site-footer__social ul {
    list-style: none;
    padding: 0;
    margin: 0; }

.site-footer__social__item {
  display: inline-block; }
  .site-footer__social__item:not(:last-child) {
    margin-right: 1rem; }

.site-footer__legal {
  grid-area: legal; }
  .site-footer__legal ul {
    padding: 0;
    margin: 0;
    list-style: none; }

.site-footer__legal__item:not(:last-child) {
  margin-bottom: 0.5rem; }

.site-footer__legal__item a, .site-footer__legal__item a:hover {
  color: #9B9B9B;
  text-decoration: none; }

.site-footer__contact__title {
  color: white;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2em;
  position: relative;
  z-index: 1; }
  .site-footer__contact__title:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: -0.6em;
    -webkit-transform: rotate(-69deg);
            transform: rotate(-69deg);
    width: 3em;
    height: 2em;
    background-color: #F32ED4; }

.site-footer__address a, .site-footer__address a:hover {
  color: white;
  text-decoration: none; }

.site-footer__address p:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 75rem) {
  .site-footer {
    grid-template-areas: 'contact newsletter' 'social .' 'legal legal'; }
  .newsletter__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 5.3rem; }
    .newsletter__form input[type=email] {
      max-width: 18rem; }
    .newsletter__form input[type=submit] {
      width: 12rem;
      margin-left: 0.5rem; }
  .site-footer__legal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .site-footer__legal__item:not(:last-child) {
    margin-right: 2rem; } }

.scroll-to-top {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 5rem;
  background-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px #4A4A4A;
          box-shadow: 0 0 5px #4A4A4A;
  overflow: hidden;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  .scroll-to-top svg {
    fill: #4A4A4A;
    width: 80%;
    height: 100%;
    position: absolute;
    top: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .scroll-to-top.is-active {
    opacity: 0.8; }

.post__header {
  width: 100%;
  height: 100vh;
  position: relative; }
  .post__header::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(36, 36, 36, 0.5); }

.post__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.post__header__text {
  position: absolute;
  width: 80%;
  max-width: 50rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2rem;
  z-index: 1; }

.post__date,
.post__title,
.post__author {
  color: white; }

.post__date,
.post__author {
  display: inline-block; }

.post__title {
  font-size: 2rem;
  line-height: 1.3; }

.post__date {
  border-top: 1px solid white;
  padding-top: 1rem; }

.post__author {
  border-bottom: 1px solid white;
  padding-bottom: 1rem; }

@media only screen and (min-device-width: 20rem) and (max-device-width: 30rem) and (orientation: landscape) {
  .post__title {
    font-size: 1.5rem; } }

@media screen and (min-width: 60rem) {
  .post__header__text.fixed {
    position: fixed;
    width: 100vw;
    max-width: none;
    text-align: center;
    top: 4rem;
    left: 0;
    -webkit-transform: none;
            transform: none;
    bottom: auto;
    height: 2.4rem;
    -webkit-box-shadow: 0 -1px 8px 0 #4A4A4A;
            box-shadow: 0 -1px 8px 0 #4A4A4A;
    overflow: hidden;
    background-color: #e8e8e8;
    -webkit-animation: 0.5s ease-in slidetitle;
            animation: 0.5s ease-in slidetitle; }
    .post__header__text.fixed .post__title {
      font-size: 1rem;
      font-weight: 300;
      line-height: 2.4rem;
      color: #242424;
      width: 80%;
      max-width: 50rem;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .post__header__text.fixed .post__date,
    .post__header__text.fixed .post__author {
      display: none; }
  @-webkit-keyframes slidetitle {
    from {
      -webkit-transform: translateY(-80px);
              transform: translateY(-80px);
      opacity: 0; }
    to {
      -webkit-transform: translateY(none);
              transform: translateY(none);
      opacity: 1; } }
  @keyframes slidetitle {
    from {
      -webkit-transform: translateY(-80px);
              transform: translateY(-80px);
      opacity: 0; }
    to {
      -webkit-transform: translateY(none);
              transform: translateY(none);
      opacity: 1; } }
  .post__title {
    font-size: 3.5rem;
    line-height: 1.2; } }

.post__content {
  width: 80%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 1rem; }
  .post__content img {
    width: 100%; }

.pager {
  width: 80%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.pager__item {
  padding: 0 1rem; }
  .pager__item, .pager__item:hover {
    text-decoration: none; }
  .pager__item i {
    font-size: 2rem; }
  .pager__item span {
    display: none; }

@media screen and (min-width: 81.25rem) {
  .pager {
    width: 100%;
    display: block; }
  .pager__item--next {
    top: calc(100vh + 5rem);
    left: 10%;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .pager__item--prev {
    top: calc(100vh + 2rem);
    right: 10%;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: translateX(100%) rotate(90deg);
            transform: translateX(100%) rotate(90deg); }
  .pager__item {
    position: absolute;
    padding: 0;
    display: block; }
    .pager__item i {
      display: none; }
    .pager__item span {
      display: block;
      font-family: "BioRhyme", serif;
      font-weight: 300;
      font-size: 0.80rem;
      line-height: 3rem;
      padding-left: 2rem;
      border-left: 1px solid #242424; } }

.tag__list {
  width: 80%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template: 1fr;
  grid-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.tag__item {
  background-color: #cecece;
  text-align: center;
  font-size: 0.85rem; }
  .tag__item a,
  .tag__item a:hover {
    color: #242424;
    text-decoration: none;
    display: block;
    padding: 0.5rem; }
  .tag__item:nth-child(2n + 1) {
    background-color: #e8e8e8; }

@media screen and (min-width: 50rem) {
  .tag__list {
    grid-template-columns: repeat(auto-fit, minmax(calc(25% - 0.5rem), 1fr)); } }

.related {
  padding: 0;
  display: grid;
  grid-template: 1fr; }

.related__title {
  width: 80%;
  max-width: 50rem;
  margin-top: 4.875rem;
  margin-left: auto;
  margin-right: auto;
  color: #9B9B9B;
  font-size: 1.125rem; }

.related__item {
  border: none;
  margin: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 15.625rem; }
  .related__item img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }

.related__item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  background-color: rgba(74, 74, 74, 0.7);
  height: 100%;
  width: 100%; }

.related__item__caption {
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  padding: 0 1rem;
  z-index: 2;
  display: block;
  border: 1px solid white;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .related__item__caption a {
    font-family: "BioRhyme", serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    opacity: 1; }
    .related__item__caption a, .related__item__caption a:hover {
      color: white; }

.related__item:hover .related__item__caption {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.related__item:hover:after {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.touch-device .related__item::after {
  opacity: 1; }

.touch-device .related__item__caption {
  opacity: 1;
  visibility: visible; }

@media screen and (min-width: 64rem) {
  .related {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr)); } }

.social-share {
  width: 80%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto; }

.social-share__title {
  color: #9B9B9B; }

.social-share__list {
  list-style: none;
  padding: 0; }

.social-share__item {
  margin-bottom: 1rem;
  display: inline-block; }
  .social-share__item a {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    display: inline-block;
    border: 1px solid #242424; }
    .social-share__item a, .social-share__item a:hover {
      text-decoration: none; }
  .social-share__item:not(:last-child) {
    margin-right: 1rem; }

.testimonials {
  background-color: #E2E2E2;
  padding: 1rem 10%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem; }

.testimonials__title {
  font-weight: 300; }

.testimonials__quote {
  margin-left: 0;
  position: relative;
  border: 1px solid #9B9B9B;
  border-radius: 0.1875rem; }
  .testimonials__quote::after {
    content: "\e905";
    font-family: 'icomoon';
    position: absolute;
    bottom: 0.8rem;
    right: 1rem;
    display: block;
    font-size: 3rem;
    color: #9B9B9B; }

.testimonials__author,
.testimonials__link {
  margin-left: 2rem; }

@media screen and (min-width: 50rem) {
  .testimonials__title {
    grid-column: span 2; }
  .testimonials {
    grid-template-columns: 1fr 1fr; } }

.nosotros-people {
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 10%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem; }

.nosotros-people__title {
  font-weight: 300; }

.person__name {
  font-weight: 300; }

.person__fig {
  border: none;
  margin: 0;
  padding: 0; }
  .person__fig img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

@media screen and (min-width: 50rem) {
  .nosotros-people {
    grid-template-columns: 1fr 1fr; }
  .nosotros-people__title {
    grid-column: span 2; }
  .person__fig {
    height: 21.875rem; } }

.blog__header {
  padding: 8rem 10% 2rem; }

.blog__header__title {
  font-size: 2.5rem;
  font-weight: 300;
  color: red;
  margin: 0; }

.blog__header__subtitle {
  font-weight: 300;
  color: red; }
  .blog__header__subtitle,
  .blog__header__subtitle strong {
    font-size: 2rem; }
  .blog__header__subtitle strong {
    font-weight: 800;
    color: #4A4A4A; }

.blog__content__container {
  width: 80%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto; }

.blog__content__cat {
  color: red;
  font-weight: 300; }

.blog__article {
  margin-top: 2rem;
  margin-bottom: 4rem; }
  .blog__article.fade-in {
    -webkit-animation: fadein 1s ease;
            animation: fadein 1s ease; }

.blog__article__fig {
  padding: 0;
  margin: 0;
  border: none; }

.blog__article__title {
  font-size: 1.5625rem;
  font-weight: 300; }
  .blog__article__title a {
    color: #4A4A4A;
    text-decoration: none; }
    .blog__article__title a:hover {
      text-decoration: underline; }

.blog___article__meta {
  color: #4A4A4A; }

.blog__article__summary p {
  display: inline-block; }

.blog__article__summary__more {
  display: inline-block; }
  .blog__article__summary__more, .blog__article__summary__more:hover {
    color: #F32ED4;
    text-decoration: none; }

@media screen and (min-width: 62.5rem) {
  .blog__content__container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 2rem; } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.pagination {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination li {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    margin: 0 0.375rem;
    border-radius: 3px;
    font-family: "BioRhyme", serif;
    font-weight: 300; }
    .pagination li a {
      border-radius: 3px;
      display: block;
      height: 100%; }
    .pagination li a:hover {
      background-color: #E2E2E2; }
    .pagination li a,
    .pagination li a:hover {
      color: red;
      text-decoration: none; }

.pagination--current {
  background-color: #4A4A4A;
  color: white; }

.widget__title {
  font-size: 1.5625rem;
  font-weight: 300;
  color: #9B9B9B; }

.widget__list {
  list-style: none;
  padding: 0; }

.widget__list__item {
  padding-left: 1em;
  position: relative;
  margin-bottom: 1rem; }
  .widget__list__item:before {
    content: "\e901";
    position: absolute;
    font-family: 'icomoon';
    color: #9B9B9B;
    display: inline-block;
    left: 0;
    width: 1em; }
  .widget__list__item a {
    color: red;
    text-decoration: none; }
    .widget__list__item a:hover {
      text-decoration: underline; }

.categories__section {
  background-color: #E2E2E2;
  padding: 4rem 2rem; }

.categories__section__list {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center; }

.categories__section__list__item {
  margin: 0 1rem;
  margin-bottom: 1rem;
  display: inline-block; }
  .categories__section__list__item a,
  .categories__section__list__item a:hover {
    color: #242424;
    text-decoration: none;
    padding: 0.25em;
    display: block; }

.error404 {
  min-height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.error404__content {
  text-align: center;
  margin-top: 20vh;
  width: 80%;
  max-width: 50rem;
  background-color: rgba(36, 36, 36, 0.8);
  padding: 1rem; }
  .error404__content,
  .error404__content h1,
  .error404__content h2,
  .error404__content input[type="text"] {
    color: white; }
  .error404__content input[type="text"]:focus {
    border-color: white; }

.contact {
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.contact__map {
  min-height: 12.5rem; }

.contact__form {
  margin-top: 2rem;
  display: grid;
  grid-gap: 1rem; }
  .contact__form label {
    margin-bottom: 0.5rem; }
  .contact__form label.error {
    color: red;
    text-align: right; }
  .contact__form .button {
    width: 100%;
    color: white;
    background-color: #F32ED4;
    border: none;
    padding: 1rem 0;
    font-size: 1.1rem; }
  .contact__form .button:disabled {
    opacity: 0.5; }

.contact__form__result {
  overflow: hidden; }

@media screen and (min-width: 64rem) {
  .contact__form {
    grid-template-columns: 1fr 1fr;
    grid-column: span 2; }
  .contact__form__result {
    grid-column: span 2;
    margin-bottom: 2rem; }
  .contact {
    margin-top: 0;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 0.5rem; }
    .contact .form-field:nth-child(1) {
      grid-column: 1; }
    .contact .form-field:nth-child(2) {
      grid-column: 1; }
    .contact .form-field:nth-child(3) {
      grid-column: 1; }
    .contact .form-field:nth-child(4) {
      grid-column: 2;
      grid-row: 1; }
    .contact .form-field:nth-child(5) {
      grid-column: 2;
      grid-row: 2 / span 2; }
    .contact [data-grav-field="textarea"] {
      height: calc(100% - 1.9rem); }
      .contact [data-grav-field="textarea"] textarea,
      .contact [data-grav-field="textarea"] .form-textarea-wrapper {
        height: 100%; }
    .contact .form-field:nth-child(6) {
      grid-column: 1; }
    .contact .form-field:nth-child(7) {
      grid-column: 1; }
    .contact .form-field:nth-child(8) {
      grid-column: 1; }
    .contact .form-field:nth-child(9) {
      grid-column: 2;
      grid-row: 4;
      -ms-flex-item-align: center;
          align-self: center; }
    .contact .buttons {
      -ms-flex-item-align: center;
          align-self: center;
      grid-column: 2;
      grid-row: 5 / span 2; } }

.single-button__section {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.single-button {
  margin: 0 auto;
  padding: 1rem 2rem;
  background-color: #F32ED4;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  color: white;
  cursor: pointer; }

.full-width-img {
  width: 100%;
  border: none;
  height: 25rem;
  margin: 0;
  padding: 0; }
  .full-width-img img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%; }

@media screen and (min-width: 60rem) {
  .full-width-img {
    height: 31.25rem; } }

.clients {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-gap: 2rem;
  padding: 4rem 0; }
  .clients.flex {
    max-width: 46.875rem; }

.clients__title,
.clients__title,
.clients__item__desc {
  text-align: center;
  font-size: 0.9rem; }

.clients__title {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0; }

.clients__item {
  margin-bottom: 2rem; }
  .clients__item a {
    text-decoration: none; }
    .clients__item a:hover .clients__item__title {
      color: red; }
    .clients__item a:hover img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      will-change: transform;
      -webkit-transition: -webkit-transform 0.5s ease;
      transition: -webkit-transform 0.5s ease;
      transition: transform 0.5s ease;
      transition: transform 0.5s ease, -webkit-transform 0.5s ease; }

.clients__item__img {
  margin: 0;
  padding: 0;
  border: none; }
  .clients__item__img img {
    width: 9.375rem;
    height: 9.375rem; }

.clients__item__title {
  text-align: center;
  font-weight: 500;
  margin: 0; }
  .clients__item__title a,
  .clients__item__title a:hover {
    color: #242424;
    text-decoration: none; }

.clients__item__more {
  width: 3rem;
  height: 3rem;
  display: block;
  margin: auto;
  line-height: 3rem;
  text-align: center;
  font-size: 2rem;
  border: 1px solid #242424;
  text-align: center;
  text-decoration: none; }

@media screen and (min-width: 62.5rem) {
  .clients {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem 2rem; }
    .clients.flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      padding-bottom: 2rem; }
      .clients.flex .clients__title {
        width: 100%; }
      .clients.flex .clients__item {
        display: initial;
        width: 45%;
        margin-bottom: 4rem; }
  .clients__title {
    grid-column: span 3; }
  .clients__item {
    display: grid;
    grid-template-rows: auto 3.125rem 1fr 3.75rem;
    grid-row-gap: 1rem; }
  .clients__item__desc p {
    margin-top: 0; } }

@media screen and (min-width: 75rem) {
  .clients.flex .clients__item {
    width: 50%; } }

@media screen and (min-width: 93.75rem) {
  .clients__item {
    grid-template-rows: auto auto 1fr 3.75rem; } }

.acordion {
  width: 80%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.acordion__item {
  border-bottom: 1px solid #9B9B9B; }
  .acordion__item:last-child {
    border: none; }

.acordion__item__title {
  line-height: 2rem;
  font-size: 1.25rem; }
  .acordion__item__title a {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .acordion__item__title a.active,
  .acordion__item__title a:hover {
    color: red; }
  .acordion__item__title a,
  .acordion__item__title a:hover {
    text-decoration: none; }
  .acordion__item__title a:hover .acordion__item__title__icon {
    color: red;
    border: 1px solid red; }

.acordion__item__title.is-active .acordion__item__title__icon {
  border: 1px solid red;
  color: red; }

.acordion__item__title.is-active a {
  color: red; }

.acordion__item__title__icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 1px solid #242424;
  color: #242424;
  text-align: center;
  line-height: 2rem;
  margin-right: 1rem; }

.acordion__item__content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.acordion__item__content.is-active {
  opacity: 1;
  max-height: 2000px; }

.overlap {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
  margin-bottom: 8rem; }

.overlap__item {
  padding: 2rem;
  width: 80%;
  position: relative; }

.overlap__item:not(:first-child) {
  margin-top: 8rem; }

.overlap__item:nth-child(2n) {
  background-color: #E3E8CF;
  margin-left: auto; }

.overlap__item:nth-child(2n + 1) {
  background-color: #ADD8C7; }

.overlap__item__title {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  margin: 8rem 0 2rem; }

.overlap__item__num {
  position: absolute;
  top: -5rem;
  font-family: "BioRhyme", serif;
  font-size: 12rem;
  font-weight: 800;
  line-height: 10rem;
  display: block; }

.overlap__item--dark .overlap__item__title,
.overlap__item--dark .overlap__item__content {
  color: white; }

@media screen and (min-width: 50rem) {
  .overlap {
    display: grid;
    grid-template-columns: 4rem 1fr 4rem 1fr 4rem; }
  .overlap__item {
    padding: 4rem;
    grid-column: span 3;
    width: auto; }
  .overlap__item:nth-child(2n) {
    grid-column: 3 / span 3; }
  .overlap__item:not(:first-child) {
    margin-top: -4rem; }
  .overlap__item__title {
    margin: 4rem 0 2rem; } }

.hero-video-object {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.p-destacado {
  font-family: "Montserrat", sans-serif;
  font-size: 1.44rem;
  line-height: 1.80rem;
  margin-bottom: 3rem; }

.button-section {
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 10%;
  display: grid;
  grid-gap: 2rem; }

@media screen and (min-width: 50rem) {
  .button-section {
    grid-template-columns: 1fr 1fr; } }

.logo-salad {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1rem;
  grid-auto-rows: minmax(100px, auto);
  padding: 2rem 10%; }

.logo-salad__item {
  text-decoration: none;
  font-style: normal;
  position: relative;
  overflow: hidden; }
  .logo-salad__item, .logo-salad__item:hover {
    color: #242424; }

.logo-salad__figure {
  border: none;
  margin: 0;
  padding: 1.5rem; }
  .logo-salad__figure img {
    width: 100%; }
  .logo-salad__figure:hover .logo-salad__text {
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }

.logo-salad__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  font-family: "BioRhyme", serif;
  font-size: 0.85rem;
  font-style: normal;
  color: white;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: grey;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }
  .logo-salad__text p {
    margin: auto; }

.touch-device .logo-salad__item:hover .logo-salad__text {
  -webkit-transform: none;
          transform: none; }

.touch-device .logo-salad__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: none;
          transform: none; }

.touch-device .logo-salad__text {
  display: block;
  position: initial;
  background-color: initial;
  -webkit-transform: none;
          transform: none;
  color: black;
  margin-top: 1rem; }

.breadcrumbs {
  font-size: 0.7rem; }

.breadcrumbs__container {
  padding: 2rem 10%; }

.breadcrumbs__item {
  display: inline-block;
  line-height: 2; }

a.breadcrumbs__item {
  color: red; }

.breadcrumbs__divider:after {
  content: '>';
  display: inline-block;
  margin: 0 1rem; }

@media screen and (min-width: 60rem) {
  #breadcrumbs.fixed {
    position: fixed;
    width: 100vw;
    max-width: none;
    text-align: center;
    top: 4rem;
    left: 0;
    -webkit-transform: none;
            transform: none;
    bottom: auto;
    height: auto;
    -webkit-box-shadow: 0 -1px 8px 0 #4A4A4A;
            box-shadow: 0 -1px 8px 0 #4A4A4A;
    overflow: hidden;
    background-color: #e8e8e8;
    -webkit-animation: 0.5s ease-in slidebreadcrumbs;
            animation: 0.5s ease-in slidebreadcrumbs;
    z-index: 9; }
  .breadcrumbs__container {
    height: 0;
    overflow: hidden;
    padding: 0; }
  .breadcrumbs {
    font-size: 1rem; }
  @-webkit-keyframes slidebreadcrumbs {
    from {
      -webkit-transform: translateY(-80px);
              transform: translateY(-80px);
      opacity: 0; }
    to {
      -webkit-transform: translateY(none);
              transform: translateY(none);
      opacity: 1; } }
  @keyframes slidebreadcrumbs {
    from {
      -webkit-transform: translateY(-80px);
              transform: translateY(-80px);
      opacity: 0; }
    to {
      -webkit-transform: translateY(none);
              transform: translateY(none);
      opacity: 1; } } }

.no-box-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.dark-grey {
  color: #4A4A4A !important; }

.mid-grey {
  color: #9B9B9B !important; }

.cc-btn.cc-btn.cc-dismiss {
  border: none;
  margin-left: 0.5rem; }
