/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, ../sass/partials/vendor/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, ../sass/partials/vendor/_normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, ../sass/partials/vendor/_normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, ../sass/partials/vendor/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, ../sass/partials/vendor/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, ../sass/partials/vendor/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, ../sass/partials/vendor/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, ../sass/partials/vendor/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, ../sass/partials/vendor/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, ../sass/partials/vendor/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, ../sass/partials/vendor/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, ../sass/partials/vendor/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, ../sass/partials/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, ../sass/partials/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, ../sass/partials/vendor/_normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, ../sass/partials/vendor/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, ../sass/partials/vendor/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 187, ../sass/partials/vendor/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 197, ../sass/partials/vendor/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 208, ../sass/partials/vendor/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 220, ../sass/partials/vendor/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 231, ../sass/partials/vendor/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 242, ../sass/partials/vendor/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 255, ../sass/partials/vendor/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 263, ../sass/partials/vendor/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 272, ../sass/partials/vendor/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 282, ../sass/partials/vendor/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 292, ../sass/partials/vendor/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 301, ../sass/partials/vendor/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 310, ../sass/partials/vendor/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 322, ../sass/partials/vendor/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 330, ../sass/partials/vendor/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 341, ../sass/partials/vendor/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 349, ../sass/partials/vendor/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -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);
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-height {
  transition: height .5s ease-in-out;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.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 .1s ease;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

/* line 6, ../sass/partials/vendor/_owl.carousel.min.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* line 42, ../sass/partials/base/mixins/_mixins.scss */
.preloader .background-image {
  position: absolute;
  width: 100vw;
  height: 100vh;
  mix-blend-mode: luminosity;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* line 1, ../sass/partials/base/mixins/_button.scss */
button {
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
}

/* line 7, ../sass/partials/base/mixins/_button.scss */
.btn {
  outline: 0;
  border: none;
  height: 50px;
  width: 174px;
}
/* line 13, ../sass/partials/base/mixins/_button.scss */
.btn.view__case__study:before {
  content: "";
  display: block;
  position: absolute;
  width: 172px;
  height: 39px;
  border: 1px solid #fff;
  border-right: 0;
  top: 0;
  left: 0;
  -webkit-transition: left 200ms ease-in-out;
  -moz-transition: left 200ms ease-in-out;
  -ms-transition: left 200ms ease-in-out;
  -o-transition: left 200ms ease-in-out;
  transition: left 200ms ease-in-out;
}
/* line 23, ../sass/partials/base/mixins/_button.scss */
.btn.view__case__study:after {
  content: "";
  display: block;
  position: absolute;
  width: 172px;
  height: 50px;
  border: 1px solid #fff;
  border-left: 0;
  top: -6px;
  left: 10px;
  -webkit-transition: left 200ms ease-in-out;
  -moz-transition: left 200ms ease-in-out;
  -ms-transition: left 200ms ease-in-out;
  -o-transition: left 200ms ease-in-out;
  transition: left 200ms ease-in-out;
}
/* line 34, ../sass/partials/base/mixins/_button.scss */
.btn.view__case__study:hover:before {
  left: -4px;
}
/* line 37, ../sass/partials/base/mixins/_button.scss */
.btn.view__case__study:hover:after {
  left: 14px;
}

/* line 1, ../sass/partials/base/mixins/_animations.scss */
.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%,
    90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
    80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
    50%,
    70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
    60% {
    transform: translate3d(4px, 0, 0);
  }
}
@font-face {
  font-family: Cera;
  src: url("../fonts/Cera-Regular.ttf");
}
@font-face {
  font-family: Cera;
  src: url("../fonts/Cera-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: Cera;
  src: url("../fonts/Cera-Bold.ttf");
  font-weight: bold;
}
/* line 25, ../sass/partials/base/components/_001-base.scss */
* {
  /*Improves text render of -webkit browser*/
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px rgba 0, 0, 0, 0.1;
  /*Ensures that long strings do not display outside their container*/
  word-break: break-word;
  overflow-wrap: break-word;
    /*
	Ensures that elements deduct their padding and margin 
	declaration from the parent container thus not interfering with the set layout.
  */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 41, ../sass/partials/base/components/_001-base.scss */
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* line 47, ../sass/partials/base/components/_001-base.scss */
html,
body {
  width: 100vw;
  min-height: 100vh;
  height: auto;
  overflow-x: hidden;
}

/* line 55, ../sass/partials/base/components/_001-base.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: flex;
}

/* line 71, ../sass/partials/base/components/_001-base.scss */
body {
  position: relative;
  background: url("../images/stock.png"), #1b2835;
  background-position: 50% 50%;
  background-blend-mode: luminosity;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-size: 16px;
  font-size: 1em;
  line-height: 1.4;
  font-family: Cera, "Sans-serif";
  font-weight: 400;
  z-index: -1;
}
/* line 85, ../sass/partials/base/components/_001-base.scss */
body.single {
  background: url("../images/fx-about.png"), #1b2835;
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* line 92, ../sass/partials/base/components/_001-base.scss */
body.about {
  background-image: url("../images/fx-about.png");
  background-blend-mode: unset;
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 99, ../sass/partials/base/components/_001-base.scss */
body.contact {
  background: url("../images/stock.png"), #1b2835;
  background-blend-mode: luminosity;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
}
/* line 107, ../sass/partials/base/components/_001-base.scss */
body .article {
  position: absolute;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  left: 0px;
  -webkit-transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -moz-transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -ms-transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -o-transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  overflow: hidden;
}
/* line 119, ../sass/partials/base/components/_001-base.scss */
body .article:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -moz-transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -ms-transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -o-transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  background: transparent;
  left: 0px;
}
/* line 133, ../sass/partials/base/components/_001-base.scss */
body .noScroll {
  width: 100vw;
  min-height: 100vh;
  height: auto;
  overflow: hidden;
}
/* line 140, ../sass/partials/base/components/_001-base.scss */
body.nav__open {
  width: 100vw;
  min-height: 100vh;
  height: auto;
}
/* line 146, ../sass/partials/base/components/_001-base.scss */
body.nav__open .article {
  left: 400px;
}
/* line 149, ../sass/partials/base/components/_001-base.scss */
body.nav__open .article:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  -webkit-transition: background 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -moz-transition: background 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -ms-transition: background 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -o-transition: background 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  transition: background 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
}

/* Text Selection and Placeholders *-------------------------------------------------------*/
/* line 168, ../sass/partials/base/components/_001-base.scss */
::-moz-selection {
  background: #fdd417;
  color: #ffffff;
  text-shadow: none;
}

/* line 174, ../sass/partials/base/components/_001-base.scss */
::selection {
  background: #fdd417;
  color: #fff;
  text-shadow: none;
}

/* line 180, ../sass/partials/base/components/_001-base.scss */
::-webkit-input-placeholder {
  color: #9b9b9b;
  font-size: 0.875em;
  /* 14/16 */
  text-align: left;
}

/* line 187, ../sass/partials/base/components/_001-base.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
  font-size: 0.875em;
  /* 14/16 */
  text-align: left;
}

/* line 195, ../sass/partials/base/components/_001-base.scss */
:-ms-input-placeholder {
  color: #9b9b9b;
  font-size: 0.875em;
  /* 14/16 */
  text-align: left;
}

/* line 202, ../sass/partials/base/components/_001-base.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b;
  font-size: 0.875em;
  /* 14/16 */
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 267, ../sass/partials/base/components/_001-base.scss */
  body {
    background-position: 50% 50%;
  }
}
@media screen and (max-width: 475px) {
  /* line 273, ../sass/partials/base/components/_001-base.scss */
  body {
    background-position: 50% 50%;
  }
}
@media screen and (max-height: 700px) {
  /* line 280, ../sass/partials/base/components/_001-base.scss */
  html,
  body {
    overflow-y: scroll;
    height: auto;
  }
  /* line 285, ../sass/partials/base/components/_001-base.scss */
  html.contact .article,
  body.contact .article {
    height: 100%;
    overflow-y: scroll;
  }
}
/* line 292, ../sass/partials/base/components/_001-base.scss */
.hidden, .menu__right {
  display: none;
  visibility: hidden;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 29, ../sass/partials/vendor/_plyr.io.scss */
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}

/* line 44, ../sass/partials/vendor/_plyr.io.scss */
.plyr audio,
.plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

/* line 52, ../sass/partials/vendor/_plyr.io.scss */
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

/* line 58, ../sass/partials/vendor/_plyr.io.scss */
.plyr:focus {
  outline: 0;
}

/* line 62, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui {
  box-sizing: border-box;
}

/* line 66, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
  box-sizing: inherit;
}

/* line 72, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

/* line 79, ../sass/partials/vendor/_plyr.io.scss */
.plyr__badge {
  background: #4f5b5f;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

/* line 88, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

/* line 92, ../sass/partials/vendor/_plyr.io.scss */
.plyr__captions {
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%;
}

/* line 106, ../sass/partials/vendor/_plyr.io.scss */
.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap;
}

/* line 116, ../sass/partials/vendor/_plyr.io.scss */
.plyr__captions .plyr__caption div {
  display: inline;
}

/* line 120, ../sass/partials/vendor/_plyr.io.scss */
.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  /* line 125, ../sass/partials/vendor/_plyr.io.scss */
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  /* line 132, ../sass/partials/vendor/_plyr.io.scss */
  .plyr__captions {
    font-size: 18px;
  }
}
/* line 137, ../sass/partials/vendor/_plyr.io.scss */
.plyr--captions-active .plyr__captions {
  display: block;
}

/* line 141, ../sass/partials/vendor/_plyr.io.scss */
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
}

/* line 145, ../sass/partials/vendor/_plyr.io.scss */
.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}

/* line 158, ../sass/partials/vendor/_plyr.io.scss */
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

/* line 166, ../sass/partials/vendor/_plyr.io.scss */
.plyr__control:focus {
  outline: 0;
}

