@charset "UTF-8";
/* line 5, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ==========================================================================
 * Font Awesomre links
 * ========================================================================== */
/* line 7, ../../../../source/sass/helpers/_fa_links.sass */
.fa-links a {
  display: inline-block;
  margin: 2px;
  width: 30px;
  height: 30px;
  line-height: 2em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #6ACFF6;
  text-align: center;
  margin: 0 5px !important;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 19, ../../../../source/sass/helpers/_fa_links.sass */
.fa-links a:hover {
  background: #21313E;
  color: #6ACFF6;
}

/* line 1, ../../../../source/sass/helpers/_animated.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 74, ../../../../source/sass/helpers/_animated.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@media (max-width: 850px) {
  /* line 2, ../../../../source/sass/helpers/_snap.mod.sass */
  .snap-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 2;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 19, ../../../../source/sass/helpers/_snap.mod.sass */
  .snap-drawers {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
  }

  /* line 29, ../../../../source/sass/helpers/_snap.mod.sass */
  .snap-drawer {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    width: 265px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }

  /* line 46, ../../../../source/sass/helpers/_snap.mod.sass */
  .snap-drawer-left {
    left: 0;
    z-index: 1;
  }

  /* line 51, ../../../../source/sass/helpers/_snap.mod.sass */
  .snap-drawer-right {
    right: 0;
    z-index: 1;
  }

  /* line 56, ../../../../source/sass/helpers/_snap.mod.sass */
  .snapjs-left .snap-drawer-right,
  .snapjs-right .snap-drawer-left {
    display: none;
  }

  /* line 61, ../../../../source/sass/helpers/_snap.mod.sass */
  .snapjs-expand-left .snap-drawer-left,
  .snapjs-expand-right .snap-drawer-right {
    width: 100%;
  }
}
/* line 10, ../../../../source/sass/helpers/_hamm.sass */
#hamm {
  opacity: 0.8;
  position: relative;
}
/* line 14, ../../../../source/sass/helpers/_hamm.sass */
#hamm .inner {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
/* line 24, ../../../../source/sass/helpers/_hamm.sass */
#hamm .line {
  display: block;
  background: white;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 5px;
  border-radius: 1.5px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
/* line 36, ../../../../source/sass/helpers/_hamm.sass */
#hamm .line.line-1 {
  top: 25%;
}
/* line 39, ../../../../source/sass/helpers/_hamm.sass */
#hamm .line.line-2 {
  top: 50%;
}
/* line 42, ../../../../source/sass/helpers/_hamm.sass */
#hamm .line.line-3 {
  top: 75%;
}
/* line 47, ../../../../source/sass/helpers/_hamm.sass */
#hamm.close .line-1 {
  -moz-transform: translateY(10px) translateX(0) rotate(45deg);
  -ms-transform: translateY(10px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  transform: translateY(10px) translateX(0) rotate(45deg);
}
/* line 50, ../../../../source/sass/helpers/_hamm.sass */
#hamm.close .line-2 {
  opacity: 0;
}
/* line 53, ../../../../source/sass/helpers/_hamm.sass */
#hamm.close .line-3 {
  -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  transform: translateY(-10px) translateX(0) rotate(-45deg);
}

