@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);@charset "UTF-8";
header.callout {
  border-color: #e6e6e6;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border-top: 5px solid #e30613 !important;
  padding: 15px 25px 11px;
  position: fixed;
  width: 100%;
  transition: all ease-in-out .35s;
  z-index: 99; }
  header.callout.scrolled {
    border-color: #e6e6e6;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); }
    header.callout.scrolled .menu-main-menu-container {
      padding-top: 0px; }

.site-logo {
  margin-top: -2px !important;
  max-width: 185px;
  transition: all ease-in-out .35s; }
  .site-logo img {
    transition: all ease-in-out .35s; }

.menu-main-container {
  float: right;
  font-size: 15px;
  letter-spacing: 1px;
  padding-top: 6px;
  text-transform: uppercase;
  transition: all ease-in-out .35s; }
  .menu-main-container ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .menu-main-container ul li {
      display: inline-block;
      padding: 0 31px; }
      .menu-main-container ul li a {
        color: #575757;
        font-weight: 500; }
        .menu-main-container ul li a:hover, .menu-main-container ul li a.active {
          color: #e30613;
          text-decoration: none; }

#catalogue {
  cursor: pointer; }

i {
  border: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-bottom: 3px;
  margin-left: 6px; }

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

#catalogue-dropdown {
  display: none;
  list-style: none;
  position: absolute;
  background-color: white;
  margin-left: -31px;
  margin-right: -31px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1; }

#catalogue-dropdown li {
  text-align: left;
  margin-top: 12px;
  margin-bottom: 12px;
  display: block; }

#catalogue:hover {
  color: #e30613;
  text-decoration: none; }

#catalogue:hover #catalogue-dropdown {
  display: block; }