/* line 170, ../sass/partials/vendor/_plyr.io.scss */
.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(42, 183, 89, 0.5);
  outline: 0;
}

/* line 175, ../sass/partials/vendor/_plyr.io.scss */
a.plyr__control {
  text-decoration: none;
}

/* line 179, ../sass/partials/vendor/_plyr.io.scss */
a.plyr__control::after,
a.plyr__control::before {
  display: none;
}

/* line 184, ../sass/partials/vendor/_plyr.io.scss */
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

/* line 191, ../sass/partials/vendor/_plyr.io.scss */
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #2ab759;
  color: #fff;
}

/* line 198, ../sass/partials/vendor/_plyr.io.scss */
.plyr--video .plyr__control svg {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}

/* line 202, ../sass/partials/vendor/_plyr.io.scss */
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #2ab759;
  color: #fff;
}

/* line 209, ../sass/partials/vendor/_plyr.io.scss */
.plyr__control--overlaid {
  background: rgba(42, 183, 89, 0.2);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* line 224, ../sass/partials/vendor/_plyr.io.scss */
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

/* line 229, ../sass/partials/vendor/_plyr.io.scss */
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #2ab759;
}

/* line 234, ../sass/partials/vendor/_plyr.io.scss */
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

/* line 239, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

/* line 243, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

/* line 247, ../sass/partials/vendor/_plyr.io.scss */
.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

/* line 254, ../sass/partials/vendor/_plyr.io.scss */
.plyr__controls .plyr__menu,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls .plyr__volume,
.plyr__controls > .plyr__control {
  margin-left: 5px;
}

/* line 262, ../sass/partials/vendor/_plyr.io.scss */
.plyr__controls .plyr__menu + .plyr__control,
.plyr__controls .plyr__progress + .plyr__control,
.plyr__controls > .plyr__control + .plyr__control,
.plyr__controls > .plyr__control + .plyr__menu {
  margin-left: 2px;
}

/* line 269, ../sass/partials/vendor/_plyr.io.scss */
.plyr__controls > .plyr__control:first-child,
.plyr__controls > .plyr__control:first-child + [data-plyr=pause] {
  margin-left: 0;
  margin-right: auto;
}

/* line 275, ../sass/partials/vendor/_plyr.io.scss */
.plyr__controls:empty {
  display: none;
}

@media (min-width: 480px) {
  /* line 281, ../sass/partials/vendor/_plyr.io.scss */
  .plyr__controls .plyr__menu,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time,
  .plyr__controls .plyr__volume,
  .plyr__controls > .plyr__control {
    margin-left: 10px;
  }
}
/* line 290, ../sass/partials/vendor/_plyr.io.scss */
.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4f5b5f;
  padding: 10px;
}

/* line 297, ../sass/partials/vendor/_plyr.io.scss */
.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  /* line 312, ../sass/partials/vendor/_plyr.io.scss */
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}
/* line 317, ../sass/partials/vendor/_plyr.io.scss */
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

/* line 323, ../sass/partials/vendor/_plyr.io.scss */
.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
  display: none;
}

/* line 330, ../sass/partials/vendor/_plyr.io.scss */
.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

/* line 337, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu {
  display: flex;
  position: relative;
}

/* line 342, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

/* line 346, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

/* line 350, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

/* line 354, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container {
  animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

/* line 370, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 375, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

/* line 386, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container [role=menu] {
  padding: 7px;
}

/* line 390, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

/* line 395, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

/* line 400, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4f5b5f;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

/* line 413, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

/* line 419, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 427, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

/* line 431, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(79, 91, 95, 0.8);
  right: 5px;
}

/* line 436, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

/* line 441, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

/* line 450, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(79, 91, 95, 0.8);
  left: 7px;
}

/* line 455, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container .plyr__control--back::before {
  background: #b7c5cd;
  box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

/* line 468, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

/* line 473, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

/* line 477, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

/* line 482, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all .3s ease;
  width: 16px;
}

/* line 493, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease, opacity .3s ease;
  width: 6px;
}

/* line 505, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #2ab759;
}

/* line 509, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

/* line 514, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

/* line 519, ../sass/partials/vendor/_plyr.io.scss */
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

/* line 529, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #2ab759;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%;
}

/* line 543, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(0, 0, 0, 0) var(--value, 0));
}

/* line 554, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 13px;
  position: relative;
  transition: all .2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}

/* line 567, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -moz-user-select: none;
  user-select: none;
}

/* line 577, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 13px;
  position: relative;
  transition: all .2s ease;
  width: 13px;
}

/* line 588, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

/* line 594, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

/* line 605, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
}

/* line 615, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

/* line 626, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 13px;
  position: relative;
  transition: all .2s ease;
  width: 13px;
  margin-top: 0;
}

/* line 638, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

/* line 642, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

/* line 646, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

/* line 650, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(42, 183, 89, 0.5);
  outline: 0;
}

/* line 655, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(42, 183, 89, 0.5);
  outline: 0;
}

/* line 660, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(42, 183, 89, 0.5);
  outline: 0;
}

/* line 665, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

/* line 669, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

/* line 673, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

/* line 677, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

/* line 681, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

/* line 685, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

/* line 689, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(183, 197, 205, 0.66);
}

/* line 693, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(183, 197, 205, 0.66);
}

/* line 697, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(183, 197, 205, 0.66);
}

/* line 701, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* line 705, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* line 709, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* line 713, ../sass/partials/vendor/_plyr.io.scss */
.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1;
}

/* line 728, ../sass/partials/vendor/_plyr.io.scss */
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

/* line 732, ../sass/partials/vendor/_plyr.io.scss */
.plyr__time {
  font-size: 14px;
}

/* line 736, ../sass/partials/vendor/_plyr.io.scss */
.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}

@media (max-width: 767px) {
  /* line 742, ../sass/partials/vendor/_plyr.io.scss */
  .plyr__time + .plyr__time {
    display: none;
  }
}
/* line 747, ../sass/partials/vendor/_plyr.io.scss */
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

/* line 751, ../sass/partials/vendor/_plyr.io.scss */
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease, opacity .2s .1s ease;
  white-space: nowrap;
  z-index: 2;
}

/* line 773, ../sass/partials/vendor/_plyr.io.scss */
.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

/* line 787, ../sass/partials/vendor/_plyr.io.scss */
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

/* line 794, ../sass/partials/vendor/_plyr.io.scss */
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

/* line 798, ../sass/partials/vendor/_plyr.io.scss */
.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

/* line 805, ../sass/partials/vendor/_plyr.io.scss */
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

/* line 810, ../sass/partials/vendor/_plyr.io.scss */
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

/* line 817, ../sass/partials/vendor/_plyr.io.scss */
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

/* line 823, ../sass/partials/vendor/_plyr.io.scss */
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}

/* line 835, ../sass/partials/vendor/_plyr.io.scss */
.plyr--video {
  background: #000;
  overflow: hidden;
}

/* line 840, ../sass/partials/vendor/_plyr.io.scss */
.plyr--video.plyr--menu-open {
  overflow: visible;
}

/* line 844, ../sass/partials/vendor/_plyr.io.scss */
.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* line 852, ../sass/partials/vendor/_plyr.io.scss */
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

/* line 858, ../sass/partials/vendor/_plyr.io.scss */
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

/* line 872, ../sass/partials/vendor/_plyr.io.scss */
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

/* line 878, ../sass/partials/vendor/_plyr.io.scss */
.plyr__progress {
  flex: 1;
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

/* line 885, ../sass/partials/vendor/_plyr.io.scss */
.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

/* line 892, ../sass/partials/vendor/_plyr.io.scss */
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

/* line 897, ../sass/partials/vendor/_plyr.io.scss */
.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

/* line 902, ../sass/partials/vendor/_plyr.io.scss */
.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}

/* line 915, ../sass/partials/vendor/_plyr.io.scss */
.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

/* line 919, ../sass/partials/vendor/_plyr.io.scss */
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width 0.2s ease;
}

/* line 926, ../sass/partials/vendor/_plyr.io.scss */
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width 0.2s ease;
}

/* line 933, ../sass/partials/vendor/_plyr.io.scss */
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width 0.2s ease;
}

/* line 938, ../sass/partials/vendor/_plyr.io.scss */
.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}

/* line 943, ../sass/partials/vendor/_plyr.io.scss */
.plyr--audio .plyr__progress__buffer {
  color: rgba(183, 197, 205, 0.66);
}

/* line 947, ../sass/partials/vendor/_plyr.io.scss */
.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(47, 52, 61, 0.6) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

/* line 955, ../sass/partials/vendor/_plyr.io.scss */
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

/* line 959, ../sass/partials/vendor/_plyr.io.scss */
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(183, 197, 205, 0.66);
}

/* line 963, ../sass/partials/vendor/_plyr.io.scss */
.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative;
}

/* line 970, ../sass/partials/vendor/_plyr.io.scss */
.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  /* line 977, ../sass/partials/vendor/_plyr.io.scss */
  .plyr__volume {
    max-width: 90px;
  }
}
@media (min-width: 768px) {
  /* line 983, ../sass/partials/vendor/_plyr.io.scss */
  .plyr__volume {
    max-width: 110px;
  }
}
/* line 988, ../sass/partials/vendor/_plyr.io.scss */
.plyr--is-ios .plyr__volume {
  display: none !important;
}

/* line 992, ../sass/partials/vendor/_plyr.io.scss */
.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important;
}

/* line 996, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 1004, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 1012, ../sass/partials/vendor/_plyr.io.scss */
.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 1020, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-webkit-full-screen video {
  height: 100%;
}

/* line 1024, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-ms-fullscreen video {
  height: 100%;
}

/* line 1028, ../sass/partials/vendor/_plyr.io.scss */
.plyr:fullscreen video {
  height: 100%;
}

/* line 1032, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

/* line 1037, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

/* line 1042, ../sass/partials/vendor/_plyr.io.scss */
.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

