/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Base
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
html {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  overflow-x: hidden;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'URWGothicL-Book';
  font-weight: 400;
  letter-spacing: 1px;
  background: #00f;
}
@media only screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.show-on-mobile {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .show-on-mobile {
    display: block !important;
  }
}
.x {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00f url("../media/images/logo_background.svg") no-repeat center center;
  background-size: auto 100%;
  background-attachment: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Logo
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
#logo {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 50px;
  margin: -25px 0 0 -100px;
  overflow: hidden;
}
#logo #f,
#logo #l,
#logo #e,
#logo #x,
#logo #i,
#logo #s {
  position: relative;
  float: left;
  height: 50px;
  margin-right: 10px;
}
#logo #f:last-child,
#logo #l:last-child,
#logo #e:last-child,
#logo #x:last-child,
#logo #i:last-child,
#logo #s:last-child {
  margin-right: 0px;
}
#logo #f img,
#logo #l img,
#logo #e img,
#logo #x img,
#logo #i img,
#logo #s img {
  position: absolute;
  bottom: -50px;
  height: 50px;
}
#logo #f {
  width: 25px;
}
#logo #l {
  width: 22px;
}
#logo #e {
  width: 25px;
}
#logo #x {
  width: 33px;
}
#logo #x img {
  bottom: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#logo #i {
  width: 10px;
}
#logo #s {
  width: 33px;
}
#logo #x-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #1600ff;
  z-index: 1;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Pace
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Player
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
.plyr {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 30px;
  outline: 1px solid #fff !important;
  -webkit-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.2);
}
.plyr:before,
.plyr:after {
  content: "";
  display: table;
}
.plyr:after {
  clear: both;
}
.plyr:last-child {
  margin-right: 0%;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true],
