html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold; }

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }
  button:focus, button:active,
  input:focus,
  input:active {
    outline: none;
    box-shadow: none; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial; }

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0; }

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }

@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter-Regular.ttf") format("ttf"); }

@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter-Regular.ttf") format("ttf"); }

html, body {
  scroll-behavior: smooth; }
  html h1, html h2, html h3, html h4, html h5,
  html p, html span, html a, html label, html li, body h1, body h2, body h3, body h4, body h5,
  body p, body span, body a, body label, body li {
    font-family: Inter;
    font-style: normal;
    color: #FFFFFF;
    text-decoration: none; }
  html img.paralax, body img.paralax {
    position: fixed;
    height: 100vh;
    z-index: -1;
    bottom: 0;
    width: 100%; }

#canvas {
  height: 100%;
  width: 100%;
  cursor: crosshair;
  position: absolute;
  top: 0;
  left: 0; }

#overlay {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.8) 80%, black 90%, black 100%);
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

#bg_glow {
  z-index: 1;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%; }

#info {
  z-index: 4;
  position: absolute;
  color: #fff;
  top: 0px;
  left: 0px;
  background: rgba(60, 60, 60, 0.6);
  padding: 5px; }

#overlay:hover {
  cursor: pointer; }

#fps {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 5; }