/* line 1047, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1053, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1059, ../sass/partials/vendor/_plyr.io.scss */
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1065, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 1069, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 1073, ../sass/partials/vendor/_plyr.io.scss */
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 1077, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 1081, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 1085, ../sass/partials/vendor/_plyr.io.scss */
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 1089, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

/* line 1093, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

/* line 1097, ../sass/partials/vendor/_plyr.io.scss */
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 1102, ../sass/partials/vendor/_plyr.io.scss */
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }

  /* line 1106, ../sass/partials/vendor/_plyr.io.scss */
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }

  /* line 1110, ../sass/partials/vendor/_plyr.io.scss */
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
/* line 1115, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 1123, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-webkit-full-screen video {
  height: 100%;
}

/* line 1127, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

/* line 1132, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1138, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 1142, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 1146, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 1151, ../sass/partials/vendor/_plyr.io.scss */
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
/* line 1156, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 1164, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-moz-full-screen video {
  height: 100%;
}

/* line 1168, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

/* line 1173, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1179, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 1183, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 1187, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 1192, ../sass/partials/vendor/_plyr.io.scss */
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
/* line 1197, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 1205, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-ms-fullscreen video {
  height: 100%;
}

/* line 1209, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

/* line 1214, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1220, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 1224, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 1228, ../sass/partials/vendor/_plyr.io.scss */
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 1233, ../sass/partials/vendor/_plyr.io.scss */
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
/* line 1238, ../sass/partials/vendor/_plyr.io.scss */
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

/* line 1252, ../sass/partials/vendor/_plyr.io.scss */
.plyr--fullscreen-fallback video {
  height: 100%;
}

/* line 1256, ../sass/partials/vendor/_plyr.io.scss */
.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

/* line 1261, ../sass/partials/vendor/_plyr.io.scss */
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1267, ../sass/partials/vendor/_plyr.io.scss */
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 1271, ../sass/partials/vendor/_plyr.io.scss */
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 1275, ../sass/partials/vendor/_plyr.io.scss */
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 1280, ../sass/partials/vendor/_plyr.io.scss */
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
/* line 1285, ../sass/partials/vendor/_plyr.io.scss */
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/* line 1297, ../sass/partials/vendor/_plyr.io.scss */
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

/* line 1304, ../sass/partials/vendor/_plyr.io.scss */
.plyr__ads::after {
  background: rgba(47, 52, 61, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

/* line 1318, ../sass/partials/vendor/_plyr.io.scss */
.plyr__ads::after:empty {
  display: none;
}

/* line 1322, ../sass/partials/vendor/_plyr.io.scss */
.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

/* line 1335, ../sass/partials/vendor/_plyr.io.scss */
.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease, opacity .2s .1s ease;
  z-index: 2;
}

/* line 1351, ../sass/partials/vendor/_plyr.io.scss */
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

/* line 1356, ../sass/partials/vendor/_plyr.io.scss */
.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

/* line 1370, ../sass/partials/vendor/_plyr.io.scss */
.plyr__preview-thumb__image-container {
  background: #b7c5cd;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* line 1378, ../sass/partials/vendor/_plyr.io.scss */
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1388, ../sass/partials/vendor/_plyr.io.scss */
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

/* line 1397, ../sass/partials/vendor/_plyr.io.scss */
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

/* line 1405, ../sass/partials/vendor/_plyr.io.scss */
.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1;
}

/* line 1421, ../sass/partials/vendor/_plyr.io.scss */
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

/* line 1425, ../sass/partials/vendor/_plyr.io.scss */
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1437, ../sass/partials/vendor/_plyr.io.scss */
.plyr--no-transition {
  transition: none !important;
}

/* line 1441, ../sass/partials/vendor/_plyr.io.scss */
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 1451, ../sass/partials/vendor/_plyr.io.scss */
.plyr [hidden] {
  display: none !important;
}

/* line 1, ../sass/partials/base/components/_002-preloader.scss */
.preloader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  background: url("../images/stock.png"), #1b2835;
  background-blend-mode: luminosity;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}