.hamburger {
  cursor: pointer;
  display: none;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 13px;
  top: 10px;
  transition: all cubic-bezier(0.5, 0, 0, 1) 0.35s; }
  .hamburger li {
    width: 34px;
    height: 4px;
    background: #575757;
    margin: 4px 0 0;
    padding: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    transition: all cubic-bezier(0.5, 0, 0, 1) 0.35s; }
  .hamburger:hover li {
    background: #e30613; }
  .hamburger.active {
    right: 2px; }
    .hamburger.active li {
      background: #e30613; }
    .hamburger.active .first {
      -webkit-transform: rotate(-135deg) translateY(-11.5px);
              transform: rotate(-135deg) translateY(-11.5px); }
    .hamburger.active .second {
      opacity: 0; }
    .hamburger.active .third {
      -webkit-transform: rotate(135deg) translateY(11.5px);
              transform: rotate(135deg) translateY(11.5px); }

@media screen and (max-width: 930px) {
  .site-logo {
    margin-left: 15px; }
  .callout {
    border-color: #e6e6e6;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    padding: 15px 0px 0px !important; }
    .callout .menu-main-container {
      height: 0;
      overflow: hidden; }
      .callout .menu-main-container.active {
        height: auto; }
      .callout .menu-main-container ul li a:hover, .callout .menu-main-container ul li a.active {
        background: #e30613;
        color: #fff; }
  .menu-main-container {
    clear: both;
    float: none;
    padding: 10px 0;
    text-align: center;
    width: 100%; }
    .menu-main-container ul li {
      display: block;
      padding: 0; }
      .menu-main-container ul li a {
        display: block;
        padding: 3px 0; }
  .hamburger {
    display: inline-block; }
  #catalog-title {
    display: block;
    padding: 3px 0; }
  #catalogue-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    border-bottom: 1px solid #e30613;
    box-shadow: 0 0 0 0;
    z-index: 0; }
  #catalogue-dropdown li {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    border-left: 1px solid #e30613;
    border-right: 1px solid #e30613; }
  #catalogue-dropdown li:hover {
    background-color: #e30613;
    color: #fff; }
  .active-dropdown {
    background: #e30613;
    color: #fff !important; } }

.footer {
  background: #fff;
  border-bottom: 6px solid #e30613;
  border-top: 1px solid #e6e6e6;
  margin-top: 40px;
  padding-bottom: 40px;
  padding-top: 65px; }
  .footer .site {
    max-width: 150px; }
  .footer .menu-main-container {
    float: none;
    margin-top: 24px;
    padding: 20px 0; }
    .footer .menu-main-container.menu-footer {
      margin-top: -4px;
      padding: 0; }
    .footer .menu-main-container a.active {
      color: #575757; }
      .footer .menu-main-container a.active:hover {
        color: #e30613; }
  .footer .social {
    padding: 15px 0 40px; }
    .footer .social a {
      background: #e30613;
      border-radius: 50%;
      height: 40px;
      line-height: 44px;
      margin: 0 10px;
      width: 40px; }
      .footer .social a .svg {
        height: auto;
        margin-top: 11px;
        max-width: 55%; }

.go-top {
  background: #e30613;
  bottom: 80px;
  height: 35px;
  line-height: 33px;
  position: fixed;
  right: -35px;
  text-align: center;
  transition: all ease-in-out .45s;
  width: 35px;
  z-index: 99999; }
  .go-top:hover {
    background: #b1050f; }
    .go-top:hover img {
      opacity: 1; }
  .go-top .svg {
    margin-top: 11px; }
  .go-top.show {
    right: 0; }
  .go-top.up {
    bottom: 150px; }

.menu-footer {
  float: none;
  font-size: 12px; }

.copyright {
  font-size: 12px;
  padding-top: 12px;
  text-transform: uppercase; }

@media screen and (max-width: 850px) {
  .footer {
    text-align: center; }
    .footer .text-left {
      padding-bottom: 30px;
      text-align: center; }
    .footer .site {
      margin: 15px 0; }
    .footer .site-logo {
      float: none; }
    .footer .copyright {
      margin-bottom: 15px; }
  .go-top.up {
    bottom: 80px; } }

#about-us .row {
  padding: 15px 0; }
  #about-us .row:first-of-type {
    padding-top: 0px; }
  #about-us .row img {
    height: auto;
    margin-bottom: 30px;
    max-width: 250px;
    width: 90%; }

#about-us strong {
  position: relative; }
  #about-us strong:before {
    background: #e30613;
    bottom: -2px;
    border-radius: 3px;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%; }

@media screen and (min-width: 39.9375em) {
  #about-us {
    margin: 0px 0;
    padding: 45px 0 45px; }
    #about-us .row {
      padding: 45px 0; }
      #about-us .row img {
        margin-bottom: 0; }
    #about-us .row:nth-child(2n) .large-4 {
      -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
              order: 1; } }

#about-us .large-4 {
  text-align: center; }

.row.full-width {
  margin-bottom: -110px;
  max-width: 100%;
  padding: 65px 0; }

#show-reel {
  background: #fafafa;
  padding: 0; }
  #show-reel .video {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    height: auto; }
    #show-reel .video iframe,
    #show-reel .video object,
    #show-reel .video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

#mipcom-2017, #miptv-2018, #formats {
  background: #000;
  padding: 0; }

#news {
  margin: 0px auto 35px;
  padding: 45px 0; }
  #news article {
    background: #e30613;
    color: #fff;
    padding: 75px 0;
    position: relative;
    z-index: 9; }
  #news h1 {
    color: #fff; }
    #news h1:after {
      background: #fff; }
  #news .files {
    background: #fff;
    color: #575757;
    margin: 10px auto 30px;
    padding: 30px 45px;
    width: 80%; }
    #news .files a {
      border-top: 1px solid #e6e6e6;
      color: #575757;
      display: block;
      margin: 9px 0;
      padding-left: 29px;
      padding-top: 8px; }
      #news .files a:hover {
        color: #e30613; }
      #news .files a:first-of-type {
        border-top: 0; }
      #news .files a:before {
        background: url(../images/7.svg) center no-repeat;
        background-size: contain;
        content: '';
        display: inline-block;
        height: 25px;
        margin-left: -25px;
        position: absolute;
        margin-top: 0px;
        width: 15px; }
  @media screen and (max-width: 39.9375em) {
    #news {
      margin: 0px auto; }
      #news .files {
        width: 99%; } }

