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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
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;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
}

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

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
     -moz-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -moz-transition: transform 0.1s ease, -moz-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease, -moz-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
     -moz-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* ==========================================================================
   Helper Index
   ========================================================================== */
/* ==========================================================================
   Mixin
   ========================================================================== */
/* text-indent-hide
  ========================================================================== */
/* ellipsis
  ========================================================================== */
/* multiline-ellipsis
  ========================================================================== */
/* Shadow
   ========================================================================== */
/* Radius
   ========================================================================== */
/* clearfix
    ========================================================================== */
/* remove-tap-highlight
  ========================================================================== */
/* scroll
  ========================================================================== */
/* placeholder-color
   ========================================================================== */
/* firefox-browser
  ========================================================================== */
/* ==========================================================================
   Functions
   ========================================================================== */
/* ==========================================================================
   Base Index
   ========================================================================== */
/* ==========================================================================
   Reboot
   ========================================================================== */
/*/
 * Base
 * -----------------------------------------------------------------------------
/*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
}

html {
  min-height: 100%;
  position: relative;
  font-size: 75%;
  /* 1rem == 15px untuk > 1680px */
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 62.5%;
    /* 1rem == 10px */
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
}

@-ms-viewport {
  width: device-width;
}
[hidden] {
  display: none !important;
}

a {
  font-weight: inherit;
  outline: 0;
  color: inherit;
}
a:hover, a:active, a:focus {
  outline: 0;
}