.container {
  width: 1200px;
  margin: auto; }
  .container h2 {
    font-weight: bold;
    font-size: 56px;
    line-height: 70px;
    text-align: center;
    color: #FFFFFF; }

.top-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #000; }
  .top-container .navbar-overlay {
    position: fixed;
    width: 100%;
    background-color: #000;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    z-index: 999999; }
  .top-container .navbar-container {
    margin: auto;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px; }
    .top-container .navbar-container .logo-container img {
      height: 70px;
      cursor: pointer; }
    .top-container .navbar-container .mobile-menu {
      display: none; }
    .top-container .navbar-container nav {
      margin-right: 100px;
      list-style-type: none;
      display: flex; }
      .top-container .navbar-container nav a {
        margin: auto 40px auto auto;
        margin: auto 40px auto auto; }
        .top-container .navbar-container nav a li {
          font-family: 'Inter';
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          line-height: 25px;
          color: rgba(255, 255, 255, 0.4);
          cursor: pointer;
          position: relative;
          transition: all .5s; }
          .top-container .navbar-container nav a li::after {
            position: absolute;
            content: '';
            height: 3px;
            bottom: -34px;
            margin: 0 auto;
            left: 0;
            right: 0;
            width: 0;
            background: #ffff;
            transition: all .5s; }
          .top-container .navbar-container nav a li.active {
            color: #FFFFFF; }
            .top-container .navbar-container nav a li.active::after {
              width: 100%; }
  .top-container .surface-container {
    height: 100%;
    z-index: 9;
    position: relative; }
  .top-container .hero-container {
    height: 80%;
    margin: 150px auto auto auto;
    display: flex;
    flex-direction: column; }
    .top-container .hero-container img {
      max-height: 136px;
      max-width: 254px;
      margin: auto auto 40px auto; }
    .top-container .hero-container .heading-container {
      display: flex;
      flex-direction: column;
      margin: auto; }
      .top-container .hero-container .heading-container h1 {
        font-weight: bold;
        font-size: 50px;
        line-height: 70px;
        text-align: center;
        margin-bottom: 50px; }
        .top-container .hero-container .heading-container h1 span {
          padding-bottom: 5px; }
      .top-container .hero-container .heading-container button {
        margin: auto;
        cursor: pointer; }
    .top-container .hero-container .scroll-container {
      display: flex; }
      .top-container .hero-container .scroll-container img {
        cursor: pointer;
        margin-bottom: 0; }

section {
  overflow: hidden;
  width: 100%; }

.section-container {
  display: flex;
  flex-direction: column;
  background-color: #000; }
  .section-container section {
    margin: 0 auto auto auto;
    display: flex;
    flex-direction: column; }
    .section-container section:last-child {
      margin-bottom: 80px; }
    .section-container section.story-section {
      position: relative; }
      .section-container section.story-section .anchor {
        position: absolute;
        top: -130px; }
      .section-container section.story-section .row {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-top: 175px; }
        .section-container section.story-section .row .path-arrow {
          position: absolute;
          top: 0;
          left: 209px; }
          .section-container section.story-section .row .path-arrow.flip {
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
        .section-container section.story-section .row .column {
          display: flex;
          flex-direction: column; }
          .section-container section.story-section .row .column.text-column {
            margin: auto;
            padding: 0 60px; }
            .section-container section.story-section .row .column.text-column.last {
              padding-top: 180px; }
            .section-container section.story-section .row .column.text-column h2 {
              text-align: left;
              font-weight: bold;
              font-size: 36px;
              line-height: 40px; }
            .section-container section.story-section .row .column.text-column p {
              font-weight: normal;
              font-size: 18px;
              line-height: 25px;
              text-align: justify;
              color: #ACACAC; }
            .section-container section.story-section .row .column.text-column .separator {
              width: 160px; }
          .section-container section.story-section .row .column.image-column {
            display: flex; }
            .section-container section.story-section .row .column.image-column.last {
              padding-top: 43px; }
            .section-container section.story-section .row .column.image-column video {
              margin: auto;
              max-height: 400px;
              transform: translateZ(0);
              /* Standard property for compatibility */
              -webkit-transform: translateZ(0);
              /* Force GPU acceleration on Safari */
              will-change: transform;
              /* Hint to the browser to optimize rendering */ }

.section-hero {
  display: flex;
  justify-content: center;
  position: relative;
  height: 170px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%; }
  .section-hero .anchor {
    position: absolute;
    top: -100px; }
  .section-hero img {
    height: 175px; }
  .section-hero h2 {
    position: absolute;
    margin: auto;
    font-weight: bold;
    font-size: 56px;
    line-height: 70px;
    top: 50%;
    transform: translateY(-50%); }

section.portofolio-section {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff; }
  section.portofolio-section .anchor {
    position: absolute;
    top: -100px; }
  section.portofolio-section #particles2-js {
    position: absolute;
    width: 100%;
    height: 80%; }
  section.portofolio-section .container {
    margin: auto;
    padding: 35px 0;
    display: flex; }
    section.portofolio-section .container .portofolio-container {
      margin: auto;
      width: 80%;
      display: flex;
      flex-wrap: wrap;
      row-gap: 50px; }
      section.portofolio-section .container .portofolio-container a {
        width: fit-content;
        width: -moz-fit-content;
        margin-right: 40px;
        display: flex;
        cursor: pointer;
        transition: all .5s;
        z-index: 9;
        margin: auto;
        flex: 27%; }
        section.portofolio-section .container .portofolio-container a.long embed {
          max-width: 200px; }
        section.portofolio-section .container .portofolio-container a.tall embed {
          max-height: 85px; }
        section.portofolio-section .container .portofolio-container a:hover {
          opacity: 1; }
        section.portofolio-section .container .portofolio-container a img {
          margin: auto; }
        section.portofolio-section .container .portofolio-container a embed {
          margin: auto;
          pointer-events: none; }

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
  display: none; }
  #popup-overlay .popup {
    height: 600px;
    width: 1000px;
    background-color: #fff;
    display: flex;
    margin: auto;
    border-radius: 7px;
    position: relative; }
    #popup-overlay .popup .close-img {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer; }
    #popup-overlay .popup img .manager-img {
      height: 100%;
      width: auto;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    #popup-overlay .popup embed {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      margin-left: -2px; }
    #popup-overlay .popup .upper-info {
      display: flex;
      flex-direction: column;
      padding: 0 30px; }
      #popup-overlay .popup .upper-info h1 {
        font-weight: bold;
        font-size: 56px;
        line-height: 65px;
        color: #181732;
        margin-top: 65px;
        margin-bottom: 0; }
      #popup-overlay .popup .upper-info span {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        color: #4B4A65;
        margin-bottom: 15px; }
      #popup-overlay .popup .upper-info p {
        font-weight: bold;
        font-size: 18px;
        line-height: 32px;
        display: flex;
        align-items: center;
        color: #263B72; }
      #popup-overlay .popup .upper-info img {
        width: 160px;
        margin-bottom: 40px; }
      #popup-overlay .popup .upper-info ul {
        list-style-image: url("../img/Vector.png");
        padding-left: 25px; }
        #popup-overlay .popup .upper-info ul li {
          font-weight: normal;
          font-size: 18px;
          line-height: 25px;
          color: #1E1D3F;
          margin-bottom: 20px; }
  #popup-overlay .confirmation-popup {
    height: 400px;
    width: 600px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin: auto;
    border-radius: 7px;
    position: relative;
    padding: 65px;
    justify-content: center; }
    #popup-overlay .confirmation-popup .close-img {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer; }
    #popup-overlay .confirmation-popup .top-img {
      height: 100px; }
    #popup-overlay .confirmation-popup h1 {
      margin: auto auto auto auto;
      font-weight: bold;
      font-size: 36px;
      line-height: 40px;
      color: #181732; }
    #popup-overlay .confirmation-popup .separator {
      width: 200px;
      margin: auto auto auto auto; }
    #popup-overlay .confirmation-popup p {
      font-weight: normal;
      font-size: 18px;
      line-height: 25px;
      color: #1E1D3F;
      margin: auto auto auto auto;
      padding: 0px 95px;
      text-align: center; }
    #popup-overlay .confirmation-popup button {
      padding: 15px 25px;
      border: 2px solid #1E1D3F;
      color: #1E1D3F;
      border-radius: 25px;
      transition: all .5s;
      cursor: pointer;
      font-weight: 500;
      font-size: 16px;
      width: 150px;
      margin: auto auto auto auto; }
      #popup-overlay .confirmation-popup button:hover {
        background-color: #1E1D3F;
        color: #FFFF; }

