/* FRAMEWORK */
/* RESET */
ul,
menu,
li,
dl,
dd,
dt,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
body,
html,
p,
fieldset {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
}
/* HTML5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* BASE */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* Typography */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
p {
  margin: 0;
  padding: 0 0 1em;
}
/* Lists */
ul,
ol {
  padding: 0 0 1em;
  margin: 0;
}
li {
  list-style-type: none;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0 0 1em;
}
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
/* Embedded content */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
/* Forms */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* Tables*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
::-moz-selection,
::selection {
  background: #ccc;
  color: #fff;
  text-shadow: none;
}
/* CONFIG */
/*
	BASIC STYLES
*/
body {
  color: #5f7e94;
  line-height: 1.55555556;
  font-size: 20.25px;
  font-size: 2.25vmin;
  font-family: 'Radikal';
  font-weight: normal;
  font-style: normal;
  text-align: center;
}
@media (max-width: 1000px), (max-height: 1000px) {
  body {
    font-size: 2.53125vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  body {
    font-size: 3.11538462vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  body {
    font-size: 4.05vmin;
  }
}
a {
  color: #fff;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  text-decoration: underline;
  color: #a2cf64;
}
h1,
.h1 {
  font-size: 65px;
  font-size: 4vw;
  font-size: 48.75px;
  font-size: 5.41666667vmin;
  font-family: 'Radikal';
  font-weight: bold;
  font-style: normal;
  color: #fff;
  padding: 0 0 48px;
  padding: 0 0 2vw;
  line-height: 1.23076923;
}
@media (max-width: 1000px), (max-height: 1000px) {
  h1,
  .h1 {
    font-size: 6.09375vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  h1,
  .h1 {
    font-size: 7.5vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  h1,
  .h1 {
    font-size: 9.75vmin;
  }
}
p,
.p {
  padding: 0 0 1.6em;
}
address {
  font-style: normal;
}
@font-face {
  font-family: 'Radikal';
  font-weight: normal;
  font-style: normal;
  src: url(/dist/72de2e1212a56f06e7a5f6c8b5b5d503.eot);
  src: url(/dist/72de2e1212a56f06e7a5f6c8b5b5d503.eot?#iefix) format('embedded-opentype'), url(/dist/ef22b6507b868c1fc91895dfb6004ff6.woff2) format('woff2'), url(/dist/3b7194349b463f49d6acd5d8ab7f7fad.woff) format('woff'), url(/dist/cd3c2867d4b19f9ab9bf61fd9392e7a6.ttf) format('truetype');
}
@font-face {
  font-family: 'Radikal';
  font-weight: bold;
  font-style: normal;
  src: url(/dist/9bacbe9005b70ee801173eb85d890b9c.eot);
  src: url(/dist/9bacbe9005b70ee801173eb85d890b9c.eot?#iefix) format('embedded-opentype'), url(/dist/9f4c59ab6cb494ddfd6b8f5eb85743af.woff2) format('woff2'), url(/dist/1a05affb53e89ad5529312c626295414.woff) format('woff'), url(/dist/eba302fd559a8c325ba484ebd8a075ec.ttf) format('truetype');
}
/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100% !important;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  padding: 0;
  bottom: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 110px;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  border: 3px solid #5f7e94;
  border-radius: 50%;
  cursor: pointer;
}
.flickity-page-dots .dot:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.flickity-page-dots .dot.is-selected {
  background: #5f7e94;
}
/* COMMON */
.highlight {
  color: #a2cf64;
}
.more {
  position: relative;
  color: #a2cf64;
  padding-bottom: 70px;
  z-index: 20;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}
.more:before {
  width: 16px;
  height: 16px;
  content: "";
  border: 2px solid #5f7e94;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  animation-name: pulse;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}
.styled-list {
  padding: 0;
  margin: 10px 0 0 0;
}
.styled-list li {
  max-width: 100%;
  font-size: 18px;
  color: #5f7e94;
  padding-left: 28px;
  position: relative;
  text-align: left;
  line-height: 1.6;
  padding-bottom: 10px;
}
.styled-list li::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #a2cf64;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
}
.heading {
  max-width: 1100px;
  width: 56%;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .heading {
    width: 80%;
  }
}
.button {
  display: inline-block;
  border: 3px solid #a2cf64;
  font-size: 23px;
  font-size: 17.25px;
  font-size: 1.91666667vmin;
  line-height: 1.2;
  padding: 22px 60px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Radikal';
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 1000px), (max-height: 1000px) {
  .button {
    font-size: 2.15625vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  .button {
    font-size: 2.65384615vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  .button {
    font-size: 3.45vmin;
  }
}
.button:hover {
  text-decoration: none;
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.alert {
  position: fixed;
  background: #CC3333;
  font-family: 'Radikal';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  font-size: 16px;
  padding: 20px;
}
.alert.show {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.alert:hover {
  background: #d65c5c;
  cursor: pointer;
}
/* SITE */
html.has-menu {
  overflow: hidden;
}
body {
  background: url(/dist/7556476b4d17daeb8e1242342a28f460.gif) center top #121c26;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 100%;
  z-index: 50;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
}
#header .switch {
  position: absolute;
  z-index: 20;
  right: 50px;
  top: 50px;
  width: 55px;
  height: 55px;
  cursor: pointer;
}
#header .switch span {
  width: 35px;
  height: 3px;
  position: absolute;
  left: 10px;
  top: 26px;
  background: #a2cf64;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
}
#header .switch span:before,
#header .switch span:after {
  width: 100%;
  height: 3px;
  background: #a2cf64;
  left: 0;
  position: absolute;
  content: "";
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
#header .switch span:before {
  top: -10px;
}
#header .switch span:after {
  bottom: -10px;
}
#header:before {
  content: "";
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s cubic-bezier(0, 0.5, 1, 1);
  -moz-transition: all 0.4s cubic-bezier(0, 0.5, 1, 1);
  -o-transition: all 0.4s cubic-bezier(0, 0.5, 1, 1);
  transition: all 0.4s cubic-bezier(0, 0.5, 1, 1);
  background: #a2cf64;
  z-index: 10;
  width: 4000px;
  height: 4000px;
  right: -1923px;
  top: -1923px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  will-change: transform;
  will-change: opacity;
}
@media (min-width: 1600px) {
  #header:before {
    width: 6000px;
    height: 6000px;
    right: -2923px;
    top: -2923px;
  }
}
#header h1 {
  position: fixed;
  top: 68px;
  left: 66px;
  -webkit-transform: translate(0, -110px);
  -moz-transform: translate(0, -110px);
  -ms-transform: translate(0, -110px);
  -o-transform: translate(0, -110px);
  transform: translate(0, -110px);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  width: 198px;
  height: 35px;
  padding: 0;
}
#header h1 span {
  position: absolute;
  top: -1000000px;
}
#header h1 img {
  display: block;
  width: 100%;
}
#header.show h1 {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#header ul {
  position: absolute;
  text-align: center;
  font-size: 40px;
  z-index: 30;
  left: 50%;
  top: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
#header ul li a {
  will-change: opacity, transform, color;
  display: inline-block;
  font-size: 24px;
  font-size: 2.66666667vmin;
  line-height: 1;
  padding: 45px 0;
  padding: 4vh 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  will-change: color;
  font-family: 'Radikal';
  font-weight: bold;
  font-style: normal;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
@media (max-width: 1000px), (max-height: 1000px) {
  #header ul li a {
    font-size: 3vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  #header ul li a {
    font-size: 3.69230769vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  #header ul li a {
    font-size: 4.8vmin;
  }
}
#header ul li a:before {
  height: 3px;
  background: #121c26;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform: scale(0,1);
  will-change: transform;
}
#header ul li a:hover {
  color: #121c26;
  text-decoration: none;
}
#header ul li a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#header ul li a.active {
  color: #121c26;
}
#header ul li a.show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 800px) {
}
.has-menu #header {
  height: auto;
  bottom: 0;
}
.has-menu #header:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s cubic-bezier(1, 0, 1, 1);
  -moz-transition: all 0.4s cubic-bezier(1, 0, 1, 1);
  -o-transition: all 0.4s cubic-bezier(1, 0, 1, 1);
  transition: all 0.4s cubic-bezier(1, 0, 1, 1);
}
.has-menu #header .switch span {
  background-color: transparent;
}
.has-menu #header .switch span:before,
.has-menu #header .switch span:after {
  top: 0;
  bottom: 0;
  background-color: #fff;
}
.has-menu #header .switch span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-menu #header .switch span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.has-menu #header ul {
  animation-name: showMenu;
  animation-duration: 1s;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