#contact .row {
  padding: 35px 50px 20px;
  text-align: center; }

#contact .contacts {
  background: #fafafa;
  margin: 0 auto;
  padding: 45px 45px 52px;
  width: 80%; }
  #contact .contacts h3 {
    font-size: 20px;
    margin-bottom: 10px; }
    #contact .contacts h3 + br {
      display: none; }

#contact img,
#contact .alignnone {
  height: auto;
  margin-right: 15px;
  max-height: 40px;
  max-width: 150px;
  width: auto; }

#contact .wp-image-96 {
  max-width: 135px; }

@media screen and (max-width: 39.9375em) {
  #contact .row {
    padding: 0px 0 20px; }
    #contact .row img {
      margin-bottom: 30px; }
  #contact .contacts {
    margin: 10px auto;
    padding: 35px 10px;
    width: 100%; } 
  #catalogues-header {
    width: 195px !important; } }

.page-id-171 .main {
  padding-top: 21px; }

#pitch-your-idea header {
  background: #e30613;
  box-shadow: inset 0 20px 60px rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 180px 0; }
  #pitch-your-idea header h1:after {
    background: #fff; }

#pitch-your-idea ul {
  list-style: none;
  max-width: 600px;
  margin: 0 auto;
  padding: 15px 0 45px; }
  #pitch-your-idea ul li {
    border-bottom: 1px solid #e6e6e6;
    padding: 9px 0;
    padding-left: 15px; }
    #pitch-your-idea ul li:before {
      background: #e30613;
      border-radius: 50%;
      content: '';
      display: inline-block;
      height: 6px;
      margin-left: -15px;
      margin-top: 11px;
      position: absolute;
      width: 6px; }

#pitch-your-idea img.email {
  margin-bottom: 10px; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .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; }

/* Slider */
.slick-slide, .slick-slide * {
  outline: none !important; }