#popup .manager-img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
  display: none; }
  #popup-overlay .popup {
    height: 600px;
    width: 1000px;
    background-color: #fff;
    display: flex;
    margin: auto;
    border-radius: 7px;
    position: relative; }
    #popup-overlay .popup .close-img {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer; }
    #popup-overlay .popup img .manager-img {
      height: 100%;
      width: auto;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    #popup-overlay .popup .upper-info {
      display: flex;
      flex-direction: column;
      padding: 0 30px; }
      #popup-overlay .popup .upper-info h1 {
        font-weight: bold;
        font-size: 56px;
        line-height: 65px;
        color: #181732;
        margin-top: 65px;
        margin-bottom: 0; }
      #popup-overlay .popup .upper-info span {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        color: #4B4A65;
        margin-bottom: 15px; }
      #popup-overlay .popup .upper-info p {
        font-weight: bold;
        font-size: 18px;
        line-height: 32px;
        display: flex;
        align-items: center;
        color: #263B72; }
      #popup-overlay .popup .upper-info img {
        width: 160px;
        margin-bottom: 40px; }
      #popup-overlay .popup .upper-info ul {
        list-style-image: url("../img/Vector.png");
        padding-left: 25px; }
        #popup-overlay .popup .upper-info ul li {
          font-weight: normal;
          font-size: 18px;
          line-height: 25px;
          color: #1E1D3F;
          margin-bottom: 20px; }
  #popup-overlay .confirmation-popup {
    height: 400px;
    width: 600px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin: auto;
    border-radius: 7px;
    position: relative;
    padding: 65px;
    justify-content: center; }
    #popup-overlay .confirmation-popup .close-img {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer; }
    #popup-overlay .confirmation-popup .top-img {
      height: 100px; }
    #popup-overlay .confirmation-popup h1 {
      margin: auto auto auto auto;
      font-weight: bold;
      font-size: 36px;
      line-height: 40px;
      color: #181732; }
    #popup-overlay .confirmation-popup .separator {
      width: 200px;
      margin: auto auto auto auto; }
    #popup-overlay .confirmation-popup p {
      font-weight: normal;
      font-size: 18px;
      line-height: 25px;
      color: #1E1D3F;
      margin: auto auto auto auto;
      padding: 0px 95px;
      text-align: center; }
    #popup-overlay .confirmation-popup button {
      padding: 15px 25px;
      border: 2px solid #1E1D3F;
      color: #1E1D3F;
      border-radius: 25px;
      transition: all .5s;
      cursor: pointer;
      font-weight: 500;
      font-size: 16px;
      width: 150px;
      margin: auto auto auto auto; }
      #popup-overlay .confirmation-popup button:hover {
        background-color: #1E1D3F;
        color: #FFFF; }