@media (max-width: 700px) {
  #header {
    height: 50px;
  }
  #header h1 {
    left: 20px;
    top: 13px;
    width: 135px;
  }
  #header .switch {
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
  }
  #header .switch span {
    width: 29px;
    top: 24px;
  }
  #header.show {
    background: rgba(18, 28, 38, 0.8);
    background: #1a2937;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  #header:before {
    right: -1978px;
    top: -1978px;
  }
}
body > section {
  min-height: 100vh;
  z-index: 1;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body > section article h1 {
  padding-top: 150px;
}
@media (max-width: 700px) {
  body > section article h1 {
    padding-top: 100px;
  }
}
@media (max-width: 1100px) {
  body > section {
    min-height: initial !important;
    padding-top: 0 !important;
  }
  body > section article p {
    font-size: 24px;
    font-size: 2.66666667vmin;
  }
}
@media (max-width: 1100px) and (max-width: 1000px), (max-width: 1100px) and (max-height: 1000px) {
  body > section article p {
    font-size: 3vmin;
  }
}
@media (max-width: 1100px) and (max-width: 700px), (max-width: 1100px) and (max-height: 700px) {
  body > section article p {
    font-size: 3.69230769vmin;
  }
}
@media (max-width: 1100px) and (max-width: 550px), (max-width: 1100px) and (max-height: 550px) {
  body > section article p {
    font-size: 4.8vmin;
  }
}
@keyframes showMenu {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  30% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
#home,
#sub-page-home {
  /*background-image: url('@{images}map.gif');*/
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
#home article,
#sub-page-home article {
  position: relative;
  z-index: 10;
  margin-bottom: 160px;
}
#home article h1,
#sub-page-home article h1 {
  position: relative;
  padding-top: 310px;
  padding-top: 15vw;
  padding-left: 50px;
  padding-right: 50px;
}
#home article h1:before,
#sub-page-home article h1:before {
  content: "";
  background: url(/dist/0521ad5627d73ee6cb2b0965e0f283a9.png) center center no-repeat;
  background-size: 167px 167px;
  position: absolute;
  left: 50%;
  top: 0;
  width: 167px;
  height: 167px;
  margin-left: -84px;
  height: 15vw;
}
#home article p,
#sub-page-home article p {
  margin-left: auto;
  margin-right: auto;
  max-width: 40%;
  padding-bottom: 10px;
}
@media (max-width: 1800px) {
  #home article h1,
  #sub-page-home article h1 {
    padding-top: 18vw;
  }
  #home article h1:before,
  #sub-page-home article h1:before {
    height: 18vw;
  }
}
@media (max-width: 700px) {
  #home article h1,
  #sub-page-home article h1 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #home article h1 br,
  #sub-page-home article h1 br {
    display: none;
  }
  #home article p,
  #sub-page-home article p {
    max-width: 80%;
  }
}
#home article .city,
#sub-page-home article .city {
  margin-top: 15px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 100%;
  max-width: initial;
  -webkit-transform: translate(100px, 0);
  -moz-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  -o-transform: translate(100px, 0);
  transform: translate(100px, 0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  letter-spacing: 0.08em;
  width: 600px;
  margin-left: -300px;
  will-change: transform, opacity;
}
#home article .city.hide,
#sub-page-home article .city.hide {
  -webkit-transition-timing-function: cubic-bezier(0.5, -0.8, 1, 1);
  transition-timing-function: cubic-bezier(0.5, -0.8, 1, 1);
  -webkit-transform: translate(-100px,0) !important;
  -moz-transform: translate(-100px,0) !important;
  -ms-transform: translate(-100px,0) !important;
  -o-transform: translate(-100px,0) !important;
  transform: translate(-100px,0) !important;
  opacity: 0 !important;
}
#home article .city span,
#sub-page-home article .city span {
  display: block;
  color: #fff;
}
#home article .city strong,
#sub-page-home article .city strong {
  display: block;
  color: #a2cf64;
  font-family: 'Radikal';
  font-weight: bold;
  font-style: normal;
  font-size: 37.5px;
  font-size: 4.16666667vmin;
}
@media (max-width: 1000px), (max-height: 1000px) {
  #home article .city strong,
  #sub-page-home article .city strong {
    font-size: 4.6875vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  #home article .city strong,
  #sub-page-home article .city strong {
    font-size: 5.76923077vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  #home article .city strong,
  #sub-page-home article .city strong {
    font-size: 7.5vmin;
  }
}
#home .proof,
#sub-page-home .proof {
  display: block;
  position: absolute;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: transform 0.5s cubic-bezier(0, 0, 0.4, 2.6);
  -moz-transition: transform 0.5s cubic-bezier(0, 0, 0.4, 2.6);
  -o-transition: transform 0.5s cubic-bezier(0, 0, 0.4, 2.6);
  transition: transform 0.5s cubic-bezier(0, 0, 0.4, 2.6);
  will-change: opacity, transform;
}
#home .proof:before,
#sub-page-home .proof:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  z-index: 10;
}
#home .proof span,
#sub-page-home .proof span {
  display: block;
  background: #a2cf64;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 43px;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
  animation-name: bubbleUp;
  animation-duration: 1800ms;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  will-change: opacity, transform;
}
#home .proof span.b1,
#sub-page-home .proof span.b1,
#home .proof span.b2,
#sub-page-home .proof span.b2,
#home .proof span.b3,
#sub-page-home .proof span.b3 {
  left: 17px;
}
#home .proof span.b4,
#sub-page-home .proof span.b4,
#home .proof span.b5,
#sub-page-home .proof span.b5,
#home .proof span.b6,
#sub-page-home .proof span.b6 {
  left: 23px;
}
#home .proof span.b1,
#sub-page-home .proof span.b1 {
  animation-delay: 0s;
}
#home .proof span.b4,
#sub-page-home .proof span.b4 {
  animation-delay: 300ms;
}
#home .proof span.b2,
#sub-page-home .proof span.b2 {
  animation-delay: 600ms;
}
#home .proof span.b5,
#sub-page-home .proof span.b5 {
  animation-delay: 900ms;
}
#home .proof span.b3,
#sub-page-home .proof span.b3 {
  animation-delay: 1200ms;
}
#home .proof span.b6,
#sub-page-home .proof span.b6 {
  animation-delay: 1500ms;
}
#home .proof#proof-prague,
#sub-page-home .proof#proof-prague {
  width: 32px;
  height: 58px;
  margin: -29px -16px;
  left: 86%;
  top: 43%;
}
#home .proof#proof-prague span,
#sub-page-home .proof#proof-prague span {
  margin-left: -7px;
}
#home .proof#proof-prague:before,
#sub-page-home .proof#proof-prague:before {
  background-image: url(/dist/f0ff17865a0b513455ebb05289507955.png);
  background-size: 32px 58px;
}
#home .proof#proof-miami,
#sub-page-home .proof#proof-miami {
  width: 46px;
  height: 62px;
  margin: -31px -23px;
  left: 19%;
  top: 75%;
}
#home .proof#proof-miami:before,
#sub-page-home .proof#proof-miami:before {
  background-image: url(/dist/38f134631f7f5530d736b6ea5c7ae29a.png);
  background-size: 46px 62px;
}
#home .proof#proof-london,
#sub-page-home .proof#proof-london {
  width: 46px;
  height: 62px;
  margin: -31px -22px;
  left: 77%;
  top: 38%;
}
#home .proof#proof-london:before,
#sub-page-home .proof#proof-london:before {
  background-image: url(/dist/bc5eb40220390cdbc3e359e6ef032e02.png);
  background-size: 46px 62px;
}
#home .proof#proof-ibiza,
#sub-page-home .proof#proof-ibiza {
  width: 46px;
  height: 62px;
  margin: -31px -23px;
  left: 78%;
  top: 59%;
}
#home .proof#proof-ibiza:before,
#sub-page-home .proof#proof-ibiza:before {
  background-image: url(/dist/bc5eb40220390cdbc3e359e6ef032e02.png);
  background-size: 46px 62px;
}
#home .proof#proof-kodan,
#sub-page-home .proof#proof-kodan {
  width: 44px;
  height: 62px;
  margin: -31px -22px;
  left: 85%;
  top: 35%;
}
#home .proof#proof-kodan:before,
#sub-page-home .proof#proof-kodan:before {
  background-image: url(/dist/1bdedeb4cc5c83b4916c61b5b50e99e4.png);
  background-size: 44px 62px;
}
#home #world,
#sub-page-home #world,
#home #proofs,
#sub-page-home #proofs {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#home #proofs,
#sub-page-home #proofs {
  z-index: 15;
}
#home img,
#sub-page-home img {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
#home .more,
#sub-page-home .more {
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  bottom: 220px;
  padding-bottom: 100px;
  color: #a2cf64;
  z-index: 20;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  text-decoration: none;
}
#home .more:before,
#sub-page-home .more:before {
  width: 16px;
  height: 16px;
  content: "";
  border: 2px solid #5f7e94;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  animation-name: pulse;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}