/* line 17, ../sass/partials/base/components/_002-preloader.scss */
.preloader.is-active {
  opacity: 1;
}
/* line 20, ../sass/partials/base/components/_002-preloader.scss */
.preloader .content {
  position: relative;
  height: 200px;
  width: 100px;
  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%);
}
/* line 27, ../sass/partials/base/components/_002-preloader.scss */
.preloader .content .logo {
  position: relative;
  width: 100px;
  height: 100px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 32, ../sass/partials/base/components/_002-preloader.scss */
.preloader .content .logo img {
  height: 100%;
}
/* line 36, ../sass/partials/base/components/_002-preloader.scss */
.preloader .content .loader {
  position: relative;
  width: 100px;
  height: 70px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 0.9px;
  text-align: center;
}
/* line 47, ../sass/partials/base/components/_002-preloader.scss */
.preloader .content .loader .text {
  padding: 25px 0 0 0;
  color: #888586;
}
/* line 51, ../sass/partials/base/components/_002-preloader.scss */
.preloader .content .loader .progress {
  padding: 10px 0 0 0;
  color: #2ab759;
}

/* line 1, ../sass/partials/base/components/_003-header.scss */
header {
  position: absolute;
  width: 100%;
  height: 60px;
  top: 50px;
  z-index: 3;
}
/* line 8, ../sass/partials/base/components/_003-header.scss */
header .header__content {
  position: relative;
  width: 80%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
/* line 16, ../sass/partials/base/components/_003-header.scss */
header .header__content .main__logo {
  width: 60px;
}
/* line 18, ../sass/partials/base/components/_003-header.scss */
header .header__content .main__logo img {
  width: 60px;
}
/* line 22, ../sass/partials/base/components/_003-header.scss */
header .header__content .call-to-action {
  height: 60px;
  color: #2ab759;
  font-size: 11px;
  line-height: 2.5;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.9px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  background: transparent;
}
/* line 35, ../sass/partials/base/components/_003-header.scss */
header .header__content .call-to-action span {
  position: relative;
}
/* line 37, ../sass/partials/base/components/_003-header.scss */
header .header__content .call-to-action span:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: -36px;
  background: url("../images/inquiry.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 48, ../sass/partials/base/components/_003-header.scss */
header .header__content .header__menu__toggle {
  height: 25px;
  width: 25px;
  position: absolute;
  top: 0%;
  right: 0;
  margin: 25px;
  display: none;
}
/* line 56, ../sass/partials/base/components/_003-header.scss */
header .header__content .header__menu__toggle .burger {
  display: block;
  width: 24px;
  height: 20px;
  z-index: 999;
  position: relative;
  top: 0;
  -webkit-filter: flipH;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -moz-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -ms-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -o-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  cursor: pointer;
}
/* line 67, ../sass/partials/base/components/_003-header.scss */
header .header__content .header__menu__toggle .burger span {
  position: absolute;
  height: 2px;
  width: 100%;
  background: #888586;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -moz-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -ms-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -o-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
}
/* line 76, ../sass/partials/base/components/_003-header.scss */
header .header__content .header__menu__toggle .burger span:nth-child(1) {
  top: 0px;
}
/* line 79, ../sass/partials/base/components/_003-header.scss */
header .header__content .header__menu__toggle .burger span:nth-child(2) {
  top: 7px;
  width: 80%;
  -webkit-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -moz-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -ms-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -o-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
}
/* line 84, ../sass/partials/base/components/_003-header.scss */
header .header__content .header__menu__toggle .burger span:nth-child(3) {
  top: 14px;
  width: 60%;
}
/* line 90, ../sass/partials/base/components/_003-header.scss */
header .header__content .header__menu__toggle .burger.open span:nth-child(1) {
  top: 8px;
  width: 100%;
  background: #888586;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 96, ../sass/partials/base/components/_003-header.scss */
header .header__content .header__menu__toggle .burger.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
/* line 100, ../sass/partials/base/components/_003-header.scss */
header .header__content .header__menu__toggle .burger.open span:nth-child(3) {
  top: 8px;
  width: 100%;
  background: #888586;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width: 768px) {
  /* line 113, ../sass/partials/base/components/_003-header.scss */
  header {
    z-index: 999;
  }
  /* line 116, ../sass/partials/base/components/_003-header.scss */
  header .header__content .call-to-action {
    display: none;
  }
  /* line 119, ../sass/partials/base/components/_003-header.scss */
  header .header__content .header__menu__toggle {
    display: block;
    height: 20px;
    margin: 30px 25px;
  }
  /* line 124, ../sass/partials/base/components/_003-header.scss */
  header .header__content .header__menu__toggle .burger span {
    background: #fff;
  }
  /* line 128, ../sass/partials/base/components/_003-header.scss */
  header .header__content .header__menu__toggle .burger.open span:nth-child(1) {
    top: 8px;
    width: 100%;
    background: #fff;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  /* line 134, ../sass/partials/base/components/_003-header.scss */
  header .header__content .header__menu__toggle .burger.open span:nth-child(3) {
    top: 8px;
    width: 100%;
    background: #fff;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
@media screen and (max-width: 475px) {
  /* line 148, ../sass/partials/base/components/_003-header.scss */
  header {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 50px;
    z-index: 999;
  }
  /* line 155, ../sass/partials/base/components/_003-header.scss */
  header .header__content {
    width: 80%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 162, ../sass/partials/base/components/_003-header.scss */
  header .header__content .main__logo {
    height: 80px;
    width: 80px;
  }
  /* line 165, ../sass/partials/base/components/_003-header.scss */
  header .header__content .main__logo img {
    width: 100%;
  }
  /* line 169, ../sass/partials/base/components/_003-header.scss */
  header .header__content .call-to-action {
    display: none;
  }
  /* line 172, ../sass/partials/base/components/_003-header.scss */
  header .header__content .header__menu__toggle {
    display: block;
    height: 20px;
    margin: 30px 25px;
  }
  /* line 177, ../sass/partials/base/components/_003-header.scss */
  header .header__content .header__menu__toggle .burger span {
    background: #fff;
  }
  /* line 181, ../sass/partials/base/components/_003-header.scss */
  header .header__content .header__menu__toggle .burger.open span:nth-child(1) {
    top: 8px;
    width: 100%;
    background: #fff;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  /* line 187, ../sass/partials/base/components/_003-header.scss */
  header .header__content .header__menu__toggle .burger.open span:nth-child(3) {
    top: 8px;
    width: 100%;
    background: #fff;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
/* line 3, ../sass/partials/base/components/_004-secondary-menu.scss */
body.modal__open .menu__right.fixed {
  background: rgba(42, 183, 89, 0);
}

/* line 9, ../sass/partials/base/components/_004-secondary-menu.scss */
.menu__left {
  position: fixed;
  top: 50%;
  left: 20px;
  height: 50px;
  width: 50px;
  z-index: 999;
  transform: translateY(-50%);
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
}
/* line 22, ../sass/partials/base/components/_004-secondary-menu.scss */
.menu__left.fixed {
  position: fixed;
}
/* line 25, ../sass/partials/base/components/_004-secondary-menu.scss */
.menu__left .menu__toggle {
  position: relative;
  width: 24px;
  height: 14px;
  perspective: 1000px;
}
/* line 30, ../sass/partials/base/components/_004-secondary-menu.scss */
.menu__left .menu__toggle .burger {
  display: block;
  width: 24px;
  height: 20px;
  z-index: 999;
  position: relative;
  top: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -moz-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -ms-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -o-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  cursor: pointer;
}
/* line 40, ../sass/partials/base/components/_004-secondary-menu.scss */
.menu__left .menu__toggle .burger span {
  position: absolute;
  height: 2px;
  width: 100%;
  background: #888586;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -moz-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -ms-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -o-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
}
/* line 49, ../sass/partials/base/components/_004-secondary-menu.scss */
.menu__left .menu__toggle .burger span:nth-child(1) {
  top: 0px;
}
/* line 52, ../sass/partials/base/components/_004-secondary-menu.scss */
.menu__left .menu__toggle .burger span:nth-child(2) {
  top: 7px;
  width: 80%;
  -webkit-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -moz-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -ms-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -o-transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
  transition: 600ms cubic-bezier(0.6, 0.04, 0, 0.94);
}
/* line 57, ../sass/partials/base/components/_004-secondary-menu.scss */
.menu__left .menu__toggle .burger span:nth-child(3) {
  top: 14px;
  width: 60%;
}
/* line 63, ../sass/partials/base/components/_004-secondary-menu.scss */
.menu__left .menu__toggle .burger.open span:nth-child(1) {
  top: 8px;
  width: 100%;
  background: #888586;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 69, ../sass/partials/base/components/_004-secondary-menu.scss */
.menu__left .menu__toggle .burger.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
/* line 73, ../sass/partials/base/components/_004-secondary-menu.scss */
.menu__left .menu__toggle .burger.open span:nth-child(3) {
  top: 8px;
  width: 100%;
  background: #888586;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* line 84, ../sass/partials/base/components/_004-secondary-menu.scss */
.menu__right {
  position: absolute;
  top: 50%;
  right: 0;
  height: 50px;
  width: auto;
  z-index: 999;
  transform: translateY(-50%);
}
/* line 93, ../sass/partials/base/components/_004-secondary-menu.scss */
.menu__right a {
  color: #2ab759;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0.9px;
  text-align: center;
  padding: 10px 40px;
}
/* line 104, ../sass/partials/base/components/_004-secondary-menu.scss */
.menu__right.fixed {
  position: fixed;
  height: 100vh;
  width: 10vw;
  max-width: 10vw;
  right: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  padding: 30px 0;
  background: #2ab759;
}
/* line 115, ../sass/partials/base/components/_004-secondary-menu.scss */
.menu__right.fixed a {
  color: #1b2835;
  padding: 20px 10px;
}
/* line 118, ../sass/partials/base/components/_004-secondary-menu.scss */
.menu__right.fixed a img {
  width: 13px;
}

@media screen and (max-width: 768px) {
  /* line 126, ../sass/partials/base/components/_004-secondary-menu.scss */
  .menu__left,
  .menu__right {
    display: none;
  }
}
@media screen and (max-width: 475px) {
  /* line 134, ../sass/partials/base/components/_004-secondary-menu.scss */
  .menu__right.fixed {
    display: none;
  }
}
/* line 1, ../sass/partials/base/components/_005-hero.scss */
.hero {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}
/* line 9, ../sass/partials/base/components/_005-hero.scss */
.hero .project__carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
/* line 15, ../sass/partials/base/components/_005-hero.scss */
.hero .project__carousel .owl-stage-outer {
  position: absolute;
  top: 0;
}
/* line 19, ../sass/partials/base/components/_005-hero.scss */
.hero .project__carousel .owl-stage-outer .owl-stage {
  display: flex;
  flex-flow: row nowrap;
  position: absolute;
  top: 0;
}
/* line 25, ../sass/partials/base/components/_005-hero.scss */
.hero .project__carousel .owl-stage-outer .owl-stage .owl-item {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -moz-transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -ms-transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -o-transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
}
/* line 30, ../sass/partials/base/components/_005-hero.scss */
.hero .project__carousel .owl-stage-outer .owl-stage .owl-item.active {
  opacity: 1;
}
/* line 34, ../sass/partials/base/components/_005-hero.scss */
.hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item {
  width: 80%;
  margin: 0 auto;
}
/* line 38, ../sass/partials/base/components/_005-hero.scss */
.hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video {
  position: absolute;
  width: 800px;
  height: 400px;
  top: 220px;
  left: 400px;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: width 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), height 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), top 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), left 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), background-blend-mode 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -moz-transition: width 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), height 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), top 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), left 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), background-blend-mode 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -ms-transition: width 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), height 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), top 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), left 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), background-blend-mode 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -o-transition: width 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), height 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), top 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), left 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), background-blend-mode 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  transition: width 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), height 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), top 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), left 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), background-blend-mode 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
}
/* line 50, ../sass/partials/base/components/_005-hero.scss */
.hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video .project__rendered {
  position: absolute;
  width: 800px;
  height: 400px;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
  -webkit-transition: width 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), height 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), top 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), left 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), background-blend-mode 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), opacity 1000ms cubic-bezier(0.04, 0.5, 0.16, 1.01);
  -moz-transition: width 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), height 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), top 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), left 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), background-blend-mode 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), opacity 1000ms cubic-bezier(0.04, 0.5, 0.16, 1.01);
  -ms-transition: width 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), height 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), top 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), left 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), background-blend-mode 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), opacity 1000ms cubic-bezier(0.04, 0.5, 0.16, 1.01);
  -o-transition: width 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), height 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), top 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), left 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), background-blend-mode 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), opacity 1000ms cubic-bezier(0.04, 0.5, 0.16, 1.01);
  transition: width 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), height 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), top 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), left 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), background-blend-mode 1000ms cubic-bezier(0.6, 0.04, 0, 0.94), opacity 1000ms cubic-bezier(0.04, 0.5, 0.16, 1.01);
}
/* line 64, ../sass/partials/base/components/_005-hero.scss */
.hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video .project__rendered.loaded {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
/* line 70, ../sass/partials/base/components/_005-hero.scss */
.hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video .project__rendered.loaded .action__btn {
  display: none;
  top: 90%;
  right: 10%;
  background: url("../images/pause-btn.svg");
  background-size: contain;
}
/* line 81, ../sass/partials/base/components/_005-hero.scss */
.hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video:hover .project__rendered {
  opacity: 1;
}
/* line 86, ../sass/partials/base/components/_005-hero.scss */
.hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
/* line 96, ../sass/partials/base/components/_005-hero.scss */
.hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video .action__btn {
  display: none;
  position: absolute;
  top: 270px;
  right: 130px;
  width: 70px;
  height: 70px;
  z-index: 2;
  -webkit-transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -moz-transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -ms-transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -o-transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  transition-delay: 100ms;
  background: url("../images/play-btn.svg");
  background-size: contain;
  cursor: pointer;
}
/* line 111, ../sass/partials/base/components/_005-hero.scss */
.hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video.loaded {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
/* line 117, ../sass/partials/base/components/_005-hero.scss */
.hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video.loaded .action__btn {
  top: 90%;
  right: 10%;
  background: url("../images/pause-btn.svg");
  background-size: contain;
}
/* line 125, ../sass/partials/base/components/_005-hero.scss */
.hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video video {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 131, ../sass/partials/base/components/_005-hero.scss */
.hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .main__title {
  position: relative;
  top: 120px;
  width: 400px;
  z-index: 2;
}
/* line 137, ../sass/partials/base/components/_005-hero.scss */
.hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .main__title h1 {
  color: #2ab759;
  height: 264px;
  font-size: 100px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
}
/* line 149, ../sass/partials/base/components/_005-hero.scss */
.hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .view__case__study {
  position: absolute;
  height: 50px;
  padding: 5px 0;
  top: 540px;
  left: 250px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 0.9px;
  text-align: center;
  z-index: 2;
}
/* line 172, ../sass/partials/base/components/_005-hero.scss */
.hero .project__controls {
  position: absolute;
  width: 50%;
  left: 480px;
  height: 20px;
  top: 660px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
}
/* line 184, ../sass/partials/base/components/_005-hero.scss */
.hero .project__controls .owl-dots {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: absolute;
  height: 100%;
  z-index: 1;
}
/* line 192, ../sass/partials/base/components/_005-hero.scss */
.hero .project__controls .owl-dots .owl-dot {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  margin-right: 24px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 203, ../sass/partials/base/components/_005-hero.scss */
.hero .project__controls .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}
/* line 207, ../sass/partials/base/components/_005-hero.scss */
.hero .project__controls .owl-dots .owl-dot.active {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #fdd417;
  background: transparent;
}
/* line 214, ../sass/partials/base/components/_005-hero.scss */
.hero .project__controls .owl-dots .owl-dot.active:before {
  display: none;
}
/* line 221, ../sass/partials/base/components/_005-hero.scss */
.hero .project__controls .owl-directions {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: absolute;
  right: 0;
  width: 73px;
  height: 13px;
  z-index: 2;
}
/* line 231, ../sass/partials/base/components/_005-hero.scss */
.hero .project__controls .owl-directions .owl-prev {
  height: 20px;
  color: #fff;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  line-height: 20px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 242, ../sass/partials/base/components/_005-hero.scss */
.hero .project__controls .owl-directions .owl-prev:hover span {
  -webkit-transform: translateX(-3px);
  -moz-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  -o-transform: translateX(-3px);
  transform: translateX(-3px);
}
/* line 248, ../sass/partials/base/components/_005-hero.scss */
.hero .project__controls .owl-directions .owl-next {
  height: 20px;
  color: #fff;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  line-height: 20px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 259, ../sass/partials/base/components/_005-hero.scss */
.hero .project__controls .owl-directions .owl-next:hover span {
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -o-transform: translateX(3px);
  transform: translateX(3px);
}

@media screen and (max-width: 960px) {
  /* line 275, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video {
    left: 15px;
  }
  /* line 284, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__controls {
    width: 80%;
    left: 10%;
    top: 850px;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 291, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__controls .owl-directions {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* line 299, ../sass/partials/base/components/_005-hero.scss */
  .hero {
    width: 100vw;
    overflow-x: hidden;
    min-height: 640px;
    height: auto;
  }
  /* line 309, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item {
    width: 80%;
    margin: 0 auto;
  }
  /* line 313, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video {
    height: 400px;
    left: 0;
    top: 300px;
    filter: brightness(0.8);
  }
  /* line 319, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video .project__rendered {
    height: 400px;
    left: 0;
    top: 0;
    filter: brightness(0.8);
  }
  /* line 326, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video .action__btn {
    display: none;
  }
  /* line 330, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video.loaded {
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
  }
  /* line 337, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video img {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* line 343, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .main__title {
    top: 150px;
    width: 100%;
  }
  /* line 347, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .main__title h1 {
    color: #2ab759;
    width: 80%;
    height: auto;
    font-size: 80px;
  }
  /* line 355, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .view__case__study {
    top: 640px;
    left: 100px;
  }
  /* line 365, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__controls {
    width: 80%;
    left: 10%;
    top: 850px;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 372, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__controls .owl-directions {
    display: none;
  }
}
@media screen and (max-width: 475px) {
  /* line 380, ../sass/partials/base/components/_005-hero.scss */
  .hero {
    width: 100vw;
    overflow-x: hidden;
    min-height: 640px;
    height: auto;
  }
  /* line 390, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item {
    width: 80%;
    margin: 0 auto;
  }
  /* line 394, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video {
    height: 346px;
    left: 0;
    width: 100vw;
    overflow: hidden;
    top: 320px;
    filter: brightness(1);
  }
  /* line 402, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video .project__rendered {
    height: 346px;
    width: 100vw;
    overflow: hidden;
    filter: brightness(1);
  }
  /* line 409, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video .action__btn {
    display: none;
  }
  /* line 413, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video.loaded {
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
  }
  /* line 420, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .project__video img {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* line 426, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .main__title {
    top: 160px;
    width: 100%;
  }
  /* line 430, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .main__title h1 {
    color: #2ab759;
    width: 80%;
    height: auto;
    font-size: 44px;
  }
  /* line 438, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__carousel .owl-stage-outer .owl-stage .owl-item .project__item .view__case__study {
    top: 550px !important;
    left: 40px;
    color: #fff;
    padding-bottom: 100px;
  }
  /* line 451, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__controls {
    display: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 455, ../sass/partials/base/components/_005-hero.scss */
  .hero .project__controls .owl-directions {
    display: none;
  }
}
/* line 1, ../sass/partials/base/components/_006-project-single.scss */
.single__project {
  position: relative;
  width: 90vw;
  overflow: hidden;
}
/* line 5, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content {
  display: block;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__title {
  width: 218px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 185px;
}
/* line 14, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__title h3 {
  color: #2ab759;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 20px;
  text-align: center;
}
/* line 25, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__subtitle {
  width: 543px;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
/* line 30, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__subtitle h1 {
  color: #2ab759;
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 56.7px;
  text-align: center;
}
/* line 41, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__description {
  width: 602px;
  height: 160px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
/* line 46, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__description p {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.86;
  letter-spacing: 0.5px;
  text-align: center;
}
/* line 57, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__pre {
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 34px;
  text-align: center;
}
/* line 63, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__pre h4 {
  color: #2ab759;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.86;
  letter-spacing: 10px;
}
/* line 74, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__showcase {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 110px;
}
/* line 78, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__showcase .showcase__grid {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-left: -8px;
  /* Adjustment for the gutter */
}
/* line 83, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__showcase .showcase__grid .grid__item {
  flex: auto;
  height: auto;
  width: 33.3%;
  margin: 0 11px 11px 0;
  overflow: hidden;
}
/* line 89, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__showcase .showcase__grid .grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 97, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__excerpt {
  width: 724px;
  height: 152px;
  margin-left: 110px;
  margin-bottom: 33px;
}
/* line 102, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__excerpt p {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: 0.1px;
}
/* line 112, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__details {
  display: flex;
  flex-flow: row nowrap;
  margin-left: 110px;
  margin-bottom: 100px;
}
/* line 117, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__details .project__brief {
  margin-right: 70px;
  width: 50%;
}
/* line 120, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__details .project__brief .brief__title {
  margin-bottom: 12px;
  color: #2ab759;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.33;
  letter-spacing: 4.3px;
}
/* line 131, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__details .project__brief .brief__description {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.07;
  letter-spacing: 0.1px;
}
/* line 141, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__details .project__process {
  width: 50%;
}
/* line 143, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__details .project__process .process__title {
  margin-bottom: 12px;
  color: #2ab759;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.33;
  letter-spacing: 4.3px;
}
/* line 154, ../sass/partials/base/components/_006-project-single.scss */
.single__project .content .project__details .project__process .process__description {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.07;
  letter-spacing: 0.1px;
}
/* line 166, ../sass/partials/base/components/_006-project-single.scss */
.single__project .project__footer__image {
  top: 80%;
  width: 100vw;
  opacity: 0.14;
  mix-blend-mode: color-burn;
  position: absolute;
}
/* line 172, ../sass/partials/base/components/_006-project-single.scss */
.single__project .project__footer__image img {
  width: 100%;
}

@media screen and (max-width: 475px) {
  /* line 180, ../sass/partials/base/components/_006-project-single.scss */
  .single__project {
    width: 100vw;
  }
  /* line 182, ../sass/partials/base/components/_006-project-single.scss */
  .single__project .content {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 186, ../sass/partials/base/components/_006-project-single.scss */
  .single__project .content .project__title {
    margin-top: 200px;
    margin-left: 0;
  }
  /* line 189, ../sass/partials/base/components/_006-project-single.scss */
  .single__project .content .project__title h3 {
    font-size: 12px;
    letter-spacing: 13.3px;
    text-align: left;
  }
  /* line 195, ../sass/partials/base/components/_006-project-single.scss */
  .single__project .content .project__subtitle {
    width: 100%;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
  }
  /* line 200, ../sass/partials/base/components/_006-project-single.scss */
  .single__project .content .project__subtitle h1 {
    color: #2ab759;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 26.7px;
    text-align: left;
  }
  /* line 211, ../sass/partials/base/components/_006-project-single.scss */
  .single__project .content .project__description {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 216, ../sass/partials/base/components/_006-project-single.scss */
  .single__project .content .project__description p {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    text-align: left;
  }
  /* line 226, ../sass/partials/base/components/_006-project-single.scss */
  .single__project .content .project__pre {
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 34px;
    text-align: left;
  }
  /* line 232, ../sass/partials/base/components/_006-project-single.scss */
  .single__project .content .project__pre h4 {
    font-size: 12px;
    line-height: 3.33;
  }
  /* line 237, ../sass/partials/base/components/_006-project-single.scss */
  .single__project .content .project__showcase {
    display: flex;
    flex-flow: column wrap;
    margin-bottom: 60px;
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  /* line 242, ../sass/partials/base/components/_006-project-single.scss */
  .single__project .content .project__showcase .showcase__grid {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-left: -8px;
    /* Adjustment for the gutter */
  }
  /* line 247, ../sass/partials/base/components/_006-project-single.scss */
  .single__project .content .project__showcase .showcase__grid .grid__item {
    flex: auto;
    height: 192px;
    width: 33.3%;
    margin: 0 11px 11px 0;
    overflow: hidden;
  }
  /* line 253, ../sass/partials/base/components/_006-project-single.scss */
  .single__project .content .project__showcase .showcase__grid .grid__item img {
    width: auto;
    height: 100%;
  }
  /* line 260, ../sass/partials/base/components/_006-project-single.scss */
  .single__project .content .project__excerpt {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 33px;
  }
  /* line 265, ../sass/partials/base/components/_006-project-single.scss */
  .single__project .content .project__excerpt p {
    font-size: 18px;
  }
  /* line 269, ../sass/partials/base/components/_006-project-single.scss */
  .single__project .content .project__details {
    display: flex;
    flex-flow: column nowrap;
    margin-left: 0;
    margin-bottom: 100px;
  }
  /* line 274, ../sass/partials/base/components/_006-project-single.scss */
  .single__project .content .project__details .project__brief {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 279, ../sass/partials/base/components/_006-project-single.scss */
  .single__project .content .project__details .project__process {
    width: 100%;
  }
  /* line 284, ../sass/partials/base/components/_006-project-single.scss */
  .single__project .project__footer__image {
    top: 100%;
  }
  /* line 286, ../sass/partials/base/components/_006-project-single.scss */
  .single__project .project__footer__image img {
    width: 100%;
  }
}
/* line 1, ../sass/partials/base/components/_007-about-us.scss */
.about-us {
  min-height: 100vh;
  height: auto;
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
/* line 9, ../sass/partials/base/components/_007-about-us.scss */
.about-us .about__us__content {
  position: relative;
  width: 80%;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
/* line 15, ../sass/partials/base/components/_007-about-us.scss */
.about-us .about__us__content .main__title {
  margin-top: 200px;
  margin-left: 150px;
  width: 50%;
  margin-bottom: 30px;
}
/* line 21, ../sass/partials/base/components/_007-about-us.scss */
.about-us .about__us__content .main__title h1 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 20px;
}
/* line 32, ../sass/partials/base/components/_007-about-us.scss */
.about-us .about__us__content .description {
  width: 70%;
  margin-bottom: 50px;
  margin-left: 150px;
}
/* line 37, ../sass/partials/base/components/_007-about-us.scss */
.about-us .about__us__content .description p {
  margin-bottom: 20px;
  color: #2ab759;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: 0.1px;
}
/* line 50, ../sass/partials/base/components/_007-about-us.scss */
.about-us .what-we-do {
  height: auto;
  width: 50%;
  position: relative;
  margin-left: 500px;
  z-index: 0;
}
/* line 57, ../sass/partials/base/components/_007-about-us.scss */
.about-us .what-we-do .what__we__do__content {
  position: relative;
  z-index: 1;
}
/* line 61, ../sass/partials/base/components/_007-about-us.scss */
.about-us .what-we-do .what__we__do__content .main__title {
  width: 100%;
}
/* line 64, ../sass/partials/base/components/_007-about-us.scss */
.about-us .what-we-do .what__we__do__content .main__title h1 {
  color: #2ab759;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.33;
  letter-spacing: 4.3px;
}
/* line 75, ../sass/partials/base/components/_007-about-us.scss */
.about-us .what-we-do .what__we__do__content .description {
  width: 100%;
}
/* line 78, ../sass/partials/base/components/_007-about-us.scss */
.about-us .what-we-do .what__we__do__content .description p {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.07;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
}
/* line 90, ../sass/partials/base/components/_007-about-us.scss */
.about-us .what-we-do .what__we__do__content .what__we__do__list {
  list-style: disc;
  padding-left: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  height: 100px;
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 40px;
}
/* line 103, ../sass/partials/base/components/_007-about-us.scss */
.about-us .what-we-do .what__we__do__content .what__we__do__list .list__item {
  padding: 5px 0;
}
/* line 110, ../sass/partials/base/components/_007-about-us.scss */
.about-us .top__image {
  position: absolute;
  right: 10%;
  top: 00px;
  width: 330px;
  overflow: hidden;
  z-index: 0;
  opacity: 0.4;
}
/* line 119, ../sass/partials/base/components/_007-about-us.scss */
.about-us .top__image img {
  width: 100%;
}
/* line 124, ../sass/partials/base/components/_007-about-us.scss */
.about-us .bottom__image {
  position: absolute;
  left: 10%;
  bottom: 0px;
  width: 330px;
  overflow: hidden;
  z-index: 0;
  opacity: 0.4;
}
/* line 133, ../sass/partials/base/components/_007-about-us.scss */
.about-us .bottom__image img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 142, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .about__us__content .main__title {
    margin-top: 240px;
    margin-left: 50px;
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 149, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .about__us__content .description {
    width: 80%;
    margin-bottom: 80px;
    margin-left: 50px;
  }
  /* line 154, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .about__us__content .description p {
    font-size: 18px;
  }
  /* line 160, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .what-we-do {
    height: auto;
    width: 100%;
    margin-left: 50px;
  }
  /* line 165, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .what-we-do .what__we__do__content {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
  /* line 171, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .what-we-do .what__we__do__content .main__title {
    width: 100%;
  }
  /* line 174, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .what-we-do .what__we__do__content .main__title h1 {
    color: #2ab759;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.33;
    letter-spacing: 4.3px;
  }
  /* line 185, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .what-we-do .what__we__do__content .description {
    width: 80%;
  }
  /* line 188, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .what-we-do .what__we__do__content .description p {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.07;
    letter-spacing: 0.1px;
    margin-bottom: 20px;
  }
  /* line 200, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .what-we-do .what__we__do__content .what__we__do__list {
    list-style: disc;
    padding-left: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    height: 200px;
    display: flex;
    flex-flow: column wrap;
    margin-bottom: 40px;
  }
  /* line 213, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .what-we-do .what__we__do__content .what__we__do__list .list__item {
    padding: 5px 0;
  }
  /* line 220, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .top__image {
    position: absolute;
    right: 10%;
    top: 00px;
    width: 330px;
    overflow: hidden;
    z-index: 0;
    opacity: 0.4;
  }
  /* line 229, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .top__image img {
    width: 100%;
  }
  /* line 234, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .bottom__image {
    position: absolute;
    left: 10%;
    bottom: 0px;
    width: 330px;
    overflow: hidden;
    z-index: 0;
    opacity: 0.4;
  }
  /* line 243, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .bottom__image img {
    width: 100%;
  }
}
@media screen and (max-width: 475px) {
  /* line 251, ../sass/partials/base/components/_007-about-us.scss */
  .about-us {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  /* line 257, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .about__us__content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 261, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .about__us__content .main__title {
    width: 100%;
    margin-top: 200px;
    margin-bottom: 30px;
    margin-left: 0;
  }
  /* line 267, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .about__us__content .main__title h1 {
    letter-spacing: 10px;
    font-size: 16px;
  }
  /* line 273, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .about__us__content .description {
    margin-bottom: 40px;
    margin-left: 0;
    width: 100%;
  }
  /* line 278, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .about__us__content .description p {
    font-size: 16px;
    line-height: 1.75;
  }
  /* line 285, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .what-we-do {
    height: auto;
    width: 100%;
    margin-left: 0;
  }
  /* line 290, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .what-we-do .what__we__do__content {
    position: relative;
    width: 80%;
    margin: 0px auto 50px auto;
    z-index: 2;
  }
  /* line 296, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .what-we-do .what__we__do__content .main__title {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 300, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .what-we-do .what__we__do__content .main__title h1 {
    font-size: 12px;
  }
  /* line 305, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .what-we-do .what__we__do__content .description {
    width: 100%;
  }
  /* line 308, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .what-we-do .what__we__do__content .description p {
    font-size: 14px;
  }
  /* line 313, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .what-we-do .what__we__do__content .what__we__do__list {
    height: auto;
    display: flex;
    flex-flow: column nowrap;
  }
  /* line 318, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .what-we-do .what__we__do__content .what__we__do__list .list__item {
    padding: 5px 0;
  }
  /* line 325, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .top__image {
    right: -20%;
    top: 220px;
  }
  /* line 330, ../sass/partials/base/components/_007-about-us.scss */
  .about-us .bottom__image {
    position: absolute;
    left: -20%;
    top: auto;
    bottom: 0px;
  }
}
/* line 1, ../sass/partials/base/components/_008-off-canvas.scss */
.offcanvas {
  position: absolute;
  width: 764px;
  min-height: 110vh;
  height: 640px;
  left: -800px;
  top: 0;
  background-color: #1b2835;
  z-index: 99;
  box-shadow: 0 2px 76px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -moz-transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -ms-transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -o-transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
  transition: all 1000ms cubic-bezier(0.6, 0.04, 0, 0.94);
}
/* line 12, ../sass/partials/base/components/_008-off-canvas.scss */
.offcanvas.open {
  left: 0;
}
/* line 15, ../sass/partials/base/components/_008-off-canvas.scss */
.offcanvas .offcanvas__inner {
  position: relative;
  min-height: 100vh;
  width: 400px;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
/* line 23, ../sass/partials/base/components/_008-off-canvas.scss */
.offcanvas .offcanvas__inner ul {
  height: 50%;
  width: 100%;
  margin-top: 75px;
}
/* line 27, ../sass/partials/base/components/_008-off-canvas.scss */
.offcanvas .offcanvas__inner ul li {
  padding: 25px 0;
}
/* line 30, ../sass/partials/base/components/_008-off-canvas.scss */
.offcanvas .offcanvas__inner ul li.is-active a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  padding-left: 6%;
  color: #2ab759;
}
/* line 35, ../sass/partials/base/components/_008-off-canvas.scss */
.offcanvas .offcanvas__inner ul li.is-active a:after {
  display: block;
}
/* line 40, ../sass/partials/base/components/_008-off-canvas.scss */
.offcanvas .offcanvas__inner ul li a {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 10px;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  transition-delay: 300ms;
  padding: 25px 0;
}
/* line 54, ../sass/partials/base/components/_008-off-canvas.scss */
.offcanvas .offcanvas__inner ul li a:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 106%;
  background: #fdd417;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: none;
}
/* line 67, ../sass/partials/base/components/_008-off-canvas.scss */
.offcanvas .offcanvas__inner ul li:hover a {
  padding-left: 6%;
}
/* line 73, ../sass/partials/base/components/_008-off-canvas.scss */
.offcanvas .offcanvas__inner .offcanvas__footer {
  height: 50px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 100px;
}
/* line 81, ../sass/partials/base/components/_008-off-canvas.scss */
.offcanvas .offcanvas__inner .offcanvas__footer .telephone {
  width: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 84, ../sass/partials/base/components/_008-off-canvas.scss */
.offcanvas .offcanvas__inner .offcanvas__footer .telephone a {
  color: #fdd417;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 5.39;
  letter-spacing: normal;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 95, ../sass/partials/base/components/_008-off-canvas.scss */
.offcanvas .offcanvas__inner .offcanvas__footer .telephone:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
/* line 97, ../sass/partials/base/components/_008-off-canvas.scss */
.offcanvas .offcanvas__inner .offcanvas__footer .telephone:hover a {
  text-shadow: 0.3px 4px 4px #000;
}
/* line 102, ../sass/partials/base/components/_008-off-canvas.scss */
.offcanvas .offcanvas__inner .offcanvas__footer .email {
  width: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 105, ../sass/partials/base/components/_008-off-canvas.scss */
.offcanvas .offcanvas__inner .offcanvas__footer .email a {
  color: #fdd417;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 5.39;
  letter-spacing: normal;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 116, ../sass/partials/base/components/_008-off-canvas.scss */
.offcanvas .offcanvas__inner .offcanvas__footer .email:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
/* line 118, ../sass/partials/base/components/_008-off-canvas.scss */
.offcanvas .offcanvas__inner .offcanvas__footer .email:hover a {
  text-shadow: 0.3px 4px 4px #000;
}

@media screen and (max-width: 768px) {
  /* line 128, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas {
    width: 600px;
    left: -800px;
    min-height: 110vh;
    height: 640px;
  }
  /* line 133, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas .offcanvas__inner {
    height: 100%;
    width: 60%;
  }
  /* line 136, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas .offcanvas__inner ul {
    width: 100%;
    margin-top: 200px;
  }
  /* line 139, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas .offcanvas__inner ul li {
    padding: 25px 0;
  }
  /* line 143, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas .offcanvas__inner ul li.is-active a:after {
    height: 2px;
  }
  /* line 148, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas .offcanvas__inner ul li a {
    position: relative;
    color: #fff;
    font-size: 18px;
  }
  /* line 155, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas .offcanvas__inner .offcanvas__footer {
    height: auto;
    width: 100%;
    flex-flow: column nowrap;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 100px;
  }
  /* line 162, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas .offcanvas__inner .offcanvas__footer .telephone {
    width: 100%;
  }
  /* line 164, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas .offcanvas__inner .offcanvas__footer .telephone a {
    font-size: 18px;
  }
  /* line 168, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas .offcanvas__inner .offcanvas__footer .email {
    width: 100%;
  }
  /* line 170, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas .offcanvas__inner .offcanvas__footer .email a {
    color: #fdd417;
    font-size: 18px;
  }
}
@media screen and (max-width: 475px) {
  /* line 181, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas {
    width: 100vw;
    min-height: 110vh;
    height: 640px;
    left: -800px;
  }
  /* line 186, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas .offcanvas__inner {
    height: 100%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 190, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas .offcanvas__inner ul {
    width: 100%;
    margin-top: 150px;
  }
  /* line 193, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas .offcanvas__inner ul li {
    padding: 25px 0;
  }
  /* line 197, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas .offcanvas__inner ul li.is-active a:after {
    height: 2px;
  }
  /* line 202, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas .offcanvas__inner ul li a {
    position: relative;
    color: #fff;
    font-size: 14px;
  }
  /* line 209, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas .offcanvas__inner .offcanvas__footer {
    height: auto;
    width: 100%;
    flex-flow: column nowrap;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 100px;
  }
  /* line 216, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas .offcanvas__inner .offcanvas__footer .telephone {
    width: 100%;
  }
  /* line 218, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas .offcanvas__inner .offcanvas__footer .telephone a {
    font-size: 14px;
  }
  /* line 222, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas .offcanvas__inner .offcanvas__footer .email {
    width: 100%;
  }
  /* line 224, ../sass/partials/base/components/_008-off-canvas.scss */
  .offcanvas .offcanvas__inner .offcanvas__footer .email a {
    color: #fdd417;
    font-size: 14px;
  }
}
/* line 1, ../sass/partials/base/components/_009-works.scss */
.works__modal__wrapper {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  background: #1b2835;
  display: block;
  -webkit-transition: all 800ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -moz-transition: all 800ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -ms-transition: all 800ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -o-transition: all 800ms cubic-bezier(0.6, 0.04, 0, 0.94);
  transition: all 800ms cubic-bezier(0.6, 0.04, 0, 0.94);
  z-index: 1000;
  visibility: hidden;
}
/* line 12, ../sass/partials/base/components/_009-works.scss */
.works__modal__wrapper .works__item {
  -webkit-transition: all 300ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -ms-transition: all 300ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -o-transition: all 300ms cubic-bezier(0.6, 0.04, 0, 0.94);
  transition: all 300ms cubic-bezier(0.6, 0.04, 0, 0.94);
}
/* line 15, ../sass/partials/base/components/_009-works.scss */
.works__modal__wrapper.is-active {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
}
/* line 18, ../sass/partials/base/components/_009-works.scss */
.works__modal__wrapper.is-active .works__item {
  -webkit-animation: slideInLeft;
  -moz-animation: slideInLeft;
  -ms-animation: slideInLeft;
  -o-animation: slideInLeft;
  animation: slideInLeft;
}
/* line 22, ../sass/partials/base/components/_009-works.scss */
.works__modal__wrapper .works-modal {
  width: 80%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 180px;
}
/* line 28, ../sass/partials/base/components/_009-works.scss */
.works__modal__wrapper .works-modal .works__inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 40px;
}
/* line 34, ../sass/partials/base/components/_009-works.scss */
.works__modal__wrapper .works-modal .works__inner .works__item {
  height: auto;
  width: 33.3%;
}
/* line 37, ../sass/partials/base/components/_009-works.scss */
.works__modal__wrapper .works-modal .works__inner .works__item .featured__image {
  height: 500px;
  overflow: hidden;
}
/* line 40, ../sass/partials/base/components/_009-works.scss */
.works__modal__wrapper .works-modal .works__inner .works__item .featured__image img {
  width: 100%;
  height: auto;
}
/* line 45, ../sass/partials/base/components/_009-works.scss */
.works__modal__wrapper .works-modal .works__inner .works__item .category {
  color: #2ab759;
  text-transform: uppercase;
  padding: 30px 0;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
}
/* line 57, ../sass/partials/base/components/_009-works.scss */
.works__modal__wrapper .works-modal .works__inner .works__item .works__title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
/* line 70, ../sass/partials/base/components/_009-works.scss */
.works__modal__wrapper .works__modal__close {
  position: absolute;
  top: 80px;
  left: 30%;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
/* line 77, ../sass/partials/base/components/_009-works.scss */
.works__modal__wrapper .works__modal__close a {
  width: 70px;
  height: 70px;
}
/* line 80, ../sass/partials/base/components/_009-works.scss */
.works__modal__wrapper .works__modal__close a img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 87, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper {
    width: 100vw;
    height: 100%;
  }
  /* line 90, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper .works-modal {
    width: 80%;
  }
  /* line 92, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper .works-modal .works__inner {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    width: 90%;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 99, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper .works-modal .works__inner .works__item {
    height: auto;
    width: 100%;
  }
  /* line 102, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper .works-modal .works__inner .works__item .featured__image {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  /* line 106, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper .works-modal .works__inner .works__item .featured__image img {
    width: 100%;
    height: auto;
  }
  /* line 111, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper .works-modal .works__inner .works__item .category {
    color: #2ab759;
    text-transform: uppercase;
    padding: 30px 0;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
  }
  /* line 123, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper .works-modal .works__inner .works__item .works__title {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-bottom: 60px;
  }
  /* line 137, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper .works__modal__close {
    position: absolute;
    top: 80px;
    left: 30%;
    width: 70px;
    height: 70px;
    overflow: hidden;
  }
  /* line 144, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper .works__modal__close a {
    width: 70px;
    height: 70px;
  }
  /* line 147, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper .works__modal__close a img {
    width: 100%;
  }
}
@media screen and (max-width: 475px) {
  /* line 155, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper {
    width: 100vw;
    height: auto;
  }
  /* line 158, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper .works-modal {
    width: 80%;
  }
  /* line 160, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper .works-modal .works__inner {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    width: 90%;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 168, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper .works-modal .works__inner .works__item {
    height: auto;
    width: 100%;
  }
  /* line 171, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper .works-modal .works__inner .works__item .featured__image {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  /* line 175, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper .works-modal .works__inner .works__item .featured__image img {
    width: 100%;
    height: auto;
  }
  /* line 180, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper .works-modal .works__inner .works__item .category {
    color: #2ab759;
    text-transform: uppercase;
    padding: 30px 0;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
  }
  /* line 192, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper .works-modal .works__inner .works__item .works__title {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-bottom: 60px;
  }
  /* line 206, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper .works__modal__close {
    position: absolute;
    left: 30%;
    width: 70px;
    height: 70px;
    overflow: hidden;
  }
  /* line 212, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper .works__modal__close a {
    width: 70px;
    height: 70px;
  }
  /* line 215, ../sass/partials/base/components/_009-works.scss */
  .works__modal__wrapper .works__modal__close a img {
    width: 100%;
  }
}
/* line 1, ../sass/partials/base/components/_009-portfolio.scss */
.portfolio {
  position: relative;
  flex-flow: column nowrap;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
/* line 8, ../sass/partials/base/components/_009-portfolio.scss */
.portfolio .title {
  position: relative;
  width: 425px;
  height: 24px;
  margin: 0 auto;
  margin-top: 100px;
}
/* line 15, ../sass/partials/base/components/_009-portfolio.scss */
.portfolio .title h1 {
  color: #2ab759;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 32px;
  margin: 0 auto;
}
/* line 29, ../sass/partials/base/components/_009-portfolio.scss */
.portfolio .portfolio__inner {
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 70px;
}
/* line 39, ../sass/partials/base/components/_009-portfolio.scss */
.portfolio .portfolio__inner .portfolio__item .featured__image {
  position: relative;
  width: 387px;
  height: 387px;
  opacity: 0.75;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
/* line 47, ../sass/partials/base/components/_009-portfolio.scss */
.portfolio .portfolio__inner .portfolio__item .featured__image .play__btn {
  background: url("../images/play-btn-light.png");
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
/* line 60, ../sass/partials/base/components/_009-portfolio.scss */
.portfolio .portfolio__inner .portfolio__item .featured__image img {
  width: 100%;
}
/* line 65, ../sass/partials/base/components/_009-portfolio.scss */
.portfolio .portfolio__inner .portfolio__item .category {
  color: #2ab759;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 0.9px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 10px;
}
/* line 79, ../sass/partials/base/components/_009-portfolio.scss */
.portfolio .portfolio__inner .portfolio__item .portfolio__title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

/* line 92, ../sass/partials/base/components/_009-portfolio.scss */
.portfolio__modal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #1b2835;
  display: block;
  -webkit-transition: all 1200ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -moz-transition: all 1200ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -ms-transition: all 1200ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -o-transition: all 1200ms cubic-bezier(0.6, 0.04, 0, 0.94);
  transition: all 1200ms cubic-bezier(0.6, 0.04, 0, 0.94);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
}
/* line 105, ../sass/partials/base/components/_009-portfolio.scss */
.portfolio__modal__wrapper .works__item {
  -webkit-transition: all 300ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -ms-transition: all 300ms cubic-bezier(0.6, 0.04, 0, 0.94);
  -o-transition: all 300ms cubic-bezier(0.6, 0.04, 0, 0.94);
  transition: all 300ms cubic-bezier(0.6, 0.04, 0, 0.94);
}
/* line 109, ../sass/partials/base/components/_009-portfolio.scss */
.portfolio__modal__wrapper.is-active {
  opacity: 1;
  visibility: visible;
}
/* line 113, ../sass/partials/base/components/_009-portfolio.scss */
.portfolio__modal__wrapper.is-active .works__item {
  -webkit-animation: slideInLeft;
  -moz-animation: slideInLeft;
  -ms-animation: slideInLeft;
  -o-animation: slideInLeft;
  animation: slideInLeft;
}
/* line 118, ../sass/partials/base/components/_009-portfolio.scss */
.portfolio__modal__wrapper .portfolio-modal {
  width: 100%;
  position: absolute;
}
/* line 122, ../sass/partials/base/components/_009-portfolio.scss */
.portfolio__modal__wrapper .portfolio-modal .portfolio__video {
  background: #1a1818;
  height: 100vh;
  width: 100vw;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
/* line 131, ../sass/partials/base/components/_009-portfolio.scss */
.portfolio__modal__wrapper .portfolio-modal .portfolio__video video {
  width: 100%;
}
/* line 137, ../sass/partials/base/components/_009-portfolio.scss */
.portfolio__modal__wrapper .portfolio__modal__close {
  position: absolute;
  top: 40px;
  right: 20%;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
/* line 145, ../sass/partials/base/components/_009-portfolio.scss */
.portfolio__modal__wrapper .portfolio__modal__close a {
  width: 50px;
  height: 50px;
}
/* line 149, ../sass/partials/base/components/_009-portfolio.scss */
.portfolio__modal__wrapper .portfolio__modal__close a img {
  width: 100%;
}

/* line 1, ../sass/partials/base/components/_010-contact-us.scss */
.contact-us {
  width: 100vw;
  height: 100vh;
  border: solid thin transparent;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
/* line 12, ../sass/partials/base/components/_010-contact-us.scss */
.contact-us .contact__us__content {
  position: relative;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  flex: 1 0 auto;
}
/* line 21, ../sass/partials/base/components/_010-contact-us.scss */
.contact-us .contact__us__content .main__title {
  width: 100%;
  height: auto;
  margin-top: 220px;
}
/* line 26, ../sass/partials/base/components/_010-contact-us.scss */
.contact-us .contact__us__content .main__title h1 {
  color: #fff;
  font-size: 74px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  margin-bottom: 37px;
}
/* line 38, ../sass/partials/base/components/_010-contact-us.scss */
.contact-us .contact__us__content .description {
  width: 70%;
}
/* line 41, ../sass/partials/base/components/_010-contact-us.scss */
.contact-us .contact__us__content .description p {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: 0.1px;
}
/* line 53, ../sass/partials/base/components/_010-contact-us.scss */
.contact-us .footer {
  position: relative;
  background: #25a24f;
  height: 243px;
  width: 100vw;
  left: 0;
  flex-shrink: 0;
}
/* line 62, ../sass/partials/base/components/_010-contact-us.scss */
.contact-us .footer .footer__content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  height: 200px;
  width: 60%;
  margin-left: 223px;
}
/* line 70, ../sass/partials/base/components/_010-contact-us.scss */
.contact-us .footer .footer__content .footer__contacts {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  height: 200px;
  margin-top: 80px;
}
/* line 77, ../sass/partials/base/components/_010-contact-us.scss */
.contact-us .footer .footer__content .footer__contacts .telephone {
  position: relative;
  height: 100%;
}
/* line 81, ../sass/partials/base/components/_010-contact-us.scss */
.contact-us .footer .footer__content .footer__contacts .telephone a {
  color: #fdd417;
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: normal;
  text-align: center;
}
/* line 93, ../sass/partials/base/components/_010-contact-us.scss */
.contact-us .footer .footer__content .footer__contacts .email {
  position: relative;
  height: 100%;
}
/* line 97, ../sass/partials/base/components/_010-contact-us.scss */
.contact-us .footer .footer__content .footer__contacts .email a {
  color: #fdd417;
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: normal;
  text-align: center;
}
/* line 110, ../sass/partials/base/components/_010-contact-us.scss */
.contact-us .footer .footer__content .footer__socials {
  display: block;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  margin: 60px 0 0 0;
}
/* line 118, ../sass/partials/base/components/_010-contact-us.scss */
.contact-us .footer .footer__content .footer__socials ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
/* line 123, ../sass/partials/base/components/_010-contact-us.scss */
.contact-us .footer .footer__content .footer__socials ul li {
  padding: 20px;
}
/* line 126, ../sass/partials/base/components/_010-contact-us.scss */
.contact-us .footer .footer__content .footer__socials ul li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 11px;
  letter-spacing: 0.8px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  /* line 145, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us {
    width: 100vw;
    height: 100vh;
    border: solid thin transparent;
  }
  /* line 151, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer {
    width: 100vw;
  }
  /* line 154, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content {
    width: 80%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 163, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us {
    width: 100vw;
    height: 100vh;
    border: solid thin transparent;
  }
  /* line 169, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .contact__us__content {
    width: 80%;
    height: auto;
    margin-left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  /* line 176, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .contact__us__content .main__title {
    width: 100%;
    height: auto;
    margin-top: 220px;
  }
  /* line 181, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .contact__us__content .main__title h1 {
    color: #fff;
    font-size: 48px;
  }
  /* line 188, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .contact__us__content .description p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: 0.1px;
  }
  /* line 200, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer {
    position: absolute;
    bottom: 0;
    background: #2ab759;
    height: 243px;
    width: 100vw;
    left: 0;
    margin-top: 20px;
    bottom: 0;
  }
  /* line 210, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    height: 200px;
    width: 80%;
    margin-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 219, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__contacts {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: 200px;
    margin-top: 80px;
  }
  /* line 226, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__contacts .telephone {
    position: relative;
    height: 100%;
  }
  /* line 230, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__contacts .telephone a {
    font-size: 24px;
  }
  /* line 235, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__contacts .email {
    position: relative;
    height: 100%;
  }
  /* line 239, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__contacts .email a {
    font-size: 24px;
  }
  /* line 245, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__socials {
    display: block;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    margin: 60px 0 0 -20px;
  }
  /* line 253, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__socials ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 258, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__socials ul li {
    padding: 20px;
  }
  /* line 261, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__socials ul li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 11px;
    letter-spacing: 0.8px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  /* line 282, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .contact__us__content {
    margin-bottom: 100px;
    width: 80%;
    margin: 0 auto;
  }
  /* line 287, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .contact__us__content .main__title {
    width: 100%;
    height: auto;
    margin-top: 200px;
  }
  /* line 292, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .contact__us__content .main__title h1 {
    font-size: 44px;
    line-height: 1.13;
    margin-bottom: 25px;
  }
  /* line 299, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .contact__us__content .description {
    width: 100%;
  }
  /* line 302, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .contact__us__content .description p {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: 0.1px;
  }
  /* line 313, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer {
    background: #2ab759;
    height: 300px;
    width: 100vw;
    left: 0;
    bottom: 0;
  }
  /* line 320, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    height: 100%;
    width: 80%;
    margin: 0 auto;
  }
  /* line 328, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__contacts {
    flex-flow: column nowrap;
    margin-bottom: 40px;
  }
  /* line 333, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__contacts .telephone a {
    color: #fdd417;
    font-size: 22px;
  }
  /* line 340, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__contacts .email a {
    font-size: 22px;
    text-decoration: underline;
  }
  /* line 347, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__socials {
    width: 100%;
    margin: 0 auto;
  }
  /* line 351, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__socials ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 356, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__socials ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 475px) {
  /* line 368, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .contact__us__content {
    margin-bottom: 100px;
    width: 80%;
    margin: 0 auto;
  }
  /* line 373, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .contact__us__content .main__title {
    width: 100%;
    height: auto;
    margin-top: 180px;
  }
  /* line 378, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .contact__us__content .main__title h1 {
    font-size: 40px;
    line-height: 1.13;
    margin-bottom: 15px;
  }
  /* line 385, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .contact__us__content .description {
    width: 100%;
  }
  /* line 388, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .contact__us__content .description p {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: 0.1px;
  }
  /* line 399, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer {
    background: #2ab759;
    height: 300px;
    width: 100vw;
    left: 0;
    bottom: 0;
  }
  /* line 406, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    height: 100%;
    width: 80%;
    margin: 0 auto;
  }
  /* line 414, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__contacts {
    flex-flow: column nowrap;
    margin-bottom: 40px;
  }
  /* line 419, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__contacts .telephone a {
    color: #fdd417;
    font-size: 22px;
  }
  /* line 426, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__contacts .email a {
    font-size: 22px;
    text-decoration: underline;
  }
  /* line 433, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__socials {
    width: 100%;
    margin: 0 auto;
  }
  /* line 437, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__socials ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  /* line 442, ../sass/partials/base/components/_010-contact-us.scss */
  .contact-us .footer .footer__content .footer__socials ul li {
    padding: 10px;
  }
}