.slick-list {
  margin-bottom: -30px;
  outline: none !important; }
  .slick-loading .slick-list {
    background: #fff slick-image-url("../images/ajax-loader.gif") center center no-repeat; }
  .slick-list:focus, .slick-list a {
    outline: none; }

.slick-initialized {
  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;
  margin-top: 0 !important; }
  .slick-initialized .slick-track {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .slick-initialized .slick-slide {
    display: block;
    float: none;
    margin: 0 5px;
    max-width: 100%;
    transition: all ease-in-out .35s;
    vertical-align: middle; }
    .slick-initialized .slick-slide img {
      max-width: 100vw; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 45px;
  width: 45px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #e30613;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border-radius: 100%;
  outline: none;
  transition: all ease-in-out .35s;
  z-index: 1; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: #b1050f;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    display: inline-block;
    height: 30px;
    width: 30px;
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 25px; }
  .slick-prev:before {
    content: '';
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgogIDxnPgogICAgPHBhdGggZD0ibTg4LjYsMTIxLjNjMC44LDAuOCAxLjgsMS4yIDIuOSwxLjJzMi4xLTAuNCAyLjktMS4yYzEuNi0xLjYgMS42LTQuMiAwLTUuOGwtNTEtNTEgNTEtNTFjMS42LTEuNiAxLjYtNC4yIDAtNS44cy00LjItMS42LTUuOCwwbC01NCw1My45Yy0xLjYsMS42LTEuNiw0LjIgMCw1LjhsNTQsNTMuOXoiIGZpbGw9IiNGRkZGRkYiLz4KICA8L2c+Cjwvc3ZnPgo=);
    background-size: cover; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: 25px; }
  [dir="rtl"] .slick-next {
    left: 25px;
    right: auto; }
  .slick-next:before {
    content: '';
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIgZmlsbD0iI0ZGRkZGRiIvPgogIDwvZz4KPC9zdmc+Cg==);
    background-size: contain; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 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: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@media screen and (min-width: 39.9375em) {
  .slick-list {
    margin-bottom: 20px; }
  .slick-initialized .slick-track {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .slick-initialized .slick-track .slick-slide {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      transition: all ease-in-out .35s; }
    .slick-initialized .slick-track .slick-current {
      -webkit-transform: scale(1);
              transform: scale(1); } }

.animate {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  transition-timing-function: cubic-bezier(0.78, 0.13, 0.15, 0.86); }

.from-top {
  opacity: 0; }

.animate_start.from-top {
  -webkit-animation-name: from_top;
          animation-name: from_top; }

@-webkit-keyframes from_top {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes from_top {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.circle_top_absolute {
  opacity: 0; }

.animate_start.circle_top_absolute {
  -webkit-animation-name: circle_top_absolute;
          animation-name: circle_top_absolute; }

@-webkit-keyframes circle_top_absolute {
  from {
    opacity: 0;
    margin-top: 50px; }
  to {
    opacity: 1;
    margin-top: 0px; } }

@keyframes circle_top_absolute {
  from {
    opacity: 0;
    margin-top: 50px; }
  to {
    opacity: 1;
    margin-top: 0px; } }

.from_left {
  opacity: 0; }

.animate_start.from_left {
  -webkit-animation-name: from_left;
          animation-name: from_left; }

@-webkit-keyframes from_left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes from_left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.from_right {
  opacity: 0; }

.animate_start.from_right {
  -webkit-animation-name: from_right;
          animation-name: from_right; }

@-webkit-keyframes from_right {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes from_right {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.block {
  opacity: 0; }

.animate_start.block {
  -webkit-animation-name: fade-in;
          animation-name: fade-in; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

body {
  overflow-x: hidden; }

::-moz-selection {
  color: #fff;
  background: #e30613; }

::selection {
  color: #fff;
  background: #e30613; }

a {
  color: #e30613;
  display: inline-block;
  transition: all ease-in-out .45s; }
  a:hover {
    color: #b1050f; }
    a:hover img {
      opacity: .7; }
  a img {
    transition: all ease-in-out .45s; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase; }

h1, h2 {
  display: inline-block;
  margin-bottom: 0 auto 45px;
  position: relative;
  text-align: center;
  width: auto; }
  h1:after, h2:after {
    background: #e30613;
    border-radius: 30px;
    content: '';
    display: block;
    height: 10px;
    margin: 0 auto;
    position: absolute;
    width: 100%; }

.loading {
  background: #fff;
  left: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 100; }
  .loading .loader {
    font-size: 80%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .loading .loader img {
      margin-bottom: 30px; }
  .loading .logo {
    left: 50%;
    max-width: 250px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .loading .logo .first,
    .loading .logo .second,
    .loading .logo .third {
      opacity: 0; }

path {
  -webkit-animation: draw 3.5s infinite;
          animation: draw 3.5s infinite; }

@-webkit-keyframes draw {
  50% {
    stroke-dashoffset: 0; } }

@keyframes draw {
  50% {
    stroke-dashoffset: 0; } }

article header {
  margin-bottom: 40px;
  text-align: center; }

.row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.hone .main {
  padding: 70px 0 2rem; }
  .hone .main > * + * {
    margin-top: 3rem; }

.main {
  padding: 115px 0 2rem; }
  .main > * + * {
    margin-top: 3rem; }

.posts > * + * {
  margin-top: 1.5rem; }

.grid_bg {
  display: none;
  height: 100vh;
  left: 0;
  max-width: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1; }
  .grid_bg .columns {
    border-left: 2px dashed #ebebeb;
    height: 100vh; }
    .grid_bg .columns:first-of-type {
      border-left: 0px; }

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