section.space-section {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff; }
  section.space-section #particles-js {
    position: absolute;
    width: 100%;
    height: 100%; }
  section.space-section #particles-js3 {
    position: absolute;
    width: 100%;
    height: 80%; }
  section.space-section .section-hero {
    display: flex;
    justify-content: center;
    position: relative; }
    section.space-section .section-hero img {
      height: 175px; }
    section.space-section .section-hero h2 {
      position: absolute;
      margin: auto;
      font-weight: bold;
      font-size: 56px;
      line-height: 70px;
      top: 50%;
      transform: translateY(-50%); }
  section.space-section .our-team-container {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 100px 0; }
    section.space-section .our-team-container .anchor {
      position: absolute;
      top: -300px; }
    section.space-section .our-team-container h2 {
      margin-bottom: 60px; }
    section.space-section .our-team-container .subtitle {
      margin: auto auto 25px auto;
      font-weight: 600;
      font-size: 24px;
      line-height: 32px;
      text-align: center;
      color: #333333; }
    section.space-section .our-team-container img {
      margin: auto auto 55px auto;
      max-width: 350px; }
    section.space-section .our-team-container .partners-container {
      display: flex;
      justify-content: center;
      z-index: 5; }
      section.space-section .our-team-container .partners-container .partner {
        display: flex;
        flex-direction: column;
        padding: 25px 45px;
        cursor: pointer;
        transition: all .5s;
        box-sizing: border-box;
        border: 1px solid transparent;
        border-radius: 5px; }
        section.space-section .our-team-container .partners-container .partner:hover {
          border-color: #ACACAC;
          border-radius: 5px; }
        section.space-section .our-team-container .partners-container .partner:first-child {
          margin-right: 100px; }
        section.space-section .our-team-container .partners-container .partner embed {
          margin-bottom: 20px; }
        section.space-section .our-team-container .partners-container .partner img {
          margin-bottom: 20px; }
        section.space-section .our-team-container .partners-container .partner span {
          margin: auto; }
          section.space-section .our-team-container .partners-container .partner span.partner-name {
            font-weight: 600;
            font-size: 18px;
            line-height: 32px;
            color: #333333; }
          section.space-section .our-team-container .partners-container .partner span.partner-position {
            font-weight: normal;
            font-size: 16px;
            line-height: 23px;
            text-align: center;
            color: #898889; }
        section.space-section .our-team-container .partners-container .partner .partner-contact {
          margin-top: 6px;
          display: flex;
          justify-content: center;
          gap: 10px; }
          section.space-section .our-team-container .partners-container .partner .partner-contact a {
            margin-right: 10px; }
            section.space-section .our-team-container .partners-container .partner .partner-contact a i {
              color: #333333;
              font-size: 20px; }
              section.space-section .our-team-container .partners-container .partner .partner-contact a i:hover {
                color: #000; }
  section.space-section .contact-us-container {
    position: relative;
    padding: 50px 0;
    padding-bottom: 0; }
    section.space-section .contact-us-container .anchor {
      position: absolute;
      top: -130px; }
    section.space-section .contact-us-container .contact-info {
      display: flex;
      justify-content: center;
      margin-bottom: 50px; }
      section.space-section .contact-us-container .contact-info .contact {
        padding: 12px;
        border: 1px solid #898889;
        border-radius: 20px; }
        section.space-section .contact-us-container .contact-info .contact:first-child {
          margin-right: 30px; }
        section.space-section .contact-us-container .contact-info .contact i {
          color: #000;
          margin-right: 8px; }
        section.space-section .contact-us-container .contact-info .contact span {
          color: #333333; }
    section.space-section .contact-us-container .post-contact-info {
      display: flex;
      justify-content: center;
      margin-bottom: 50px; }
      section.space-section .contact-us-container .post-contact-info .contact {
        display: flex;
        flex-direction: column;
        text-align: center; }
        section.space-section .contact-us-container .post-contact-info .contact span {
          color: #333333; }
    section.space-section .contact-us-container .contact-form {
      display: flex;
      flex-direction: column;
      width: 1000px;
      margin: auto;
      margin-bottom: 50px; }
      section.space-section .contact-us-container .contact-form .row {
        display: flex;
        margin-bottom: 25px; }
        section.space-section .contact-us-container .contact-form .row .column {
          position: relative;
          display: flex;
          flex-direction: column-reverse;
          width: 100%; }
          section.space-section .contact-us-container .contact-form .row .column.left {
            margin-right: 40px; }
          section.space-section .contact-us-container .contact-form .row .column i {
            position: absolute;
            bottom: 16px;
            left: 25px;
            color: #898889;
            font-size: 20px; }
          section.space-section .contact-us-container .contact-form .row .column label {
            font-size: 15px;
            margin-bottom: 10px;
            color: red; }
          section.space-section .contact-us-container .contact-form .row .column input, section.space-section .contact-us-container .contact-form .row .column textarea {
            border: 1px solid #898889;
            border-radius: 5px;
            padding: 15px 60px;
            font-weight: normal;
            font-size: 18px;
            color: #000;
            outline: none; }
            section.space-section .contact-us-container .contact-form .row .column input.error, section.space-section .contact-us-container .contact-form .row .column textarea.error {
              border-color: red; }
              section.space-section .contact-us-container .contact-form .row .column input.error:focus, section.space-section .contact-us-container .contact-form .row .column textarea.error:focus {
                border-color: red; }
            section.space-section .contact-us-container .contact-form .row .column input::placeholder, section.space-section .contact-us-container .contact-form .row .column textarea::placeholder {
              font-weight: normal;
              font-size: 18px;
              color: #898889; }
            section.space-section .contact-us-container .contact-form .row .column input:focus ~ i, section.space-section .contact-us-container .contact-form .row .column textarea:focus ~ i {
              color: #000; }
            section.space-section .contact-us-container .contact-form .row .column input:focus, section.space-section .contact-us-container .contact-form .row .column textarea:focus {
              border: 1px solid #000; }
          section.space-section .contact-us-container .contact-form .row .column textarea {
            padding-left: 25px; }
      section.space-section .contact-us-container .contact-form .submit-button {
        padding: 15px 30px;
        width: 155px;
        margin: auto;
        background-color: #000;
        border-radius: 30px;
        display: flex;
        cursor: pointer;
        transition: all .5s; }
        section.space-section .contact-us-container .contact-form .submit-button:hover {
          background-color: #0A2640; }
          section.space-section .contact-us-container .contact-form .submit-button:hover input, section.space-section .contact-us-container .contact-form .submit-button:hover i {
            color: #FFFF; }
        section.space-section .contact-us-container .contact-form .submit-button i {
          height: fit-content;
          margin-top: 6px;
          color: #FFF; }
        section.space-section .contact-us-container .contact-form .submit-button input {
          margin: auto;
          height: 100%;
          font-weight: bold;
          font-size: 18px;
          line-height: 32px;
          color: #FFFF;
          cursor: pointer; }

section.city-section {
  background-color: #000;
  padding: 100px 0; }
  section.city-section .container {
    margin: auto;
    display: flex; }
    section.city-section .container .city-container {
      position: relative;
      margin: auto; }
      section.city-section .container .city-container .hover-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        transition: all .5s;
        opacity: 1; }
      section.city-section .container .city-container img {
        max-width: 350px;
        height: auto; }
      section.city-section .container .city-container .city-name {
        font-weight: bold;
        font-size: 36px;
        line-height: 40px;
        position: absolute;
        z-index: 9;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        transition: all .5s; }
      section.city-section .container .city-container .hover-text {
        font-weight: normal;
        font-size: 16px;
        position: absolute;
        z-index: 9;
        top: 40%;
        right: 50%;
        transform: translate(50%, -50%);
        transition: all .5s;
        opacity: 0; }

section.copyright-section {
  padding: 35px 0;
  display: flex;
  background-color: #1A1A1A; }
  section.copyright-section p {
    margin: auto;
    font-weight: normal;
    font-size: 14px;
    color: #ACACAC; }

@media only screen and (max-width: 1200px) {
  .container {
    width: 750px; } }

@media only screen and (max-width: 1200px) {
  .top-container .navbar-overlay .navbar-container {
    width: 100%;
    position: relative;
    border-bottom: none;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px; }
    .top-container .navbar-overlay .navbar-container nav {
      position: absolute;
      flex-direction: column;
      overflow: hidden;
      width: 100%;
      height: 0px;
      top: 113px;
      left: 0;
      background-color: #000;
      transition: all 0.5s;
      -webkit-transition: height 1s ease;
      -moz-transition: height 1s ease;
      -o-transition: height 1s ease;
      transition: height 1s ease; }
      .top-container .navbar-overlay .navbar-container nav.active {
        height: 325px; }
      .top-container .navbar-overlay .navbar-container nav a {
        margin: unset;
        padding: 20px 0;
        padding-left: 100px; }
        .top-container .navbar-overlay .navbar-container nav a li::after {
          position: absolute;
          content: '';
          width: 3px;
          bottom: -50px;
          margin: unset;
          top: -20px;
          left: -100px;
          height: 0;
          background: #ffff;
          transition: all 1s; }
        .top-container .navbar-overlay .navbar-container nav a li.active {
          color: #FFFFFF; }
          .top-container .navbar-overlay .navbar-container nav a li.active::after {
            margin: unset;
            height: 65px; }
    .top-container .navbar-overlay .navbar-container .mobile-menu {
      display: block; }
  .section-container section.story-section {
    position: relative; }
    .section-container section.story-section span.aici {
      position: absolute;
      top: -300px; }
    .section-container section.story-section .row {
      padding-top: 320px; }
      .section-container section.story-section .row .path-arrow {
        left: 125px !important; }
      .section-container section.story-section .row .column.left {
        margin-right: 40px; }
      .section-container section.story-section .row .column.text-column {
        padding: 0;
        margin-right: 40px; }
        .section-container section.story-section .row .column.text-column.last {
          padding-top: 0 !important; }
        .section-container section.story-section .row .column.text-column h2 {
          font-size: 30px;
          line-height: 36px; }
        .section-container section.story-section .row .column.text-column p {
          font-size: 17px;
          line-height: 23px; }
      .section-container section.story-section .row .column.image-column.last {
        padding-top: 0 !important; }
      .section-container section.story-section .row .column.image-column video {
        max-height: 250px; }
        .section-container section.story-section .row .column.image-column video.globe {
          max-height: 300px; }
  section.portofolio-section .container .portofolio-container {
    justify-content: unset; }
    section.portofolio-section .container .portofolio-container a {
      margin: auto; }
      section.portofolio-section .container .portofolio-container a img {
        max-height: 175px; }
      section.portofolio-section .container .portofolio-container a:nth-child(2) {
        margin: 30px auto 30px auto; }
      section.portofolio-section .container .portofolio-container a:nth-child(1) embed, section.portofolio-section .container .portofolio-container a:nth-child(6) embed {
        max-height: 23px; }
  #popup-overlay .popup {
    height: 600px;
    width: 800px; }
    #popup-overlay .popup img .manager-img {
      height: 100%;
      width: auto; }
    #popup-overlay .popup embed {
      width: 100%; }
    #popup-overlay .popup .upper-info h1 {
      font-size: 46px;
      margin-top: 0px; }
  section.space-section .container .contact-us-container .contact-info .contact {
    display: flex;
    height: fit-content; }
  section.space-section .container .contact-us-container .contact-form {
    width: fit-content;
    width: -moz-fit-content; }
  section.city-section .container .city-container img {
    max-width: 230px; }
  section.city-section .container .city-container .city-name {
    font-size: 28px; } }

@media only screen and (max-width: 750px) {
  #mobile-menu-icon {
    width: 45px !important; }
    #mobile-menu-icon span {
      height: 5px !important; }
  #mobile-menu-icon.open span:nth-child(1) {
    top: 15px !important; }
  #mobile-menu-icon.open span:nth-child(2) {
    top: 15px !important; }
  section {
    width: unset; }
  img.paralax {
    width: unset !important;
    right: -80px !important; }
  .container {
    width: 100%; }
  .top-container .navbar-overlay .navbar-container {
    padding-left: 20px;
    padding-right: 20px; }
    .top-container .navbar-overlay .navbar-container .logo-container img {
      width: 200px; }
    .top-container .navbar-overlay .navbar-container nav {
      top: 95px; }
  .top-container .surface-container .hero-container {
    width: 90%; }
  .section-container section.story-section .anchor {
    top: 50px; }
  .section-container section.story-section .row {
    padding-top: 275px;
    display: flex;
    flex-direction: column; }
    .section-container section.story-section .row:nth-child(2) {
      padding-top: 190px; }
    .section-container section.story-section .row .path-arrow {
      left: 50% !important;
      transform: translate(-50%) !important; }
    .section-container section.story-section .row .column.text-column {
      order: 2;
      width: 80%;
      margin-right: auto;
      text-align: center; }
      .section-container section.story-section .row .column.text-column h2 {
        text-align: center; }
      .section-container section.story-section .row .column.text-column p {
        text-align: center; }
      .section-container section.story-section .row .column.text-column .separator {
        margin: auto;
        width: 160px; }
    .section-container section.story-section .row .column.image-column {
      order: 1;
      margin-right: 0; }
      .section-container section.story-section .row .column.image-column video {
        margin-bottom: 40px;
        max-height: 235px; }
  section.portofolio-section .container .portofolio-container {
    padding: 0 30px; }
    section.portofolio-section .container .portofolio-container a {
      flex: 40%;
      margin: auto; }
      section.portofolio-section .container .portofolio-container a:nth-child(6) {
        margin: 0; }
      section.portofolio-section .container .portofolio-container a:nth-child(5), section.portofolio-section .container .portofolio-container a:nth-child(6) {
        margin-top: 30px; }
  #popup-overlay .popup {
    height: 100%;
    flex-direction: column;
    overflow: scroll; }
    #popup-overlay .popup img.manager-img {
      width: 100%;
      height: 430; }
    #popup-overlay .popup .upper-info h1 {
      font-weight: bold;
      font-size: 28px;
      line-height: 50px; }
    #popup-overlay .popup .upper-info p {
      font-size: 18px;
      line-height: 22px; }
    #popup-overlay .popup .upper-info ul li {
      font-size: 17px;
      line-height: 20px; }
  #popup-overlay .confirmation-popup {
    padding: 30px 0px; }
  section.space-section .container .our-team-container .partners-container .partner {
    margin: auto;
    padding: 0; }
    section.space-section .container .our-team-container .partners-container .partner:first-child {
      margin-right: 0; }
  section.space-section .container .contact-us-container {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: auto; }
    section.space-section .container .contact-us-container .contact-info {
      flex-direction: column; }
      section.space-section .container .contact-us-container .contact-info .contact {
        width: 95%;
        margin-bottom: 15px; }
    section.space-section .container .contact-us-container .contact-form {
      width: 100%; }
      section.space-section .container .contact-us-container .contact-form .row {
        flex-direction: column;
        margin-bottom: 0px; }
        section.space-section .container .contact-us-container .contact-form .row .column {
          margin-bottom: 30px; }
  section.city-section {
    padding: 0; }
    section.city-section .container {
      flex-direction: column; }
      section.city-section .container .city-container {
        max-width: unset;
        width: 100%; }
        section.city-section .container .city-container img {
          max-width: unset;
          width: 100%; }
  section.copyright-section {
    padding: 35px 20px;
    text-align: center; } }