#home.has-prague-proof #proof-prague,
#sub-page-home.has-prague-proof #proof-prague {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 31px);
  -moz-transform: translate(0, 31px);
  -ms-transform: translate(0, 31px);
  -o-transform: translate(0, 31px);
  transform: translate(0, 31px);
}
#home.has-prague-text #text-prague,
#sub-page-home.has-prague-text #text-prague {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#home.has-london-proof #proof-london,
#sub-page-home.has-london-proof #proof-london {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 31px);
  -moz-transform: translate(0, 31px);
  -ms-transform: translate(0, 31px);
  -o-transform: translate(0, 31px);
  transform: translate(0, 31px);
}
#home.has-london-text #text-london,
#sub-page-home.has-london-text #text-london {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#home.has-miami-proof #proof-miami,
#sub-page-home.has-miami-proof #proof-miami {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 31px);
  -moz-transform: translate(0, 31px);
  -ms-transform: translate(0, 31px);
  -o-transform: translate(0, 31px);
  transform: translate(0, 31px);
}
#home.has-miami-text #text-miami,
#sub-page-home.has-miami-text #text-miami {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#home.has-ibiza-proof #proof-ibiza,
#sub-page-home.has-ibiza-proof #proof-ibiza {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 31px);
  -moz-transform: translate(0, 31px);
  -ms-transform: translate(0, 31px);
  -o-transform: translate(0, 31px);
  transform: translate(0, 31px);
}
#home.has-ibiza-text #text-ibiza,
#sub-page-home.has-ibiza-text #text-ibiza {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#home.has-kodan-proof #proof-kodan,
#sub-page-home.has-kodan-proof #proof-kodan {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 31px);
  -moz-transform: translate(0, 31px);
  -ms-transform: translate(0, 31px);
  -o-transform: translate(0, 31px);
  transform: translate(0, 31px);
}
#home.has-kodan-text #text-kodan,
#sub-page-home.has-kodan-text #text-kodan {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#home.has-more .more,
#sub-page-home.has-more .more {
  opacity: 1;
  filter: alpha(opacity=100);
}
#home.has-text .more,
#sub-page-home.has-text .more {
  opacity: 0;
  filter: alpha(opacity=0);
}
#home.animation-done article .city,
#sub-page-home.animation-done article .city {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#home.animation-done.has-text article .city.show,
#sub-page-home.animation-done.has-text article .city.show {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 1200px) {
  #home,
  #sub-page-home {
    min-height: initial;
  }
  #home article h1,
  #sub-page-home article h1 {
    font-size: 37.5px;
    font-size: 4.16666667vmin;
  }
}
@media (max-width: 1200px) and (max-width: 1000px), (max-width: 1200px) and (max-height: 1000px) {
  #home article h1,
  #sub-page-home article h1 {
    font-size: 4.6875vmin;
  }
}
@media (max-width: 1200px) and (max-width: 700px), (max-width: 1200px) and (max-height: 700px) {
  #home article h1,
  #sub-page-home article h1 {
    font-size: 5.76923077vmin;
  }
}
@media (max-width: 1200px) and (max-width: 550px), (max-width: 1200px) and (max-height: 550px) {
  #home article h1,
  #sub-page-home article h1 {
    font-size: 7.5vmin;
  }
}
@media (max-width: 1100px) {
  #home article,
  #sub-page-home article {
    margin-bottom: 40px;
  }
  #home article h1,
  #sub-page-home article h1 {
    padding-top: 160px;
    font-size: 52.5px;
    font-size: 5.83333333vmin;
  }
  #home article h1:before,
  #sub-page-home article h1:before {
    background-image: url(/dist/4ce79af1925cc2ed281fd12fbe493aa9.png);
    width: 200px;
    height: 35px;
    background-size: 100% 100%;
    margin-left: -100px;
    margin-top: 70px;
  }
  #home article .city,
  #sub-page-home article .city,
  #home article .city.hide,
  #sub-page-home article .city.hide {
    display: block !important;
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    position: static;
    margin-left: 0;
    width: auto;
  }
  #home article .city span,
  #sub-page-home article .city span,
  #home article .city.hide span,
  #sub-page-home article .city.hide span,
  #home article .city strong,
  #sub-page-home article .city strong,
  #home article .city.hide strong,
  #sub-page-home article .city.hide strong {
    font-size: 37.5px;
    font-size: 4.16666667vmin;
  }
  #home article #text-miami,
  #sub-page-home article #text-miami,
  #home article #text-ibiza,
  #sub-page-home article #text-ibiza,
  #home article #text-kodan,
  #sub-page-home article #text-kodan {
    display: inline !important;
  }
  #home article #text-miami strong,
  #sub-page-home article #text-miami strong,
  #home article #text-ibiza strong,
  #sub-page-home article #text-ibiza strong,
  #home article #text-kodan strong,
  #sub-page-home article #text-kodan strong {
    display: inline !important;
  }
  #home article #text-miami span,
  #sub-page-home article #text-miami span {
    display: block !important;
  }
  #home article #text-ibiza span,
  #sub-page-home article #text-ibiza span,
  #home article #text-kodan span,
  #sub-page-home article #text-kodan span {
    display: none !important;
  }
  #home article #text-ibiza strong:before,
  #sub-page-home article #text-ibiza strong:before,
  #home article #text-kodan strong:before,
  #sub-page-home article #text-kodan strong:before {
    content: ", ";
  }
  #home #proofs,
  #sub-page-home #proofs,
  #home #world,
  #sub-page-home #world {
    display: none;
  }
  #home .more,
  #sub-page-home .more {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
  }
}
@media (max-width: 1100px) and (max-width: 1000px), (max-width: 1100px) and (max-height: 1000px) {
  #home article h1,
  #sub-page-home article h1 {
    font-size: 6.5625vmin;
  }
}
@media (max-width: 1100px) and (max-width: 700px), (max-width: 1100px) and (max-height: 700px) {
  #home article h1,
  #sub-page-home article h1 {
    font-size: 8.07692308vmin;
  }
}
@media (max-width: 1100px) and (max-width: 550px), (max-width: 1100px) and (max-height: 550px) {
  #home article h1,
  #sub-page-home article h1 {
    font-size: 10.5vmin;
  }
}
@media (max-width: 1100px) and (max-width: 1000px), (max-width: 1100px) and (max-height: 1000px) {
  #home article .city span,
  #sub-page-home article .city span,
  #home article .city.hide span,
  #sub-page-home article .city.hide span,
  #home article .city strong,
  #sub-page-home article .city strong,
  #home article .city.hide strong,
  #sub-page-home article .city.hide strong {
    font-size: 4.6875vmin;
  }
}
@media (max-width: 1100px) and (max-width: 700px), (max-width: 1100px) and (max-height: 700px) {
  #home article .city span,
  #sub-page-home article .city span,
  #home article .city.hide span,
  #sub-page-home article .city.hide span,
  #home article .city strong,
  #sub-page-home article .city strong,
  #home article .city.hide strong,
  #sub-page-home article .city.hide strong {
    font-size: 5.76923077vmin;
  }
}
@media (max-width: 1100px) and (max-width: 550px), (max-width: 1100px) and (max-height: 550px) {
  #home article .city span,
  #sub-page-home article .city span,
  #home article .city.hide span,
  #sub-page-home article .city.hide span,
  #home article .city strong,
  #sub-page-home article .city strong,
  #home article .city.hide strong,
  #sub-page-home article .city.hide strong {
    font-size: 7.5vmin;
  }
}
#home .home-hiring,
#sub-page-home .home-hiring {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 50;
  padding-bottom: 20px;
  background: #121c26;
}
@media (max-width: 1200px) {
  #home .home-hiring,
  #sub-page-home .home-hiring {
    position: relative;
  }
}
#home .home-hiring .home-hiring-bar,
#sub-page-home .home-hiring .home-hiring-bar {
  background: #a2cf64;
  width: 100%;
  color: #fff;
  padding: 10px 40px;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-family: Radikal;
  font-weight: 600;
  display: inline-block;
  font-size: 20px;
}
#home .home-hiring .home-hiring-positions,
#sub-page-home .home-hiring .home-hiring-positions {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
#home .home-hiring .home-hiring-button,
#sub-page-home .home-hiring .home-hiring-button {
  padding: 15px 25px;
  font-size: 15px;
  margin: 5px 10px;
}
@keyframes bubbleUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -80px);
    -moz-transform: translate(0, -80px);
    -ms-transform: translate(0, -80px);
    -o-transform: translate(0, -80px);
    transform: translate(0, -80px);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0) rotate(45deg);
    -moz-transform: translate(0, 0) rotate(45deg);
    -ms-transform: translate(0, 0) rotate(45deg);
    -o-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(0, 5px) rotate(45deg);
    -moz-transform: translate(0, 5px) rotate(45deg);
    -ms-transform: translate(0, 5px) rotate(45deg);
    -o-transform: translate(0, 5px) rotate(45deg);
    transform: translate(0, 5px) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(45deg);
    -moz-transform: translate(0, 0) rotate(45deg);
    -ms-transform: translate(0, 0) rotate(45deg);
    -o-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
  }
}
#sub-page-home {
  min-height: auto;
}
#sub-page-home article {
  margin-bottom: 0;
  min-height: auto;
}
#from-our-lab .tabs {
  position: relative;
}
#from-our-lab .tabs li {
  display: inline-block;
  margin: 0 25px;
  cursor: pointer;
  vertical-align: middle;
}
#from-our-lab .tabs li.active,
#from-our-lab .tabs li:hover {
  color: #a2cf64;
}
#from-our-lab .tabs li:hover {
  text-decoration: underline;
}
#from-our-lab .tabs:before,
#from-our-lab .tabs:after {
  vertical-align: middle;
  content: "";
  width: 33px;
  height: 96px;
  background: url(/dist/8bd2ef387a9ad90caaa99cac884ccb52.png) no-repeat;
  background-size: 66px 96px;
  display: inline-block;
}
#from-our-lab .tabs:before {
  background-position: left center;
}
#from-our-lab .tabs:after {
  background-position: right center;
}
@media (max-width: 1200px) {
  #from-our-lab .tabs li {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  #from-our-lab .tabs li {
    margin: 0 15px;
  }
}
@media (max-width: 890px) {
  #from-our-lab .tabs {
    margin: 0 30px;
  }
  #from-our-lab .tabs li {
    display: inline;
    font-size: 18px;
    margin: 0 10px 0 0;
    white-space: nowrap;
  }
  #from-our-lab .tabs:before,
  #from-our-lab .tabs:after {
    display: none;
  }
}
#from-our-lab .items {
  *zoom: 1;
  width: 1420px;
  margin: 0 auto 120px;
}
#from-our-lab .items:before,
#from-our-lab .items:after {
  display: table;
  content: "";
  line-height: 0;
}
#from-our-lab .items:after {
  clear: both;
}
#from-our-lab .items .item {
  float: left;
  width: 335px;
  margin: 10px 10px;
}
#from-our-lab .items .item a {
  border: 3px solid #1b2731;
  background: #121c26;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
}
#from-our-lab .items .item a .image {
  display: block;
  height: 223px;
  position: relative;
  border-bottom: 3px solid #1b2731;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
}
#from-our-lab .items .item a .image img {
  position: absolute;
  left: 50%;
  top: 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%);
  max-width: 70%;
  max-height: 55%;
}
#from-our-lab .items .item a .info {
  padding: 22px 30px;
  height: 107px;
  text-align: left;
  position: relative;
  z-index: 0;
}
#from-our-lab .items .item a .info h2 {
  line-height: 35px;
  font-size: 27px;
  font-family: 'Radikal';
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 13px;
  overflow: hidden;
}
#from-our-lab .items .item a .info p {
  font-size: 15px;
  font-family: 'Radikal';
  font-weight: normal;
  font-style: normal;
  padding: 0;
}
#from-our-lab .items .item a:after {
  content: "";
  width: 17px;
  height: 17px;
  border: 3px solid #31414c;
  border-width: 0 3px 3px 0;
  position: absolute;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  background: none !important;
}
#from-our-lab .items .item a:before {
  content: "";
  width: 0px;
  height: 3px;
  background: #31414c;
  position: absolute;
  z-index: 10;
  right: 11px;
  bottom: 10px;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
}
#from-our-lab .items .item a:hover {
  color: #a2cf64;
  text-decoration: none;
}
#from-our-lab .items .item a:hover,
#from-our-lab .items .item a:hover .image {
  border-color: #31414c;
}
#from-our-lab .items .item a:hover:before {
  width: 25px;
}
#from-our-lab .items .item a:hover:before,
#from-our-lab .items .item a:hover:after {
  background-color: #a2cf64;
  border-color: #a2cf64;
}
#from-our-lab .items .item.hide {
  display: none;
}
@media (max-width: 1430px) {
  #from-our-lab .items {
    width: 1065px;
  }
}
@media (max-width: 1075px) {
  #from-our-lab .items {
    width: 710px;
  }
}
@media (max-width: 720px) {
  #from-our-lab .items {
    width: 355px;
  }
  #from-our-lab .items .item {
    float: none;
  }
}
@media (max-width: 365px) {
  #from-our-lab .items {
    width: auto;
  }
  #from-our-lab .items .item {
    width: auto;
  }
}
.work-detail {
  min-height: initial;
  background-color: #121c26;
  overflow: hidden;
  position: relative;
}
.work-detail.loading {
  height: 300px;
}
.work-detail.loading:before {
  content: "";
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/dist/a20ae11f7b95cf5ed5067282d1a1d74c.gif) center center no-repeat #121c26;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.work-detail .work-detail-in {
  position: relative;
  z-index: 0;
}
.work-detail .work-detail-in > * {
  position: relative;
  z-index: 5;
}
.work-detail .work-detail-in > .vizual {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.work-detail .work-detail-in > .vizual img {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
}
.work-detail .work-detail-in > .vizual:after {
  background-color: rgba(18, 28, 38, 0.4);
  background-image: -moz-linear-gradient(top, rgba(18, 28, 38, 0), #121c26);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(18, 28, 38, 0)), to(#121c26));
  background-image: -webkit-linear-gradient(top, rgba(18, 28, 38, 0), #121c26);
  background-image: -o-linear-gradient(top, rgba(18, 28, 38, 0), #121c26);
  background-image: linear-gradient(to bottom, rgba(18, 28, 38, 0), #121c26);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00121c26', endColorstr='#ff121c26', GradientType=0);
  background-color: initial;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 20%;
  z-index: 5;
  content: "";
}
.work-detail .work-detail-in .gallery {
  height: 700px;
  margin: 0 -110px;
}
.work-detail .work-detail-in .gallery .gallery-cell {
  padding: 0 5px;
  width: 320px;
  height: 568px;
  overflow: hidden;
}
.work-detail .work-detail-in .gallery .gallery-cell img {
  display: block;
  background: url(/dist/a20ae11f7b95cf5ed5067282d1a1d74c.gif) center center no-repeat #1a2937;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.work-detail .work-detail-in .gallery .gallery-cell__900 {
  width: 900px;
}
.work-detail .work-detail-in .gallery .gallery-cell span {
  display: block;
  padding: 22px;
  background: #082a34;
  height: 100%;
  overflow: hidden;
}
.work-detail .work-detail-in .gallery .gallery-cell span em {
  line-height: 20px;
  color: #fff;
  display: block;
  /*						height: 40px;*/
  overflow: hidden;
  margin-bottom: 22px;
  font-style: normal;
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 1360px) {
  .work-detail .work-detail-in .gallery {
    margin: 0 auto;
    width: 990px;
  }
}
@media (max-width: 1020px) {
  .work-detail .work-detail-in .gallery {
    height: 500px;
    width: 100%;
  }
  .work-detail .work-detail-in .gallery .gallery-cell {
    width: 236px;
    height: 420px;
  }
  .work-detail .work-detail-in .gallery .gallery-cell span {
    padding: 10px;
  }
  .work-detail .work-detail-in .gallery .gallery-cell span em {
    height: 32px;
    line-height: 16px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .work-detail .work-detail-in .gallery .gallery-cell__900 {
    width: 672px;
  }
  .work-detail .work-detail-in .gallery .flickity-page-dots {
    line-height: 70px;
  }
}
.work-detail .work-detail-in .gallery .gallery-image {
  display: block;
  height: inherit;
  /* set min-width,
                 allow images to determine cell width */
  min-width: 150px;
  max-width: 100%;
  margin-right: 10px;
  /* vertically center */
  top: 50%;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}
.work-detail .work-detail-in .gallery .center-gallery-image {
  margin: 0 auto;
}
.work-detail .work-detail-in article {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 20px 55px;
}
.work-detail .work-detail-in article .logo {
  min-height: 236px;
}
.work-detail .work-detail-in article .logo img {
  margin: 65px 0;
  max-height: 100px;
}
@media (max-width: 700px) {
  .work-detail .work-detail-in article .logo {
    min-height: 1px;
  }
  .work-detail .work-detail-in article .logo img {
    margin: 30px 0;
  }
}
.work-detail .work-detail-in article header {
  border: 3px solid #31414c;
  margin-bottom: 115px;
  position: relative;
}
.work-detail .work-detail-in article header h1 {
  border-bottom: 3px solid #31414c;
  padding: 15px;
  text-transform: uppercase;
}
.work-detail .work-detail-in article header .meta,
.work-detail .work-detail-in article header .tagline {
  color: #fff;
  letter-spacing: 0.08em;
}
.work-detail .work-detail-in article header .meta {
  font-size: 15px;
  font-size: 1.66666667vmin;
  padding: 30px 40px 10px 40px;
}
@media (max-width: 1000px), (max-height: 1000px) {
  .work-detail .work-detail-in article header .meta {
    font-size: 1.875vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  .work-detail .work-detail-in article header .meta {
    font-size: 2.30769231vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  .work-detail .work-detail-in article header .meta {
    font-size: 3vmin;
  }
}
.work-detail .work-detail-in article header .tagline {
  font-size: 20.25px;
  font-size: 2.25vmin;
  padding: 10px 40px 30px 40px;
  text-transform: uppercase;
}
@media (max-width: 1000px), (max-height: 1000px) {
  .work-detail .work-detail-in article header .tagline {
    font-size: 2.53125vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  .work-detail .work-detail-in article header .tagline {
    font-size: 3.11538462vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  .work-detail .work-detail-in article header .tagline {
    font-size: 4.05vmin;
  }
}
.work-detail .work-detail-in article header:after {
  content: "";
  width: 16px;
  height: 16px;
  border: solid #5f7e94;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 49px;
  margin-left: -10px;
}
.work-detail .work-detail-in article .content {
  font-size: 22px;
}
.work-detail .work-detail-in article .content h2 {
  font-size: 1.3em;
  color: #fff;
  font-family: 'Radikal';
  font-weight: normal;
  font-style: normal;
}
.work-detail .work-detail-in article .content h3 {
  font-family: 'Radikal';
  font-weight: normal;
  font-style: normal;
  font-size: 1.1em;
  color: #fff;
}
.work-detail .work-detail-in article .video {
  max-width: 1098px;
  position: relative;
}
.work-detail .work-detail-in article .video a {
  display: block;
}
.work-detail .work-detail-in article .video a:before {
  width: 0px;
  height: 0px;
  content: '';
  display: block;
  overflow: hidden;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  border-width: 20px 0 21px 34px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  margin: -19px 0 0 -11px;
}
.work-detail .work-detail-in article .video a:after {
  content: "";
  width: 115px;
  height: 115px;
  border: 3px solid #a2cf64;
  margin: -59px;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.work-detail .work-detail-in article .video a img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
}
.work-detail .work-detail-in article .video a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.work-detail .work-detail-in article iframe {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 700px) {
  .work-detail .work-detail-in article {
    padding-top: 50px;
  }
}
.work-detail .work-detail-in nav {
  text-align: center;
  margin-bottom: 80px;
}
.work-detail .work-detail-in nav big {
  font-size: 20.25px;
  font-size: 2.25vmin;
  display: block;
  color: #fff;
  padding-bottom: 55px;
}
@media (max-width: 1000px), (max-height: 1000px) {
  .work-detail .work-detail-in nav big {
    font-size: 2.53125vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  .work-detail .work-detail-in nav big {
    font-size: 3.11538462vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  .work-detail .work-detail-in nav big {
    font-size: 4.05vmin;
  }
}
.work-detail .work-detail-in nav div a {
  display: inline-block;
  border: 3px solid #a2cf64;
  font-size: 23px;
  font-size: 17.25px;
  font-size: 1.91666667vmin;
  line-height: 1.2;
  padding: 22px 60px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Radikal';
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  display: table;
  font-size: 15px;
  font-size: 1.66666667vmin;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  width: 20vw;
  max-width: 330px;
  height: 110px;
  margin: 0 auto;
}
@media (max-width: 1000px), (max-height: 1000px) {
  .work-detail .work-detail-in nav div a {
    font-size: 2.15625vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  .work-detail .work-detail-in nav div a {
    font-size: 2.65384615vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  .work-detail .work-detail-in nav div a {
    font-size: 3.45vmin;
  }
}
.work-detail .work-detail-in nav div a:hover {
  text-decoration: none;
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
@media (max-width: 1000px), (max-height: 1000px) {
  .work-detail .work-detail-in nav div a {
    font-size: 1.875vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  .work-detail .work-detail-in nav div a {
    font-size: 2.30769231vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  .work-detail .work-detail-in nav div a {
    font-size: 3vmin;
  }
}
.work-detail .work-detail-in nav div a span {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 30px;
}
.work-detail .work-detail-in nav div a.prev,
.work-detail .work-detail-in nav div a.next {
  border-color: #1b2731;
}
@media (max-width: 880px) {
  .work-detail .work-detail-in nav div a {
    width: 35vw;
    height: 90px;
  }
  .work-detail .work-detail-in nav div a span {
    padding: 5px 10px;
  }
}
@media (max-width: 620px) {
  .work-detail .work-detail-in nav div a {
    width: 60vw;
    font-size: 24px;
    font-size: 2.66666667vmin;
  }
}
@media (max-width: 620px) and (max-width: 1000px), (max-width: 620px) and (max-height: 1000px) {
  .work-detail .work-detail-in nav div a {
    font-size: 3vmin;
  }
}
@media (max-width: 620px) and (max-width: 700px), (max-width: 620px) and (max-height: 700px) {
  .work-detail .work-detail-in nav div a {
    font-size: 3.69230769vmin;
  }
}
@media (max-width: 620px) and (max-width: 550px), (max-width: 620px) and (max-height: 550px) {
  .work-detail .work-detail-in nav div a {
    font-size: 4.8vmin;
  }
}
#about-us {
  padding-bottom: 100px;
}
#about-us big {
  display: block;
  color: #fff;
  font-size: 27px;
  padding: 30px 0 25px;
}
#master-cooks {
  z-index: 10;
}
#master-cooks h1 {
  position: relative;
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: transform 0.4s ease-in;
  -moz-transition: transform 0.4s ease-in;
  -o-transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
}
#master-cooks ul {
  *zoom: 1;
  position: absolute;
  z-index: 5;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 130px;
  top: 25%;
  padding: 0;
}
#master-cooks ul:before,
#master-cooks ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#master-cooks ul:after {
  clear: both;
}
#master-cooks ul li {
  width: 33.33333333%;
  float: left;
  position: relative;
  left: 0;
  height: 100%;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  will-change: transform, opacity;
}
#master-cooks ul li a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-filter: saturate(0);
  filter: saturate(0);
  will-change: opacity;
}
#master-cooks ul li a > span {
  position: absolute;
  left: 50%;
  top: 59%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 15.75px;
  font-size: 1.75vmin;
  text-transform: uppercase;
  font-family: 'Radikal';
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  z-index: 5;
  opacity: 1;
  filter: alpha(opacity=100);
  will-change: top;
}
@media (max-width: 1000px), (max-height: 1000px) {
  #master-cooks ul li a > span {
    font-size: 1.96875vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  #master-cooks ul li a > span {
    font-size: 2.42307692vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  #master-cooks ul li a > span {
    font-size: 3.15vmin;
  }
}
#master-cooks ul li a > span strong {
  display: inline-block;
  border-bottom: 3px solid #a2cf64;
  padding-bottom: 17px;
  margin-bottom: 17px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
}
#master-cooks ul li a > span span {
  display: block;
  color: #5f7e94;
}
#master-cooks ul li a > span > * {
  white-space: nowrap;
}
#master-cooks ul li a:hover > span {
  top: 57%;
}
#master-cooks ul li a:hover > span strong {
  padding-left: 20px;
  padding-right: 20px;
}
#master-cooks ul li a:hover img {
  -webkit-filter: saturate(0.5);
  filter: saturate(0.5);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#master-cooks .info {
  opacity: 0;
  filter: alpha(opacity=0);
  max-width: 1100px;
  width: 70%;
  margin: 0 auto;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 0;
  font-size: 16.5px;
  font-size: 1.83333333vmin;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 1000px), (max-height: 1000px) {
  #master-cooks .info {
    font-size: 2.0625vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  #master-cooks .info {
    font-size: 2.53846154vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  #master-cooks .info {
    font-size: 3.3vmin;
  }
}
#master-cooks .info h2 {
  font-size: 65px;
  font-size: 4vw;
  font-size: 48.75px;
  font-size: 5.41666667vmin;
  font-family: 'Radikal';
  font-weight: bold;
  font-style: normal;
  color: #fff;
  padding: 0 0 48px;
  padding: 0 0 2vw;
  line-height: 1.23076923;
  padding-top: 150px;
}
@media (max-width: 1000px), (max-height: 1000px) {
  #master-cooks .info h2 {
    font-size: 6.09375vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  #master-cooks .info h2 {
    font-size: 7.5vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  #master-cooks .info h2 {
    font-size: 9.75vmin;
  }
}
@media (max-width: 700px) {
  #master-cooks .info h2 {
    padding-top: 100px;
  }
}
#master-cooks.has-detail h1 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, -100px);
  -moz-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  -o-transform: translate(0, -100px);
  transform: translate(0, -100px);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#master-cooks.has-detail ul li {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
}
#master-cooks.has-detail ul li a {
  cursor: default;
}
#master-cooks.has-detail ul li.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#master-cooks.has-detail ul li.active img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
#master-cooks.has-detail ul li.active a > span {
  opacity: 0;
  filter: alpha(opacity=0);
  top: 100%;
}
#master-cooks.has-detail ul li:nth-child(2).active {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
#master-cooks.has-detail .info.active {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 20;
  left: 40%;
}
#master-cooks.has-detail .info:nth-child(2).active {
  left: 60%;
}
#master-cooks .team-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 50px;
  padding: 30px 0 50px;
  background: #1e2933;
  color: #a2cf64;
}
#master-cooks .team-link:after {
  content: "";
  width: 16px;
  height: 16px;
  border: solid #5f7e94;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: 50%;
  margin: -9px;
  bottom: 40px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  animation-name: pulse;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}