@font-face {
  font-family: "CirceRegular";
  src: url("/static/fonts/CRC55.eot");
  src: local("☺"), url("/static/fonts/CRC55.eot?#iefix") format("embedded-opentype"), url("/static/fonts/CRC55.woff") format("woff"), url("/static/fonts/CRC55.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "CirceBold";
  src: url("/static/fonts/Circe-Bold.eot");
  src: local("☺"), url("/static/fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Circe-Bold.woff") format("woff"), url("/static/fonts/Circe-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Code-Black";
  src: url("/static/fonts/Code-Black.eot");
  src: local("☺"), url("/static/fonts/Code-Black.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Code-Black.woff") format("woff"), url("/static/fonts/Code-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* line 1, ../../../../source/sass/blocks/_main.sass */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, ../../../../source/sass/blocks/_main.sass */
* {
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 12, ../../../../source/sass/blocks/_main.sass */
html {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: auto;
}

/* line 18, ../../../../source/sass/blocks/_main.sass */
body {
  font-family: "CirceRegular", sans-serif;
  position: relative;
  line-height: 1.7em;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  min-height: 100%;
  color: #21313E;
  font-size: 16px;
}
@media (min-width: 1200px) {
  /* line 18, ../../../../source/sass/blocks/_main.sass */
  body {
    font-size: 18px;
  }
}

/* line 33, ../../../../source/sass/blocks/_main.sass */
a {
  color: #6ACFF6;
  text-decoration: none;
  outline: none;
}
/* line 38, ../../../../source/sass/blocks/_main.sass */
a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
}

/* line 45, ../../../../source/sass/blocks/_main.sass */
img {
  max-width: 100%;
  height: auto;
}

/* line 49, ../../../../source/sass/blocks/_main.sass */
[role="button"] {
  outline: none;
}

/* line 60, ../../../../source/sass/blocks/_main.sass */
a,
button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 65, ../../../../source/sass/blocks/_main.sass */
.video_iframe {
  position: relative;
}
/* line 68, ../../../../source/sass/blocks/_main.sass */
.video_iframe img {
  width: 100% !important;
}
/* line 71, ../../../../source/sass/blocks/_main.sass */
.video_iframe iframe[src^="http://www.youtube.com/"],
.video_iframe iframe[src^="https://vimeo.com/"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 79, ../../../../source/sass/blocks/_main.sass */
.fixed {
  position: fixed !important;
}

/* line 82, ../../../../source/sass/blocks/_main.sass */
.hidden {
  display: none;
}

/* line 85, ../../../../source/sass/blocks/_main.sass */
.tab {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px;
  margin-bottom: 30px;
}
/* line 2, ../../../../source/sass/helpers/mixins/_clearfix.sass */
.tab:after {
  content: " ";
  display: table;
  clear: both;
}
/* line 91, ../../../../source/sass/blocks/_main.sass */
.tab-hidden {
  display: none;
}
/* line 94, ../../../../source/sass/blocks/_main.sass */
.tab-btn {
  cursor: pointer;
  font-size: 18px;
  border-bottom: 1px dashed #6ACFF6;
  float: right;
}
/* line 101, ../../../../source/sass/blocks/_main.sass */
.tab.show .tab-hidden {
  display: block;
}

/* line 1, ../../../../source/sass/blocks/_messages.sass */
.messages {
  margin: 28px 0;
  text-align: center;
}
/* line 5, ../../../../source/sass/blocks/_messages.sass */
.messages li {
  padding: 8px 11px 6px;
  font-weight: bold;
  border: 1px solid #CCC;
  border-radius: 3px;
}
/* line 11, ../../../../source/sass/blocks/_messages.sass */
.messages li.info {
  background-color: green !important;
  border-color: #00e600;
  color: white;
}
/* line 16, ../../../../source/sass/blocks/_messages.sass */
.messages li.error {
  background-color: white;
  border-color: white;
  color: #E03127;
}
/* line 21, ../../../../source/sass/blocks/_messages.sass */
.messages li.success {
  background-color: #6dad62 !important;
  border-color: #abd0a5;
  color: white;
}

/* line 27, ../../../../source/sass/blocks/_messages.sass */
.messages-fixed {
  position: fixed;
  top: 20%;
  left: 50%;
  max-width: 700px;
  text-align: center;
  width: 90%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99999;
  font-size: 18px;
  font-family: "CirceRegular", sans-serif;
  padding: 10px;
  background: white;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
}
/* line 43, ../../../../source/sass/blocks/_messages.sass */
.messages-fixed li.info, .messages-fixed li.success, .messages-fixed li.error, .messages-fixed li.warning {
  color: white;
  padding: 30px;
}
/* line 50, ../../../../source/sass/blocks/_messages.sass */
.messages-fixed li.info, .messages-fixed li.success {
  background: #6ACFF6;
}
/* line 54, ../../../../source/sass/blocks/_messages.sass */
.messages-fixed li.error, .messages-fixed li.warning {
  background: #E03127;
}
/* line 58, ../../../../source/sass/blocks/_messages.sass */
.messages-fixed .close {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: white;
  position: absolute;
  top: -20px;
  right: -20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 69, ../../../../source/sass/blocks/_messages.sass */
.messages-fixed .close:after, .messages-fixed .close:before {
  content: " ";
  position: absolute;
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -1px;
  background-color: #6ACFF6;
  z-index: 1;
}
/* line 82, ../../../../source/sass/blocks/_messages.sass */
.messages-fixed .close:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 85, ../../../../source/sass/blocks/_messages.sass */
.messages-fixed .close:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 88, ../../../../source/sass/blocks/_messages.sass */
.messages-fixed .close:hover {
  opacity: 1;
  background-color: #6ACFF6;
}
/* line 92, ../../../../source/sass/blocks/_messages.sass */
.messages-fixed .close:hover:after, .messages-fixed .close:hover:before {
  background-color: white;
}

/* line 15, ../../../../source/sass/project/_main.sass */
body {
  background-color: #061E30;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMjgzZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ1MTIxMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 100%, 100% 0%, color-stop(0%, #0c283e), color-stop(100%, #451211));
  background-image: -moz-linear-gradient(bottom, #0c283e 0%, #451211 100%);
  background-image: -webkit-linear-gradient(bottom, #0c283e 0%, #451211 100%);
  background-image: linear-gradient(to top right, #0c283e 0%, #451211 100%);
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
/* line 22, ../../../../source/sass/project/_main.sass */
body a {
  color: #6ACFF6;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
/* line 28, ../../../../source/sass/project/_main.sass */
body .fa_links a {
  color: #061E30;
}
/* line 32, ../../../../source/sass/project/_main.sass */
body .fa_links a:hover .fa-circle {
  opacity: 1;
}
/* line 35, ../../../../source/sass/project/_main.sass */
body .fa_links a .fa-circle {
  color: #6ACFF6;
  opacity: 0.4;
  font-size: 2em;
}

/* line 40, ../../../../source/sass/project/_main.sass */
.content {
  padding: 95px 20px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
}
/* line 6, ../../../../source/sass/project/_main.sass */
body.show .content {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 851px) {
  /* line 40, ../../../../source/sass/project/_main.sass */
  .content {
    padding: 95px 6.25%;
  }
}

/* line 48, ../../../../source/sass/project/_main.sass */
strong {
  font-family: "CirceBold", sans-serif;
}

/* line 51, ../../../../source/sass/project/_main.sass */
.overflow-hidden {
  overflow: hidden;
}

/* line 54, ../../../../source/sass/project/_main.sass */
.tags {
  font-size: 1rem;
}
/* line 57, ../../../../source/sass/project/_main.sass */
.tags a {
  text-decoration: underline;
}

/* line 82, ../../../../source/sass/project/_main.sass */
.swiper-slide {
  height: auto;
}
/* line 85, ../../../../source/sass/project/_main.sass */
.swiper-wrapper {
  will-change: transform, transition-duration;
}

@media (max-width: 850px) {
  /* line 92, ../../../../source/sass/project/_main.sass */
  body > .grid {
    display: none;
  }
}
/* line 1, ../../../../source/sass/project/_mobile.sass */
.mobile {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
}
/* line 8, ../../../../source/sass/project/_mobile.sass */
.mobile__menu-button {
  display: block;
  font-size: 30px;
  height: 60px;
  width: 60px;
  padding-top: 5px;
  position: absolute;
  text-align: center;
  top: 10px;
  right: 5px;
  color: white;
  cursor: pointer;
}
@media (min-width: 851px) {
  /* line 1, ../../../../source/sass/project/_mobile.sass */
  .mobile {
    display: none;
  }
}

@media (min-width: 851px) {
  /* line 26, ../../../../source/sass/project/_mobile.sass */
  .side-menu {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 850px) {
  /* line 33, ../../../../source/sass/project/_mobile.sass */
  .main_nav {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #061E30;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMjgzZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ1MTIxMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 100%, 100% 0%, color-stop(0%, #0c283e), color-stop(100%, #451211));
    background-image: -moz-linear-gradient(bottom, #0c283e 0%, #451211 100%);
    background-image: -webkit-linear-gradient(bottom, #0c283e 0%, #451211 100%);
    background-image: linear-gradient(to top right, #0c283e 0%, #451211 100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.5, 0.25, 0.01, 1);
    -o-transition: -o-transform 0.5s cubic-bezier(0.5, 0.25, 0.01, 1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.5, 0.25, 0.01, 1);
    transition: transform 0.5s cubic-bezier(0.5, 0.25, 0.01, 1);
  }
  /* line 41, ../../../../source/sass/project/_mobile.sass */
  .main_nav .main_menu {
    font-size: 29px;
    text-align: left;
    line-height: 1.3em;
    padding: 30px;
  }
  /* line 47, ../../../../source/sass/project/_mobile.sass */
  .main_nav .main_menu .main_page {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: -moz-transform 0.8s cubic-bezier(0.5, 0.25, 0.01, 1);
    -o-transition: -o-transform 0.8s cubic-bezier(0.5, 0.25, 0.01, 1);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.25, 0.01, 1);
    transition: transform 0.8s cubic-bezier(0.5, 0.25, 0.01, 1);
  }
  /* line 51, ../../../../source/sass/project/_mobile.sass */
  .main_nav .langs {
    padding: 30px 25px 0;
  }
  /* line 54, ../../../../source/sass/project/_mobile.sass */
  .main_nav.show {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 57, ../../../../source/sass/project/_mobile.sass */
  .main_nav.show .main_page {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1, ../../../../source/sass/project/_type.sass */
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5 {
  color: white;
  line-height: 1em;
}

/* line 9, ../../../../source/sass/project/_type.sass */
.h1, h1,
.h2, h2,
.h3, h3 {
  font-family: "CirceBold", sans-serif;
}

/* line 14, ../../../../source/sass/project/_type.sass */
h1, .h1 {
  font-size: 49px;
  font-family: "Code-Black", sans-serif;
  color: #6ACFF6;
  text-transform: uppercase;
}

/* line 20, ../../../../source/sass/project/_type.sass */
.h2, h2 {
  font-size: 44px;
  line-height: 1em;
}

/* line 24, ../../../../source/sass/project/_type.sass */
.h3, h3 {
  font-size: 22px;
  color: #6ACFF6;
  font-family: "CirceRegular", sans-serif;
  font-weight: normal;
}

/* line 32, ../../../../source/sass/project/_type.sass */
.page__content p {
  padding-bottom: 1em;
}

/* line 35, ../../../../source/sass/project/_type.sass */
p {
  font-size: 16px;
  line-height: 1.5em;
}

@media (min-width: 1200px) {
  /* line 41, ../../../../source/sass/project/_type.sass */
  p {
    font-size: 18px;
    line-height: 1.6em;
  }
}
/* line 1, ../../../../source/sass/project/_header.sass */
.header {
  position: relative;
  z-index: 2;
}
/* line 5, ../../../../source/sass/project/_header.sass */
.header .logo {
  position: absolute;
  width: 16vh;
  min-width: 110px;
  max-width: 210px;
  display: block;
  margin-left: -10px;
  top: 30px;
  left: 30px;
}
@media (min-width: 851px) {
  /* line 5, ../../../../source/sass/project/_header.sass */
  .header .logo {
    top: 6vh;
    left: 6.25%;
  }
}
@media (min-width: 1500px) {
  /* line 5, ../../../../source/sass/project/_header.sass */
  .header .logo {
    max-width: 230px;
  }
}
@media (orientation: portrait) {
  /* line 5, ../../../../source/sass/project/_header.sass */
  .header .logo {
    width: 16vw;
  }
}
/* line 27, ../../../../source/sass/project/_header.sass */
.header__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
}

/* line 34, ../../../../source/sass/project/_header.sass */
.main_menu {
  font-family: "Code-Black", sans-serif;
  font-size: 2.5vw;
  line-height: 1.15em;
  padding-top: 7vh;
  text-transform: uppercase;
  text-align: right;
  width: auto;
}
/* line 43, ../../../../source/sass/project/_header.sass */
.main_menu a {
  color: #6ACFF6;
}
/* line 46, ../../../../source/sass/project/_header.sass */
.main_menu a:hover, .main_menu a.active {
  color: #E03127;
}
@media (orientation: portrait) {
  /* line 34, ../../../../source/sass/project/_header.sass */
  .main_menu {
    font-size: 3vw;
  }
}
@media (min-width: 851px) {
  /* line 55, ../../../../source/sass/project/_header.sass */
  .main_menu li:first-child {
    display: none;
  }
}

/* line 58, ../../../../source/sass/project/_header.sass */
.main_nav {
  z-index: 4;
  position: fixed;
}
/* line 64, ../../../../source/sass/project/_header.sass */
.main_nav .langs a {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #6ACFF6;
  color: white;
  font-size: 12px;
  font-family: "CirceBold", sans-serif;
  line-height: 28px;
  text-align: center;
  margin-left: 5px;
}
/* line 77, ../../../../source/sass/project/_header.sass */
.main_nav .langs a.active {
  background: #E03127;
}
@media (min-width: 851px) {
  /* line 58, ../../../../source/sass/project/_header.sass */
  .main_nav {
    top: 8vh;
    right: 4.25vw;
  }
  /* line 85, ../../../../source/sass/project/_header.sass */
  .main_nav .langs {
    text-align: right;
  }
}

/* line 1, ../../../../source/sass/project/footer.sass */
.footer {
  position: relative;
}
/* line 4, ../../../../source/sass/project/footer.sass */
.footer p {
  line-height: 1.4em;
  margin-bottom: 1em;
}
/* line 9, ../../../../source/sass/project/footer.sass */
.footer .inner {
  padding: 40px 6.25% 30px;
  position: relative;
}
/* line 13, ../../../../source/sass/project/footer.sass */
.footer .inner a {
  font-size: 17px;
}
/* line 2, ../../../../source/sass/helpers/mixins/_clearfix.sass */
.footer .inner ul:after {
  content: " ";
  display: table;
  clear: both;
}
/* line 19, ../../../../source/sass/project/footer.sass */
.footer .inner ul li {
  list-style: none;
}
/* line 22, ../../../../source/sass/project/footer.sass */
.footer .inner ul li.main_page {
  margin-bottom: 10px;
  float: left;
  width: 50%;
}
/* line 27, ../../../../source/sass/project/footer.sass */
.footer .inner ul li.main_page:nth-child(2n+1) {
  clear: both;
}
/* line 30, ../../../../source/sass/project/footer.sass */
.footer .inner ul li.main_page .contacts-inner {
  display: none;
}
/* line 33, ../../../../source/sass/project/footer.sass */
.footer .inner ul li.main_page.fa_links {
  width: 100%;
  clear: both;
  text-align: center;
  margin-top: 20px;
}
/* line 39, ../../../../source/sass/project/footer.sass */
.footer .inner ul li.main_page > a {
  text-transform: uppercase;
  font-family: "CirceBold", sans-serif;
  font-size: 14px;
}
/* line 45, ../../../../source/sass/project/footer.sass */
.footer__bottom {
  text-align: center;
  padding: 0 0 15px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
/* line 52, ../../../../source/sass/project/footer.sass */
.footer__bottom a {
  color: inherit;
}
/* line 55, ../../../../source/sass/project/footer.sass */
.footer__bottom a:hover {
  text-decoration: underline;
}
/* line 58, ../../../../source/sass/project/footer.sass */
.page__index .footer__bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
}
/* line 63, ../../../../source/sass/project/footer.sass */
.footer .sub-sections,
.footer .contacts-inner {
  margin: 10px 0;
}
/* line 2, ../../../../source/sass/helpers/mixins/_clearfix.sass */
.footer .sub-sections:after {
  content: " ";
  display: table;
  clear: both;
}
/* line 69, ../../../../source/sass/project/footer.sass */
.footer .sub-sections a {
  display: block;
  float: left;
  clear: both;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 7px;
  line-height: 1.2em;
}
/* line 77, ../../../../source/sass/project/footer.sass */
.footer .sub-sections a.active {
  color: #6ACFF6;
  border-bottom: 2px solid #6ACFF6;
}
/* line 81, ../../../../source/sass/project/footer.sass */
.footer .sub-sections a:hover {
  color: #6ACFF6;
}
/* line 84, ../../../../source/sass/project/footer.sass */
.footer .contacts-inner {
  opacity: 0.7;
}
/* line 87, ../../../../source/sass/project/footer.sass */
.footer .contacts-inner a {
  display: inline-block;
  border-bottom: 1px dashed #6ACFF6;
}
/* line 91, ../../../../source/sass/project/footer.sass */
.footer .fa_links {
  text-align: right;
}
/* line 95, ../../../../source/sass/project/footer.sass */
.footer:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(18, 27, 39, 0.6);
}
@media (min-width: 851px) {
  /* line 106, ../../../../source/sass/project/footer.sass */
  .footer .sub-sections,
  .footer .contacts-inner {
    margin: 30px 0 20px;
  }
  /* line 112, ../../../../source/sass/project/footer.sass */
  .footer .inner ul li.main_page {
    margin-bottom: 0;
    width: 21.42857%;
  }
  /* line 116, ../../../../source/sass/project/footer.sass */
  .footer .inner ul li.main_page:nth-child(2n+1) {
    clear: none;
  }
  /* line 119, ../../../../source/sass/project/footer.sass */
  .footer .inner ul li.main_page.footer-contacts {
    width: 33.33333%;
  }
  /* line 122, ../../../../source/sass/project/footer.sass */
  .footer .inner ul li.main_page .contacts-inner {
    display: block;
  }
  /* line 125, ../../../../source/sass/project/footer.sass */
  .scrolled .footer:before {
    height: 100vh;
    min-height: 100%;
  }
  /* line 129, ../../../../source/sass/project/footer.sass */
  .footer__bottom {
    position: relative;
  }
}
@media (min-width: 992px) {
  /* line 133, ../../../../source/sass/project/footer.sass */
  .footer .inner {
    padding: 80px 12.5% 30px;
  }
  /* line 138, ../../../../source/sass/project/footer.sass */
  .footer .inner ul li.main_page {
    float: left;
    width: 16.66667%;
  }
  /* line 142, ../../../../source/sass/project/footer.sass */
  .footer .inner ul li.main_page.footer-showreel {
    width: 16.66667%;
  }
  /* line 145, ../../../../source/sass/project/footer.sass */
  .footer .inner ul li.main_page.fa_links {
    width: 16.66667%;
    clear: none;
    text-align: right;
    margin-top: 0;
  }
  /* line 151, ../../../../source/sass/project/footer.sass */
  .footer p {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  /* line 160, ../../../../source/sass/project/footer.sass */
  .footer .inner ul li.main_page > a {
    font-size: 18px;
  }
}

/* line 3, ../../../../source/sass/project/_index.sass */
.index-works-box {
  position: absolute;
  top: 0;
  height: 100vh;
  padding: calc(50vh - 14.0625vw) 0;
  left: -37.5vw;
  width: 175vw;
}
/* line 11, ../../../../source/sass/project/_index.sass */
.index-works-box .index-next,
.index-works-box .index-prev {
  position: fixed;
  top: 50%;
  margin-top: -14.0625vw;
  width: 12.5vw;
  height: 28.125vw;
  z-index: 1000;
  cursor: pointer;
}
/* line 21, ../../../../source/sass/project/_index.sass */
.index-works-box .index-next:after,
.index-works-box .index-prev:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 1200px) {
  /* line 35, ../../../../source/sass/project/_index.sass */
  .index-works-box .index-next:after,
  .index-works-box .index-prev:after {
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
  }
}
/* line 42, ../../../../source/sass/project/_index.sass */
.index-works-box .index-next {
  right: 0;
}
/* line 45, ../../../../source/sass/project/_index.sass */
.index-works-box .index-next:after {
  transform: rotate(135deg);
}
/* line 49, ../../../../source/sass/project/_index.sass */
.index-works-box .index-prev {
  left: 0;
}
/* line 52, ../../../../source/sass/project/_index.sass */
.index-works-box .index-prev:after {
  transform: rotate(-45deg);
}
/* line 57, ../../../../source/sass/project/_index.sass */
.index-works__item {
  line-height: 0;
  width: 50vw;
  opacity: 0.2;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  cursor: pointer;
}
/* line 64, ../../../../source/sass/project/_index.sass */
.index-works__item img {
  width: 100%;
  opacity: 0.65;
}
/* line 69, ../../../../source/sass/project/_index.sass */
.index-works__item.swiper-slide-active, .index-works__item.swiper-slide-duplicate-active {
  opacity: 1;
}
/* line 73, ../../../../source/sass/project/_index.sass */
.index-works__item.swiper-slide-active .index-works__info-box, .index-works__item.swiper-slide-duplicate-active .index-works__info-box {
  opacity: 1;
  transform: translateX(0px);
}
/* line 79, ../../../../source/sass/project/_index.sass */
.index-works__item.swiper-slide-next .index-works__info-box, .index-works__item.swiper-slide-duplicate-next .index-works__info-box {
  transform: translateX(150px);
}
/* line 84, ../../../../source/sass/project/_index.sass */
.index-works__item.swiper-slide-prev .index-works__info-box, .index-works__item.swiper-slide-duplicate-prev .index-works__info-box {
  transform: translateX(-150px);
}
@media (min-width: 851px) {
  /* line 92, ../../../../source/sass/project/_index.sass */
  .index-works__item.swiper-slide-active .index-works__info-box, .index-works__item.swiper-slide-duplicate-active .index-works__info-box {
    transform: translate(0px, 50%);
  }
  /* line 97, ../../../../source/sass/project/_index.sass */
  .index-works__item.swiper-slide-next .index-works__info-box, .index-works__item.swiper-slide-duplicate-next .index-works__info-box {
    transform: translate(150px, 50%);
  }
  /* line 102, ../../../../source/sass/project/_index.sass */
  .index-works__item.swiper-slide-prev .index-works__info-box, .index-works__item.swiper-slide-duplicate-prev .index-works__info-box {
    transform: translate(-150px, 50%);
  }
}
/* line 109, ../../../../source/sass/project/_index.sass */
.index-works__info-box {
  width: 30vw;
  opacity: 0;
  -moz-transition: all 1.5s cubic-bezier(0.04, 0.18, 0, 1);
  -o-transition: all 1.5s cubic-bezier(0.04, 0.18, 0, 1);
  -webkit-transition: all 1.5s cubic-bezier(0.04, 0.18, 0, 1);
  transition: all 1.5s cubic-bezier(0.04, 0.18, 0, 1);
  position: absolute;
  top: 70%;
  left: -6.25vw;
}
@media (min-width: 851px) {
  /* line 109, ../../../../source/sass/project/_index.sass */
  .index-works__info-box {
    top: auto;
    bottom: 0;
  }
}
/* line 121, ../../../../source/sass/project/_index.sass */
.index-works__info__title {
  font-family: "Code-Black", sans-serif;
  font-size: 7vh;
  text-transform: uppercase;
  line-height: 1em;
  color: #E03127;
  position: relative;
}
/* line 129, ../../../../source/sass/project/_index.sass */
.index-works__info__title:after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 7px;
  background: #E03127;
  bottom: 0.25em;
  left: -35px;
}
/* line 137, ../../../../source/sass/project/_index.sass */
.index-works__info__text {
  line-height: 1.3em;
  color: white;
}
/* line 141, ../../../../source/sass/project/_index.sass */
.index-works__info__tags {
  line-height: 1em;
  margin-bottom: 15px;
  white-space: nowrap;
  color: white;
  text-decoration: underline;
}
/* line 147, ../../../../source/sass/project/_index.sass */
.index-works__info__tags a {
  color: white;
  text-decoration: underline;
}
@media (orientation: portrait) {
  /* line 154, ../../../../source/sass/project/_index.sass */
  .index-works__info-box {
    width: 50vw;
    top: 75%;
  }
  /* line 158, ../../../../source/sass/project/_index.sass */
  .index-works__info__title {
    font-size: 6vw;
  }
}

/* line 165, ../../../../source/sass/project/_index.sass */
.page__index .content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 173, ../../../../source/sass/project/_index.sass */
.page__index .header {
  position: fixed;
  left: 6.25%;
}
/* line 177, ../../../../source/sass/project/_index.sass */
.page__index .footer .inner {
  display: none;
}

@media (max-width: 850px) {
  /* line 185, ../../../../source/sass/project/_index.sass */
  .index-works-box {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
  }
  /* line 193, ../../../../source/sass/project/_index.sass */
  .index-works__item {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  /* line 199, ../../../../source/sass/project/_index.sass */
  .index-works__item > a {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* line 208, ../../../../source/sass/project/_index.sass */
  .index-works__item > a img {
    position: absolute;
    height: 60%;
    max-width: 99999px;
    width: auto;
    opacity: 0.6;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* line 220, ../../../../source/sass/project/_index.sass */
  .index-works__info-box {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 40px;
  }
  /* line 236, ../../../../source/sass/project/_index.sass */
  .index-works__info__title:after {
    left: -20px;
    width: 5px;
  }
  /* line 240, ../../../../source/sass/project/_index.sass */
  .index-next, .index-prev {
    display: none;
  }

  /* line 243, ../../../../source/sass/project/_index.sass */
  .page__index .footer__bottom {
    display: none;
  }
}
/* line 2, ../../../../source/sass/project/_page.sass */
.page__content {
  padding-top: 40px;
  padding-right: 0;
  position: relative;
}
/* line 8, ../../../../source/sass/project/_page.sass */
.page__simple h1 {
  margin: 0 0 6vh 6.25vw;
}
/* line 11, ../../../../source/sass/project/_page.sass */
.page__text {
  margin: 0 0 0 6.25vw;
  max-width: 890px;
}
/* line 15, ../../../../source/sass/project/_page.sass */
.page__text p {
  margin-bottom: 1em;
  color: #bdabae;
}
/* line 19, ../../../../source/sass/project/_page.sass */
.page__text img {
  height: auto !important;
}
@media (min-width: 851px) {
  /* line 23, ../../../../source/sass/project/_page.sass */
  .page__content {
    padding-top: 12vh;
    margin-right: 21.42857%;
  }
}

/* line 2, ../../../../source/sass/project/_projects.sass */
.projects__sections {
  margin-bottom: 6vh;
}
/* line 5, ../../../../source/sass/project/_projects.sass */
.projects__sections a {
  display: inline-block;
  margin-right: 20px;
  line-height: 1em;
  text-decoration: none;
  color: white;
}
/* line 12, ../../../../source/sass/project/_projects.sass */
.projects__sections a.active {
  border-bottom: 2px solid #6ACFF6;
}
/* line 16, ../../../../source/sass/project/_projects.sass */
.projects__list {
  margin-right: -5.5%;
}
/* line 2, ../../../../source/sass/helpers/mixins/_clearfix.sass */
.projects__list:after {
  content: " ";
  display: table;
  clear: both;
}
/* line 21, ../../../../source/sass/project/_projects.sass */
.projects__list__page {
  position: relative;
}
/* line 24, ../../../../source/sass/project/_projects.sass */
.projects__list__item {
  position: relative;
  float: left;
  width: 45%;
  margin: 0 5% 20px 0;
  text-decoration: none;
  opacity: 0;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 33, ../../../../source/sass/project/_projects.sass */
.projects__list__item.show {
  opacity: 1;
}
/* line 36, ../../../../source/sass/project/_projects.sass */
.projects__list__item svg {
  opacity: 0.7;
}
/* line 39, ../../../../source/sass/project/_projects.sass */
.projects__list__item .h3 {
  margin: 10px 0 5px;
  font-size: 1em;
  line-height: 1.2em;
}
/* line 44, ../../../../source/sass/project/_projects.sass */
.projects__list__item p {
  color: white;
  font-size: 16px;
  line-height: 1.2em;
}
/* line 49, ../../../../source/sass/project/_projects.sass */
.projects__list__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 55, ../../../../source/sass/project/_projects.sass */
.no-touchevents .projects__list__item img {
  filter: grayscale(50%);
}
/* line 58, ../../../../source/sass/project/_projects.sass */
.projects__list__item:hover {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
}
/* line 63, ../../../../source/sass/project/_projects.sass */
.no-touchevents .projects__list__item:hover img {
  filter: grayscale(0%);
}
/* line 66, ../../../../source/sass/project/_projects.sass */
.projects__list__item:nth-child(2n+1) {
  clear: both;
}
/* line 69, ../../../../source/sass/project/_projects.sass */
.projects__list .load_more {
  text-align: center;
  clear: both;
  margin-right: 6.25vw;
}
/* line 73, ../../../../source/sass/project/_projects.sass */
.projects__list .load_more a {
  text-transform: uppercase;
  display: inline-block;
  color: white;
  border-bottom: 1px solid #6ACFF6;
}
@media (min-width: 851px) {
  /* line 80, ../../../../source/sass/project/_projects.sass */
  .projects__sections a {
    margin-right: 30px;
    font-size: 20px;
  }
  /* line 84, ../../../../source/sass/project/_projects.sass */
  .projects__sections a.active {
    border-bottom: 2px solid #6ACFF6;
  }
  /* line 86, ../../../../source/sass/project/_projects.sass */
  .projects__list {
    margin-right: -9.1%;
  }
  /* line 89, ../../../../source/sass/project/_projects.sass */
  .projects__list__item {
    float: left;
    width: 25%;
    margin: 0 8.33333% 5vh 0;
    -moz-transition: all 3s cubic-bezier(0.04, 0.18, 0, 1);
    -o-transition: all 3s cubic-bezier(0.04, 0.18, 0, 1);
    -webkit-transition: all 3s cubic-bezier(0.04, 0.18, 0, 1);
    transition: all 3s cubic-bezier(0.04, 0.18, 0, 1);
  }
  /* line 95, ../../../../source/sass/project/_projects.sass */
  .projects__list__item .h3 {
    font-size: 1.15em;
  }
  /* line 98, ../../../../source/sass/project/_projects.sass */
  .projects__list__item:nth-child(2n+1) {
    clear: none;
  }
  /* line 101, ../../../../source/sass/project/_projects.sass */
  .projects__list__item:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  /* line 106, ../../../../source/sass/project/_projects.sass */
  .projects__list .h3 {
    font-size: 1.15em;
  }
}

/* line 111, ../../../../source/sass/project/_projects.sass */
.project h1 {
  font-size: 8vw;
  font-family: "Code-Black", sans-serif;
  color: #E03127;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 118, ../../../../source/sass/project/_projects.sass */
.project__client {
  font-size: 22px;
}
/* line 121, ../../../../source/sass/project/_projects.sass */
.project__info {
  position: relative;
  margin: 5vh 0;
}
/* line 2, ../../../../source/sass/helpers/mixins/_clearfix.sass */
.project__info:after {
  content: " ";
  display: table;
  clear: both;
}
/* line 126, ../../../../source/sass/project/_projects.sass */
.project__info p {
  opacity: 0.7;
}
/* line 130, ../../../../source/sass/project/_projects.sass */
.project__info .credits .credit {
  display: inline-block;
  cursor: default;
}
/* line 134, ../../../../source/sass/project/_projects.sass */
.project__info .credits .credit:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
/* line 137, ../../../../source/sass/project/_projects.sass */
.project__info .credits .credit span {
  display: inline-block;
}
/* line 140, ../../../../source/sass/project/_projects.sass */
.project__info .credits .credit_key {
  margin-right: 10px;
  color: #E03127;
  font-family: "CirceBold", sans-serif;
}
/* line 145, ../../../../source/sass/project/_projects.sass */
.project .download_link {
  display: inline-block;
  float: right;
  margin-bottom: 10px;
  font-size: 0.9em;
}
/* line 151, ../../../../source/sass/project/_projects.sass */
.project .download_link:hover {
  text-decoration: underline;
}
/* line 154, ../../../../source/sass/project/_projects.sass */
.project .showreel__list {
  margin-top: 80px;
}
@media (min-width: 851px) {
  /* line 160, ../../../../source/sass/project/_projects.sass */
  .project h1 {
    font-size: 3.7vw;
  }
  /* line 163, ../../../../source/sass/project/_projects.sass */
  .project__client {
    font-size: 27px;
  }
  /* line 167, ../../../../source/sass/project/_projects.sass */
  .project__info-left {
    width: 50%;
    float: left;
    padding-right: 7%;
  }
  /* line 172, ../../../../source/sass/project/_projects.sass */
  .project__info-right {
    width: 50%;
    float: left;
  }
  /* line 177, ../../../../source/sass/project/_projects.sass */
  .project__info .credits .credit {
    font-size: 24px;
    line-height: 1.3em;
    padding: 5px 10px;
    margin-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.03);
  }
}
@media (min-width: 1500px) {
  /* line 185, ../../../../source/sass/project/_projects.sass */
  .project h1 {
    font-size: 48px;
  }
}
@media (orientation: landscape) {
  /* line 190, ../../../../source/sass/project/_projects.sass */
  .project .video {
    max-height: 100vh;
    overflow: hidden;
  }
  /* line 194, ../../../../source/sass/project/_projects.sass */
  .project .video img {
    height: auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* line 2, ../../../../source/sass/helpers/mixins/_clearfix.sass */
.showreel__list:after {
  content: " ";
  display: table;
  clear: both;
}
/* line 6, ../../../../source/sass/project/_showreel.sass */
.showreel__list__item {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 40px 0;
  text-decoration: none;
  -moz-transition: all 3s cubic-bezier(0.04, 0.18, 0, 1);
  -o-transition: all 3s cubic-bezier(0.04, 0.18, 0, 1);
  -webkit-transition: all 3s cubic-bezier(0.04, 0.18, 0, 1);
  transition: all 3s cubic-bezier(0.04, 0.18, 0, 1);
  cursor: pointer;
  z-index: 1;
}
/* line 16, ../../../../source/sass/project/_showreel.sass */
.showreel__list__item span {
  display: block;
}
/* line 19, ../../../../source/sass/project/_showreel.sass */
.showreel__list__item svg {
  opacity: 0.7;
}
/* line 22, ../../../../source/sass/project/_showreel.sass */
.showreel__list__item .h3 {
  margin-top: 15px;
}
/* line 25, ../../../../source/sass/project/_showreel.sass */
.showreel__list__item img {
  opacity: 1;
}
/* line 28, ../../../../source/sass/project/_showreel.sass */
.showreel__list__item p {
  color: white;
  font-size: 16px;
}
/* line 32, ../../../../source/sass/project/_showreel.sass */
.showreel__list__item:hover {
  transform: scale(1.05);
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
}
/* line 39, ../../../../source/sass/project/_showreel.sass */
.showreel__list__item:hover .video .play {
  background-color: #061E30;
  transform: scale(1.1);
}
/* line 43, ../../../../source/sass/project/_showreel.sass */
.showreel__list__item:nth-child(2n+1) {
  clear: both;
}
/* line 47, ../../../../source/sass/project/_showreel.sass */
.showreel__list__item.start {
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 2;
  opacity: 0;
}
/* line 54, ../../../../source/sass/project/_showreel.sass */
.showreel__list__item .video .play {
  margin-top: -35px;
  margin-left: -35px;
  width: 70px;
  height: 70px;
}
/* line 60, ../../../../source/sass/project/_showreel.sass */
.showreel__list__item .video .play:after {
  background-size: 20px;
}
/* line 65, ../../../../source/sass/project/_showreel.sass */
.showreel__item .content {
  height: 100vh;
}
/* line 68, ../../../../source/sass/project/_showreel.sass */
.showreel__item #hamm,
.showreel__item .main_nav {
  display: none;
}
@media (min-width: 851px) {
  /* line 74, ../../../../source/sass/project/_showreel.sass */
  .showreel__list {
    margin-right: -9.1%;
  }
  /* line 77, ../../../../source/sass/project/_showreel.sass */
  .showreel__list__item {
    float: left;
    width: 41.66666%;
    margin: 0 8.33333% 4vw 0;
  }
}

/* line 3, ../../../../source/sass/project/_about.sass */
.page__about .page__sub_menu {
  margin-bottom: 20px;
}
/* line 7, ../../../../source/sass/project/_about.sass */
.page__about .page__sub_menu ul li {
  display: inline-block;
  padding-right: 15px;
}
/* line 11, ../../../../source/sass/project/_about.sass */
.page__about .page__sub_menu a {
  color: white;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 2px;
  padding-bottom: 1px;
  display: inline-block;
}
/* line 19, ../../../../source/sass/project/_about.sass */
.page__about .page__sub_menu a.mPS2id-highlight-first, .page__about .page__sub_menu a:hover {
  border-bottom-color: #6ACFF6;
}
/* line 23, ../../../../source/sass/project/_about.sass */
.page__about .page__text {
  margin-left: 0;
}
/* line 26, ../../../../source/sass/project/_about.sass */
.page__about h1,
.page__about h2 {
  margin: 0 0 0.75em 0;
  font-size: 26px;
  font-family: "Code-Black", sans-serif;
  text-transform: uppercase;
  color: #6ACFF6;
}
/* line 36, ../../../../source/sass/project/_about.sass */
.page__about .sub_section {
  padding: 1.5vh 0;
}
@media (min-width: 851px) {
  /* line 40, ../../../../source/sass/project/_about.sass */
  .page__about .page__sub_menu {
    position: absolute;
    width: 12.5vw;
    padding-top: 1.5vh;
  }
  /* line 46, ../../../../source/sass/project/_about.sass */
  .page__about .page__sub_menu ul li {
    display: block;
  }
  /* line 49, ../../../../source/sass/project/_about.sass */
  .page__about .page__sub_menu a {
    border-bottom: 2px solid transparent;
  }
  /* line 53, ../../../../source/sass/project/_about.sass */
  .page__about .page__content__box {
    padding-left: 12.5vw;
  }
  /* line 59, ../../../../source/sass/project/_about.sass */
  .page__about .page__content {
    padding-top: 11vh;
  }
}
@media (min-width: 1200px) {
  /* line 63, ../../../../source/sass/project/_about.sass */
  .page__about .page__sub_menu {
    padding-top: 3vh;
  }
  /* line 66, ../../../../source/sass/project/_about.sass */
  .page__about .page__sub_menu a {
    font-size: 20px;
    margin-bottom: 6px;
  }
  /* line 71, ../../../../source/sass/project/_about.sass */
  .page__about .page__content__box {
    padding-left: 15vw;
  }
  /* line 74, ../../../../source/sass/project/_about.sass */
  .page__about .sub_section {
    padding: 3vh 0;
  }
  /* line 77, ../../../../source/sass/project/_about.sass */
  .page__about h1,
  .page__about h2 {
    font-size: 36px;
  }
}

@media (min-width: 851px) {
  /* line 83, ../../../../source/sass/project/_about.sass */
  #team {
    max-width: 890px;
  }
}

/* line 87, ../../../../source/sass/project/_about.sass */
.team {
  padding: 1em 0 0;
}
/* line 2, ../../../../source/sass/helpers/mixins/_clearfix.sass */
.team:after {
  content: " ";
  display: table;
  clear: both;
}
/* line 91, ../../../../source/sass/project/_about.sass */
.team .person {
  position: relative;
  float: left;
  width: 100%;
  letter-spacing: 0.03em;
  line-height: 1.5em;
  padding: 0 0 10px 0;
}
/* line 99, ../../../../source/sass/project/_about.sass */
.team .person__image {
  position: relative;
  left: -10%;
  display: inline-block;
  line-height: 0;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  max-width: 240px;
  margin-bottom: 20px;
}
/* line 111, ../../../../source/sass/project/_about.sass */
.team .person__image img {
  opacity: 1;
}
/* line 114, ../../../../source/sass/project/_about.sass */
.team .person__name {
  color: #6ACFF6;
  font-size: 20px;
  letter-spacing: 0.03em;
}
/* line 119, ../../../../source/sass/project/_about.sass */
.team .person__prof {
  font-size: 16px;
}
/* line 122, ../../../../source/sass/project/_about.sass */
.team .person__contact {
  color: #E03127;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.4em;
}
/* line 128, ../../../../source/sass/project/_about.sass */
.team .person__contact a {
  color: #E03127;
}
/* line 133, ../../../../source/sass/project/_about.sass */
.team .person:hover .person__image.image2 img {
  opacity: 0;
}
@media (min-width: 851px) {
  /* line 87, ../../../../source/sass/project/_about.sass */
  .team {
    margin-right: -3vw;
  }
  /* line 139, ../../../../source/sass/project/_about.sass */
  .team .person {
    float: left;
    width: 50%;
    letter-spacing: 0.03em;
    line-height: 1.5em;
    padding: 0 3vw 60px 0;
  }
  /* line 146, ../../../../source/sass/project/_about.sass */
  .team .person:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  /* line 151, ../../../../source/sass/project/_about.sass */
  .team .person {
    width: 33.33333%;
  }
  /* line 154, ../../../../source/sass/project/_about.sass */
  .team .person:nth-child(2n+1) {
    clear: none;
  }
  /* line 157, ../../../../source/sass/project/_about.sass */
  .team .person:nth-child(3n+1) {
    clear: both;
  }
  /* line 160, ../../../../source/sass/project/_about.sass */
  .team .person__name {
    font-size: 24px;
  }
  /* line 163, ../../../../source/sass/project/_about.sass */
  .team .person__prof {
    font-size: 18px;
  }
}

/* line 167, ../../../../source/sass/project/_about.sass */
.jobs {
  max-width: 890px;
}

/* line 171, ../../../../source/sass/project/_about.sass */
.job__title {
  font-size: 24px;
  color: #E03127;
  margin-bottom: 10px;
}
/* line 176, ../../../../source/sass/project/_about.sass */
.job__lead {
  color: #bdabae;
  margin-bottom: 1em;
  font-size: 18px;
}
/* line 182, ../../../../source/sass/project/_about.sass */
.job__text a {
  border-bottom: 1px dashed #6ACFF6;
  color: #6ACFF6;
}
/* line 186, ../../../../source/sass/project/_about.sass */
.job__text b, .job__text strong {
  color: white;
}
/* line 189, ../../../../source/sass/project/_about.sass */
.job__text p {
  color: #bdabae;
}
@media (min-width: 2000px) {
  /* line 170, ../../../../source/sass/project/_about.sass */
  .job {
    max-width: 43.75vw;
  }
}

/* line 3, ../../../../source/sass/project/_video.sass */
.video {
  position: relative;
  line-height: 0;
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 851px) {
  /* line 3, ../../../../source/sass/project/_video.sass */
  .video {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 13, ../../../../source/sass/project/_video.sass */
.video .play,
.video .pause,
.video .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #6ACFF6;
  will-change: transform;
  cursor: pointer;
  -moz-transition: opacity, -moz-transform 0.5s cubic-bezier(0.25, 0.7, 0.55, 1);
  -o-transition: opacity, -o-transform 0.5s cubic-bezier(0.25, 0.7, 0.55, 1);
  -webkit-transition: opacity, -webkit-transform 0.5s cubic-bezier(0.25, 0.7, 0.55, 1);
  transition: opacity, transform 0.5s cubic-bezier(0.25, 0.7, 0.55, 1);
  opacity: 0.7;
}
/* line 30, ../../../../source/sass/project/_video.sass */
.video .play:after,
.video .pause:after,
.video .loading:after {
  content: " ";
  background-repeat: no-repeat;
  background-size: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 40, ../../../../source/sass/project/_video.sass */
.video .play:hover,
.video .pause:hover,
.video .loading:hover {
  background-color: #061E30;
  transform: scale(1.1);
}
@media (min-width: 851px) {
  /* line 13, ../../../../source/sass/project/_video.sass */
  .video .play,
  .video .pause,
  .video .loading {
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
  }
  /* line 50, ../../../../source/sass/project/_video.sass */
  .video .play:after,
  .video .pause:after,
  .video .loading:after {
    background-size: 40px;
  }
}
/* line 53, ../../../../source/sass/project/_video.sass */
.video .play {
  z-index: 10;
}
/* line 55, ../../../../source/sass/project/_video.sass */
.video .play:after {
  background-position: 58% 50%;
  background-image: url(/static/images/play.svg);
}
/* line 59, ../../../../source/sass/project/_video.sass */
.video .pause {
  z-index: 10;
  opacity: 0;
}
/* line 63, ../../../../source/sass/project/_video.sass */
.video .pause:after {
  background-position: 50% 50%;
  background-image: url(/static/images/pause.svg);
  display: none;
}
/* line 68, ../../../../source/sass/project/_video.sass */
.video .loading {
  z-index: 10;
  opacity: 1;
}
/* line 72, ../../../../source/sass/project/_video.sass */
.video .loading .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
}
@media (min-width: 851px) {
  /* line 72, ../../../../source/sass/project/_video.sass */
  .video .loading .loader {
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* line 83, ../../../../source/sass/project/_video.sass */
.video iframe, .video__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/* line 92, ../../../../source/sass/project/_video.sass */
.video__box {
  opacity: 0;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
/* line 96, ../../../../source/sass/project/_video.sass */
.video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
/* line 105, ../../../../source/sass/project/_video.sass */
.video svg {
  opacity: 0.7;
  width: 100%;
  height: auto;
}
/* line 111, ../../../../source/sass/project/_video.sass */
.video.played .play {
  opacity: 0;
  z-index: 0;
}
/* line 115, ../../../../source/sass/project/_video.sass */
.video.played .pause {
  opacity: 1;
  z-index: 10;
}
/* line 120, ../../../../source/sass/project/_video.sass */
.video.paused .play {
  opacity: 0;
  z-index: 0;
}
/* line 124, ../../../../source/sass/project/_video.sass */
.video.paused .pause {
  opacity: 0;
  z-index: 0;
}
/* line 128, ../../../../source/sass/project/_video.sass */
.video.paused img {
  opacity: 0;
}
/* line 131, ../../../../source/sass/project/_video.sass */
.video.paused .video__box {
  opacity: 1;
}
/* line 135, ../../../../source/sass/project/_video.sass */
.video.played.bufferend img {
  opacity: 0;
}
/* line 138, ../../../../source/sass/project/_video.sass */
.video.played.bufferend .video__box {
  z-index: 8;
  opacity: 1;
}
/* line 142, ../../../../source/sass/project/_video.sass */
.video.played.bufferend .pause {
  display: none;
}
/* line 145, ../../../../source/sass/project/_video.sass */
.video.played.bufferend .loading {
  opacity: 0;
}
/* line 149, ../../../../source/sass/project/_video.sass */
.video_fullscreen {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -moz-transition: opacity 0.2s ease-out, -moz-transform 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out, -o-transform 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transform: scale(0.7);
  opacity: 0;
  left: 100%;
}
/* line 160, ../../../../source/sass/project/_video.sass */
.video_fullscreen__bgr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #061E30;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMjgzZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ1MTIxMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 100%, 100% 0%, color-stop(0%, #0c283e), color-stop(100%, #451211));
  background-image: -moz-linear-gradient(bottom, #0c283e 0%, #451211 100%);
  background-image: -webkit-linear-gradient(bottom, #0c283e 0%, #451211 100%);
  background-image: linear-gradient(to top right, #0c283e 0%, #451211 100%);
  opacity: 0.95;
}
/* line 169, ../../../../source/sass/project/_video.sass */
.video_fullscreen.video {
  position: fixed;
  margin-right: 0;
  margin-left: 0;
}
/* line 174, ../../../../source/sass/project/_video.sass */
.video_fullscreen.video .pause {
  opacity: 0.7;
}
/* line 178, ../../../../source/sass/project/_video.sass */
.video_fullscreen.video.bufferend .pause {
  opacity: 0;
}
/* line 181, ../../../../source/sass/project/_video.sass */
.video_fullscreen.video.bufferend .loading {
  display: none;
}
/* line 184, ../../../../source/sass/project/_video.sass */
.video_fullscreen.video iframe {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 2;
}
/* line 192, ../../../../source/sass/project/_video.sass */
.video_fullscreen.start {
  transform: scale(1);
  opacity: 1;
  z-index: 100;
  left: 0;
}
/* line 199, ../../../../source/sass/project/_video.sass */
.video_fullscreen[data-vimeo-initialized="true"] .close {
  opacity: 1;
}
/* line 202, ../../../../source/sass/project/_video.sass */
.video_fullscreen__title {
  position: absolute;
  bottom: 7%;
  left: 6.25vw;
  font-family: "Code-Black", sans-serif;
  font-size: 3vw;
  line-height: 1em;
  color: #E03127;
  z-index: 100;
}
/* line 212, ../../../../source/sass/project/_video.sass */
.video_fullscreen .close {
  position: absolute;
  top: 4vh;
  right: 4vh;
  z-index: 100;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0;
  border-radius: 50%;
  background-color: #6ACFF6;
  -moz-transition: opacity 0.5s cubic-bezier(0.96, -0.01, 1, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.96, -0.01, 1, 1);
  -webkit-transition: opacity 0.5s cubic-bezier(0.96, -0.01, 1, 1);
  transition: opacity 0.5s cubic-bezier(0.96, -0.01, 1, 1);
}
/* line 225, ../../../../source/sass/project/_video.sass */
.video_fullscreen .close:hover {
  background-color: rgba(106, 207, 246, 0.5);
}
/* line 228, ../../../../source/sass/project/_video.sass */
.video_fullscreen .close:after, .video_fullscreen .close:before {
  content: " ";
  position: absolute;
  width: 4px;
  height: 22px;
  background-color: white;
  transform-origin: center;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -2px;
}
/* line 241, ../../../../source/sass/project/_video.sass */
.video_fullscreen .close:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 244, ../../../../source/sass/project/_video.sass */
.video_fullscreen .close:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 247, ../../../../source/sass/project/_video.sass */
.video_fullscreen .logo {
  position: absolute;
  width: 17vh;
  display: block;
  margin-left: -10px;
  top: 6vh;
  left: 6.25vw;
  z-index: 100;
}
/* line 256, ../../../../source/sass/project/_video.sass */
.video_fullscreen .logo img {
  width: 100%;
  height: auto;
  opacity: 0;
}
/* line 263, ../../../../source/sass/project/_video.sass */
.video_fullscreen.start .logo img {
  opacity: 1;
}
@media (orientation: portrait) {
  /* line 268, ../../../../source/sass/project/_video.sass */
  .video_fullscreen__title {
    font-size: 3vh;
  }
}
@media (orientation: landscape) {
  /* line 272, ../../../../source/sass/project/_video.sass */
  .video_fullscreen__title {
    display: none;
  }
  /* line 276, ../../../../source/sass/project/_video.sass */
  .video_fullscreen.video iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* line 282, ../../../../source/sass/project/_video.sass */
  .video_fullscreen .logo {
    display: none;
  }
}

/* line 2, ../../../../source/sass/project/_contacts.sass */
.contacts_map {
  width: 100%;
  height: 620px;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 11, ../../../../source/sass/project/_contacts.sass */
.contacts_map .leaflet-pane.leaflet-tile-pane {
  opacity: 0.5;
}
/* line 14, ../../../../source/sass/project/_contacts.sass */
.contacts_map:before {
  content: " ";
  background-image: linear-gradient(to top right, #014c77 0%, #820700 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 620px;
  z-index: 0;
  opacity: 1;
}
/* line 32, ../../../../source/sass/project/_contacts.sass */
.contacts__box {
  position: absolute;
  bottom: 30px;
  left: 12.5vw;
  margin-left: -20px;
  width: 30%;
  min-width: 300px;
  background: rgba(16, 27, 40, 0.5);
  padding: 20px;
  z-index: 2;
}
/* line 43, ../../../../source/sass/project/_contacts.sass */
.contacts__box h1 {
  display: none;
}
/* line 46, ../../../../source/sass/project/_contacts.sass */
.contacts__box p {
  margin-bottom: 1em;
}
/* line 49, ../../../../source/sass/project/_contacts.sass */
.contacts__box a {
  border-bottom: 1px dashed #6ACFF6;
}

/* line 53, ../../../../source/sass/project/_contacts.sass */
.page__contacts .content {
  min-height: 620px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 59, ../../../../source/sass/project/_contacts.sass */
  .page__contacts .content {
    min-height: 60vh;
    padding-top: 60vh;
    padding-bottom: 0;
  }

  /* line 65, ../../../../source/sass/project/_contacts.sass */
  .contacts_map {
    max-height: 60vh;
  }
  /* line 68, ../../../../source/sass/project/_contacts.sass */
  .contacts_map:before {
    max-height: 60vh;
  }
  /* line 71, ../../../../source/sass/project/_contacts.sass */
  .contacts__box {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding: 6.25%;
  }
}