@media only screen and (max-width: 525px) {
  .top-container .navbar-overlay .navbar-container {
    padding-left: 20px;
    padding-right: 20px; }
    .top-container .navbar-overlay .navbar-container .logo-container img {
      width: 250px; }
    .top-container .navbar-overlay .navbar-container nav {
      top: 95px; }
  .top-container .surface-container .hero-container {
    width: 90%;
    margin: 130px auto auto auto;
    height: 70%; }
    .top-container .surface-container .hero-container .heading-container h1 {
      font-size: 36px;
      line-height: 52px; }
    .top-container .surface-container .hero-container img {
      max-width: 200px;
      margin: auto auto 20px auto; }
  .section-hero h2 {
    font-size: 35px; }
  section.portofolio-section .container .portofolio-container {
    gap: 30px;
    width: unset;
    padding: 0 25px; }
    section.portofolio-section .container .portofolio-container a embed {
      max-height: 28px; }
    section.portofolio-section .container .portofolio-container a img {
      max-height: 85px;
      max-width: 130px; }
    section.portofolio-section .container .portofolio-container a:first-child {
      width: 135px; }
    section.portofolio-section .container .portofolio-container a:nth-child(2) embed {
      max-height: 85px; }
    section.portofolio-section .container .portofolio-container a:nth-child(3) embed {
      max-height: 65px; }
    section.portofolio-section .container .portofolio-container a:nth-child(4) embed {
      max-height: 50px; }
    section.portofolio-section .container .portofolio-container a:nth-child(5) embed {
      max-height: 40px; }
  section.space-section .our-team-container .partners-container .partner .partner-contact a {
    margin-right: 10px !important; } }

