@charset "UTF-8";
.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-next,
.slick-prev {
  width: 40px;
  height: 0;
  display: block;
  background-color: transparent;
  padding-top: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 1001;
  cursor: pointer;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.slick-next::before,
.slick-prev::before {
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  cursor: default;
}

.slick-next {
  right: 20px;
}
.slick-next::before {
  border-left: 26px solid #000;
}

.slick-prev {
  left: 20px;
}
.slick-prev::before {
  border-right: 26px solid #000;
}

.container .slick-next {
  right: -60px;
}

.container .slick-prev {
  left: -60px;
}

.slick-dots {
  width: 100%;
  height: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 360px;
  left: 0;
  z-index: 1001;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  height: 14px;
  padding: 0;
  margin: 0;
}
.slick-dots li button {
  background-color: #000;
  width: 14px;
  height: 0;
  padding-top: 14px;
  border-radius: 50%;
  margin: 0 3px;
  opacity: 0.4;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slick-dots .slick-active button, .slick-dots .slick-active:hover button {
  opacity: 1;
}

.text-slider .slick-dots {
  margin-top: 40px;
  position: static;
}

.slick-vertical .slick-slide {
  border: none;
}

.block-full-screen-image__image, .block-content-image__image, .bg-cover, .icon, .block-parallax__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.block-parallax__image {
  background-attachment: fixed;
}

.bg-white {
  background: #fff;
}

.bg-grey {
  background: #efefef;
}

.bg-black {
  background: #000;
}

.bg-primary {
  background: #ed155b;
}

.bg-secondary {
  background: #7f675b;
}

.bg-tertiary {
  background: #ed155b;
}

.white {
  color: #fff;
}

.grey {
  color: #efefef;
}

.black {
  color: #000;
}

.primary {
  color: #ed155b;
}

.secondary {
  color: #7f675b;
}

.tertiary {
  color: #ed155b;
}

body {
  font-family: "Lato", arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.8em;
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 400;
}

h1,
h2 {
  padding-bottom: 20px;
  margin-bottom: 1.375em;
  position: relative;
}
h1::after,
h2::after {
  content: "";
  display: block;
  background-color: #ed155b;
  width: 102px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

h1 {
  font-size: 5.4rem;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 4.8rem;
  }
}

h2 {
  font-size: 4rem;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 3.6rem;
  }
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2.1rem;
}

h6 {
  font-size: 1.8rem;
}

a {
  text-decoration: none;
  color: #ed155b;
}
a:visited {
  color: #ed155b;
}
a:hover {
  color: #f1447c;
}
a:active {
  color: #f1447c;
}

p {
  margin: 0 0 1.4em;
  font-size: 2rem;
}
p:last-child {
  margin-bottom: 0;
}

.sub {
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
}

html {
  background-color: #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 10px;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  background-color: #fff;
  min-width: 320px;
  max-width: 1920px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
  margin: 0 auto;
}
body[data-menu-state=open] {
  overflow-y: hidden;
}

main {
  background: #fff;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}
.container.half {
  width: 50%;
}

a,
span,
button,
input[type=submit] {
  -webkit-transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
  transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
}

a span {
  -webkit-transition: none;
  transition: none;
}

input,
textarea,
select,
button {
  border-radius: 0;
  resize: none;
  outline: none;
  font-family: "Lato", arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}

input[type=submit],
button {
  border: none;
  cursor: pointer;
}

:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}
img.alignright {
  margin: 0 0 10px 10px;
  float: right;
}
img.alignleft {
  margin: 0 10px 10px 0;
  float: left;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.icon {
  display: inline-block;
  height: 0;
  overflow: hidden;
}

.bg-top {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.dbl {
  display: table;
  width: 100%;
}

.dblr {
  display: table-row;
}

.dblc {
  display: table-cell;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.video-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.aligncenter,
.wp-caption {
  text-align: center;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.wp-caption-text {
  margin: 5px 0 0;
}
.wp-caption-text:last-child {
  margin: 5px 0 0;
}

ul:not([class]) {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.4em;
}
ul:not([class]) li {
  padding-left: 20px;
  margin-bottom: 5px;
  text-indent: -20px;
}
ul:not([class]) li::before {
  content: "•";
  padding-right: 12px;
  color: #ed155b;
}

.dd-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dd-list__block:not(:last-child) {
  margin-bottom: 20px;
}
.dd-list__title {
  padding: 20px 30px;
  position: relative;
  cursor: pointer;
  font-size: 2rem;
}
.dd-list__title .icon {
  display: block;
  width: 20px;
  padding-top: 24px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 30px;
  font-family: FontAwesome;
  font-size: 2.4rem;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.dd-list__title .plus {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.dd-list__title .plus::before {
  content: "";
  display: block;
  margin-top: -24px;
}
.dd-list__title .minus {
  opacity: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.dd-list__title .minus::before {
  content: "";
  display: block;
  margin-top: -24px;
}
.dd-list__title[data-open=true] .plus {
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.dd-list__title[data-open=true] .minus {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.dd-list__title-inner {
  display: block;
  padding-right: 25px;
}
.dd-list__text {
  padding: 0 30px 30px;
}
.dd-list__text p {
  font-size: 1.6rem;
}

.block-content-image {
  position: relative;
}
.block-content-image--content-right .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.block-content-image--content-left .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.block-content-image__content {
  width: 50%;
}
.block-content-image--content-right .block-content-image__content {
  padding-left: 40px;
}
.block-content-image--content-left .block-content-image__content {
  padding-right: 40px;
}
.block-content-image__image {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
.block-content-image--content-right .block-content-image__image {
  left: 0;
  right: 50%;
}
.block-content-image--content-left .block-content-image__image {
  left: 50%;
  right: 0;
}
.block-content-image__column {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .block-content-image__content {
    width: 100%;
  }
  .block-content-image--content-right .block-content-image__content {
    padding-left: 0;
  }
  .block-content-image--content-left .block-content-image__content {
    padding-right: 0;
  }
  .block-content-image__image {
    width: 100%;
    padding-top: 56.25%;
    position: static;
  }
}
@media (max-width: 767px) {
  .block-content-image__column {
    width: 100%;
  }
  .block-content-image__column:first-child {
    margin-bottom: 30px;
  }
}

.block-content-three-columns__column {
  width: 33.33333%;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .block-content-three-columns__column:not(:last-child) {
    width: 50%;
    margin-bottom: 30px;
  }
  .block-content-three-columns__column:last-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .block-content-three-columns__column:not(:last-child) {
    width: 100%;
  }
}

.block-content-two-columns__column {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .block-content-two-columns__column {
    width: 100%;
  }
  .block-content-two-columns__column:first-child {
    margin-bottom: 30px;
  }
}

.block-full-screen-image {
  position: relative;
  overflow: hidden;
}
.block-full-screen-image__image {
  min-height: 480px;
  max-height: 1000px;
}
.block-full-screen-image__text {
  width: 95%;
  max-width: 750px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.block-full-screen-image__scroll {
  display: inline-block;
  width: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: -140px 0 0 -35px;
  position: absolute;
  left: 50%;
  font-size: 55px;
  line-height: 66px;
  text-align: center;
  color: #fff;
}

.block-gallery .grid {
  margin: -10px -5px 0;
}
.block-gallery__item {
  width: 20%;
  padding: 10px 5px 0;
}
.block-gallery__link {
  display: block;
}
.block-gallery__link img {
  display: block;
}
.block-gallery .carousel-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .block-gallery__item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .block-gallery__item {
    width: 50%;
  }
}

.block-google-map__map {
  width: 100%;
  height: 400px;
}
.block-google-map__directions-label {
  display: block;
  margin-bottom: 5px;
}
.block-google-map__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-google-map__inputs input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.block-google-map__inputs input[type=submit] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.block-latest-posts .post-list__item[data-width="25"] {
  width: 25%;
}
.block-latest-posts .post-list__item[data-width="33"] {
  width: 33.333333%;
}
.block-latest-posts .post-list__item[data-width="50"] {
  width: 50%;
}

.block-parallax__image {
  width: 100%;
  min-height: 400px;
  position: relative;
}
@media (max-width: 767px) {
  .block-parallax__image {
    background-attachment: scroll;
  }
}
.block-parallax__text {
  width: 95%;
  max-width: 750px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.image-slider-nav__slide {
  cursor: pointer;
}

.text-slider__slides {
  padding: 0 100px;
}

.video-slider__slide {
  background-size: cover;
  position: relative;
}
.video-slider__text {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 22px;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-slider__play {
  width: 110px;
  height: 0;
  display: inline-block;
  background: #cfcfcf;
  padding-top: 110px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.video-slider__play::after {
  content: "";
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 60px solid #272727;
  margin: -35px 0 0 -22px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -22px);
          transform: translate(-50%, -22px);
}
.video-slider__play:hover {
  opacity: 1;
}

.video-slider-nav__slide {
  cursor: pointer;
}

.spacing-inside, .spacing-both {
  padding-top: 40px;
  padding-bottom: 40px;
}

.spacing-outside, .spacing-both {
  margin-top: 40px;
  margin-bottom: 40px;
}

.spacing-inside-top, .spacing-both-top {
  padding-top: 40px;
}

.spacing-inside-bottom, .spacing-both-bottom {
  padding-bottom: 40px;
}

.spacing-outside-top, .spacing-both-top {
  margin-top: 40px;
}

.spacing-outside-bottom, .spacing-both-bottom {
  margin-bottom: 40px;
}

.block-404 {
  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;
  background: center/cover no-repeat;
  padding: 166px 0 100px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.block-404::before {
  content: "";
  background: rgba(255, 255, 255, 0.8) repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.block-404 .container {
  max-width: 900px;
}
.block-404 h1 .fa {
  margin-right: 25px;
  color: #e62423;
}
@media (max-width: 1024px) {
  .block-404 {
    height: auto;
    min-height: 0;
    max-height: none;
  }
}

.button, .comment__reply a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ed155b;
  width: 197px;
  height: 37px;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  font-size: 2.4rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.button:hover, .comment__reply a:hover {
  background: #f1447c;
  color: #fff;
}
.button:visited, .comment__reply a:visited {
  color: #fff;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.sidebar .search-form {
  margin: 0;
}
.sidebar .search-form input {
  border: none;
  font-size: 1.6rem;
}
.search-form__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  padding: 0 10px;
  border: 2px solid #878787;
  font-size: 2rem;
}
.search-form__submit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 40px;
  padding: 0;
  font-size: 2rem;
  line-height: 40px;
}
@media (max-width: 1024px) {
  .search-form {
    margin-right: 0;
  }
}

.blog-posts {
  background: center/cover no-repeat;
  padding: 130px 0 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.blog-posts::before {
  content: "";
  background: #000 repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.95;
}
.blog-posts .container {
  max-width: 1600px;
}

.posts-content {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -22px;
}
.post-list__item {
  width: 33.333333%;
  padding: 0 22px;
  margin-bottom: 55px;
}
.post-list__item-inner {
  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: 100%;
}
.post-list__image {
  display: block;
  height: 320px;
  position: relative;
  overflow: hidden;
}
.post-list__image > span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.post-list__item:hover .post-list__image span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.post-list__no-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ed155b;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.post-list__no-image::before {
  content: "";
  background: #000 repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.post-list__no-image span {
  display: block;
  background: center/contain no-repeat;
  width: 131px;
  padding-bottom: 108.39%;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.post-list__text {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: rgba(255, 255, 255, 0.9) repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  padding: 15px 30px;
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  text-transform: uppercase;
  color: #000;
}
.post-list__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  margin-bottom: 10px;
  font-size: 4rem;
  line-height: 1;
}
.post-list__author {
  display: block;
  font-size: 2rem;
}
.search-results .post-list__author {
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .post-list__image {
    height: 240px;
  }
}
@media (max-width: 1249px) {
  .post-list {
    margin: 0 -10px;
  }
  .post-list__item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .post-list__no-image span {
    width: 120px;
  }
}
@media (max-width: 1024px) {
  .post-list__no-image span {
    width: 105px;
  }
  .post-list__title {
    font-size: 3rem;
  }
}
@media (max-width: 899px) {
  .post-list {
    margin: 0 -20px;
  }
  .post-list__item {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 599px) {
  .post-list {
    margin: 0 -10px;
  }
  .post-list__item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .post-list__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 479px) {
  .post-list__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .post-list__title {
    font-size: 3rem;
  }
}

.comments {
  padding-top: 40px;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}
.comments__title {
  padding: 0;
  margin-bottom: 30px;
  font-size: 2.6rem;
  text-align: initial;
}
.comments__title::after {
  display: none;
}
.comments__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.comments__list .children {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 20px;
}
.comment__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
.comment__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.4rem;
  color: #000;
}
.comment__meta-text {
  margin-left: 15px;
}
.comment__meta-date {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.comment__meta-author {
  font-size: 1.8rem;
}
.comment__meta-author span {
  font-weight: 700;
}
.comment__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  line-height: 48px;
}
.comment__author img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  margin-right: 10px;
}
.comment__author cite,
.comment__author span {
  line-height: 1.4;
}
.comment__body {
  margin-bottom: 20px;
}
.comment__body p {
  font-size: 1.8rem;
}
.comment__reply {
  text-align: right;
}
.comment__reply a {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100px;
  height: 26px;
  font-size: 1.8rem;
  color: #000;
}
.comment__reply a:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #000;
}
.comment__reply a:visited {
  color: #000;
}
@media (max-width: 767px) {
  .comment__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .comment__meta {
    display: block;
  }
  .comment__meta img {
    margin-bottom: 10px;
  }
  .comment__meta-text {
    margin-left: 0;
  }
  .comment__author {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: 100%;
  }
  .comment__body p {
    font-size: 1.4rem;
  }
}

.comment-form label {
  display: block;
  margin-bottom: 8px;
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
}
.comment-form label .required {
  color: #ed155b;
}
.comment-form textarea,
.comment-form input:not([type=submit]) {
  display: block;
  width: 100%;
  border: 1px solid #cecece;
  border-radius: 10px;
}
.comment-form input:not([type=submit]) {
  height: 36px;
  line-height: 36px;
}
.comment-form textarea {
  height: 280px;
  padding: 10px;
}

.comment-reply-title {
  padding: 0;
  margin-bottom: 20px;
  font-size: 2.6rem;
}
.comment-reply-title::after {
  display: none;
}
.comment-reply-title small {
  font-size: 1.4rem;
}

.comment-notes {
  font-size: 1.8rem;
}
.comment-notes .required {
  color: #ed155b;
}

.logged-in-as {
  font-size: 1.8rem;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
  margin-bottom: 20px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
  text-align: center;
}
.pagination a,
.pagination span,
.pagination button {
  display: inline-block;
  background: #efefef;
  padding: 0;
  margin: 0 2px 5px;
  line-height: 23px;
  color: #000;
}
.pagination a:hover,
.pagination span:hover,
.pagination button:hover {
  background: #d6d6d6;
}
.pagination .page-numbers {
  width: 34px;
}
.pagination .current {
  background: #d6d6d6;
}
.pagination .dots {
  background: none;
  font-size: 20px;
}
.pagination .next,
.pagination .prev {
  width: auto;
  padding: 0 5px;
}

.blog-posts .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-posts .pagination a {
  display: none;
}
.blog-posts .pagination a,
.blog-posts .pagination button {
  padding: 0 20px 0 15px;
  margin: 0 15px;
  line-height: 50px;
}
.blog-posts .pagination .fa {
  margin: -4px 10px 0 0;
  vertical-align: middle;
  font-size: 30px;
}

.no-js .blog-posts .pagination a {
  display: inline-block;
}

.social-links {
  padding: 40px 0;
  text-align: center;
}
.social-links__link {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 0 10px 10px;
  vertical-align: top;
  font-size: 25px;
  line-height: 40px;
  color: #fff;
}

.facebook-link {
  background: #efefef;
  color: #415d9a;
}
.facebook-link:hover {
  background: #415d9a;
  color: #efefef;
}

.twitter-link {
  background: #efefef;
  color: #15b0e0;
}
.twitter-link:hover {
  background: #15b0e0;
  color: #efefef;
}

.instagram-link {
  background: #efefef;
  color: #2f5e86;
}
.instagram-link:hover {
  background: #2f5e86;
  color: #efefef;
}

.youtube-link {
  background: #efefef;
  color: #c41e19;
}
.youtube-link:hover {
  background: #c41e19;
  color: #efefef;
}

.googleplus-link {
  background: #efefef;
  color: #dc4c38;
}
.googleplus-link:hover {
  background: #dc4c38;
  color: #efefef;
}

.snapchat-link {
  background: #efefef;
  color: #fffb00;
}
.snapchat-link:hover {
  background: #fffb00;
  color: #efefef;
}

.flickr-link {
  background: #efefef;
  color: #0c62dd;
}
.flickr-link:hover {
  background: #0c62dd;
  color: #efefef;
}

.linkedin-link {
  background: #efefef;
  color: #1981b9;
}
.linkedin-link:hover {
  background: #1981b9;
  color: #efefef;
}

.pinterest-link {
  background: #efefef;
  color: #ac181f;
}
.pinterest-link:hover {
  background: #ac181f;
  color: #efefef;
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author__image {
  margin-right: 20px;
}
.author__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.author__title {
  margin-bottom: 20px;
}
.author__name {
  font-size: 2.1rem;
}
@media (max-width: 479px) {
  .author {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .author__image {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
  .author__content {
    width: 100%;
  }
  .author__title {
    text-align: center;
  }
}

.careers-intro,
.careers-vacancies,
.careers-apply {
  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;
  background: center/cover no-repeat;
  position: relative;
  z-index: 1;
}
.careers-intro .sub,
.careers-vacancies .sub,
.careers-apply .sub {
  font-size: 4rem;
}

.careers-intro {
  height: 100vh;
  min-height: 750px;
  max-height: 1000px;
  padding: 100px 0;
}
.careers-intro .container {
  max-width: 900px;
}
@media (max-width: 1024px) {
  .careers-intro {
    height: auto;
    min-height: 0;
    max-height: none;
  }
}

.careers-intro,
.careers-apply {
  color: #fff;
}
.careers-intro::before,
.careers-apply::before {
  content: "";
  background: #000 repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.75;
}

.careers-vacancies::before {
  content: "";
  background: rgba(255, 255, 255, 0.8) repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.careers-vacancies h2 {
  font-size: 5.4rem;
}
.careers-vacancies__item {
  background: rgba(0, 0, 0, 0.75) repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  font-size: 2rem;
  color: #fff;
}
.careers-vacancies__item:not(:last-child) {
  margin-bottom: 12px;
}
.careers-vacancies__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px 15px 70px;
  line-height: 1;
}
@media (max-width: 549px) {
  .careers-vacancies__toggle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.careers-vacancies__title {
  margin-right: 15px;
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #ed155b;
}
@media (max-width: 549px) {
  .careers-vacancies__title {
    margin: 0 0 5px;
    font-size: 2rem;
  }
}
.careers-vacancies__salary {
  padding-left: 18px;
  position: relative;
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.careers-vacancies__salary::before {
  content: "·";
  position: absolute;
  top: 50%;
  left: -1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 549px) {
  .careers-vacancies__salary {
    padding: 0;
    font-size: 2rem;
  }
  .careers-vacancies__salary::before {
    display: none;
  }
}
.careers-vacancies__content p {
  font-size: 2rem;
}
.careers-vacancies__content .button, .careers-vacancies__content .comment__reply a, .comment__reply .careers-vacancies__content a {
  margin-top: 10px;
}
@media (max-width: 549px) {
  .careers-vacancies__content {
    font-size: 1.6rem;
  }
  .careers-vacancies__content p {
    font-size: 1.6rem;
  }
}
.careers-vacancies .dd-list__title {
  position: relative;
  cursor: pointer;
}
.careers-vacancies .dd-list__title .icon {
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  left: 15px;
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  font-size: 9rem;
  line-height: 0.5;
  text-align: center;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
.careers-vacancies .dd-list__title .icon::before {
  display: none;
}
.careers-vacancies .dd-list__title .plus {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.careers-vacancies .dd-list__title .minus {
  opacity: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.careers-vacancies .dd-list__title[data-open=true] .plus {
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.careers-vacancies .dd-list__title[data-open=true] .minus {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (max-width: 549px) {
  .careers-vacancies .dd-list__title {
    padding-left: 55px;
  }
  .careers-vacancies .dd-list__title .icon {
    left: 10px;
  }
}
.careers-vacancies .dd-list__text {
  padding: 25px 70px 40px;
}
@media (max-width: 767px) {
  .careers-vacancies .dd-list__text {
    padding: 25px 30px 40px;
  }
}
@media (max-width: 549px) {
  .careers-vacancies .dd-list__text {
    padding: 15px 20px 30px;
  }
}

.careers-vacancies,
.careers-apply {
  padding: 70px 0;
}
.careers-vacancies h2,
.careers-apply h2 {
  font-size: 5.4rem;
}
@media (max-width: 1024px) {
  .careers-vacancies h2,
.careers-apply h2 {
    font-size: 4.8rem;
  }
}

.careers-apply .engage-form .engage-form-row {
  padding-top: 0;
}
.careers-apply .engage-form .engage-form-label {
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.careers-apply .engage-form .engage-form-input {
  background-color: rgba(255, 255, 255, 0.8);
  height: 45px;
  padding: 0 10px;
  border-color: transparent;
  border-radius: 8px;
  line-height: 45px;
}
.careers-apply .engage-form textarea.engage-form-input {
  height: auto;
  padding: 5px 10px;
}
.careers-apply .engage-form .engage-form-submit-default {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ed155b;
  width: 197px;
  height: 37px;
  padding: 0;
  border-radius: 8px;
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  font-size: 2.4rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.careers-apply .engage-form .engage-form-submit-default:hover {
  background: #f1447c;
  color: #fff;
}
.careers-apply .engage-form .engage-form-submit-default:visited {
  color: #fff;
}
.careers-apply .engage-form-required-field {
  display: none;
}
.careers-apply .engage-upload-stylized {
  height: 45px;
  position: relative;
}
.careers-apply .engage-upload-stylized-button {
  background-color: transparent;
  width: 100%;
  height: 45px;
  padding: 45px 0 0;
  overflow: hidden;
}
.careers-apply .engage-upload-stylized-text {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 45px;
  padding: 0 10px;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  line-height: 45px;
  color: #000;
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: center/cover no-repeat;
  min-height: 320px;
  padding-top: 66px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.page-header::before {
  content: "";
  background: #000 repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
}
.page-header h1 {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .page-header {
    min-height: 0;
    padding: 40px 0;
  }
}

.page-content {
  background: rgba(236, 236, 236, 0.8) repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  padding: 100px 0;
  position: relative;
  z-index: 1;
  text-align: center;
}

.games-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: center/cover no-repeat;
  min-height: 320px;
  padding: 153px 0 40px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.games-header::before {
  content: "";
  background: #000 repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
}
.games-header--no-sub {
  padding-top: 66px;
}
.games-header h1 {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .games-header {
    min-height: 0;
    padding: 40px 0;
  }
}

.games-list__item {
  position: relative;
}
.games-list--us .games-list__item:nth-child(odd) .game-slider__slide, .games-list--client .games-list__item:nth-child(even) .game-slider__slide {
  color: #fff;
}
.games-list--us .games-list__item:nth-child(odd) .game-slider__slide::before, .games-list--client .games-list__item:nth-child(even) .game-slider__slide::before {
  background: #000 repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  opacity: 0.75;
}
.games-list--us .games-list__item:nth-child(odd) .game-slider__slide::after, .games-list--client .games-list__item:nth-child(even) .game-slider__slide::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.games-list--us .games-list__item:nth-child(even) .game-slider__slide, .games-list--client .games-list__item:nth-child(odd) .game-slider__slide {
  color: #000;
}
.games-list--us .games-list__item:nth-child(even) .game-slider__slide::before, .games-list--client .games-list__item:nth-child(odd) .game-slider__slide::before {
  background: rgba(255, 255, 255, 0.8) repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
}
.games-list--us .games-list__item:nth-child(even) .game-slider__slide::after, .games-list--client .games-list__item:nth-child(odd) .game-slider__slide::after {
  background-color: rgba(255, 255, 255, 0.3);
}
.games-list__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  height: 250px;
  position: absolute;
  top: 80px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.games-list__logo img {
  width: auto;
  max-height: 250px;
}
@media (max-width: 767px) {
  .games-list__logo {
    top: 40px;
  }
}
@media (max-width: 479px) {
  .games-list__logo {
    height: 190px;
  }
  .games-list__logo img {
    max-height: 190px;
  }
}

.game-slider h2 {
  padding-bottom: 0;
}
.game-slider h2::after {
  display: none;
}
.game-slider__slide {
  background: center/cover no-repeat;
  padding: 420px 85px 110px;
  position: relative;
  z-index: 1;
}
.game-slider__slide::before, .game-slider__slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.game-slider__slide::before {
  z-index: -1;
}
.game-slider__slide::after {
  z-index: -2;
}
.game-slider__slide img {
  width: auto;
}
.game-slider__slide .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.game-slider__images {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.game-slider__image {
  width: 50%;
  max-width: 300px;
  padding: 5px;
}
.game-slider__image a {
  display: block;
}
.game-slider__testimonials {
  text-align: center;
}
.game-slider__testimonial:not(:last-child) {
  margin-bottom: 35px;
}
.game-slider__testimonial-content {
  margin-bottom: 25px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 300;
  font-style: italic;
}
.game-slider__testimonial-credit {
  font-size: 2rem;
  font-weight: 700;
}
.game-slider__review:not(:last-child) {
  margin-bottom: 10px;
}
.game-slider__review-content {
  margin-bottom: 5px;
  font-weight: 300;
  font-style: italic;
}
.game-slider__review-credit {
  font-size: 2rem;
  font-weight: 700;
}
.game-slider__award {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
}
.game-slider__logo {
  max-height: 150px;
  margin-top: 40px;
}
.game-slider .slick-next,
.game-slider .slick-prev,
.game-slider .slick-dots li button {
  color: inherit;
}
.game-slider .slick-next::before {
  border-left-color: currentColor;
}
.game-slider .slick-prev::before {
  border-right-color: currentColor;
}
.game-slider .slick-dots li button {
  background-color: currentColor;
}
@media (max-width: 767px) {
  .game-slider__slide {
    padding: 380px 0 110px;
  }
  .game-slider .slick-next,
.game-slider .slick-prev {
    top: auto;
    bottom: 40px;
  }
  .game-slider .slick-next {
    right: 50%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .game-slider .slick-prev {
    left: 50%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .game-slider .slick-dots {
    top: 320px;
  }
}
@media (max-width: 479px) {
  .game-slider__slide {
    padding-top: 320px;
  }
  .game-slider .slick-dots {
    top: 260px;
  }
}

.home-intro {
  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;
  background: center/cover no-repeat;
  height: 100vh;
  min-height: 750px;
  max-height: 1000px;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.home-intro::before {
  content: "";
  background: rgba(255, 255, 255, 0.8) repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home-intro .container {
  max-width: 900px;
}
.home-intro__icons-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.home-intro__icons-item {
  display: inline-block;
  padding: 0 8px;
}
.home-intro__icon {
  display: block;
  background-image: url("../img/icons.png");
  background-repeat: no-repeat;
  height: 40px;
}
.home-intro__icon--unity {
  width: 35px;
}
.home-intro__icon--unreal {
  width: 49px;
  background-position: -47px center;
}
.home-intro__icon--nintendo {
  width: 79px;
  background-position: -104px center;
}
.home-intro__icon--xbox {
  width: 33px;
  background-position: -190px center;
}
.home-intro__icon--playstation {
  width: 44px;
  background-position: -231px center;
}
.home-intro__icon--android {
  width: 30px;
  background-position: -284px center;
}
.home-intro__icon--ios {
  width: 28px;
  background-position: -332px center;
}
.home-intro__icon--linux {
  width: 33px;
  background-position: -375px center;
}
.home-intro__icon--react {
  width: 39px;
  background-position: -423px center;
}
.home-intro__icon--html {
  width: 25px;
  background-position: -480px center;
}
.home-intro__icon--wordpress {
  width: 38px;
  background-position: -524px center;
}
.home-intro__icon--php {
  width: 40px;
  background-position: -573px center;
}
.home-intro__icon--node {
  width: 59px;
  background-position: -624px center;
}
@media (max-width: 1024px) {
  .home-intro {
    height: auto;
    min-height: 0;
    max-height: none;
  }
}

.home-link-boxes__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-link-boxes__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  height: 272px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home-link-boxes__item::before {
  content: "";
  background: #000 repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.75;
}
.home-link-boxes__item:hover .home-link-boxes__background {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.home-link-boxes__background {
  display: block;
  background: center/cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  -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;
}
.home-link-boxes__content {
  text-align: center;
  color: #fff;
}
.home-link-boxes__text {
  display: block;
  margin-bottom: 10px;
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  font-size: 3.5rem;
  line-height: 1.15;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .home-link-boxes__item {
    width: 50%;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .home-link-boxes__item {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .home-link-boxes__text {
    font-size: 3rem;
  }
}

.home-clients {
  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;
  background: center/cover no-repeat;
  height: 100vh;
  min-height: 750px;
  max-height: 1000px;
  padding: 100px 0;
  position: relative;
  z-index: 1;
  color: #fff;
}
.home-clients::before {
  content: "";
  background: #000 repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.95;
}
.home-clients h2 {
  width: 95%;
  text-align: center;
}
.home-clients__image-slider {
  width: 100%;
}
.home-clients__image-slide {
  background: #fff;
  margin: 0 12px 10px;
  border: 2px solid transparent;
  position: relative;
}
.home-clients__image-slide.slick-center {
  border-color: #ed155b;
}
.home-clients__image-slide.slick-center::after {
  content: "";
  border-top: 10px solid #ed155b;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home-clients__text-slider {
  width: 100%;
  margin-top: 75px;
  text-align: center;
}
.home-clients__quote {
  font-weight: 300;
  font-style: italic;
}
.home-clients__quote p {
  font-size: 2.8rem;
}
.home-clients__quote-credit {
  font-size: 2.2rem;
  font-weight: 700;
}
.home-clients__quote-credit:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .home-clients {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .home-clients__quote p {
    font-size: 2rem;
  }
}

.article__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: center/cover no-repeat;
  min-height: 650px;
  padding: 116px 0 50px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.article__header::before {
  content: "";
  background: #000 repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
}
.article__header .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
}
.article__header h1 {
  padding-bottom: 35px;
  margin-bottom: 10px;
}
.article__date {
  display: block;
  font-size: 1.6rem;
  color: #fff;
}
.article__body {
  background: rgba(255, 255, 255, 0.8) repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  padding: 70px 0;
}
.article__body .container {
  max-width: 1140px;
}
.article__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 40px;
}
.article__author-image {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 175px;
}
.article__author-text {
  margin-left: 25px;
}
.article__author-text span {
  display: block;
  line-height: 1;
}
.article__author-name {
  margin-top: 10px;
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #ed155b;
}
.article__author-role {
  margin-top: 5px;
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  text-transform: uppercase;
}
.article__author-background {
  margin-top: 15px;
}
.article__author-background p {
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .article__header {
    min-height: 450px;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .article__header {
    min-height: 450px;
    padding: 50px 0;
  }
  .article__header h1 {
    font-size: 4rem;
  }
  .article__author {
    display: block;
  }
  .article__author-image {
    margin-bottom: 15px;
  }
  .article__author-text {
    margin-left: 0;
  }
}

.studio-intro,
.studio-culture {
  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;
  background: center/cover no-repeat;
  min-height: 100vh;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.studio-intro::before,
.studio-culture::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.studio-intro .container,
.studio-culture .container {
  max-width: 900px;
}
.studio-intro .sub,
.studio-culture .sub {
  font-size: 4rem;
}
@media (max-width: 1024px) {
  .studio-intro,
.studio-culture {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .studio-intro .sub,
.studio-culture .sub {
    font-size: 3rem;
  }
}

.studio-intro {
  color: #fff;
}
.studio-intro::before {
  background: #000 repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  opacity: 0.75;
}

.studio-culture::before {
  background: rgba(255, 255, 255, 0.8) repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
}
.studio-culture h2 {
  font-size: 5.4rem;
}
@media (max-width: 1024px) {
  .studio-culture h2 {
    font-size: 4.8rem;
  }
}

.studio-team {
  background: #000 center top/100% no-repeat;
  padding: 50px 0;
  position: relative;
  z-index: 1;
  color: #fff;
}
.studio-team::before {
  content: "";
  background: #000 repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.95;
}
.studio-team .container {
  max-width: 1600px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.studio-team h2 {
  font-size: 5.4rem;
}
.studio-team__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 -20px;
}
.studio-team__item {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.studio-team__item[data-selected=true] .studio-team__image {
  border-color: #ed155b;
}
.studio-team__item[data-selected=true] .studio-team__text {
  background-color: rgba(237, 21, 91, 0.9);
}
.studio-team__item[data-selected=true] .studio-team__text::after {
  content: "";
  border-top: 12px solid rgba(237, 21, 91, 0.9);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.studio-team__item[data-selected=true] .studio-team__name,
.studio-team__item[data-selected=true] .studio-team__role {
  color: #fff;
}
.studio-team__item[data-selected=true] .studio-team__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.studio-team__item--join {
  padding-bottom: 25px;
}
.studio-team__item--join .studio-team__item-inner {
  display: block;
  background-color: rgba(237, 21, 91, 0.5);
  width: 100%;
  padding-bottom: 93.89%;
  position: relative;
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.studio-team__item--join .studio-team__item-inner:hover {
  background-color: rgba(237, 21, 91, 0.9);
}
.studio-team__item--join .studio-team__item-inner span {
  width: 100%;
  padding: 0 40px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.studio-team__item--empty {
  padding-bottom: 25px;
}
.studio-team__item--empty .studio-team__item-inner {
  display: block;
  background-color: rgba(237, 21, 91, 0.04);
  width: 100%;
  padding-bottom: 93.89%;
  cursor: initial;
}
.studio-team__item-inner {
  cursor: pointer;
}
.studio-team__image {
  border: 4px solid rgba(223, 223, 223, 0.5);
}
.studio-team__image span {
  display: block;
  background: center/cover no-repeat;
  padding-bottom: 93.89%;
}
.studio-team__text {
  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;
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 55px;
  padding: 5px 10px;
  margin: -30px 15px 0;
  position: relative;
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
}
.studio-team__name {
  display: block;
  font-size: 2.4rem;
  color: #ed155b;
  -webkit-transition: none;
  transition: none;
}
.studio-team__role {
  display: block;
  color: #000;
  -webkit-transition: none;
  transition: none;
}
.studio-team__info {
  display: none;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 35px 40px;
  margin-top: 40px;
  position: absolute;
  left: 0;
}
.studio-team__info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.studio-team__info-left {
  width: 25%;
  padding-right: 25px;
  font-size: 2rem;
}
.studio-team__info-left li:not(:last-child) {
  margin-bottom: 10px;
}
.studio-team__info-right {
  width: 75%;
}
.studio-team__info-right li:not(:last-child) {
  margin-bottom: 30px;
}
.studio-team__info-heading {
  display: block;
  margin-bottom: 20px;
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 1349px) {
  .studio-team__list {
    margin: 0 -10px;
  }
  .studio-team__item {
    padding: 0 10px;
  }
  .studio-team__item--join .studio-team__item-inner {
    font-size: 4.8rem;
  }
}
@media (max-width: 1199px) {
  .studio-team__list {
    margin: 0 -20px;
  }
  .studio-team__item {
    width: 33.333333%;
    padding: 0 20px;
  }
  .studio-team__item--empty {
    display: none;
  }
}
@media (max-width: 1024px) {
  .studio-team h2 {
    font-size: 4.8rem;
  }
  .studio-team__list {
    margin: 0 -10px;
  }
  .studio-team__item {
    padding: 0 10px;
  }
  .studio-team__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
  }
  .studio-team__info-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .studio-team__info-right {
    width: 100%;
  }
  .studio-team__info-heading {
    font-size: 2.4rem;
  }
}
@media (max-width: 899px) {
  .studio-team__list {
    margin: 0 -20px;
  }
  .studio-team__item {
    width: 50%;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .studio-team__list {
    margin: 0 -10px;
  }
  .studio-team__item {
    padding: 0 10px;
  }
}
@media (max-width: 599px) {
  .studio-team__name {
    font-size: 2rem;
  }
}
@media (max-width: 479px) {
  .studio-team__item {
    width: 100%;
  }
  .studio-team__name {
    font-size: 2.4rem;
  }
  .studio-team__info-left {
    font-size: 1.6rem;
  }
  .studio-team__info-left li:not(:last-child) {
    margin-bottom: 5px;
  }
  .studio-team__info-right p {
    font-size: 1.6rem;
  }
}

.work-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: center/cover no-repeat;
  min-height: 320px;
  padding: 163px 0 80px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.work-header::before {
  content: "";
  background: #000 repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
}
.work-header--no-sub {
  padding-top: 66px;
}
.work-header .container {
  margin: 0;
}
.work-header h1 {
  margin-bottom: 0;
}
.work-header__sub {
  margin-top: 60px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .work-header {
    min-height: 0;
    padding: 40px 0;
  }
}

.work-content {
  background: rgba(255, 255, 255, 0.8) repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  padding: 100px 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
.work-content:nth-child(odd) {
  background: rgba(236, 236, 236, 0.8) repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
}
.work-content__heading {
  padding-bottom: 0;
  margin-bottom: 30px;
  font-size: 4rem;
  text-transform: uppercase;
}
.work-content__heading::after {
  display: none;
}
.work-content__section {
  position: relative;
}
.work-content__section:not(:last-child) {
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.work-content__section:not(:last-child)::after {
  content: "";
  display: block;
  background-color: #ed155b;
  width: 102px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.work-content--steps .container {
  max-width: 1600px;
}
.work-content--steps .work-content__heading {
  margin-bottom: 35px;
}
.work-content--steps .work-content__contact {
  margin-top: 40px;
}
.work-content__steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.work-content__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 218px;
  padding: 0 25px;
  margin-bottom: 40px;
  text-align: center;
}
.work-content__step .fa {
  margin-bottom: 40px;
  position: relative;
  font-size: 8.4rem;
  color: #ed155b;
}
.work-content__step:not(:last-child) .fa::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  font-family: FontAwesome;
  font-size: 3.6rem;
  line-height: 1;
  text-rendering: auto;
  color: rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.work-content__step-text {
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.27777;
  text-transform: uppercase;
}
.work-content__contact {
  -ms-flex-item-align: center;
      align-self: center;
  width: 277px;
  height: 67px;
  margin-top: 80px;
  font-size: 3.4rem;
}
@media (max-width: 767px) {
  .work-content__heading {
    font-size: 3rem;
  }
  .work-content__steps-list {
    display: block;
  }
  .work-content__step {
    max-width: none;
    padding: 0 0 35px;
    position: relative;
  }
  .work-content__step .fa {
    margin-bottom: 25px;
    font-size: 8.4rem;
    color: #ed155b;
  }
  .work-content__step:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    font-family: FontAwesome;
    font-size: 3.6rem;
    line-height: 1;
    text-rendering: auto;
    color: rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .work-content__step:not(:last-child) .fa::after {
    display: none;
  }
  .work-content__contact {
    margin-top: 60px;
  }
  .work-content--steps .work-content__contact {
    margin-top: 20px;
  }
}

.work-testimonial {
  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;
  background: center/cover no-repeat;
  padding: 100px 0;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.work-testimonial::before {
  content: "";
  background: #000 repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
}
.work-testimonial .container {
  max-width: 1200px;
}
.work-testimonial__heading {
  display: block;
  margin-bottom: 30px;
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase;
}
.work-testimonial__content {
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 300;
  font-style: italic;
}
.work-testimonial__credit {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .work-testimonial {
    padding: 70px 0;
  }
  .work-testimonial__heading {
    font-size: 3rem;
  }
  .work-testimonial__content {
    font-size: 2rem;
  }
}

.work-contact {
  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;
  background: center/cover no-repeat;
  padding: 70px 0;
  position: relative;
  z-index: 1;
  color: #fff;
}
.work-contact::before {
  content: "";
  background: #000 repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.75;
}
.work-contact h2 {
  font-size: 5.4rem;
}
.work-contact .engage-form .engage-form-row {
  padding-top: 0;
}
.work-contact .engage-form .engage-form-label {
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.work-contact .engage-form .engage-form-input {
  background-color: rgba(255, 255, 255, 0.8);
  height: 45px;
  padding: 0 10px;
  border-color: transparent;
  border-radius: 8px;
  line-height: 45px;
}
.work-contact .engage-form textarea.engage-form-input {
  height: auto;
  padding: 5px 10px;
}
.work-contact .engage-form .engage-form-submit-default {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ed155b;
  width: 197px;
  height: 37px;
  padding: 0;
  border-radius: 8px;
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  font-size: 2.4rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.work-contact .engage-form .engage-form-submit-default:hover {
  background: #f1447c;
  color: #fff;
}
.work-contact .engage-form .engage-form-submit-default:visited {
  color: #fff;
}
.work-contact .engage-form-required-field {
  display: none;
}
@media (max-width: 1024px) {
  .work-contact h2 {
    font-size: 4.8rem;
  }
}

.menu-open {
  display: none;
  -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;
  width: 50px;
  height: 40px;
  min-width: 40px;
  cursor: pointer;
}
.menu-open__bar {
  display: block;
  width: 100%;
  height: 7px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1024px) {
  .menu-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mobile-menu {
  background: #ed155b;
  min-width: 320px;
  height: 100%;
  height: calc(100% + 60px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: none;
  transition: none;
}
.mobile-menu::before {
  content: "";
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
[data-menu-state=open] .mobile-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0.04, 0.98, 0.08);
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0.04, 0.98, 0.08);
  transition: transform 0.8s cubic-bezier(0.77, 0.04, 0.98, 0.08);
  transition: transform 0.8s cubic-bezier(0.77, 0.04, 0.98, 0.08), -webkit-transform 0.8s cubic-bezier(0.77, 0.04, 0.98, 0.08);
}
.mobile-menu nav {
  height: 100%;
  padding: 15% 0 120px;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: visibility 0.5s 1s ease-out, opacity 0.5s 1s ease-out, -webkit-transform 0.5s 1s ease-out;
  transition: visibility 0.5s 1s ease-out, opacity 0.5s 1s ease-out, -webkit-transform 0.5s 1s ease-out;
  transition: transform 0.5s 1s ease-out, visibility 0.5s 1s ease-out, opacity 0.5s 1s ease-out;
  transition: transform 0.5s 1s ease-out, visibility 0.5s 1s ease-out, opacity 0.5s 1s ease-out, -webkit-transform 0.5s 1s ease-out;
}
[data-menu-state=open] .mobile-menu nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu .menu-item a {
  display: block;
  padding: 10px 0;
  color: #fff;
}
.mobile-menu__close {
  display: block;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.header {
  text-align: center;
}
.page-template-page-home .header {
  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: 750px;
  max-height: 1000px;
}
.page-template-page-home .header .header__main {
  padding: 100px 0;
}
.page-template-page-home .header__logo,
.page-template-page-home .header .custom-logo-link {
  display: block;
  width: 75%;
  max-width: 283px;
}
.page-template-page-home .header__logo img,
.page-template-page-home .header .custom-logo-link img {
  display: block;
}
body:not(.page-template-page-home) .header__logo,
body:not(.page-template-page-home) .header .custom-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  width: 75px;
  height: 66px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body:not(.page-template-page-home) .header__logo::before,
body:not(.page-template-page-home) .header .custom-logo-link::before {
  content: "";
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body:not(.page-template-page-home) .header__logo img,
body:not(.page-template-page-home) .header .custom-logo-link img {
  display: block;
  max-width: 48px;
}
.header__main {
  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;
  background: center/cover no-repeat;
  height: 100%;
  position: relative;
  z-index: 1;
}
.header__main::before {
  content: "";
  background: #000 repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.header__main .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__main .button, .header__main .comment__reply a, .comment__reply .header__main a {
  width: 274px;
  height: 61px;
  margin-top: 75px;
  font-size: 3.4rem;
}
.header__tagline {
  margin: 60px 0 0;
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  font-size: 4.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
}
.header__nav {
  font-family: "Microbrew Two W01 Regular", arial, sans-serif;
  text-transform: uppercase;
}
.header__nav[data-fixed=true] {
  width: 100%;
  max-width: 1920px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
}
.header__nav .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__nav nav a {
  display: inline-block;
  padding: 8px 5px;
  text-decoration: none;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav li {
  padding: 0;
  margin: 0;
  position: relative;
}
.header__nav li:hover > .sub-menu {
  display: block;
}
.header__nav .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__nav .menu > li > .sub-menu {
  min-width: 235px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__nav .menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav .sub-menu {
  display: none;
  background: #ed155b;
  padding: 0;
  position: absolute;
  z-index: 1002;
  font-size: 1.6rem;
}
.header__nav .sub-menu li,
.header__nav .sub-menu a {
  display: block;
}
.header__nav .sub-menu .sub-menu {
  min-width: 200px;
  top: 0;
  left: 100%;
}
.header__nav-main {
  background-color: #ed155b;
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
}
.header__nav-main::before {
  content: "";
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 4px, rgba(0, 0, 0, 0.04) 5px, rgba(0, 0, 0, 0.04) 6px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.header__nav-main nav a {
  color: #fff;
}
.header__nav-main li:hover > a {
  background-color: #f1447c;
}
.header__nav-main .menu > li > a {
  height: 66px;
  padding: 0 40px;
}
.header__nav-sub {
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 2rem;
  line-height: 1;
}
.header__nav-sub nav a {
  color: #000;
}
.header__nav-sub li:hover > a {
  background-color: rgba(255, 255, 255, 0.4);
}
.header__nav-sub .menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
}
.header__nav-sub .menu > li > a {
  min-height: 47px;
  padding: 5px 30px;
}
.header__nav-sub .menu > li > a.active {
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1024px) {
  .page-template-page-home .header {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  body:not(.page-template-page-home) .header__logo,
body:not(.page-template-page-home) .header .custom-logo-link {
    height: 70px;
  }
  .header__main .button, .header__main .comment__reply a, .comment__reply .header__main a {
    margin-top: 50px;
    font-size: 2.8rem;
  }
  .header__tagline {
    margin-top: 40px;
    font-size: 3.6rem;
  }
  .header__nav-main {
    padding: 15px 0;
  }
  .header__nav-main .container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__nav-main nav {
    display: none;
  }
  .header__nav-sub {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 767px) {
  .header__nav-sub .container {
    display: block;
    width: 100%;
  }
  .header__nav-sub .menu {
    display: block;
  }
  .header__nav-sub .menu > li {
    display: block;
    margin: 0;
  }
  .header__nav-sub .menu > li > a {
    display: block;
    min-height: 0;
    padding: 10px 2.5%;
    text-align: center;
  }
}

.footer {
  background-color: #000;
  padding: 40px 0 60px;
  border-top: 2px solid #ed155b;
  font-size: 1.2rem;
  text-align: center;
  color: #878787;
}
.footer .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo {
  width: 35px;
  margin-bottom: 30px;
}
.footer__nav {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.footer__nav li {
  display: inline-block;
  position: relative;
}
.footer__nav li:not(:first-child)::before {
  content: "·";
  position: absolute;
  top: 50%;
  left: -1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer__nav a {
  padding: 5px 8px;
  color: #878787;
}
.footer__nav a:hover {
  color: #fff;
}
.footer__copy {
  font-size: 1.2rem;
}

.sidebar {
  width: 270px;
  margin-left: 30px;
  position: relative;
  color: #fff;
}
.sidebar[data-mbl-state=open] .sidebar__toggle::after {
  content: "";
}
.sidebar__toggle {
  display: none;
  background: #333;
  padding: 15px 20px;
  position: relative;
  cursor: pointer;
  font-size: 20px;
}
.sidebar__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 1;
  text-rendering: auto;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sidebar__content {
  background: #333;
  width: 270px;
  padding: 20px;
}
.sidebar__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar__content li:not(:last-child) {
  margin-bottom: 5px;
}
.sidebar__content a {
  color: #eaeaea;
}
.sidebar__content .widget:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar__content .post-date {
  display: block;
  font-size: 1.4rem;
}
.sidebar__title {
  display: block;
  margin-bottom: 5px;
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .sidebar {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin: 0 0 30px;
  }
  .sidebar__toggle {
    display: block;
  }
  .sidebar__content {
    display: none;
    width: 100%;
    padding-top: 0;
  }
}

.cookie-bar {
  display: none;
  background: #ed155b;
  width: 100%;
  padding: 10px 2.5%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}
.cookie-bar__close {
  background: #e62423;
  width: auto;
  height: auto;
  padding: 2px 8px;
  border-radius: 5px;
  margin-left: 20px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}
.cookie-bar__close:hover {
  background: #c01716;
}

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