.plyr__control--overlaid {
  background: #de5854 !important;
}
.plyr__control.plyr__tab-focus {
  -webkit-box-shadow: 0 0 0 5px rgba(222,87,84,0.8) !important;
  box-shadow: 0 0 0 5px rgba(222,87,84,0.8) !important;
}
.plyr--full-ui input[type=range] {
  color: #de5754 !important;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Page
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
.page {
  zoom: 1;
  width: auto;
  max-width: 1000px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  padding: 50px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.page:before,
.page:after {
  content: "";
  display: table;
}
.page:after {
  clear: both;
}
@media only screen and (max-width: 640px) {
  .page {
    padding: 20px;
  }
}
.logo {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
}
.logo:before,
.logo:after {
  content: "";
  display: table;
}
.logo:after {
  clear: both;
}
.logo:last-child {
  margin-right: 0%;
}
.logo__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 495px;
  width: 0%;
  overflow: hidden;
  z-index: 2;
  visibility: hidden;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  height: 65px;
}
@media only screen and (max-width: 768px) {
  .logo__wrapper {
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    height: 40px;
  }
}
.logo .flexis {
  position: relative;
  width: auto;
  height: 65px;
}
@media only screen and (max-width: 768px) {
  .logo .flexis {
    height: 40px;
  }
}
.logo__animation {
  width: auto;
  height: 65px;
}
@media only screen and (max-width: 768px) {
  .logo__animation {
    height: 40px;
  }
}
.logo:hover .logo__wrapper {
  width: 100%;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Accordion
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
.accordion {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0px;
  margin: 0px;
  list-style: none;
}
.accordion:before,
.accordion:after {
  content: "";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion:last-child {
  margin-right: 0%;
}
.accordion__title {
  display: inline-block;
  padding: 0px;
  margin: 10px 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  transition: all 500ms;
}
.accordion__title--active,
.accordion__title:hover {
  color: #de5854;
  border-bottom: 1px dotted #de5854;
}
.accordion__submenu {
  display: none;
  padding: 10px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.accordion__submenu--about h2,
.accordion__submenu--clients h2,
.accordion__submenu--contact h2,
.accordion__submenu--intern h2,
.accordion__submenu--job h2,
.accordion__submenu--about h3,
.accordion__submenu--clients h3,
.accordion__submenu--contact h3,
.accordion__submenu--intern h3,
.accordion__submenu--job h3,
.accordion__submenu--about p,
.accordion__submenu--clients p,
.accordion__submenu--contact p,
.accordion__submenu--intern p,
.accordion__submenu--job p {
  color: #fff;
  line-height: 25px;
}
.accordion__submenu--about ul,
.accordion__submenu--clients ul,
.accordion__submenu--contact ul,
.accordion__submenu--intern ul,
.accordion__submenu--job ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.accordion__submenu--about ul li,
.accordion__submenu--clients ul li,
.accordion__submenu--contact ul li,
.accordion__submenu--intern ul li,
.accordion__submenu--job ul li {
  padding: 0;
  margin: 0;
  color: #fff;
}
.accordion__submenu--about ul li a,
.accordion__submenu--clients ul li a,
.accordion__submenu--contact ul li a,
.accordion__submenu--intern ul li a,
.accordion__submenu--job ul li a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 25px;
}
.accordion__submenu--about ul li a:hover,
.accordion__submenu--clients ul li a:hover,
.accordion__submenu--contact ul li a:hover,
.accordion__submenu--intern ul li a:hover,
.accordion__submenu--job ul li a:hover {
  color: #de5854;
}
.accordion__submenu--about a,
.accordion__submenu--clients a,
.accordion__submenu--contact a,
.accordion__submenu--intern a,
.accordion__submenu--job a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 25px;
}
.accordion__submenu--about a:hover,
.accordion__submenu--clients a:hover,
.accordion__submenu--contact a:hover,
.accordion__submenu--intern a:hover,
.accordion__submenu--job a:hover {
  color: #de5854;
}
.accordion__submenu--job ul {
  list-style: circle;
  padding: 0px 0px 0px 40px;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
  filter: alpha(opacity=54);
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
@font-face {
  font-family: 'URWGothicL-Book';
  src: url("../fonts/URWGothicL-Book.eot?#iefix") format('embedded-opentype'), url("../fonts/URWGothicL-Book.woff") format('woff'), url("../fonts/URWGothicL-Book.ttf") format('truetype'), url("../fonts/URWGothicL-Book.svg#URWGothicL-Book") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Clients
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
.clients {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 20px 0px !important;
}
.clients:before,
.clients:after {
  content: "";
  display: table;
}
.clients:after {
  clear: both;
}
.clients:last-child {
  margin-right: 0%;
}
.clients .client {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  min-height: 90px;
  position: relative;
}
.clients .client:before,
.clients .client:after {
  content: "";
  display: table;
}
.clients .client:after {
  clear: both;
}
.clients .client:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 850px) {
  .clients .client {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .clients .client:before,
  .clients .client:after {
    content: "";
    display: table;
  }
  .clients .client:after {
    clear: both;
  }
  .clients .client:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 480px) {
  .clients .client {
    margin-bottom: 20px;
  }
}
.clients .client__logo {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 90px;
  margin-right: 20px;
  transition: background;
  -webkit-transition: background;
  -moz-transition: background;
  -webkit-transition: background 500ms;
}
@media only screen and (max-width: 480px) {
  .clients .client__logo {
    display: block;
    margin: 0 auto;
  }
}
.clients .client__links {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .clients .client__links {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
.clients .client__links a {
  display: block;
  color: #fff;
  line-height: 25px;
  -webkit-transition: all 500ms;
  transition: all;
  -webkit-transition: all;
  -moz-transition: all;
}
.clients .client__links a:hover {
  color: #de5854 !important;
}
.clients .client__links p {
  color: #fff;
}
.clients .client.client--fuzetea > .client__logo {
  background: url("../media/images/fuzetea_inactive.png") center center no-repeat;
}
.clients .client.client--blanc > .client__logo {
  background: url("../media/images/blanc_inactive.png") center center no-repeat;
  background-size: 50px;
}
.clients .client.client--somersby > .client__logo {
  background: url("../media/images/somersby_inactive.png") center center no-repeat;
}
.clients .client.client--rosa > .client__logo {
  background: url("../media/images/rosa_inactive.png") center center no-repeat;
  background-size: 90px;
}
.clients .client.client--next > .client__logo {
  background: url("../media/images/next_inactive.png") center center no-repeat;
}
.clients .client.client--ca > .client__logo {
  background: url("../media/images/ca_inactive.png") center center no-repeat;
}
.clients .client.client--api > .client__logo {
  background: url("../media/images/api_inactive.png") center center no-repeat;
}
.clients .client.client--roorto > .client__logo {
  height: 60px;
  background: url("../media/images/roorto_inactive.png") center center no-repeat;
}
.clients .client.client--gobelgrade > .client__logo {
  height: 60px;
  background: url("../media/images/gobelgrade_inactive.png") center center no-repeat;
}
.clients .client.client--johnfrieda > .client__logo {
  height: 60px;
  background: url("../media/images/johnfrieda_inactive.png") center center no-repeat;
}
.clients .client.client--coca-cola > .client__logo {
  background: url("../media/images/coca-cola_inactive.png") center center no-repeat;
}
.clients .client.client--imlek > .client__logo {
  background: url("../media/images/imlek_inactive.png") center center no-repeat;
}
.clients .client.client--jac > .client__logo {
  background: url("../media/images/jac_inactive.png") center center no-repeat;
  background-size: 100px;
}
.clients .client.client--swm > .client__logo {
  background: url("../media/images/swm_inactive.png") center center no-repeat;
  background-size: 100px;
}
.clients .client.client:hover > .client__links a,
.clients .client.client:hover > .client__links p {
  color: #fff;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Intern
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
.intern-clients {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 20px 0px !important;
}
.intern-clients:before,
.intern-clients:after {
  content: "";
  display: table;
}
.intern-clients:after {
  clear: both;
}
.intern-clients:last-child {
  margin-right: 0%;
}
.intern-clients .client {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 20%;
  margin-left: 0%;
  margin-right: 0%;
  min-height: 90px;
  position: relative;
}
.intern-clients .client:before,
.intern-clients .client:after {
  content: "";
  display: table;
}
.intern-clients .client:after {
  clear: both;
}
.intern-clients .client:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 850px) {
  .intern-clients .client {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.999999999999996%;
    margin-left: 0%;
    margin-right: 2%;
    margin-bottom: 20px !important;
  }
  .intern-clients .client:before,
  .intern-clients .client:after {
    content: "";
    display: table;
  }
  .intern-clients .client:after {
    clear: both;
  }
  .intern-clients .client:nth-child(n) {
    margin-right: 2%;
    float: left;
    clear: none;
  }
  .intern-clients .client:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .intern-clients .client:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 640px) {
  .intern-clients .client {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .intern-clients .client:before,
  .intern-clients .client:after {
    content: "";
    display: table;
  }
  .intern-clients .client:after {
    clear: both;
  }
  .intern-clients .client:nth-child(n) {
    margin-right: 0%;
    float: left;
    clear: none;
  }
  .intern-clients .client:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .intern-clients .client:nth-child(2n + 1) {
    clear: both;
  }
}
.intern-clients .client.client--fuzetea {
  background: url("../media/images/fuzetea_inactive.png") center center no-repeat;
}
.intern-clients .client.client--rosa {
  background: url("../media/images/rosa_inactive.png") center center no-repeat;
}
.intern-clients .client.client--next {
  background: url("../media/images/next_inactive.png") center center no-repeat;
}
.intern-clients .client.client--coca-cola {
  background: url("../media/images/coca-cola_inactive.png") center center no-repeat;
}
.intern-clients .client.client--imlek {
  background: url("../media/images/imlek_inactive.png") center center no-repeat;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Splitting // https://splitting.js.org
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
.splitting .word {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  animation: splitting-text 500ms cubic-bezier(0.3, 0, 0.1, 1) forwards;
  -webkit-animation: splitting-text 500ms cubic-bezier(0.3, 0, 0.1, 1) forwards;
  -moz-animation: splitting-text 500ms cubic-bezier(0.3, 0, 0.1, 1) forwards;
  animation-delay: calc(15ms * var(--word-index));
  -webkit-animation-delay: calc(15ms * var(--word-index));
  -moz-animation-delay: calc(15ms * var(--word-index));
}
.clients.items.splitting li {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  animation: clients 500ms cubic-bezier(0.3, 0, 0.1, 1) forwards;
  -webkit-animation: clients 500ms cubic-bezier(0.3, 0, 0.1, 1) forwards;
  -moz-animation: clients 500ms cubic-bezier(0.3, 0, 0.1, 1) forwards;
  animation-delay: calc(200ms * var(--item-index));
  -webkit-animation-delay: calc(200ms * var(--item-index));
  -moz-animation-delay: calc(200ms * var(--item-index));
}
@-moz-keyframes logo {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes logo {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes logo {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes logo {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes splitting-text {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateY(1em);
    -webkit-transform: translateY(1em);
    -moz-transform: translateY(1em);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes splitting-text {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateY(1em);
    -webkit-transform: translateY(1em);
    -moz-transform: translateY(1em);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes splitting-text {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateY(1em);
    -webkit-transform: translateY(1em);
    -moz-transform: translateY(1em);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes splitting-text {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateY(1em);
    -webkit-transform: translateY(1em);
    -moz-transform: translateY(1em);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-moz-keyframes clients {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateY(1em);
    -webkit-transform: translateY(1em);
    -moz-transform: translateY(1em);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes clients {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateY(1em);
    -webkit-transform: translateY(1em);
    -moz-transform: translateY(1em);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes clients {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateY(1em);
    -webkit-transform: translateY(1em);
    -moz-transform: translateY(1em);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes clients {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateY(1em);
    -webkit-transform: translateY(1em);
    -moz-transform: translateY(1em);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