@media only screen and (max-width: 360px) {
  .top-container .surface-container .hero-container .heading-container h1 {
    font-size: 34px;
    line-height: 45px; } }

#mobile-menu-icon {
  width: 60px;
  height: 45px;
  position: relative;
  margin-right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#mobile-menu-icon span {
  display: block;
  position: absolute;
  height: 9px;
  width: 40%;
  background: #FFFF;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#mobile-menu-icon span:nth-child(even) {
  left: 50%; }

#mobile-menu-icon span:nth-child(odd) {
  left: 6px; }

#mobile-menu-icon span:nth-child(1), #mobile-menu-icon span:nth-child(2) {
  top: 16px; }

#mobile-menu-icon span:nth-child(3), #mobile-menu-icon span:nth-child(4) {
  top: 27px; }

#mobile-menu-icon span:nth-child(5), #mobile-menu-icon span:nth-child(6) {
  top: 38px; }

#mobile-menu-icon.open span:nth-child(1), #mobile-menu-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#mobile-menu-icon.open span:nth-child(2), #mobile-menu-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#mobile-menu-icon.open span:nth-child(1) {
  left: 5px;
  top: 7px; }

#mobile-menu-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px; }

#mobile-menu-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#mobile-menu-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#mobile-menu-icon.open span:nth-child(5) {
  left: 5px;
  top: 29px; }