#master-cooks .team-link:hover {
  text-decoration: none;
  background: #222e39;
}
@media (max-width: 1100px) {
  #master-cooks {
    min-height: 100vh !important;
  }
}
@media (max-width: 700px) {
  #master-cooks {
    min-height: initial !important;
  }
  #master-cooks ul {
    position: relative;
    top: auto;
    padding-bottom: 0;
    bottom: 0;
  }
  #master-cooks ul li {
    width: auto;
    float: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #1a2937;
  }
  #master-cooks ul li a {
    *zoom: 1;
    display: block;
  }
  #master-cooks ul li a:before,
  #master-cooks ul li a:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #master-cooks ul li a:after {
    clear: both;
  }
  #master-cooks ul li a img {
    position: relative;
    display: block;
    left: 0;
    width: 50%;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    height: 82vw;
  }
  #master-cooks ul li a > span {
    left: 32%;
    font-size: 20.25px;
    font-size: 2.25vmin;
  }
  #master-cooks .info {
    position: relative;
    z-index: 0;
    left: 0;
    top: 0;
    display: none;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 27px;
    font-size: 3vmin;
  }
  #master-cooks .info h2 {
    padding-top: 100px;
  }
  #master-cooks.has-detail h1 {
    display: none;
  }
  #master-cooks.has-detail ul li {
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    display: none;
  }
  #master-cooks.has-detail ul li.active {
    display: block;
    left: 0 !important;
  }
  #master-cooks.has-detail ul li img {
    width: 80%;
    height: auto;
    left: 10%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #master-cooks.has-detail .info {
    width: auto;
    padding: 0 20px 30px;
  }
  #master-cooks.has-detail .info.active {
    display: block;
    left: 0;
  }
  #master-cooks.has-detail .info:nth-child(2).active {
    left: 0;
  }
  #master-cooks .team-link {
    position: static;
    display: block;
  }
}
@media (max-width: 700px) and (max-width: 1000px), (max-width: 700px) and (max-height: 1000px) {
  #master-cooks ul li a > span {
    font-size: 2.53125vmin;
  }
}
@media (max-width: 700px) and (max-width: 700px), (max-width: 700px) and (max-height: 700px) {
  #master-cooks ul li a > span {
    font-size: 3.11538462vmin;
  }
}
@media (max-width: 700px) and (max-width: 550px), (max-width: 700px) and (max-height: 550px) {
  #master-cooks ul li a > span {
    font-size: 4.05vmin;
  }
}
@media (max-width: 700px) and (max-width: 1000px), (max-width: 700px) and (max-height: 1000px) {
  #master-cooks .info {
    font-size: 3.375vmin;
  }
}
@media (max-width: 700px) and (max-width: 700px), (max-width: 700px) and (max-height: 700px) {
  #master-cooks .info {
    font-size: 4.15384615vmin;
  }
}
@media (max-width: 700px) and (max-width: 550px), (max-width: 700px) and (max-height: 550px) {
  #master-cooks .info {
    font-size: 5.4vmin;
  }
}
section#our-team {
  padding: 150px 20px 100px;
}
section#our-team ul {
  max-width: 1100px;
  margin: 0 auto;
  *zoom: 1;
  text-align: center;
}
section#our-team ul:before,
section#our-team ul:after {
  display: table;
  content: "";
  line-height: 0;
}
section#our-team ul:after {
  clear: both;
}
section#our-team ul li {
  text-transform: uppercase;
  font-size: 15.75px;
  font-size: 1.75vmin;
  font-family: 'Radikal';
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 1000px), (max-height: 1000px) {
  section#our-team ul li {
    font-size: 1.96875vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  section#our-team ul li {
    font-size: 2.42307692vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  section#our-team ul li {
    font-size: 3.15vmin;
  }
}
section#our-team ul li img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  height: 180px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
}
section#our-team ul li strong {
  display: inline-block;
  border-bottom: 3px solid #a2cf64;
  padding-top: 30px;
  padding-bottom: 17px;
  margin-bottom: 17px;
  color: #fff;
}
section#our-team ul li span {
  display: block;
  color: #5f7e94;
}
@media (min-width: 790px) {
  section#our-team ul li {
    display: inline-block;
    width: 32%;
  }
  section#our-team ul li strong {
    padding-top: 50px;
  }
}
section#our-team .team-michal-bartosik,
section#our-team .team-filip-kluger,
section#our-team .team-jakub-kremenak {
  vertical-align: top;
}
@media (max-width: 1100px) {
  section#our-team {
    padding-top: 150px !important;
  }
}
#contact article {
  padding-bottom: 40px;
}
#contact article h1 {
  padding-top: 15vh;
}
#contact article a {
  color: #a2cf64;
}
#contact article .divide {
  padding: 0 17px;
}
#contact #map {
  width: 100%;
  height: 50vh;
}
@media (max-width: 1100px) {
  #contact #map {
    height: 150px;
  }
}
#cook-us {
  min-height: auto;
}
#cook-us big {
  display: block;
  color: #fff;
  font-size: 27px;
  padding: 30px 0 25px;
}
#cook-us article {
  max-width: 820px;
}
#cook-us article:first-of-type h1 {
  padding-top: 50px;
}
#cook-us article:first-of-type a {
  cursor: default;
}
#cook-us article:first-of-type a:hover {
  text-decoration: none;
}
#cook-us .position-list {
  padding: 0;
  margin: 159px 0 0 0;
}
#cook-us .position-list li a {
  padding: 30px 15px;
  display: block;
  border-top: 2px solid #a2cf64;
  text-align: left;
  position: relative;
  cursor: pointer;
}
#cook-us .position-list li a span {
  display: block;
}
#cook-us .position-list li a:hover {
  text-decoration: none;
}
#cook-us .position-list li a:hover .title {
  color: #fff;
}
#cook-us .position-list li a:hover::after {
  transform: scaleY(1);
}
#cook-us .position-list li a:hover::before {
  background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-position: center;
  background-size: 50% 3px, 3px 50%;
  background-repeat: no-repeat;
  transform: rotate(45deg);
}
#cook-us .position-list li a::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 70px;
  top: 50%;
  margin-top: -35px;
  right: 0;
  height: 70px;
  background: linear-gradient(#a2cf64, #a2cf64), linear-gradient(#a2cf64, #a2cf64);
  background-position: center;
  background-size: 50% 3px, 3px 50%;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
#cook-us .position-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background: #a2cf64;
  z-index: -1;
  transition: transform 0.3s;
}
#cook-us .position-list li a .title {
  font-size: 23.25px;
  font-size: 2.58333333vmin;
  font-weight: 500;
  color: #a2cf64;
}
@media (max-width: 1000px), (max-height: 1000px) {
  #cook-us .position-list li a .title {
    font-size: 2.90625vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  #cook-us .position-list li a .title {
    font-size: 3.57692308vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  #cook-us .position-list li a .title {
    font-size: 4.65vmin;
  }
}
#cook-us .position-list li a .description {
  font-size: 15px;
  font-size: 1.66666667vmin;
  font-weight: 300;
  color: #5f7e94;
}
@media (max-width: 1000px), (max-height: 1000px) {
  #cook-us .position-list li a .description {
    font-size: 1.875vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  #cook-us .position-list li a .description {
    font-size: 2.30769231vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  #cook-us .position-list li a .description {
    font-size: 3vmin;
  }
}
#cook-us .position-list li:last-of-type a {
  border-bottom: 2px solid #a2cf64;
}
#why-work-with-us article {
  max-width: 820px;
}
#why-work-with-us p {
  font-size: 15px;
  font-size: 1.66666667vmin;
}
@media (max-width: 1000px), (max-height: 1000px) {
  #why-work-with-us p {
    font-size: 1.875vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  #why-work-with-us p {
    font-size: 2.30769231vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  #why-work-with-us p {
    font-size: 3vmin;
  }
}
#why-work-with-us .benefits {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 36px 0;
}
@media (max-width: 1000px) {
  #why-work-with-us .benefits {
    flex-direction: column;
  }
}
#why-work-with-us .benefits div {
  flex-basis: calc(50% - 92px);
  text-align: left;
  padding-left: 90px;
  position: relative;
}
@media (max-width: 1000px) {
  #why-work-with-us .benefits div {
    flex-basis: 100%;
    padding-right: 0;
    padding-left: 90px !important;
    padding-bottom: 50px;
    border-bottom: 2px solid #1E2933;
    border-right: medium none !important;
  }
}
@media (max-width: 1000px) {
  #why-work-with-us .benefits div:before {
    left: 0 !important;
  }
}
#why-work-with-us .benefits div h3 {
  font-size: 15px;
  font-size: 1.66666667vmin;
  font-weight: 300;
  color: #fff;
  margin-bottom: 5px;
  padding: 0;
}
@media (max-width: 1000px), (max-height: 1000px) {
  #why-work-with-us .benefits div h3 {
    font-size: 1.875vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  #why-work-with-us .benefits div h3 {
    font-size: 2.30769231vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  #why-work-with-us .benefits div h3 {
    font-size: 3vmin;
  }
}
#why-work-with-us .benefits div p {
  font-size: 15px;
  font-size: 1.66666667vmin;
  font-weight: 300;
}
@media (max-width: 1000px), (max-height: 1000px) {
  #why-work-with-us .benefits div p {
    font-size: 1.875vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  #why-work-with-us .benefits div p {
    font-size: 2.30769231vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  #why-work-with-us .benefits div p {
    font-size: 3vmin;
  }
}
#why-work-with-us .benefits .second,
#why-work-with-us .benefits .fourth {
  flex-basis: calc(50% - 150px);
  padding-left: 150px;
}
#why-work-with-us .benefits .first {
  border-right: 2px solid #1E2933;
  border-bottom: 2px solid #1E2933;
  padding-right: 60px;
  padding-top: 30px;
  padding-bottom: 50px;
  flex-basis: calc(50% - 152px);
}
#why-work-with-us .benefits .first:before {
  content: "";
  background: url(/dist/0caac8d686831646a4904ad8e8aee65f.svg) center center no-repeat;
  background-size: 67px 81px;
  position: absolute;
  left: 0;
  top: 45px;
  width: 67px;
  height: 81px;
}
#why-work-with-us .benefits .second {
  border-bottom: 2px solid #1E2933;
  padding-top: 60px;
}
#why-work-with-us .benefits .second:before {
  content: "";
  background: url(/dist/db1c09b8410b8730d64305e63400c88f.svg) center center no-repeat;
  background-size: 49px 87px;
  position: absolute;
  left: 75px;
  top: 60px;
  width: 49px;
  height: 87px;
}
#why-work-with-us .benefits .third {
  border-right: 2px solid #1E2933;
  padding-right: 60px;
  padding-top: 65px;
  flex-basis: calc(50% - 152px);
}
#why-work-with-us .benefits .third:before {
  content: "";
  background: url(/dist/2272d56847ab5be025bfb43f576855ed.svg) center center no-repeat;
  background-size: 76px 68px;
  position: absolute;
  left: 0;
  top: 65px;
  width: 76px;
  height: 68px;
}
#why-work-with-us .benefits .fourth {
  padding-top: 65px;
}
#why-work-with-us .benefits .fourth:before {
  content: "";
  background: url(/dist/4a19a6cbb5f555dd3ac61a8635392145.svg) center center no-repeat;
  background-size: 65px 87px;
  position: absolute;
  left: 61px;
  top: 65px;
  width: 65px;
  height: 87px;
}
#instagram-timeline-head article {
  max-width: 820px;
}
#instagram-timeline-head p {
  font-size: 15px;
  font-size: 1.66666667vmin;
}
@media (max-width: 1000px), (max-height: 1000px) {
  #instagram-timeline-head p {
    font-size: 1.875vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  #instagram-timeline-head p {
    font-size: 2.30769231vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  #instagram-timeline-head p {
    font-size: 3vmin;
  }
}
#position article,
#mail-form article {
  max-width: 820px;
  margin: 0 auto;
}
#position article.position-article,
#mail-form article.position-article {
  padding-top: 100px;
}
#position h1,
#mail-form h1 {
  padding-top: 50px;
}
#position h2,
#mail-form h2 {
  font-size: 36.75px;
  font-size: 4.08333333vmin;
  color: #fff;
  text-align: left;
  line-height: 1.2;
  padding-bottom: 0.4em;
}
@media (max-width: 1000px), (max-height: 1000px) {
  #position h2,
  #mail-form h2 {
    font-size: 4.59375vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  #position h2,
  #mail-form h2 {
    font-size: 5.65384615vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  #position h2,
  #mail-form h2 {
    font-size: 7.35vmin;
  }
}
@media (max-width: 880px) {
  #position,
  #mail-form {
    width: 80%;
    margin: 0 auto;
  }
}
#mail-form {
  min-height: auto;
  text-align: left;
}
#mail-form p {
  font-size: 13.5px;
  font-size: 1.5vmin;
}
@media (max-width: 1000px), (max-height: 1000px) {
  #mail-form p {
    font-size: 1.6875vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  #mail-form p {
    font-size: 2.07692308vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  #mail-form p {
    font-size: 2.7vmin;
  }
}
#mail-form #form-div form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 36px 0 42px;
}
@media (max-width: 1000px) {
  #mail-form #form-div form {
    flex-direction: column;
  }
}
#mail-form #form-div form p {
  flex-basis: calc(50% - 27px);
  padding-bottom: 2.8em;
}
#mail-form #form-div form p:nth-child(odd) {
  padding-right: 27px;
}
#mail-form #form-div form p:nth-child(even) {
  padding-left: 27px;
}
@media (max-width: 1000px) {
  #mail-form #form-div form p {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#mail-form #form-div form p.error input {
  border-bottom: 2px solid #CC3333;
}
#mail-form #form-div form p.error label {
  border-bottom: 2px solid #CC3333;
}
#mail-form #form-div form div {
  width: 100%;
}
#mail-form #form-div form div.message {
  padding-top: 3.8em;
}
#mail-form #form-div form div.checkbox {
  margin-top: 1.2em;
  margin-bottom: 1.8em;
}
#mail-form #form-div form button {
  background-color: transparent;
  font-size: 10.5px;
  font-size: 1.16666667vmin;
  color: #fff;
}
@media (max-width: 1000px), (max-height: 1000px) {
  #mail-form #form-div form button {
    font-size: 1.3125vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  #mail-form #form-div form button {
    font-size: 1.61538462vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  #mail-form #form-div form button {
    font-size: 2.1vmin;
  }
}
#form-response {
  text-align: center;
  margin: 36px 0 42px;
}
#form-response h3 {
  color: white;
}
#form-response button {
  background-color: transparent;
  font-size: 10.5px;
  font-size: 1.16666667vmin;
  color: #fff;
}
@media (max-width: 1000px), (max-height: 1000px) {
  #form-response button {
    font-size: 1.3125vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  #form-response button {
    font-size: 1.61538462vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  #form-response button {
    font-size: 2.1vmin;
  }
}
.bottom-back {
  max-width: 1545px;
  width: 100%;
  padding: 42px 0 51px;
  margin: 0 auto;
  border-top: 2px solid #5f7e94;
}
.bottom-back .button {
  font-size: 10.5px;
  font-size: 1.16666667vmin;
}
@media (max-width: 1000px), (max-height: 1000px) {
  .bottom-back .button {
    font-size: 1.3125vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  .bottom-back .button {
    font-size: 1.61538462vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  .bottom-back .button {
    font-size: 2.1vmin;
  }
}
.checkbox label {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 40px;
}
.checkbox label.error input[type="checkbox"] {
  border: 2px solid #CC3333;
}
.checkbox label span {
  position: relative;
  top: -5px;
  font-size: 13.5px;
  font-size: 1.5vmin;
}
@media (max-width: 1000px), (max-height: 1000px) {
  .checkbox label span {
    font-size: 1.6875vmin;
  }
}
@media (max-width: 700px), (max-height: 700px) {
  .checkbox label span {
    font-size: 2.07692308vmin;
  }
}
@media (max-width: 550px), (max-height: 550px) {
  .checkbox label span {
    font-size: 2.7vmin;
  }
}
.file {
  position: relative;
}
.file label {
  width: 100%;
  border-bottom: 2px solid #a2cf64;
  display: block;
}
.file label .placeholder {
  text-align: left;
  font-size: 18px;
}
.file label .filename {
  color: #fff;
  font-size: 18px;
}
.file label .upload-btn {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: linear-gradient(#a2cf64, #a2cf64), linear-gradient(#a2cf64, #a2cf64), transparent;
  background-position: center;
  background-size: 65% 2px,2px 65%;
  background-repeat: no-repeat;
  position: absolute;
  border: 2px solid #a2cf64;
  top: -5px;
  transition: 120ms background-color ease-in-out;
  right: 0;
}
.file label .upload-btn.selected {
  display: none;
}
.file label .upload-btn:hover {
  background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), #a2cf64;
  background-position: center;
  background-size: 65% 2px,2px 65%;
  background-repeat: no-repeat;
}
.file label:hover .placeholder {
  color: #fff;
}
.file label span {
  margin-bottom: 4px;
  display: inline-block;
}
.file .remove-btn {
  width: 28px;
  height: 28px;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(#a2cf64, #a2cf64), linear-gradient(#a2cf64, #a2cf64), transparent;
  border: medium none;
  transform: rotate(45deg);
  background-position: center;
  background-size: 65% 2px,2px 65%;
  background-repeat: no-repeat;
  z-index: 2;
  cursor: pointer;
}
.file .remove-btn.selected {
  display: inline-block;
}
input[type="file"] {
  display: none;
}
input[type="checkbox"] {
  appearance: none;
  background-color: transparent;
  margin: 0;
  border: 2px solid #a2cf64;
  font: inherit;
  width: 32px;
  height: 32px;
  display: grid;
  place-content: center;
  cursor: pointer;
}
input[type="checkbox"]::before {
  content: "";
  transition: 120ms box-shadow ease-in-out;
  width: 32px;
  height: 32px;
  transform: scale(0);
  box-shadow: inset 1em 1em #a2cf64;
}
input[type="checkbox"]:checked {
  background-color: #a2cf64;
  transition: 120ms color ease-in-out;
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}
input[type="text"],
input[type="email"] {
  font-size: 18px;
  box-sizing: border-box;
  background: transparent;
  border: medium none;
  color: #fff;
  width: 100%;
  border-bottom: 2px solid #a2cf64;
  padding-bottom: 10px;
}
input[type="text"]:hover::placeholder,
input[type="email"]:hover::placeholder {
  color: #fff;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder {
  color: #5f7e94;
  transition: 120ms color ease-in-out;
  font-weight: 300;
  font-size: 18px;
}
input[type="text"]:focus,
input[type="email"]:focus {
  outline: none;
}
