/* Main Project imports ***********************/
/* Bourbon & Neat Libraries ***********************/
/**
 * Base styles ~ Grid options
 */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* Own mixins ***********************/
/* Base styles ***********************/
/**
 * Base styles ~ Colours
 */
/**
 * Base styles ~ Easings
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Base styles ~ Type
 */
a {
  color: #66a2f8;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  color: #232528;
  text-rendering: optimizeLegibility;
}

h1,
.h1 {
  font-size: 30px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h1,
.h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  h1,
.h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1240px) {
  h1,
.h1 {
    font-size: 60px;
  }
}

h2,
.h2 {
  font-size: 21px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h2,
.h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  h2,
.h2 {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-size: 21px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h3,
.h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1240px) {
  h3,
.h3 {
    font-size: 30px;
  }
}

h4,
.h4 {
  font-size: 20px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h4,
.h4 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  h4,
.h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1240px) {
  h4,
.h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  font-size: 17px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h5,
.h5 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1240px) {
  h5,
.h5 {
    font-size: 18px;
  }
}

h6,
.h6 {
  font-size: 14px;
  line-height: 15.8px;
  font-size: 1.4rem;
  line-height: 1.58rem;
  font-weight: 500;
}

p {
  margin: 10px 0 0;
  font-family: inherit;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.9;
}
p:first-child {
  margin-top: 0;
}

ul, ol {
  margin: 10px 0 0;
  padding: 0 0 0 15px;
  line-height: 1.9;
}
ul:first-child, ol:first-child {
  margin-top: 0;
}

hr {
  margin: 22px 0 21px;
  height: 0;
  border: solid #bfc9cc;
  border-width: 1px 0 0;
  clear: both;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 600;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

/**
 * Base styles
 */
body {
  position: relative;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #232528;
}

.outer-wrapper {
  overflow: hidden;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.no-bullet,
ul.no-bullet {
  list-style: none;
}

/* Misc ---------------------- */
.hide {
  display: none;
}

.fill-remainder {
  float: none;
  overflow: hidden;
}

/**
 * Base styles ~ Grid
 */
.row {
  display: block;
}
.row::after {
  clear: both;
  content: "";
  display: table;
}

.one {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 5.8160422572%;
}
.one:last-child {
  margin-right: 0;
}

.two {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 14.3782202338%;
}
.two:last-child {
  margin-right: 0;
}

.three {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 22.9403982104%;
}
.three:last-child {
  margin-right: 0;
}

.four {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 31.502576187%;
}
.four:last-child {
  margin-right: 0;
}

.five {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 40.0647541637%;
}
.five:last-child {
  margin-right: 0;
}

.six {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 48.6269321403%;
}
.six:last-child {
  margin-right: 0;
}

.seven {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 57.1891101169%;
}
.seven:last-child {
  margin-right: 0;
}

.eight {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 65.7512880935%;
}
.eight:last-child {
  margin-right: 0;
}

.nine {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 74.3134660701%;
}
.nine:last-child {
  margin-right: 0;
}

.ten {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 82.8756440468%;
}
.ten:last-child {
  margin-right: 0;
}

.eleven {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 91.4378220234%;
}
.eleven:last-child {
  margin-right: 0;
}

.twelve {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 100%;
}
.twelve:last-child {
  margin-right: 0;
}

/**
 * Base styles ~ Forms
 */
html input[disabled] {
  cursor: not-allowed;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* Plugin styles
   Put them inside "plugins" folder ***********************/
/* 
 *  Owl Carousel
 */
.owl-carousel {
  visibility: hidden;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 800ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Reusable Component styles (header/footer/dropdowns etc)
   Put them inside "common" folder ***********************/
/**
 * Header styles
 */
body {
  padding-top: 80px;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  height: 80px;
  background: #232528;
}

.logo {
  position: absolute;
  z-index: 10;
  top: 5px;
  left: 20px;
  width: 147px;
  height: 30px;
}
.logo svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 20px;
  color: #aaafb2;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.menu-toggle:hover {
  color: #e5e8e9;
}
@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}

.menu-wrap {
  position: fixed;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #232528;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .menu-wrap {
    position: relative;
    float: left;
    width: 100%;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding-left: 168px;
    background: transparent;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
}

.menu-on .menu-toggle {
  color: #e5e8e9;
}
.menu-on .menu-wrap {
  visibility: visible;
  opacity: 1;
}
.menu-on .menu,
.menu-on .socials {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.menu {
  list-style: none;
  padding: 0 20px;
  max-width: 768px;
  margin: 0 auto;
  line-height: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1);
  -moz-transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1);
  transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
@media screen and (min-width: 1024px) {
  .menu {
    float: left;
    margin: 0;
    padding: 0;
    max-width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 1024px) {
  .menu__item {
    float: left;
  }
}

.menu__item__link {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding: 10px 0;
}
@media screen and (min-width: 1024px) {
  .menu__item__link {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }
}
.menu__item__link:hover, .menu__item__link.active {
  color: #66a2f8;
}

.socials {
  list-style: none;
  margin: 20px auto 0;
  max-width: 768px;
  padding: 0 10px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1) 0.2s;
  -moz-transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1) 0.2s;
  transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1) 0.2s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
@media screen and (min-width: 1024px) {
  .socials {
    float: right;
    margin: 0 -15px 0 0;
    max-width: 100%;
    padding: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.socials__item {
  float: left;
}

.socials__item__link {
  display: block;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .socials__item__link {
    padding: 11px 15px;
  }
}
.socials__item__link svg {
  fill: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.socials__item__link:hover svg {
  fill: #66a2f8;
}

.socials__item__link--twitter svg {
  width: 18px;
  height: 16px;
}

.socials__item__link--instagram svg {
  width: 16px;
  height: 16px;
}

.socials__item__link--facebook svg {
  width: 10px;
  height: 16px;
}

.gms-logo {
  float: right;
  margin-top: 6px;
  width: 140px;
  height: 33px;
}
.gms-logo img {
  width: 100%;
}

.categories {
  position: fixed;
  z-index: 200;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #232528;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

ul.categories__menu {
  list-style: none;
  padding: 0;
  line-height: 1;
  border-top: 1px solid #414141;
  -webkit-transition: all 0.8s cubic-bezier(0.87, 0, 0.19, 1);
  -moz-transition: all 0.8s cubic-bezier(0.87, 0, 0.19, 1);
  transition: all 0.8s cubic-bezier(0.87, 0, 0.19, 1);
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  ul.categories__menu {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  ul.categories__menu {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1240px) {
  ul.categories__menu {
    margin-top: 70px;
  }
}
ul.categories__menu:hover .categories__menu__item__link.active {
  color: rgba(255, 255, 255, 0.8);
}
ul.categories__menu:hover .categories__menu__item__link.active:before {
  opacity: 0;
  background: #414141;
  right: 80px;
}
ul.categories__menu:hover .categories__menu__item__link.active:hover {
  color: #fff;
}
ul.categories__menu:hover .categories__menu__item__link.active:hover:before {
  opacity: 1;
  background: #D8D8D8;
  right: 20px;
}

@media screen and (min-width: 768px) {
  .categories__menu__item {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .categories__menu__item {
    width: 33.33%;
  }
}
.categories__menu__item__link {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  padding: 20px 0;
  border-bottom: 1px solid #414141;
}
@media screen and (min-width: 768px) {
  .categories__menu__item__link {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .categories__menu__item__link {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1240px) {
  .categories__menu__item__link {
    padding: 60px 0;
    font-size: 30px;
  }
}
.categories__menu__item__link:before {
  content: "";
  background: #414141;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 80px;
  height: 4px;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.87, 0, 0.19, 1);
  -moz-transition: all 0.3s cubic-bezier(0.87, 0, 0.19, 1);
  transition: all 0.3s cubic-bezier(0.87, 0, 0.19, 1);
}
.categories__menu__item__link:hover, .categories__menu__item__link.active {
  color: #fff;
}
.categories__menu__item__link:hover:before, .categories__menu__item__link.active:before {
  opacity: 1;
  background: #D8D8D8;
  right: 20px;
}

.categories__close {
  padding: 30px 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.categories__close:hover {
  color: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media screen and (min-width: 768px) {
  .categories__close {
    float: left;
    clear: both;
    width: 100%;
    padding: 40px 0 20px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .categories__close {
    padding: 60px 0 30px;
  }
}
@media screen and (min-width: 1240px) {
  .categories__close {
    padding: 80px 0 40px;
  }
}

.categories-on .js-what-we-do {
  color: #66a2f8;
}
.categories-on .categories {
  visibility: visible;
  opacity: 1;
}
.categories-on ul.categories__menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
.categories-on .categories__close {
  opacity: 1;
  -webkit-transition: all 0.15s ease-in-out 0.6s;
  -moz-transition: all 0.15s ease-in-out 0.6s;
  transition: all 0.15s ease-in-out 0.6s;
}
.categories-on .categories__close:hover svg {
  opacity: 1;
}

/**
 * Footer styles
 */
.footer {
  background: #232528;
  padding: 40px 0;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 60px 0 40px;
  }
}
@media screen and (min-width: 1240px) {
  .footer {
    padding: 80px 0 40px;
  }
}
.footer .logo {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
}
@media screen and (min-width: 768px) {
  .footer .logo {
    position: absolute;
    top: 0;
    left: 20px;
  }
}
@media screen and (min-width: 1240px) {
  .footer .logo {
    position: relative;
    top: auto;
    left: auto;
    float: left;
  }
}

.footer__contact {
  margin-top: 30px;
  color: #e5e8e9;
}
@media screen and (min-width: 480px) {
  .footer__contact {
    float: left;
    clear: both;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .footer__contact {
    clear: none;
    width: 33.33%;
    margin-top: 70px;
  }
}
@media screen and (min-width: 1240px) {
  .footer__contact {
    width: 20%;
    margin: 0 0 0 140px;
  }
}
.footer__contact p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
}
.footer__contact p strong {
  display: inline-block;
  font-weight: 600;
  width: 44px;
}
.footer__contact p a {
  color: #e5e8e9;
}
.footer__contact p a:hover {
  color: #66a2f8;
}
.footer__contact p:first-child {
  margin-top: 0;
}

.footer__news-loader {
  display: none;
}

.footer__news {
  display: block;
  margin-top: 30px;
  background: #121314;
  padding: 20px;
}
@media screen and (min-width: 480px) {
  .footer__news {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .footer__news {
    float: right;
    width: 66.66%;
    padding: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer__news {
    width: 560px;
  }
}
.footer__news:hover .footer__news__content h5 {
  color: #66a2f8;
}

@media screen and (min-width: 480px) {
  .footer__news__content {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .footer__news__content {
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__news__content {
    width: 320px;
    padding: 30px 40px 10px;
  }
}
.footer__news__content span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #e5e8e9;
}
.footer__news__content h5 {
  margin-top: 12px;
  line-height: 1.4;
  color: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.footer__news__image {
  display: block;
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 480px) {
  .footer__news__image {
    float: right;
    width: 40%;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer__news__image {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .footer__news__image {
    width: 240px;
  }
}

.footer__credits {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 30px;
  color: #aaafb2;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .footer__credits {
    text-align: right;
  }
}
@media screen and (min-width: 1240px) {
  .footer__credits {
    margin-top: 80px;
  }
}
.footer__credits a {
  color: #aaafb2;
}
.footer__credits a:hover {
  color: #e5e8e9;
}

/**
 * Grid styles
 */
header,
footer,
section {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}

.wrap {
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wrap {
    max-width: 768px;
  }
}
@media screen and (min-width: 1024px) {
  .wrap {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1240px) {
  .wrap {
    max-width: 1240px;
  }
}

.row {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .row {
    max-width: 440px;
  }
}
@media screen and (min-width: 768px) {
  .row {
    max-width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .row {
    max-width: 980px;
  }
}
@media screen and (min-width: 1240px) {
  .row {
    max-width: 1200px;
  }
}
.row.row--no-cols {
  padding: 0 20px;
}

.row:before, .row:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.row:after, .clearfix:after {
  clear: both;
}

.row, .clearfix {
  zoom: 1;
}

.column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
}
.column.centered {
  float: none;
  margin: 0 auto;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

.row--cols-left [class*=column] + [class*=column]:last-child {
  float: left;
}

@media screen and (min-width: 768px) {
  .row .six {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .row .one {
    width: 8.33%;
  }

  .row .two {
    width: 16.66%;
  }

  .row .three {
    width: 25%;
  }

  .row .four {
    width: 33.33%;
  }

  .row .five {
    width: 41.66%;
  }

  .row .six {
    width: 50%;
  }

  .row .seven {
    width: 58.33%;
  }

  .row .eight {
    width: 66.66%;
  }

  .row .nine {
    width: 75%;
  }

  .row .ten {
    width: 83.33%;
  }

  .row .eleven {
    width: 91.66%;
  }

  .row .twelve {
    width: 100%;
  }
}
/**
 * Work item styles
 */
.grid-item {
  position: relative;
  float: left;
  width: 100%;
  background: #232528;
}
@media screen and (min-width: 480px) {
  .grid-item {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .grid-item {
    width: 33.25%;
  }
}
.grid-item:hover .grid-item__image {
  opacity: 0.6;
}
.grid-item:hover .grid-item__content {
  visibility: visible;
  opacity: 1;
}
.grid-item:hover .grid-item__client,
.grid-item:hover .grid-item__title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.grid-item__image {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.grid-item__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px;
  -webkit-font-smoothing: antialiased;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.grid-item__client {
  color: rgba(229, 232, 233, 0.8);
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1);
  -moz-transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1);
  transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1);
}

.grid-item__title {
  margin-top: 5px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1) 0.2s;
  -moz-transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1) 0.2s;
  transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1) 0.2s;
}

/**
 * Global UI elements
 */
.button {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #66a2f8;
  letter-spacing: 0.04em;
  padding-bottom: 7px;
  -webkit-transition: color 0.15s ease-in-out, text-shadow 0.3s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: color 0.15s ease-in-out, text-shadow 0.3s ease-in-out;
  cursor: pointer;
}
.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #66a2f8;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.87, 0, 0.19, 1);
  -moz-transition: all 0.3s cubic-bezier(0.87, 0, 0.19, 1);
  transition: all 0.3s cubic-bezier(0.87, 0, 0.19, 1);
}
.button:hover {
  color: #232528;
  text-shadow: 0 0 25px rgba(102, 162, 248, 0.6);
}
.button:hover:after {
  width: 50%;
}

.filters-list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

.filters-list__item {
  display: inline-block;
  margin-right: 14px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #bfc9cc;
  letter-spacing: 0.04em;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.filters-list__item:hover {
  color: #232528;
}
.filters-list__item:last-child {
  margin-right: 0;
}
.filters-list__item.filters-list__item--active {
  color: #66a2f8;
}

/**
 * Player styles
 */
.video-wrap {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.video-wrap .wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-playing .video-wrap {
  visibility: visible;
  opacity: 1;
}

.video-wrap__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(18, 19, 20, 0.9);
  cursor: pointer;
}
.video-wrap__background:hover .video-wrap__close {
  opacity: 1;
}

.video-wrap__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  fill: #fff;
  opacity: 0.7;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.player-more-link {
  display: inline-block;
  margin: 20px auto -10px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.04em;
  opacity: 0.7;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.player-more-link:hover {
  opacity: 1;
}

.player-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #121314;
}
.player-wrap.video-playing .player-wrap__cover {
  visibility: hidden;
  opacity: 0;
}

.player-wrap__cover {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.player-wrap__cover:hover .player-wrap__play {
  opacity: 1;
}

.player-wrap__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .player-wrap__play {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1240px) {
  .player-wrap__play {
    width: 170px;
    height: 170px;
  }
}
.player-wrap__play svg {
  width: 100%;
  height: 100%;
}

.slate-player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.flowplayer .fp-color {
  background-color: #66a2f8;
}

.slate-player .flowplayer .fp-progress:after,
.slate-player .flowplayer .fp-volumebar .fp-color {
  background-color: #66a2f8;
}

/* Module styles (individual page styles)
   Put them inside "modules" folder ***********************/
/**
 * Home styles
 */
.home-hero {
  background: #121314;
  width: 100%;
  height: 0;
  padding: 0 0 80%;
}
@media screen and (min-width: 480px) {
  .home-hero {
    padding-bottom: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero {
    padding-bottom: 50%;
  }
}

.hero-carousel .owl-nav {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 50%;
  padding: 0 10px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .hero-carousel .owl-nav {
    bottom: 20px;
    max-width: 384px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-carousel .owl-nav {
    max-width: 512px;
  }
}
@media screen and (min-width: 1240px) {
  .hero-carousel .owl-nav {
    max-width: 620px;
  }
}
.hero-carousel .owl-prev,
.hero-carousel .owl-next {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  color: rgba(229, 232, 233, 0.8);
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.hero-carousel .owl-prev:hover,
.hero-carousel .owl-next:hover {
  color: #fff;
}
.hero-carousel .owl-next:after {
  content: "/";
  position: absolute;
  left: -3px;
  top: 7px;
  font-size: 22px;
  color: rgba(229, 232, 233, 0.5);
  -webkit-font-smoothing: antialiased;
}
.hero-carousel .owl-dots {
  display: none;
}
@media screen and (min-width: 768px) {
  .hero-carousel .owl-dots {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    white-space: nowrap;
  }
}
.hero-carousel .owl-dot {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  height: 20px;
  cursor: pointer;
}
.hero-carousel .owl-dot span {
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.4s cubic-bezier(0.87, 0, 0.19, 1);
  -moz-transition: all 0.4s cubic-bezier(0.87, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.87, 0, 0.19, 1);
}
.hero-carousel .owl-dot:hover span {
  background: rgba(255, 255, 255, 0.8);
}
.hero-carousel .owl-dot.active span {
  height: 20px;
  background: #fff;
}
.hero-carousel .owl-item.active .hero-item__client,
.hero-carousel .owl-item.active .hero-item__title {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.hero-item {
  position: relative;
}

.hero-item__link {
  display: block;
}

.hero-item__image,
.hero-item__video {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 480px) {
  .hero-item__image,
.hero-item__video {
    padding-bottom: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .hero-item__image,
.hero-item__video {
    padding-bottom: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .hero-item__image {
    display: none;
  }
}

.hero-item__video {
  display: none;
}
@media screen and (min-width: 1024px) {
  .hero-item__video {
    display: block;
  }
}

.hero-item__video-object {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-item__content {
  position: absolute;
  top: 33.33%;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .hero-item__content {
    top: 40%;
  }
}

.hero-item__client {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1) 1s;
  -moz-transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1) 1s;
  transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1) 1s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
@media screen and (min-width: 768px) {
  .hero-item__client {
    font-size: 19px;
  }
}

.hero-item__title {
  margin-top: 10px;
  color: #fff;
  -webkit-transition: all 1s cubic-bezier(0.87, 0, 0.19, 1) 1s;
  -moz-transition: all 1s cubic-bezier(0.87, 0, 0.19, 1) 1s;
  transition: all 1s cubic-bezier(0.87, 0, 0.19, 1) 1s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0);
}

.hero-item__content-type {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .hero-item__content-type {
    bottom: 30px;
  }
}

.hero-item__content-type__text {
  font-size: 12px;
  line-height: 17px;
  color: rgba(229, 232, 233, 0.8);
  font-weight: 600;
}
.hero-item__content-type__text:hover {
  color: #fff;
}
.hero-item__content-type__text:after {
  content: "";
  display: block;
}
.hero-item__content-type__text[href=featured] {
  display: none;
}

.home-intro {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .home-intro {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1024px) {
  .home-intro {
    padding: 130px 0;
  }
}
@media screen and (min-width: 1240px) {
  .home-intro {
    padding: 175px 0;
  }
}
@media screen and (min-width: 768px) {
  .home-intro .wrap {
    text-align: center;
    max-width: 640px;
  }
}
.home-intro .button {
  margin-top: 30px;
}

.home-intro__title {
  line-height: 1.4;
}

.home-intro__content {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .home-intro__content {
    padding: 0 20px;
  }
}

.home-latest {
  background: #f0f4f6;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .home-latest {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1024px) {
  .home-latest {
    padding: 130px 0;
  }
}
@media screen and (min-width: 1240px) {
  .home-latest {
    padding: 175px 0;
  }
}

.latest-grid {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 40px;
}

.latest-item {
  position: relative;
  float: left;
  width: 100%;
  padding: 1px;
}
@media screen and (min-width: 480px) {
  .latest-item {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .latest-item {
    width: 33.33%;
  }
}

.latest-item__link {
  display: block;
}
.latest-item__link:hover .latest-item__content {
  visibility: visible;
  opacity: 1;
}
.latest-item__link:hover .latest-item__title {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.latest-item__image {
  display: block;
  width: 100%;
}

.latest-item__content {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: rgba(35, 37, 40, 0.4);
  padding: 30px;
  -webkit-font-smoothing: antialiased;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.latest-item__title {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 50%;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.87, 0, 0.19, 1);
  -moz-transition: all 0.5s cubic-bezier(0.87, 0, 0.19, 1);
  transition: all 0.5s cubic-bezier(0.87, 0, 0.19, 1);
}

.latest-load {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .latest-load {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .latest-load {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1240px) {
  .latest-load {
    margin-top: 75px;
  }
}

.latest-load--loading .button {
  color: #232528;
  text-shadow: 0 0 25px rgba(102, 162, 248, 0.6);
  pointer-events: none;
}
.latest-load--loading .button:after {
  width: 50%;
}

.latest-load--hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.87, 0, 0.19, 1);
  -moz-transition: all 0.5s cubic-bezier(0.87, 0, 0.19, 1);
  transition: all 0.5s cubic-bezier(0.87, 0, 0.19, 1);
}

.latest-loader {
  display: none;
}

/**
 * Category styles
 */
.category-intro {
  padding-top: 40px;
  background: #232528;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  .category-intro {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .category-intro {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1240px) {
  .category-intro {
    padding-top: 100px;
  }
}

.category-intro__title {
  color: #fff;
}

.category-intro__text {
  margin-top: 15px;
  color: #aaafb2;
}
@media screen and (min-width: 768px) {
  .category-intro__text {
    max-width: 480px;
  }
}

.category-spotlight {
  padding-top: 100px;
  background: #232528;
}
@media screen and (min-width: 768px) {
  .category-spotlight {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .category-spotlight {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1240px) {
  .category-spotlight {
    padding-top: 70px;
  }
}

.spotlight-carousel .owl-stage-outer {
  overflow: visible;
}
.spotlight-carousel .owl-stage {
  -webkit-transition: all 0.4s cubic-bezier(0.87, 0, 0.19, 1) !important;
  -moz-transition: all 0.4s cubic-bezier(0.87, 0, 0.19, 1) !important;
  transition: all 0.4s cubic-bezier(0.87, 0, 0.19, 1) !important;
}
.spotlight-carousel .owl-nav {
  display: block !important;
  position: absolute;
  top: -80px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .spotlight-carousel .owl-nav {
    top: -105px;
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .spotlight-carousel .owl-nav {
    top: -115px;
  }
}
@media screen and (min-width: 1240px) {
  .spotlight-carousel .owl-nav {
    top: -135px;
  }
}
.spotlight-carousel .owl-prev,
.spotlight-carousel .owl-next {
  display: inline-block;
  margin-right: 7px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 3px solid #aaafb2;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  text-align: center;
  padding-top: 18px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .spotlight-carousel .owl-prev,
.spotlight-carousel .owl-next {
    margin: 0 0 0 16px;
  }
}
.spotlight-carousel .owl-prev:hover,
.spotlight-carousel .owl-next:hover {
  border-color: #fff;
}
.spotlight-carousel .owl-prev.disabled,
.spotlight-carousel .owl-next.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.spotlight-carousel .owl-prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMjcgOCIgdmVyc2lvbj0iMS4xIj48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE5My4wMDAwMDAsIC0zMDEuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIwOC4wMDAwMDAsIDMwNS4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTEyMDguMDAwMDAwLCAtMzA1LjAwMDAwMCkgdHJhbnNsYXRlKDExNzguMDAwMDAwLCAyNzUuMDAwMDAwKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTguMDAwMDAwLCAyNi4wMDAwMDApIj48cmVjdCB4PSIwIiB5PSIzIiB3aWR0aD0iMjAiIGhlaWdodD0iMiIvPjxwb2x5Z29uIHBvaW50cz0iMjcgNCAxOSA4IDE5IDAiLz48L2c+PC9nPjwvZz48L2c+PC9zdmc+");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 8px;
}
.spotlight-carousel .owl-next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMjcgOCIgdmVyc2lvbj0iMS4xIj48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI3Ny4wMDAwMDAsIC0zMDEuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI2MC4wMDAwMDAsIDI3NS4wMDAwMDApIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNy4wMDAwMDAsIDI2LjAwMDAwMCkiPjxyZWN0IHg9IjAiIHk9IjMiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyIi8+PHBvbHlnb24gcG9pbnRzPSIyNyA0IDE5IDggMTkgMCIvPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 8px;
}
.spotlight-carousel .owl-item.show .spotlight-item__play {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .spotlight-carousel .owl-item.show .spotlight-item__play {
    opacity: 0.8;
  }
}
.spotlight-carousel .owl-item.show .spotlight-item__video {
  pointer-events: auto;
  cursor: pointer;
}
.spotlight-carousel .owl-item.show .spotlight-item__video:hover .spotlight-item__play {
  visibility: visible;
  opacity: 1;
}
.spotlight-carousel .owl-item.show .spotlight-item__client,
.spotlight-carousel .owl-item.show .spotlight-item__title {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.spotlight-carousel .owl-item.show .spotlight-item__client {
  -webkit-transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1) 0.2s;
  -moz-transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1) 0.2s;
  transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1) 0.2s;
}
.spotlight-carousel .owl-item.show .spotlight-item__title {
  -webkit-transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1) 0.4s;
  -moz-transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1) 0.4s;
  transition: all 0.6s cubic-bezier(0.87, 0, 0.19, 1) 0.4s;
}

.spotlight-item {
  position: relative;
  width: 280px;
}
@media screen and (min-width: 480px) {
  .spotlight-item {
    width: 380px;
  }
}
@media screen and (min-width: 768px) {
  .spotlight-item {
    width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .spotlight-item {
    width: 700px;
  }
}
@media screen and (min-width: 1240px) {
  .spotlight-item {
    width: 800px;
  }
}

.spotlight-item__video {
  position: relative;
  pointer-events: none;
}

.spotlight-item__image {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.spotlight-item__play {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .spotlight-item__play {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1240px) {
  .spotlight-item__play {
    width: 170px;
    height: 170px;
  }
}
.spotlight-item__play svg {
  width: 100%;
  height: 100%;
}

.spotlight-item__content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  .spotlight-item__content {
    left: 30px;
    bottom: 30px;
  }
}
@media screen and (min-width: 1240px) {
  .spotlight-item__content {
    left: 40px;
    bottom: 40px;
  }
}

.spotlight-item__client {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
@media screen and (min-width: 768px) {
  .spotlight-item__client {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .spotlight-item__client {
    font-size: 20px;
  }
}

.spotlight-item__title {
  margin-top: 8px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
@media screen and (min-width: 768px) {
  .spotlight-item__title {
    margin-top: 12px;
  }
}

.category-content {
  padding: 60px 0 40px;
  background: #232528;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  .category-content {
    padding: 60px 0 70px;
  }
}
@media screen and (min-width: 1024px) {
  .category-content {
    padding: 70px 0 100px;
  }
}
@media screen and (min-width: 1240px) {
  .category-content {
    padding: 90px 0 130px;
  }
}

.category-content__title {
  color: #fff;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .category-content__title {
    max-width: 50%;
  }
}

.category-content__text {
  margin-top: 20px;
  color: #aaafb2;
}
@media screen and (min-width: 768px) {
  .category-content__text {
    margin-top: 30px;
    column-count: 2;
    column-gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .category-content__text {
    float: right;
    width: 66.66%;
  }
}
@media screen and (min-width: 1240px) {
  .category-content__text {
    margin-top: 40px;
  }
}

.category-sounds {
  padding-bottom: 60px;
  background: #232528;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  .category-sounds {
    padding-bottom: 100px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .category-sounds {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 1240px) {
  .category-sounds {
    padding-bottom: 170px;
  }
}

.category-sounds__title {
  color: #fff;
}

.category-sounds__embeds {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .category-sounds__embeds {
    max-width: 800px;
  }
}
@media screen and (min-width: 1240px) {
  .category-sounds__embeds {
    max-width: 990px;
  }
}
.category-sounds__embeds iframe {
  margin-top: 45px;
}
.category-sounds__embeds iframe:first-child {
  margin-top: 30px;
}

.category-more {
  padding: 40px 0 45px;
  background: #121314;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  .category-more {
    padding: 50px 0 55px;
  }
}
@media screen and (min-width: 1024px) {
  .category-more {
    padding: 60px 0 65px;
  }
}
@media screen and (min-width: 1240px) {
  .category-more {
    padding: 70px 0 75px;
  }
}

.category-more__title {
  color: #fff;
}

.category-more .filters-list {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .category-more .filters-list {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .category-more .filters-list {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1240px) {
  .category-more .filters-list {
    margin-top: 60px;
  }
}
.category-more .filters-list__item {
  color: #aaafb2;
  display: none;
}
.category-more .filters-list__item:hover {
  color: #fff;
}
.category-more .filters-list__item.filters-list__item--active {
  color: #66a2f8;
}
.category-more .filter-list__item--show,
.category-more .filters-list__item--featured,
.category-more .filters-list__item--show-all {
  display: inline-block;
}

.category-grid {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 20px;
}

.category-cta {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .category-cta {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1024px) {
  .category-cta {
    padding: 140px 0;
  }
}
@media screen and (min-width: 1240px) {
  .category-cta {
    padding: 170px 0;
  }
}

.category-cta__text p {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .category-cta__text p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .category-cta__text p {
    font-size: 30px;
  }
}
.category-cta__text p br {
  content: " ";
}
.category-cta__text p br:after {
  content: " ";
}
@media screen and (min-width: 768px) {
  .category-cta__text p br {
    content: initial;
  }
  .category-cta__text p br:after {
    content: initial;
  }
}
.category-cta__text p a {
  position: relative;
  display: inline-block;
  padding-bottom: 0px;
  -webkit-transition: color 0.15s ease-in-out, text-shadow 0.3s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: color 0.15s ease-in-out, text-shadow 0.3s ease-in-out;
}
.category-cta__text p a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #66a2f8;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.87, 0, 0.19, 1);
  -moz-transition: all 0.3s cubic-bezier(0.87, 0, 0.19, 1);
  transition: all 0.3s cubic-bezier(0.87, 0, 0.19, 1);
}
.category-cta__text p a:hover {
  color: #232528;
  text-shadow: 0 0 25px rgba(102, 162, 248, 0.6);
}
.category-cta__text p a:hover:after {
  width: 50%;
}

/**
 * Work styles
 */
.work-intro {
  padding: 30px 0 50px;
}
@media screen and (min-width: 768px) {
  .work-intro {
    padding: 50px 0 90px;
  }
}
@media screen and (min-width: 1024px) {
  .work-intro {
    padding: 70px 0 130px;
  }
}
@media screen and (min-width: 1240px) {
  .work-intro {
    padding: 90px 0 170px;
  }
}

.work-intro__title {
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .work-intro__title {
    max-width: 80%;
  }
}
@media screen and (min-width: 1240px) {
  .work-intro__title {
    max-width: 70%;
  }
}

.work-grid {
  padding: 30px 0 50px;
}
@media screen and (min-width: 768px) {
  .work-grid {
    padding: 30px 0 90px;
  }
}
@media screen and (min-width: 1024px) {
  .work-grid {
    padding: 30px 0 130px;
  }
}
@media screen and (min-width: 1240px) {
  .work-grid {
    padding: 30px 0 170px;
  }
}

.work-grid .grid-item {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.work-filters,
.work-grid {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.work-filters.loaded,
.work-grid.loaded {
  visibility: visible;
  opacity: 1;
}

.page--work-item {
  background: #232528;
}

.work-title {
  padding-top: 30px;
  background: #232528;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  .work-title {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .work-title {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1240px) {
  .work-title {
    padding-top: 90px;
  }
}

@media screen and (min-width: 1024px) {
  .work-title__main {
    float: left;
    width: 50%;
  }
}

.work-title__title {
  line-height: 1.35;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .work-title__title {
    max-width: 80%;
  }
}
@media screen and (min-width: 1240px) {
  .work-title__title {
    max-width: 70%;
  }
}

.work-title__text {
  color: #aaafb2;
  margin-top: 15px;
}

@media screen and (min-width: 1024px) {
  .work-title__credits-wrap {
    float: right;
    width: 200px;
  }
}
@media screen and (min-width: 1240px) {
  .work-title__credits-wrap {
    width: 240px;
  }
}

@media screen and (min-width: 1024px) {
  .work-title__credits-wrap--two {
    width: 400px;
  }
}
@media screen and (min-width: 1240px) {
  .work-title__credits-wrap--two {
    width: 480px;
  }
}

.work-title__credits {
  list-style: none;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  float: left;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .work-title__credits {
    float: none;
    width: auto;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .work-title__credits {
    margin-top: 0;
    float: left;
  }
}

.work-title__credits__item {
  color: #aaafb2;
  margin-top: 15px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .work-title__credits__item {
    float: left;
    width: 33.33%;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .work-title__credits__item {
    margin-top: 25px;
    float: right;
    clear: both;
    width: 200px;
  }
  .work-title__credits__item:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1240px) {
  .work-title__credits__item {
    width: 240px;
  }
}
.work-title__credits__item strong {
  display: block;
  font-weight: 400;
  color: #fff;
}

.work-player {
  padding-top: 30px;
  background: #232528;
}
@media screen and (min-width: 768px) {
  .work-player {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .work-player {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1240px) {
  .work-player {
    padding-top: 90px;
  }
}

.related-clips {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .related-clips {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .related-clips {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1240px) {
  .related-clips {
    padding-top: 60px;
  }
}
.related-clips .grid-item {
  cursor: pointer;
  width: 50%;
  opacity: 0.25;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.related-clips .grid-item:hover {
  opacity: 1;
}
.related-clips .grid-item .grid-item__content {
  visibility: hidden;
  opacity: 0;
}
.related-clips .grid-item .grid-item__client,
.related-clips .grid-item .grid-item__title {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
@media screen and (min-width: 768px) {
  .related-clips .grid-item {
    width: 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  .related-clips .grid-item {
    opacity: 1;
  }
  .related-clips .grid-item:hover .grid-item__content {
    visibility: visible;
    opacity: 1;
  }
  .related-clips .grid-item:hover .grid-item__client,
.related-clips .grid-item:hover .grid-item__title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 1240px) {
  .related-clips .grid-item {
    width: 25%;
  }
}
.related-clips .grid-item--active {
  opacity: 1;
}
.related-clips .grid-item--active .grid-item__play {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .related-clips .grid-item--active .grid-item__content {
    visibility: visible;
    opacity: 1;
  }
  .related-clips .grid-item--active .grid-item__client,
.related-clips .grid-item--active .grid-item__title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.grid-item__play {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 30px;
  height: 30px;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.grid-item__play svg {
  width: 100%;
  height: 100%;
}

.work-next {
  background: #121314;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .work-next {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .work-next {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1240px) {
  .work-next {
    margin-top: 100px;
  }
}

.work-next__link {
  position: relative;
  display: block;
  padding: 50px 0;
  background: #121314;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  .work-next__link {
    padding: 90px 0;
  }
}
@media screen and (min-width: 1024px) {
  .work-next__link {
    padding: 130px 0;
  }
}
@media screen and (min-width: 1240px) {
  .work-next__link {
    padding: 170px 0;
  }
}
.work-next__link:hover .work-next__background {
  opacity: 0.25;
}

.work-next__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.work-next__label {
  color: #fff;
}

.work-next__title {
  margin-top: 25px;
  color: #fff;
}

.work-next__brand {
  margin-top: 15px;
  color: #fff;
  font-weight: 400;
}

/**
 * About styles
 */
.about-intro {
  background: #232528;
  -webkit-font-smoothing: antialiased;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .about-intro {
    padding: 50px 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .about-intro {
    padding: 70px 0 50px;
  }
}
@media screen and (min-width: 1240px) {
  .about-intro {
    padding: 90px 0 70px;
  }
}

.about-intro__title {
  color: #fff;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .about-intro__title {
    max-width: 80%;
  }
}
@media screen and (min-width: 1240px) {
  .about-intro__title {
    max-width: 70%;
  }
}

.about-image-loader {
  display: none;
}

.about-carousel {
  padding-top: 100px;
  min-height: 186px;
}
@media screen and (min-width: 480px) {
  .about-carousel {
    min-height: 253px;
  }
}
@media screen and (min-width: 768px) {
  .about-carousel {
    padding-top: 0;
    margin-top: 50px;
    min-height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .about-carousel {
    margin-top: 70px;
    min-height: 466px;
  }
}
@media screen and (min-width: 1240px) {
  .about-carousel {
    margin-top: 80px;
    min-height: 533px;
  }
}
.about-carousel .owl-stage-outer {
  overflow: visible;
}
.about-carousel .owl-stage {
  -webkit-transition: all 0.4s cubic-bezier(0.87, 0, 0.19, 1) !important;
  -moz-transition: all 0.4s cubic-bezier(0.87, 0, 0.19, 1) !important;
  transition: all 0.4s cubic-bezier(0.87, 0, 0.19, 1) !important;
  cursor: move;
  cursor: -webkit-grab;
}
.about-carousel .owl-nav {
  display: block !important;
  position: absolute;
  top: 20px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .about-carousel .owl-nav {
    top: -115px;
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .about-carousel .owl-nav {
    top: -145px;
  }
}
@media screen and (min-width: 1240px) {
  .about-carousel .owl-nav {
    top: -165px;
  }
}
.about-carousel .owl-prev,
.about-carousel .owl-next {
  display: inline-block;
  margin-right: 7px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 3px solid #aaafb2;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  text-align: center;
  padding-top: 18px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about-carousel .owl-prev,
.about-carousel .owl-next {
    margin: 0 0 0 16px;
  }
}
.about-carousel .owl-prev:hover,
.about-carousel .owl-next:hover {
  border-color: #fff;
}
.about-carousel .owl-prev.disabled,
.about-carousel .owl-next.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.about-carousel .owl-prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMjcgOCIgdmVyc2lvbj0iMS4xIj48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE5My4wMDAwMDAsIC0zMDEuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIwOC4wMDAwMDAsIDMwNS4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTEyMDguMDAwMDAwLCAtMzA1LjAwMDAwMCkgdHJhbnNsYXRlKDExNzguMDAwMDAwLCAyNzUuMDAwMDAwKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTguMDAwMDAwLCAyNi4wMDAwMDApIj48cmVjdCB4PSIwIiB5PSIzIiB3aWR0aD0iMjAiIGhlaWdodD0iMiIvPjxwb2x5Z29uIHBvaW50cz0iMjcgNCAxOSA4IDE5IDAiLz48L2c+PC9nPjwvZz48L2c+PC9zdmc+");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 8px;
}
.about-carousel .owl-next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMjcgOCIgdmVyc2lvbj0iMS4xIj48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI3Ny4wMDAwMDAsIC0zMDEuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI2MC4wMDAwMDAsIDI3NS4wMDAwMDApIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNy4wMDAwMDAsIDI2LjAwMDAwMCkiPjxyZWN0IHg9IjAiIHk9IjMiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyIi8+PHBvbHlnb24gcG9pbnRzPSIyNyA0IDE5IDggMTkgMCIvPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 8px;
}

.owl-grab .owl-stage {
  cursor: -webkit-grabbing;
}

.carousel-item {
  float: left;
  width: 280px;
  margin-right: 20px;
}
@media screen and (min-width: 480px) {
  .carousel-item {
    width: 380px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-item {
    width: 600px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-item {
    width: 700px;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1240px) {
  .carousel-item {
    width: 800px;
    margin-right: 60px;
  }
}
.carousel-item img {
  width: 100%;
}

.about-text {
  padding: 60px 0 15px;
}
@media screen and (min-width: 768px) {
  .about-text {
    padding: 100px 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .about-text {
    padding: 135px 0 30px;
  }
}
@media screen and (min-width: 1240px) {
  .about-text {
    padding: 170px 0 30px;
  }
}
.about-text p {
  max-width: 500px;
}

.about-grid .wrap {
  padding: 0 10px;
}

.about-grid__item {
  padding: 15px 10px 0;
}
@media screen and (min-width: 480px) {
  .about-grid__item {
    float: left;
    width: 50%;
  }
  .about-grid__item:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 768px) {
  .about-grid__item {
    padding: 30px 10px 0;
    width: 33.33%;
  }
  .about-grid__item:nth-child(2n+1) {
    clear: none;
  }
  .about-grid__item:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1024px) {
  .about-grid__item {
    width: 25%;
  }
  .about-grid__item:nth-child(3n+1) {
    clear: none;
  }
  .about-grid__item:nth-child(4n+1) {
    clear: left;
  }
}
.about-grid__item figure {
  margin: 0;
}
.about-grid__item figure img {
  display: block;
  width: 100%;
}
.about-grid__item h3 {
  margin-top: 18px;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.about-grid__item p {
  margin-top: 3px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #bfc9cc;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 1024px) {
  .about-grid--three .about-grid__item {
    width: 33.33%;
  }
  .about-grid--three .about-grid__item:nth-child(3n+1) {
    clear: left;
  }
  .about-grid--three .about-grid__item:nth-child(4n+1) {
    clear: none;
  }
}

@media screen and (min-width: 1024px) {
  .about-grid--four .about-grid__item {
    width: 25%;
  }
}

@media screen and (min-width: 1024px) {
  .about-grid--five .about-grid__item {
    width: 20%;
  }
  .about-grid--five .about-grid__item:nth-child(4n+1) {
    clear: none;
  }
  .about-grid--five .about-grid__item:nth-child(5n+1) {
    clear: left;
  }
}

@media screen and (min-width: 1024px) {
  .about-grid--six .about-grid__item {
    width: 20%;
  }
  .about-grid--six .about-grid__item:nth-child(4n+1) {
    clear: none;
  }
  .about-grid--six .about-grid__item:nth-child(5n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1240px) {
  .about-grid--six .about-grid__item {
    width: 16.66%;
  }
  .about-grid--six .about-grid__item:nth-child(5n+1) {
    clear: none;
  }
  .about-grid--six .about-grid__item:nth-child(6n+1) {
    clear: left;
  }
}

.about-insta {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .about-insta {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-insta {
    padding: 120px 0;
  }
}
@media screen and (min-width: 1240px) {
  .about-insta {
    padding: 160px 0;
  }
}

.instafeed .owl-stage-outer {
  overflow: visible;
}
.instafeed .owl-nav {
  margin-top: 15px;
  text-align: center;
}
.instafeed .owl-prev,
.instafeed .owl-next {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  color: #bfc9cc;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.instafeed .owl-prev:hover,
.instafeed .owl-next:hover {
  color: #66a2f8;
}
.instafeed .owl-next:after {
  content: "/";
  position: absolute;
  left: -3px;
  top: 7px;
  font-size: 22px;
  color: rgba(229, 232, 233, 0.5);
  -webkit-font-smoothing: antialiased;
}

.instafeed__link {
  position: relative;
  display: block;
  float: left;
  width: 200px;
  height: 200px;
  background: #121314;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.instafeed__link .instafeed__link__text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 30px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  line-height: 1.3;
}
.instafeed__link .instafeed__link__text strong {
  display: block;
  color: #66a2f8;
}
.instafeed__link:hover {
  background: #232528;
}

.instafeed__image {
  position: relative;
  display: block;
  float: left;
  width: 200px;
  height: 200px;
  background-color: #121314;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.instafeed__image:hover {
  opacity: 0.8;
}

/**
 * News styles
 */
.news-intro .wrap,
.news-content .wrap,
.news-footer .wrap {
  max-width: 820px;
}

.news-intro {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .news-intro {
    padding: 50px 0 30px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .news-intro {
    padding: 70px 0 50px;
  }
}
@media screen and (min-width: 1240px) {
  .news-intro {
    padding: 90px 0 70px;
  }
}

.news-intro__subtitle {
  color: #bfc9cc;
}
@media screen and (min-width: 768px) {
  .news-intro__subtitle {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1240px) {
  .news-intro__subtitle {
    margin-top: 20px;
  }
}

.news-content figure {
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .news-content figure {
    margin: 60px 0;
  }
}
@media screen and (min-width: 1240px) {
  .news-content figure {
    margin: 100px 0;
  }
}
.news-content figure img {
  display: block;
  width: 100%;
}
.news-content p, .news-content ul, .news-content ol, .news-content h1, .news-content h2, .news-content h3, .news-content h4, .news-content h5, .news-content h6 {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
.news-content p, .news-content ul, .news-content ol {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .news-content p, .news-content ul, .news-content ol {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1240px) {
  .news-content p, .news-content ul, .news-content ol {
    margin-top: 30px;
  }
}
.news-content h1, .news-content h2, .news-content h3, .news-content h4, .news-content h5, .news-content h6 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .news-content h1, .news-content h2, .news-content h3, .news-content h4, .news-content h5, .news-content h6 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1240px) {
  .news-content h1, .news-content h2, .news-content h3, .news-content h4, .news-content h5, .news-content h6 {
    margin-top: 60px;
  }
}

.video-container {
  position: relative;
  background: #232528;
  height: 0;
  padding-bottom: 56.25%;
}
.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.news-footer {
  margin-top: 40px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .news-footer {
    margin-top: 60px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .news-footer {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1240px) {
  .news-footer {
    margin-top: 100px;
    padding-bottom: 180px;
  }
}

.news-footer__content {
  float: left;
  clear: both;
  width: 100%;
  border-top: 1px solid #D8D8D8;
  padding-top: 26px;
}

.news-footer__top {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #66a2f8;
  letter-spacing: 0.04em;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.news-footer__top:hover {
  color: #232528;
}

.news-footer__share {
  float: right;
  margin-right: -15px;
}

.news-footer__share__label {
  float: left;
  padding-right: 15px;
  font-size: 14px;
  line-height: 16px;
  color: #bfc9cc;
  letter-spacing: 0.04em;
}

.news-footer__share__twitter,
.news-footer__share__facebook {
  float: left;
  padding: 0 15px;
}
.news-footer__share__twitter svg,
.news-footer__share__facebook svg {
  fill: #232528;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.news-footer__share__twitter:hover svg,
.news-footer__share__facebook:hover svg {
  fill: #66a2f8;
}

.news-footer__share__twitter svg {
  width: 18px;
  height: 16px;
}

.news-footer__share__facebook svg {
  width: 10px;
  height: 16px;
}

/**
 * Contact styles
 */
.contact-info {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .contact-info {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-info {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1240px) {
  .contact-info {
    padding-top: 90px;
  }
}

@media screen and (min-width: 1024px) {
  .contact-content {
    float: left;
    width: 33.33%;
  }
}

.contact-image {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .contact-image {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-image {
    float: right;
    width: 66.66%;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1240px) {
  .contact-image {
    margin-top: 0;
  }
}
.contact-image figure {
  margin: 0;
  max-height: 520px;
}
.contact-image figure img {
  display: block;
  width: 100%;
}

.contact-content__section {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .contact-content__section {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1240px) {
  .contact-content__section {
    margin-top: 45px;
  }
}
.contact-content__section p {
  margin-top: 5px;
}
.contact-content__section p a {
  color: #232528;
}
.contact-content__section p a:hover {
  color: #66a2f8;
}
.contact-content__section .button {
  margin-top: 5px;
}

.contact-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #bfc9cc;
  letter-spacing: 0.04em;
}

.contact-cta {
  background: #f0f4f6;
  margin-top: 45px;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .contact-cta {
    margin-top: 60px;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .contact-cta {
    margin-top: 0;
    padding: 130px 0;
  }
}
@media screen and (min-width: 1240px) {
  .contact-cta {
    padding: 170px 0;
  }
}

@media screen and (min-width: 1024px) {
  .contact-cta__title {
    float: left;
    width: 44%;
  }
}
@media screen and (min-width: 1240px) {
  .contact-cta__title {
    width: 50%;
  }
}

.contact-cta__text {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .contact-cta__text {
    margin-top: 0;
    float: right;
    width: 56%;
  }
}
@media screen and (min-width: 1240px) {
  .contact-cta__text {
    width: 50%;
  }
}

/**
 * Curved Arrow styles
 */
.ca-site .logo {
  top: 8px;
  width: 163px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .ca-site .menu-wrap {
    padding-left: 184px;
  }
}
@media screen and (min-width: 768px) {
  .ca-site .footer {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1240px) {
  .ca-site .footer {
    padding: 80px 0;
  }
}
.ca-site .footer__credits {
  margin-top: 30px;
}
@media screen and (min-width: 480px) {
  .ca-site .footer__credits {
    float: left;
    clear: none;
  }
}
@media screen and (min-width: 768px) {
  .ca-site .footer__credits {
    float: right;
    width: 66.66%;
    margin-top: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .ca-site .footer__credits {
    width: 560px;
  }
}
.ca-site .category-grid {
  margin-top: 30px;
}

.ca-content {
  padding: 60px 0 40px;
  background: #232528;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  .ca-content {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .ca-content {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1240px) {
  .ca-content {
    padding: 100px 0;
  }
}
.ca-content .category-content__title {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .ca-content .category-content__title {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1240px) {
  .ca-content .category-content__title {
    margin-top: 60px;
  }
}
.ca-content a {
  color: #e5e8e9;
}
.ca-content a:hover {
  color: #fff;
}

.ca-title {
  color: #fff;
}

.ca-tagline {
  margin-top: 15px;
  color: #aaafb2;
  font-weight: 400;
}

.filters-list--hidden {
  display: none;
}