#mobile-menu-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px; }

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left; }

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0; }

.cd-words-wrapper b.is-visible {
  position: relative; }

.no-js .cd-words-wrapper b {
  opacity: 0; }

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1; }

/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s; }

.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s; }

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0; }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0; }
  65% {
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1; } }

@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0; }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0; }
  65% {
    opacity: 0; }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1; } }

@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0; }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0; }
  65% {
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1; } }

@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1; }
  65% {
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0; } }

@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1; }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1; }
  65% {
    opacity: 0; }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0; } }

@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1; }
  65% {
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0; } }

/* -------------------------------- 

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden; }

.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9; }

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite; }

.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9; }

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden; }

.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d; }

.cd-headline.type b {
  visibility: hidden; }

.cd-headline.type b.is-visible {
  visibility: visible; }

.cd-headline.type i {
  position: absolute;
  visibility: hidden; }

.cd-headline.type i.in {
  position: relative;
  visibility: visible; }

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1; }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0; } }

@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1; }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0; }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0; } }

@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1; }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0; } }

/* -------------------------------- 

xrotate-2 

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cd-headline.rotate-2 b {
  opacity: 0; }

.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0; }

.is-visible .cd-headline.rotate-2 i {
  opacity: 1; }

.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards; }

.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards; }

.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px); }

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0; }

.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1; }

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg); }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg); } }

@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg); }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg); } }

@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg); }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg); } }

@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg); } }

@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0); }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg); }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg); } }

@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg); } }

/* -------------------------------- 

xloading-bar 

-------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block; }

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top; }

.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0;
  background: #ffff;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s; }

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  transition: width 1s; }

.cd-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0; }

/* -------------------------------- 

xslide 

-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0; }

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top; }

.cd-headline.slide b {
  opacity: 0;
  top: .2em; }

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s; }

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s; }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%); }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%); } }

@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%); }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%); } }

@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); } }

/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0; }

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top; }

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9; }

.cd-headline.clip b {
  opacity: 0; }

.cd-headline.clip b.is-visible {
  opacity: 1; }

/* -------------------------------- 

xzoom 

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.cd-headline.zoom b {
  opacity: 0; }

.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s; }

.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s; }

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0); } }

@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0); } }

@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); } }

@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px); } }

@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0); }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px); } }

@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px); } }

/* -------------------------------- 

xrotate-3 

-------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.cd-headline.rotate-3 b {
  opacity: 0; }

.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards; }

.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards; }

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0; }

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1; }

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg); }
  100% {
    -webkit-transform: rotateY(0deg); } }

@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg); }
  100% {
    -moz-transform: rotateY(0deg); } }

@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0); }
  100% {
    -webkit-transform: rotateY(-180deg); } }

@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0); }
  100% {
    -moz-transform: rotateY(-180deg); } }

@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0); }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg); } }

/* -------------------------------- 

xscale 

-------------------------------- */
.cd-headline.scale b {
  opacity: 0; }

.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.is-visible .cd-headline.scale i {
  opacity: 1; }

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards; }

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards; }

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0; }

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1; }

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0; }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1; }
  100% {
    -moz-transform: scale(1);
    opacity: 1; } }

@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1; }
  60% {
    -webkit-transform: scale(0);
    opacity: 0; } }

@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1; }
  60% {
    -moz-transform: scale(0);
    opacity: 0; } }

@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0; } }

/* -------------------------------- 

xpush 

-------------------------------- */
.cd-headline.push b {
  opacity: 0; }

.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s; }

.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s; }

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%); } }

@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%); } }

@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }

.hidden {
  display: none; }

/*# sourceMappingURL=style.css.map */