a img {
  border: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
  font-size: 1.2rem;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 1;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

p,
ul,
ol,
table,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

ul,
ol {
  padding-left: 24px;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/*/
 * Form
 * -----------------------------------------------------------------------------
/*/
label,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  outline: 0;
}

button,
select {
  text-transform: none;
}

select,
option {
  outline: 0;
}
select:active, select:hover,
option:active,
option:hover {
  outline: 0;
}

button {
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  height: auto;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration,
[type=search] {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

input[type=number] {
  -moz-appearance: textfield;
}

/*/
 * Table
 * -----------------------------------------------------------------------------
/*/
table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

/* ==========================================================================
   Project Index
   ========================================================================== */
/* ==========================================================================
   Init Index
   ========================================================================== */
/* ==========================================================================
 Init: Fonts
 ========================================================================== */
@font-face {
  font-family: "Univers Next Pro";
  src: url("../fonts/UniversNextPro-Regular.woff") format("woff"), url("../fonts/UniversNextPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers Next Pro";
  src: url("../fonts/UniversNextPro-Italic.woff") format("woff"), url("../fonts/UniversNextPro-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Univers Next Pro";
  src: url("../fonts/UniversNextPro-Bold.woff") format("woff"), url("../fonts/UniversNextPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers Next Pro";
  src: url("../fonts/UniversNextPro-BoldItalic.woff") format("woff"), url("../fonts/UniversNextPro-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Edo-Girardi";
  src: url("../fonts/icon/Edo-Girardi.ttf?k15id6") format("truetype"), url("../fonts/icon/Edo-Girardi.woff?k15id6") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* ==========================================================================
   Variable Index
   ========================================================================== */
/* ==========================================================================
   Variable: Colors
   ========================================================================== */
/* ==========================================================================
   Variable: Grid
   ========================================================================== */
/* ==========================================================================
   Variable: Screen
   ========================================================================== */
/* ==========================================================================
   Variable: Shadow
   ========================================================================== */
/* ==========================================================================
   Variable: Radius
   ========================================================================== */
/* ==========================================================================
   Variable: Typography
   ========================================================================== */
/* ==========================================================================
   Variable: z-index
   ========================================================================== */
/* ==========================================================================
   Mixins Index
   ========================================================================== */
/* ==========================================================================
   Mixin Font Icon
   ========================================================================== */
/* ==========================================================================
   Mixin Font Size
   ========================================================================== */
/* ==========================================================================
   Mixin: Responsive
   ========================================================================== */
/* ==========================================================================
   Init: Default
   ========================================================================== */
body {
  font-family: "Univers Next Pro", sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #212427;
  font-size: 1.6rem;
  line-height: 1;
}
body.rm-scroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}
body.hold-transition *,
body.hold-transition *::before,
body.hold-transition *::after {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
body.show-modal {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

h1 {
  font-size: 4.8rem;
  line-height: 6.4;
  font-weight: 700;
}

h2 {
  font-size: 3.2rem;
  line-height: 4.4;
  font-weight: 700;
}

h3 {
  font-size: 2.4rem;
  line-height: 3.2;
  font-weight: 700;
}

h4 {
  font-size: 2rem;
  line-height: 2.8;
  font-weight: 700;
}

h5 {
  font-size: 1.8rem;
  line-height: 2.4;
  font-weight: 700;
}

h6 {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}

p,
li,
td,
label {
  font-size: 1.6rem;
  line-height: 1;
}

strong,
b {
  font-weight: 700;
}

/* ==========================================================================
   Grid Index
   ========================================================================== */
/* ==========================================================================
   Grid System
   ========================================================================== */
.container {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1744px) {
  .container {
    max-width: initial;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 1600px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1280px;
  }
}
@media only screen and (max-width: 1340px) {
  .container {
    max-width: initial;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main-site {
  width: 100%;
}

/* ==========================================================================
   Elements Index
   ========================================================================== */
/* ==========================================================================
   Elements Button
   ========================================================================== */
.btn {
  background-color: #212427;
}

/* ==========================================================================
   Content Transition
   ========================================================================== */
/* ==========================================================================
   Font Icon
   ========================================================================== */
.fi {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Edo-Girardi" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fi-arrow-left:before {
  content: "\e911";
}

.fi-arrow-right:before {
  content: "\e91a";
}

/* ==========================================================================
   Components Index
   ========================================================================== */
/* ==========================================================================
   @name: Header
   ========================================================================== */
.header {
  z-index: 9;
  width: 100%;
  padding: 96px 0 403px;
}
@media only screen and (max-width: 991.98px) {
  .home .header {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    -moz-transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, -moz-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, -moz-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  }
}
@media only screen and (max-width: 991.98px) {
  .home.body--prepared .header {
    -webkit-transform: translateY(80px);
       -moz-transform: translateY(80px);
        -ms-transform: translateY(80px);
            transform: translateY(80px);
    opacity: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .header {
    padding: 32px 0 240px;
  }
}
@media only screen and (max-width: 575.86px) {
  .header {
    padding: 24px 0 136px;
  }
}
.home .header {
  color: #fff;
  padding-bottom: 96px;
}
@media only screen and (max-width: 991.98px) {
  .home .header {
    color: #212427;
  }
}
@media only screen and (max-width: 991.98px) {
  .home .header {
    padding: 20px 0 120px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 991.98px) {
  .header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 55%;
}
@media only screen and (max-width: 991.98px) {
  .header__left {
    width: 100%;
    margin-bottom: 98px;
  }
}
@media only screen and (max-width: 320px) {
  .home .header__left {
    margin-bottom: 72px;
  }
}
.header__menu__list {
  list-style: none;
  padding: 0;
  margin-top: -4px;
  margin-bottom: -4px;
}
@media only screen and (max-width: 991.98px) {
  .header__menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.header__menu__item {
  padding: 4px 0;
}
.header__menu__item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .header__menu__item {
    margin-bottom: 0;
    margin-right: 24px;
  }
  .header__menu__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 575.86px) {
  .header__menu__item {
    margin-right: 20px;
  }
  .header__menu__item:last-child {
    margin-right: 0;
  }
}
.header__menu__item--as-logo .header__menu__link {
  font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
  .header__menu__item--as-logo .header__menu__link {
    font-weight: 400;
  }
}
@media only screen and (max-width: 991.98px) {
  .header__menu__item--active .header__menu__link {
    font-weight: 700;
  }
}
.header__menu__item .header__menu__link {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__menu__list:hover .header__menu__item:not(:hover):not(.header__menu__item--as-logo) .header__menu__link {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  scale: 0.98;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__menu .header__menu__item:hover .header__menu__link {
  font-weight: 700;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__menu__link {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 575.86px) {
  .header__menu__link {
    font-size: 1.4rem;
    line-height: 1.4;
    line-height: 1;
  }
}
.header__right {
  width: 45%;
}
@media only screen and (max-width: 991.98px) {
  .header__right {
    width: 100%;
  }
}
.header__right p {
  margin-bottom: 22px;
  font-size: 1.6rem;
  line-height: 1;
  line-height: 1.3;
}
@media only screen and (max-width: 575.86px) {
  .header__right p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.header__right p:last-child {
  margin-bottom: 0;
}
.header__right a {
  text-decoration: none;
  color: inherit;
  font-size: 1.6rem;
  line-height: 1;
  line-height: 1.3;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__right a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 575.86px) {
  .header__right a {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

/* ==========================================================================
   footer
   ========================================================================== */
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 386px 0 40px;
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s, -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
  transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s, -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
  -moz-transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s, opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s, -moz-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
  transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s, opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
  transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s, opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s, -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s, -moz-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
}
.search-active .footer {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .footer {
    position: static;
    padding: 320px 0 20px;
  }
}
.home .footer {
  padding: 40px 0;
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .home .footer {
    color: #212427;
    padding: 120px 0 20px;
  }
}
.search .footer {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .footer__info {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
  }
}
.footer__info p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 575.86px) {
  .footer__info p {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.footer__info a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__info a:hover {
  opacity: 0.5;
}

/* ==========================================================================
   @name: Hero Banner
   ========================================================================== */
.hero-banner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.hero-banner__item {
  height: 100%;
}
.hero-banner__carousel {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  -moz-transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, -moz-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, -moz-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
}
.body--prepared .hero-banner__carousel {
  opacity: 0;
  -webkit-transform: scale(1.07);
     -moz-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}
.hero-banner__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner__img--d {
    display: none;
  }
}
.hero-banner__img--m {
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .hero-banner__img--m {
    display: block;
  }
}
.hero-banner__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner {
    display: none;
  }
}
.hero-banner .owl-item {
  height: 100vh;
}

/* ==========================================================================
   @name: Hero Banner
   ========================================================================== */
.hero-banner--mobile {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner--mobile {
    display: block;
    overflow: hidden;
  }
}
.hero-banner--mobile__item {
  height: 100%;
}
.hero-banner--mobile__carousel {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  -moz-transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, -moz-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, -moz-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
}
.body--prepared .hero-banner--mobile__carousel {
  opacity: 0;
  -webkit-transform: scale(1.15);
     -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.hero-banner--mobile__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner--mobile__img--d {
    display: none;
  }
}
.hero-banner--mobile__img--m {
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .hero-banner--mobile__img--m {
    display: block;
  }
}
.hero-banner--mobile__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-banner--mobile .owl-item {
  height: 560px;
}
@media only screen and (max-width: 320px) {
  .hero-banner--mobile .owl-item {
    height: 320px;
  }
}

/* ==========================================================================
   @name: Experience Section
   ========================================================================== */
.experience {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.body--prepared .experience {
  -webkit-transform: translateY(24px);
     -moz-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
  opacity: 0;
}

/* ==========================================================================
   @name: Experience Section
   ========================================================================== */
.experience__card {
  padding-top: 16px;
  border-top: 1px solid #666666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .experience__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0;
  }
}
.experience__card__left {
  width: 55%;
}
@media only screen and (max-width: 991.98px) {
  .experience__card__left {
    width: 100%;
  }
}
.experience__card__title {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  color: #000;
}
@media only screen and (max-width: 991.98px) {
  .experience__card__title {
    font-weight: 400;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 575.86px) {
  .experience__card__title {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 12px;
  }
}
.experience__card__right {
  width: 45%;
}
@media only screen and (max-width: 991.98px) {
  .experience__card__right {
    width: 100%;
  }
}
.experience__card__item {
  padding-top: 16px;
  border-top: 1px solid #666666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(24px);
     -moz-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 500ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: opacity 500ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1);
  -moz-transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1), -moz-transform 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1), -moz-transform 500ms cubic-bezier(0, 0, 0.5, 1);
}
.experience__card__item.visible {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition-delay: 200ms;
     -moz-transition-delay: 200ms;
          transition-delay: 200ms;
}
@media only screen and (max-width: 575.86px) {
  .experience__card__item {
    padding-top: 12px;
  }
}
.experience__card__item:nth-child(1) {
  border: 0;
  padding-top: 0;
}
@media only screen and (max-width: 991.98px) {
  .experience__card__item:nth-child(1) {
    border-top: 1px solid #666666;
    padding-top: 16px;
  }
}
@media only screen and (max-width: 575.86px) {
  .experience__card__item:nth-child(1) {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 575.86px) {
  .experience__card__item:nth-child(1) {
    padding-bottom: 104px;
  }
}
.experience .experience__card__item {
  padding-bottom: 140px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .experience .experience__card__item {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 575.86px) {
  .experience .experience__card__item {
    padding-bottom: 104px;
  }
}
.experience__card__item:last-child {
  padding-bottom: 0;
}
.experience__card__item-title {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 4px;
  color: #000;
}
@media only screen and (max-width: 575.86px) {
  .experience__card__item-title {
    font-size: 1.2rem;
    line-height: 1.2;
    line-height: 1;
  }
}
.experience__card__item-role {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  color: #000;
  margin-bottom: 4px;
}
@media only screen and (max-width: 575.86px) {
  .experience__card__item-role {
    font-size: 1.2rem;
    line-height: 1.2;
    line-height: 1;
  }
}
.experience__card__item-period {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  color: #666666;
  margin: 0;
}
@media only screen and (max-width: 575.86px) {
  .experience__card__item-period {
    font-size: 1.2rem;
    line-height: 1.2;
    line-height: 1;
  }
}
.experience__card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.experience__card__list:hover .experience__card__item {
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.experience__card__list:hover .experience__card__item:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.experience__card__bottom {
  margin-top: 80px;
}
.experience__card__img {
  overflow: hidden;
  margin-bottom: 48px;
}
.experience__card__img__el {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.experience__card__desc {
  font-size: 1.6rem;
  line-height: 1;
  line-height: 1.2;
}
.experience__card__desc p {
  margin-bottom: 16px;
  color: #000;
  line-height: 2rem;
}
.experience__card__desc p:last-child {
  margin-bottom: 0;
}
.experience__card__button {
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 1.6rem;
  line-height: 1;
  line-height: 1.2;
  color: #000;
  padding: 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  cursor: pointer;
  margin-top: 40px;
}
.experience__card__button::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #666666;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  border-radius: 1px;
  pointer-events: none;
}
.experience__card__button:hover {
  color: #666666;
  text-decoration: none;
}
.experience__card__button:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

/* ==========================================================================
   @name: Experience Detail Section
   ========================================================================== */
.experience-detail {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.body--prepared .experience-detail {
  -webkit-transform: translateY(24px);
     -moz-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
  opacity: 0;
}
.experience-detail .experience__card__item {
  padding-bottom: 180px;
}
@media only screen and (max-width: 991.98px) {
  .experience-detail .experience__card__item {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 575.86px) {
  .experience-detail .experience__card__item {
    padding-bottom: 56px;
  }
}
.experience-detail .experience__card__link {
  display: none;
}
.experience-detail__bottom {
  display: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  pointer-events: none;
  will-change: opacity, transform;
}
.experience-detail__bottom.is-visible {
  display: block;
  -webkit-animation: fadeSlideIn 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
     -moz-animation: fadeSlideIn 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
          animation: fadeSlideIn 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  -webkit-animation-delay: 0.05s;
     -moz-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

@-webkit-keyframes fadeSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    pointer-events: none;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
  }
}

@-moz-keyframes fadeSlideIn {
  from {
    opacity: 0;
    -moz-transform: translateY(40px);
         transform: translateY(40px);
    pointer-events: none;
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
    pointer-events: auto;
  }
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
       -moz-transform: translateY(40px);
            transform: translateY(40px);
    pointer-events: none;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
  }
}
/* ==========================================================================
   @name: Experience Detail Item
   ========================================================================== */
.experience-detail__item {
  border-top: 1px solid #666666;
  padding: 16px 0 82px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(24px);
     -moz-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 500ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: opacity 500ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1);
  -moz-transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1), -moz-transform 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1), -moz-transform 500ms cubic-bezier(0, 0, 0.5, 1);
}
.experience-detail__item.visible {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition-delay: 200ms;
     -moz-transition-delay: 200ms;
          transition-delay: 200ms;
}
.experience-detail__item:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .experience-detail__item {
    padding-bottom: 120px;
  }
  .experience-detail__item:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 575.86px) {
  .experience-detail__item {
    padding-top: 8px;
  }
}
.experience-detail__item__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 991.98px) {
  .experience-detail__item__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.experience-detail__item__left {
  width: 40%;
}
@media only screen and (max-width: 991.98px) {
  .experience-detail__item__left {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575.86px) {
  .experience-detail__item__left {
    margin-bottom: 24px;
  }
}
.experience-detail__item__title {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
@media only screen and (max-width: 575.86px) {
  .experience-detail__item__title {
    font-size: 1.2rem;
    line-height: 1.2;
    line-height: 1.4;
  }
}
.experience-detail__item__right {
  width: 45%;
}
@media only screen and (max-width: 991.98px) {
  .experience-detail__item__right {
    width: 100%;
  }
}
.experience-detail__item__list {
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 4fr 3fr;
  gap: 10px;
}
.experience-detail__item__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.experience-detail__item__img:last-child {
  margin-right: 0;
}

.experience-detail__bottom:hover .experience-detail__item {
  opacity: 0.3;
}
.experience-detail__bottom:hover .experience-detail__item:hover {
  opacity: 1;
}

/* ==========================================================================
   @name: Modal Detail
   ========================================================================== */
.modal-detail {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: #fff;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.57, 0.07, 0.27, 0.91);
  -moz-transition: all 0.45s cubic-bezier(0.57, 0.07, 0.27, 0.91);
  transition: all 0.45s cubic-bezier(0.57, 0.07, 0.27, 0.91);
}
.show-modal .modal-detail {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal-detail .container {
  max-width: initial;
  height: 100%;
}
.modal-detail__inner {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.modal-detail__carousel {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.modal-detail__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.modal-detail__media {
  height: 100%;
  position: relative;
  max-width: 80%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 991.98px) {
  .modal-detail__media {
    max-width: initial;
  }
}
.modal-detail__media .modal-detail__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  height: 112px;
}
@media only screen and (max-width: 991.98px) {
  .modal-detail__media .modal-detail__play-icon {
    height: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .modal-detail__media .modal-detail__play-icon {
    height: 60px;
  }
}
.modal-detail__media .modal-detail__play-icon img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
}
.modal-detail__media iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .modal-detail__media iframe {
    height: 440px;
  }
}
@media only screen and (max-width: 575.86px) {
  .modal-detail__media iframe {
    height: 234px;
  }
}
.modal-detail__cover {
  height: 100%;
  object-fit: contain;
}
.modal-detail__title {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  margin-bottom: 4px;
}
@media only screen and (max-width: 575.86px) {
  .modal-detail__title {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.modal-detail__date {
  font-size: 1.6rem;
  line-height: 1;
  line-height: 1.2;
  color: #000;
  margin-bottom: 12px;
}
@media only screen and (max-width: 575.86px) {
  .modal-detail__date {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.modal-detail__description {
  font-size: 1.6rem;
  line-height: 1;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 575.86px) {
  .modal-detail__description {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.modal-detail__info {
  position: absolute;
  bottom: 40px;
  right: 74px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1340px) {
  .modal-detail__info {
    right: 42px;
  }
}
@media only screen and (max-width: 991.98px) {
  .modal-detail__info {
    display: block;
    bottom: 120px;
    right: 0;
  }
}
.show-modal .modal-detail__info {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition-delay: 700ms;
     -moz-transition-delay: 700ms;
          transition-delay: 700ms;
}
.modal-detail__index {
  font-size: 1.6rem;
  line-height: 1;
  line-height: 1.2;
  margin: 0;
  color: #000;
}
@media only screen and (max-width: 991.98px) {
  .modal-detail__index {
    text-align: right;
  }
}
@media only screen and (max-width: 575.86px) {
  .modal-detail__index {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.modal-detail__close {
  outline: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .modal-detail__close {
    padding: 0;
  }
}
@media only screen and (max-width: 575.86px) {
  .modal-detail__close {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.modal-detail__item {
  height: 100%;
}
.modal-detail__top {
  height: -webkit-calc(100% - 260px);
  height: -moz-calc(100% - 260px);
  height: calc(100% - 260px);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1600px) {
  .modal-detail__top {
    height: -webkit-calc(100% - 200px);
    height: -moz-calc(100% - 200px);
    height: calc(100% - 200px);
  }
}
.show-modal .modal-detail__top {
  opacity: 1;
  -webkit-transition-delay: 500ms;
     -moz-transition-delay: 500ms;
          transition-delay: 500ms;
}
.modal-detail__img {
  height: 100%;
}
.modal-detail__img__el {
  object-fit: contain;
  height: 100%;
}
.modal-detail__bottom {
  padding: 40px 80px;
  height: 260px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1600px) {
  .modal-detail__bottom {
    height: 200px;
  }
}
@media only screen and (max-width: 1340px) {
  .modal-detail__bottom {
    max-width: initial;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (max-width: 991.98px) {
  .modal-detail__bottom {
    padding-left: 0;
    padding-right: 0;
  }
}
.show-modal .modal-detail__bottom {
  opacity: 1;
  -webkit-transition-delay: 600ms;
     -moz-transition-delay: 600ms;
          transition-delay: 600ms;
}
.modal-detail__txt {
  max-width: 600px;
}
@media only screen and (max-width: 991.98px) {
  .modal-detail__txt {
    max-width: 480px;
  }
}
@media only screen and (max-width: 575.86px) {
  .modal-detail__txt {
    max-width: 260px;
  }
}
@media only screen and (max-width: 320px) {
  .modal-detail__txt {
    max-width: 200px;
  }
}
.modal-detail .owl-carousel .owl-stage-outer,
.modal-detail .owl-carousel .owl-stage,
.modal-detail .owl-carousel .owl-item {
  height: 100%;
}
.modal-detail .owl-carousel .owl-prev,
.modal-detail .owl-carousel .owl-next {
  position: absolute;
  top: 40%;
  width: 80px;
  height: 80px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.modal-detail .owl-carousel .owl-prev:before,
.modal-detail .owl-carousel .owl-next:before {
  font-family: "Edo-Girardi" !important;
  line-height: 1;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.show-modal .modal-detail .owl-carousel .owl-prev,
.show-modal .modal-detail .owl-carousel .owl-next {
  opacity: 1;
}
.modal-detail .owl-carousel .owl-prev.disabled,
.modal-detail .owl-carousel .owl-next.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.modal-detail .owl-carousel .owl-prev:hover,
.modal-detail .owl-carousel .owl-next:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 767.98px) {
  .modal-detail .owl-carousel .owl-prev::before,
.modal-detail .owl-carousel .owl-next::before {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }
}
.modal-detail .owl-carousel span {
  display: none;
}
.modal-detail .owl-carousel .owl-prev {
  left: 60px;
}
.modal-detail .owl-carousel .owl-prev:before {
  content: "\e911";
  font-size: 4rem;
  line-height: 1;
}
@media only screen and (max-width: 1199.98px) {
  .modal-detail .owl-carousel .owl-prev {
    left: 24px;
  }
}
@media only screen and (max-width: 991.98px) {
  .modal-detail .owl-carousel .owl-prev {
    left: -24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .modal-detail .owl-carousel .owl-prev {
    left: -16px;
  }
  .modal-detail .owl-carousel .owl-prev::before {
    font-size: 2.8rem;
  }
}
.modal-detail .owl-carousel .owl-next {
  right: 60px;
}
.modal-detail .owl-carousel .owl-next:before {
  content: "\e91a";
  font-size: 4rem;
  line-height: 1;
}
@media only screen and (max-width: 1199.98px) {
  .modal-detail .owl-carousel .owl-next {
    right: 24px;
  }
}
@media only screen and (max-width: 991.98px) {
  .modal-detail .owl-carousel .owl-next {
    right: -24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .modal-detail .owl-carousel .owl-next {
    right: -16px;
  }
  .modal-detail .owl-carousel .owl-next::before {
    font-size: 2.8rem;
  }
}
.modal-detail .owl-carousel .owl-item .modal-detail__top, .modal-detail .owl-carousel .owl-item .modal-detail__bottom {
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.modal-detail .owl-carousel .owl-item.active .modal-detail__top, .modal-detail .owl-carousel .owl-item.active .modal-detail__bottom {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* ==========================================================================
   @name: Projects Section
   ========================================================================== */
.project {
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.body--prepared .project {
  -webkit-transform: translateY(24px);
     -moz-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
  opacity: 0;
}
@media only screen and (max-width: 991.98px) {
  .project {
    overflow: visible;
  }
}
.project__inner {
  padding-top: 16px;
  border-top: 1px solid #666666;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .project__inner {
    border: none;
  }
}
.project__search {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  -webkit-transform: translateY(-16px);
     -moz-transform: translateY(-16px);
      -ms-transform: translateY(-16px);
          transform: translateY(-16px);
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search-active .project__search {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media only screen and (max-width: 991.98px) {
  .search-active .project__search {
    padding-top: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #666666;
  }
}
@media only screen and (max-width: 991.98px) {
  .project__search {
    padding-top: 0;
  }
}
.project__search__close {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .project__search__close {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.project__search__close button {
  border: 0;
  padding: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .project__search__close button {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 575.86px) {
  .project__search__close button {
    font-size: 1.2rem;
    line-height: 1.2;
    line-height: 1;
  }
}
.project__search__close button:hover {
  opacity: 0.5;
}
.project__search__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .project__search__form {
    position: relative;
  }
}
.project__search__form input {
  border: 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1;
}
@media only screen and (max-width: 991.98px) {
  .project__search__form input {
    font-size: 1.4rem;
    line-height: 1.4;
    position: absolute;
    left: 50%;
    width: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 575.86px) {
  .project__search__form input {
    font-size: 1.2rem;
    line-height: 1.2;
    line-height: 1;
  }
}
.project__search__text {
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 0;
}
@media only screen and (max-width: 991.98px) {
  .project__search__text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 575.86px) {
  .project__search__text {
    font-size: 1.2rem;
    line-height: 1.2;
    line-height: 1;
  }
}
.project__body, .project__pagination {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
.search-active .project__body, .search-active .project__pagination {
  opacity: 0;
  -webkit-transform: translateY(16px);
     -moz-transform: translateY(16px);
      -ms-transform: translateY(16px);
          transform: translateY(16px);
  visibility: hidden;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
          transition-delay: 0s;
}
.project__body {
  position: relative;
}
.project__body::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 100%;
  height: 1px;
  background-color: #666666;
}
@media only screen and (max-width: 1600px) {
  .project__body::after {
    bottom: 24px;
  }
}

/* ==========================================================================
   @name: Projects Card
   ========================================================================== */
.project__card__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 76px;
}
@media only screen and (max-width: 991.98px) {
  .project__card__left {
    margin-bottom: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding-bottom: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #666666;
  }
}
.project__card__title {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
@media only screen and (max-width: 991.98px) {
  .project__card__title {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 575.86px) {
  .project__card__title {
    font-size: 1.2rem;
    line-height: 1.2;
    line-height: 1;
  }
}
.project__card__button {
  outline: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
  .project__card__button {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
  }
}
@media only screen and (max-width: 575.86px) {
  .project__card__button {
    font-size: 1.2rem;
    line-height: 1.2;
    line-height: 1;
  }
}
.project__card__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 991.98px) {
  .project__card__right {
    padding-top: 16px;
  }
}
.project__card__list {
  padding-bottom: 216px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px -4px;
  pointer-events: none;
}
@media only screen and (max-width: 991.98px) {
  .project__card__list {
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 575.86px) {
  .project__card__list {
    padding-bottom: 96px;
  }
}
.project__card__list > * {
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.project__card__list:hover > * {
  opacity: 0.3;
}
.project__card__list:hover > *:hover {
  opacity: 1;
}
.project__card__item--txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37.5%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
  padding: 10px 4px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 991.98px) {
  .project__card__item--txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
@media only screen and (max-width: 575.86px) {
  .project__card__item--txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.6667%;
            flex: 0 0 66.6667%;
  }
}
.project__card__item--ttl {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(24px);
     -moz-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 500ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: opacity 500ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1);
  -moz-transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1), -moz-transform 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1), -moz-transform 500ms cubic-bezier(0, 0, 0.5, 1);
}
.project__card__item--ttl.visible {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition-delay: 200ms;
     -moz-transition-delay: 200ms;
          transition-delay: 200ms;
}
@media only screen and (max-width: 991.98px) {
  .project__card__item--ttl {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 575.86px) {
  .project__card__item--ttl {
    font-size: 1.2rem;
    line-height: 1.2;
    line-height: 1.4;
  }
}
.project__card__item--img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 991.98px) {
  .project__card__item--img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
@media only screen and (max-width: 575.86px) {
  .project__card__item--img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}
.project__card__item__img {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(24px);
     -moz-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 500ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: opacity 500ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1);
  -moz-transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1), -moz-transform 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1), -moz-transform 500ms cubic-bezier(0, 0, 0.5, 1);
  padding: 10px 4px;
}
.project__card__item__img.visible {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition-delay: 200ms;
     -moz-transition-delay: 200ms;
          transition-delay: 200ms;
}
.project__card__item__img__el {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project__pagination {
  padding-top: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project__pagination__list {
  padding: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project__pagination__button {
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  line-height: 1;
}
.active .project__pagination__button {
  font-weight: 700;
}
.project__pagination.is-hidden {
  opacity: 0;
  visibility: hidden;
}

/* ==========================================================================
   @name: Not Found
   ========================================================================== */
.not-found {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s, -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
  transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s, -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
  -moz-transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s, opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s, -moz-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
  transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s, opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
  transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s, opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s, -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s, -moz-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
}
.body--prepared .not-found {
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.not-found__text {
  border-top: 1px solid #666666;
  padding-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.not-found__title {
  width: 45%;
  font-size: 1.6rem;
  line-height: 1;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .not-found__title {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 575.86px) {
  .not-found__title {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

/* ==========================================================================
   @name: Search Result
   ========================================================================== */
.search-result {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.body--prepared .search-result {
  -webkit-transform: translateY(24px);
     -moz-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
  opacity: 0;
}
.search-result__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 36px;
  border-top: 1px solid #666666;
}
@media only screen and (max-width: 991.98px) {
  .search-result__inner {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 575.86px) {
  .search-result__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    border: 0;
  }
}
.search-result__left {
  width: 55%;
}
@media only screen and (max-width: 991.98px) {
  .search-result__left {
    width: 30%;
  }
}
@media only screen and (max-width: 575.86px) {
  .search-result__left {
    margin-bottom: 16px;
    width: 100%;
    border-bottom: 1px solid #666666;
    padding-bottom: 8px;
  }
}
.search-result__title {
  margin-bottom: 4px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .search-result__title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575.86px) {
  .search-result__title {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.search-result__result {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1;
}
@media only screen and (max-width: 991.98px) {
  .search-result__result {
    max-width: 180px;
  }
}
@media only screen and (max-width: 575.86px) {
  .search-result__result {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 320px) {
  .search-result__result {
    width: 100%;
  }
}
.search-result__right {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .search-result__right {
    width: 70%;
  }
}
@media only screen and (max-width: 575.86px) {
  .search-result__right {
    width: 100%;
  }
}
.search-result__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-result__item {
  max-width: 472px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .search-result__item {
    padding-top: 16px;
    padding-bottom: 16px;
    max-width: 320px;
  }
}
@media only screen and (max-width: 575.86px) {
  .search-result__item {
    max-width: 240px;
  }
}
@media only screen and (max-width: 320px) {
  .search-result__item {
    max-width: 180px;
  }
}
.search-result__item:hover {
  opacity: 0.5;
}
.search-result__item:first-child {
  margin-top: -20px;
}
@media only screen and (max-width: 991.98px) {
  .search-result__item:first-child {
    margin-top: -16px;
  }
}
.search-result__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.search-result__item__title {
  font-size: 1.6rem;
  line-height: 1;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 575.86px) {
  .search-result__item__title {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.search-result__back {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.search-result__back:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 575.86px) {
  .search-result__back {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

/* ==========================================================================
   @name: Projects Card
   ========================================================================== */
.pagination {
  padding-top: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 45%;
  margin-left: auto;
}
@media only screen and (max-width: 991.98px) {
  .pagination {
    margin-left: 0;
  }
}
.pagination ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination li {
  margin-right: 16px;
}
.pagination .page-numbers {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.6rem;
  line-height: 1;
}
@media only screen and (max-width: 991.98px) {
  .pagination .page-numbers {
    font-size: 1.4rem;
    line-height: 1.4;
    line-height: 1;
  }
}
@media only screen and (max-width: 575.86px) {
  .pagination .page-numbers {
    font-size: 1.2rem;
    line-height: 1.2;
    line-height: 1;
  }
}
.pagination .page-numbers.current {
  font-weight: 700;
}
.pagination .page-numbers:hover:not(.current) {
  opacity: 0.5;
}
.pagination.is-hidden {
  opacity: 0;
  visibility: hidden;
}

/* ==========================================================================
   Default
   ========================================================================== */
/*# sourceMappingURL=maps/app.css.map */
