@charset "UTF-8";
/* ==========================================================================
   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%;
  font-size: 62.5%;
  /* 1rem == 10px */
  position: relative;
}

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: "Sora";
  src: url("../fonts/Sora-Bold.woff") format("woff"), url("../fonts/Sora-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Medium.woff") format("woff"), url("../fonts/Sora-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Regular.woff") format("woff"), url("../fonts/Sora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-SemiBold.woff") format("woff"), url("../fonts/Sora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "adepermana";
  src: url("../fonts/icons/adepermana.ttf?64y16h") format("truetype"), url("../fonts/icons/adepermana.woff?64y16h") 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 Size
   ========================================================================== */
/* ==========================================================================
   Mixin: Responsive
   ========================================================================== */
/* ==========================================================================
   Init: Default
   ========================================================================== */
html {
  background-color: #fff;
  color: #000;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
html.theme-dark {
  background-color: #000;
  color: #fff;
}

:where(html.theme-ready),
:where(html.theme-ready) *,
:where(html.theme-ready) *::before,
:where(html.theme-ready) *::after {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, fill 0.3s ease, stroke 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, fill 0.3s ease, stroke 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, fill 0.3s ease, stroke 0.3s ease;
}

html.sr .load-hidden {
  visibility: hidden;
}

body {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.9rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
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.theme-dark {
  background-color: #000;
  color: #fff;
}

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

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

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

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

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

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

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

strong,
b {
  font-weight: 700;
}

/* ==========================================================================
   Grid Index
   ========================================================================== */
/* ==========================================================================
   Grid System
   ========================================================================== */
.container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1920px) {
  .container {
    max-width: initial;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.main-site {
  width: 100%;
  padding-top: 76px;
  padding-bottom: 66px;
  color: #000;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-dark .main-site {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .main-site {
    padding-top: 72px;
    padding-bottom: 64px;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-site {
    padding-top: 52px;
    padding-bottom: 46px;
  }
}

/* ==========================================================================
   Elements Index
   ========================================================================== */
/* ==========================================================================
   font-icon
   ========================================================================== */
.fi {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "adepermana" !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-chevron-top-small:before {
  content: "";
}

.fi-chevron-right-small:before {
  content: "";
}

.fi-chevron-left-small:before {
  content: "";
}

.fi-chevron-bottom-small:before {
  content: "";
}

.fi-unmute:before {
  content: "";
}

.fi-play:before {
  content: "";
}

.fi-pause:before {
  content: "";
}

.fi-mute:before {
  content: "";
}

.fi-chevron-up:before {
  content: "";
}

.fi-chevron-right:before {
  content: "";
}

.fi-chevron-left:before {
  content: "";
}

.fi-chevron-down:before {
  content: "";
}

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

/* ==========================================================================
   Elements Button
   ========================================================================== */
.btn {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

/* ==========================================================================
   Elements Buger Menu
   ========================================================================== */
.burger-menu {
  position: relative;
  z-index: 2;
  right: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 12px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-select: none;
  cursor: pointer;
}
@media only screen and (max-width: 991.98px) {
  .burger-menu {
    right: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .burger-menu {
    right: 4px;
    width: 40px;
    height: 40px;
  }
}
.burger-menu__bar {
  width: 16px;
  height: 2px;
  display: block;
  margin: 0 auto 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #000;
}
.show-menu .burger-menu__bar:nth-child(1) {
  -webkit-transform: rotate(-315.5deg) scaleX(1.12);
     -moz-transform: rotate(-315.5deg) scaleX(1.12);
      -ms-transform: rotate(-315.5deg) scaleX(1.12);
          transform: rotate(-315.5deg) scaleX(1.12);
  -webkit-transform-origin: top left;
     -moz-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.show-menu .burger-menu__bar:nth-child(2) {
  opacity: 0;
}
.show-book-now .burger-menu__bar:nth-child(2) {
  opacity: 0;
}
.show-menu .burger-menu__bar:nth-child(3) {
  -webkit-transform: rotate(-44.5deg) scaleX(1.12);
     -moz-transform: rotate(-44.5deg) scaleX(1.12);
      -ms-transform: rotate(-44.5deg) scaleX(1.12);
          transform: rotate(-44.5deg) scaleX(1.12);
  -webkit-transform-origin: bottom left;
     -moz-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}
.burger-menu__bar:last-child {
  margin-bottom: 0;
}
.theme-dark .burger-menu__bar {
  background-color: #fff;
}

/* ==========================================================================
   Elements: category
   ========================================================================== */
@media only screen and (max-width: 991.98px) {
  .category__inner {
    border-radius: 8px;
    background-color: #000;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .theme-dark .category__inner {
    background-color: #fff;
    color: #000;
  }
}
.category__dropdown {
  display: none;
}
.category__dropdown__btn {
  position: relative;
  width: 100%;
  padding: 15px 16px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #fff;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-dark .category__dropdown__btn {
  color: #000;
}
@media only screen and (max-width: 991.98px) {
  .category__dropdown__btn {
    font-size: 1.4rem;
    line-height: 1.68rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .category__dropdown__btn {
    font-size: 1.2rem;
    line-height: 1.44rem;
  }
}
.category__dropdown__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "adepermana" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 2.2rem;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category__dropdown__btn.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
     -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 991.98px) {
  .category__dropdown {
    display: block;
  }
}
@media only screen and (max-width: 991.98px) {
  .category__panel {
    display: none;
  }
}
.category__list {
  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;
  margin: -20px;
  list-style: none;
  padding: 0;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.category__list::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
  width: 0;
}
@media only screen and (max-width: 991.98px) {
  .category__list {
    display: block;
    margin: 0;
    overflow: hidden;
  }
}
.category__item {
  padding: 20px;
}
@media only screen and (max-width: 991.98px) {
  .category__item {
    padding: 0;
  }
}
.category__item--active .category__btn {
  opacity: 1;
}
.category__item--active .category__btn::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.category__btn {
  position: relative;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.9rem;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-dark .category__btn {
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .theme-dark .category__btn {
    color: #000;
  }
}
@media only screen and (max-width: 991.98px) {
  .category__btn {
    font-size: 1.4rem;
    line-height: 1.68rem;
    width: 100%;
    padding: 15px 16px;
    text-align: left;
    color: #fff;
    opacity: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .category__btn {
    font-size: 1.2rem;
    line-height: 1.44rem;
  }
}
.category__btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #000;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
     -moz-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, border-color 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .category__btn::after {
    display: none;
  }
}
.theme-dark .category__btn::after {
  border-color: #fff;
}
.category__btn:hover {
  opacity: 1;
}

/* ==========================================================================
   Header
   ========================================================================== */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #fff;
  width: 100%;
  padding: 24px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767.98px) {
  .header {
    padding: 16px 0;
  }
}
.theme-dark .header {
  background-color: #000;
  color: #fff;
}
.header__front {
  padding-left: 32px;
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  .header__front {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header__front {
    padding-left: 16px;
  }
}
.header__logo {
  position: relative;
  display: block;
  width: 24px;
  -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) {
  .header__logo {
    width: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header__logo {
    width: 18px;
  }
}
.header__logo img {
  width: 100%;
  display: block;
  object-fit: contain;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-dark .header__logo img:first-child {
  opacity: 0;
}
.header__logo img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.theme-dark .header__logo img:last-child {
  opacity: 1;
}
.header__frame {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
}
.header__menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  visibility: hidden;
  -webkit-transition: all 0s ease 0.95s;
  -moz-transition: all 0s ease 0.95s;
  transition: all 0s ease 0.95s;
  cursor: pointer;
}
@media only screen and (max-width: 991.98px) {
  .header__menu {
    visibility: visible;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.35s;
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.35s;
    -moz-transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.35s, -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.35s;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.35s;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.35s, -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.35s, -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.35s;
  }
}
.header__menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0.2s;
  -moz-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
}
@media only screen and (max-width: 991.98px) {
  .header__menu::after {
    display: none;
  }
}
.show-menu .header__menu::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.show-menu .header__menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
          transition-delay: 0s;
}
@media only screen and (max-width: 991.98px) {
  .show-menu .header__menu {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.header__main {
  position: relative;
  z-index: 1;
  width: 50%;
  height: 100%;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.67s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: -webkit-transform 0.67s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  -moz-transition: transform 0.67s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, -moz-transform 0.67s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: transform 0.67s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: transform 0.67s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, -webkit-transform 0.67s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, -moz-transform 0.67s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  cursor: default;
}
@media only screen and (max-width: 991.98px) {
  .header__main {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
  }
}
.show-menu .header__main {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
          transition-delay: 0s;
}
@media only screen and (max-width: 991.98px) {
  .show-menu .header__main {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.header__wrap {
  height: 100%;
  padding: 76px 32px 32px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  border-left: 1px solid #fff;
}
.header__wrap::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
  width: 0;
}
@media only screen and (max-width: 991.98px) {
  .header__wrap {
    padding: 72px 24px 24px;
    border: initial;
  }
}
@media only screen and (max-width: 767.98px) {
  .header__wrap {
    padding: 52px 16px 16px;
  }
}
.theme-dark .header__wrap {
  background-color: #000;
}
.header__inner {
  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;
  -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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
}
.header__list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767.98px) {
  .header__list {
    padding-bottom: 12px;
  }
}
.header__item {
  line-height: 1;
  margin-bottom: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(8px);
     -moz-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home .header__item:first-child .header__link::after {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.projects .header__item:nth-child(2) .header__link::after {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
@media only screen and (max-width: 767.98px) {
  .header__item {
    margin-bottom: 6px;
  }
}
.show-menu .header__item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.show-menu .header__item:nth-child(1) {
  -webkit-transition-delay: 360ms;
     -moz-transition-delay: 360ms;
          transition-delay: 360ms;
}
.show-menu .header__item:nth-child(2) {
  -webkit-transition-delay: 400ms;
     -moz-transition-delay: 400ms;
          transition-delay: 400ms;
}
.show-menu .header__item:nth-child(3) {
  -webkit-transition-delay: 440ms;
     -moz-transition-delay: 440ms;
          transition-delay: 440ms;
}
.show-menu .header__item:nth-child(4) {
  -webkit-transition-delay: 480ms;
     -moz-transition-delay: 480ms;
          transition-delay: 480ms;
}
.show-menu .header__item:nth-child(5) {
  -webkit-transition-delay: 520ms;
     -moz-transition-delay: 520ms;
          transition-delay: 520ms;
}
.show-menu .header__item:nth-child(6) {
  -webkit-transition-delay: 560ms;
     -moz-transition-delay: 560ms;
          transition-delay: 560ms;
}
.show-menu .header__item:nth-child(7) {
  -webkit-transition-delay: 600ms;
     -moz-transition-delay: 600ms;
          transition-delay: 600ms;
}
.show-menu .header__item:nth-child(8) {
  -webkit-transition-delay: 640ms;
     -moz-transition-delay: 640ms;
          transition-delay: 640ms;
}
.header__item:last-child {
  margin-bottom: 0;
}
.header__link {
  position: relative;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 400;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-dark .header__link {
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .header__link {
    font-size: 1.6rem;
    line-height: 1.9rem;
    line-height: 2.1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .header__link {
    font-size: 1.4rem;
    line-height: 1.68rem;
  }
}
.header__link:hover::after {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.header__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
     -moz-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, border-color 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
}
.theme-dark .header__link::after {
  border-color: #fff;
}
.header__box a,
.header__box button {
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-decoration: none;
  -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) {
  .header__box a,
.header__box button {
    font-size: 1.4rem;
    line-height: 1.68rem;
    line-height: 1.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .header__box a,
.header__box button {
    font-size: 1.2rem;
    line-height: 1.44rem;
    line-height: 1.4rem;
  }
}
.header__body {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(8px);
     -moz-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.show-menu .header__body {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.show-menu .header__body:nth-child(1) {
  -webkit-transition-delay: 500ms;
     -moz-transition-delay: 500ms;
          transition-delay: 500ms;
}
.show-menu .header__body:nth-child(2) {
  -webkit-transition-delay: 540ms;
     -moz-transition-delay: 540ms;
          transition-delay: 540ms;
}
.show-menu .header__body:nth-child(3) {
  -webkit-transition-delay: 580ms;
     -moz-transition-delay: 580ms;
          transition-delay: 580ms;
}
.show-menu .header__body:nth-child(4) {
  -webkit-transition-delay: 620ms;
     -moz-transition-delay: 620ms;
          transition-delay: 620ms;
}
.show-menu .header__body:nth-child(5) {
  -webkit-transition-delay: 660ms;
     -moz-transition-delay: 660ms;
          transition-delay: 660ms;
}
.show-menu .header__body:nth-child(6) {
  -webkit-transition-delay: 700ms;
     -moz-transition-delay: 700ms;
          transition-delay: 700ms;
}
.show-menu .header__body:nth-child(7) {
  -webkit-transition-delay: 740ms;
     -moz-transition-delay: 740ms;
          transition-delay: 740ms;
}
.show-menu .header__body:nth-child(8) {
  -webkit-transition-delay: 780ms;
     -moz-transition-delay: 780ms;
          transition-delay: 780ms;
}
.header__set {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-dark .header__set {
  border-color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .header__set {
    padding: 6px 0;
  }
}
.header__set__lang, .header__set__theme {
  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;
  line-height: 1;
}
.header__set__lang a,
.header__set__lang button, .header__set__theme a,
.header__set__theme button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.theme-dark .header__set__lang a,
.theme-dark .header__set__lang button, .theme-dark .header__set__theme a,
.theme-dark .header__set__theme button {
  color: #fff;
}
.header__set__lang a:hover,
.header__set__lang button:hover, .header__set__theme a:hover,
.header__set__theme button:hover {
  color: #7a7a7a;
}
.header__set__lang button:first-child, .header__set__theme button:first-child {
  color: #7a7a7a;
}
.theme-dark .header__set__lang button:first-child, .theme-dark .header__set__theme button:first-child {
  color: #fff;
}
.header__set__lang button:last-child, .header__set__theme button:last-child {
  color: #000;
}
.theme-dark .header__set__lang button:last-child, .theme-dark .header__set__theme button:last-child {
  color: #7a7a7a;
}
.header__set__lang span, .header__set__theme span {
  position: relative;
  display: block;
  margin: 0 8px;
}
.header__set__lang span::after, .header__set__theme span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 8px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-dark .header__set__lang span::after, .theme-dark .header__set__theme span::after {
  background-color: #fff;
}
.header__socmed {
  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;
  padding: 8px 0;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-dark .header__socmed {
  border-color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .header__socmed {
    padding: 6px 0;
  }
}
.header__socmed a {
  position: relative;
  margin-right: 4px;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.theme-dark .header__socmed a {
  color: #fff;
}
.header__socmed a:last-child {
  margin-right: 0;
}
.header__socmed a:hover::after {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.header__socmed a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
     -moz-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
}

/* ==========================================================================
   footer
   ========================================================================== */
.footer {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  color: #000;
  background-color: #fff;
  padding: 24px 32px;
  text-align: center;
  -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) {
  .footer {
    padding: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer {
    padding: 16px;
  }
}
.theme-dark .footer {
  background-color: #000;
  color: #fff;
}
.footer__inner {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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) {
  .footer__inner {
    display: block;
  }
}
.footer__btn, .footer__copyright, .footer__location, .footer__copyright a {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 400;
}
@media only screen and (max-width: 991.98px) {
  .footer__btn, .footer__copyright, .footer__location, .footer__copyright a {
    font-size: 1.6rem;
    line-height: 1.9rem;
    line-height: 1.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer__btn, .footer__copyright, .footer__location, .footer__copyright a {
    font-size: 1.4rem;
    line-height: 1.68rem;
    line-height: 1.4rem;
  }
}
.footer__btn {
  margin-right: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767.98px) {
  .footer__btn {
    margin-right: 6px;
  }
}
.footer__btn:hover {
  color: #7a7a7a;
}
.footer__copyright {
  margin-bottom: 0;
}
.footer__copyright a {
  text-decoration: none;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.footer__copyright a:hover::after {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.footer__copyright a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
     -moz-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, border-color 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
}
.theme-dark .footer__copyright a::after {
  border-color: #fff;
}
.footer__location {
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .footer__location {
    display: none;
  }
}

/* ==========================================================================
   Header
   ========================================================================== */
.hero {
  padding-top: 10px;
  padding-bottom: 128px;
}
@media only screen and (max-width: 991.98px) {
  .hero {
    padding-top: 2px;
    padding-bottom: 96px;
  }
}
.hero__ttl {
  max-width: 50%;
  padding-right: 32px;
}
@media only screen and (max-width: 991.98px) {
  .hero__ttl {
    max-width: initial;
    padding-right: 0;
  }
}
.hero__ttl h1,
.hero__ttl h2,
.hero__ttl h3,
.hero__ttl h4,
.hero__ttl h5,
.hero__ttl h6,
.hero__ttl p,
.hero__ttl a,
.hero__ttl span {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .hero__ttl h1,
.hero__ttl h2,
.hero__ttl h3,
.hero__ttl h4,
.hero__ttl h5,
.hero__ttl h6,
.hero__ttl p,
.hero__ttl a,
.hero__ttl span {
    font-size: 1.4rem;
    line-height: 1.68rem;
    max-width: initial;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero__ttl h1,
.hero__ttl h2,
.hero__ttl h3,
.hero__ttl h4,
.hero__ttl h5,
.hero__ttl h6,
.hero__ttl p,
.hero__ttl a,
.hero__ttl span {
    font-size: 1.2rem;
    line-height: 1.44rem;
  }
}
.hero__ttl span {
  display: block;
  margin-bottom: 4px;
}
.hero__ttl span:last-child {
  margin-bottom: 0;
}
.hero__ttl a {
  position: relative;
  text-decoration: none;
}
.hero__ttl a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #000;
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, border-color 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
}
.theme-dark .hero__ttl a::after {
  border-color: #fff;
}
.hero__ttl a:hover::after {
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
     -moz-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

/* ==========================================================================
   location-projects
   ========================================================================== */
.projects--main {
  padding-top: 64px;
  padding-bottom: 128px;
  overflow-x: hidden;
  color: #000;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-dark .projects--main {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .projects--main {
    padding-top: 48px;
    padding-bottom: 96px;
  }
}
.projects__ttl {
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 3.24px;
  margin-bottom: 32px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .projects__ttl {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.projects__panel {
  display: none;
  padding-top: 48px;
}
.projects__panel--has-big {
  padding-top: 90px;
}
@media only screen and (max-width: 991.98px) {
  .projects__panel--has-big {
    padding-top: 30px;
  }
}
.projects__panel--has-big .projects__frame {
  margin-bottom: 120px;
}
@media only screen and (max-width: 991.98px) {
  .projects__panel--has-big .projects__frame {
    margin-bottom: 30px;
  }
}
.projects__frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 67.228%;
  border-radius: 8px;
}
@media only screen and (max-width: 991.98px) {
  .projects__frame {
    padding-bottom: 67.8%;
  }
}
.projects__frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.57s ease;
  -moz-transition: all 0.57s ease;
  transition: all 0.57s ease;
}
.projects__frame img:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 991.98px) {
  .projects__frame img:hover {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.projects__list {
  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: -24px -16px;
}
@media only screen and (max-width: 991.98px) {
  .projects__list {
    display: block;
    margin: 0;
  }
}
.projects__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 24px 16px;
}
@media only screen and (max-width: 991.98px) {
  .projects__item {
    padding: 18px 0 18px;
    margin-bottom: 14px;
    border-bottom: 1px solid #000;
    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;
  }
  .theme-dark .projects__item {
    border-color: #fff;
  }
  .projects__item:hover .projects__name span::before {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 991.98px) {
  .projects__item:hover .projects__name span::before {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
}
@media only screen and (max-width: 991.98px) {
  .projects__item:hover .projects__name span::after {
    opacity: 0;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 991.98px) {
  .projects__item:hover .projects__name span::after {
    opacity: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .projects__item {
    padding: 16px 0 16px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 991.98px) {
  .projects__item:last-child {
    margin-bottom: 0;
  }
}
.projects__item--active .projects__name span::before, .projects__item--active:hover .projects__name span::before {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.projects__item--active .projects__name span::after, .projects__item--active:hover .projects__name span::after {
  opacity: 0;
}
.projects__img {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 52%;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .projects__img {
    display: none;
    margin-bottom: 0;
  }
}
.projects__img__el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.57s ease;
  -moz-transition: all 0.57s ease;
  transition: all 0.57s ease;
}
.projects__img__el:hover {
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}
@media only screen and (max-width: 991.98px) {
  .projects__img__el:hover {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.projects__head {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px -10px;
}
@media only screen and (max-width: 991.98px) {
  .projects__head {
    display: block;
    margin: 0 0 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .projects__head {
    margin: 0 0 12px;
  }
}
.projects__name {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 306px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 306px;
          flex: 0 0 306px;
  padding: 5px 10px;
  font-weight: 400;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .projects__name {
    padding: 0 24px 0 0;
    font-size: 1.4rem;
    line-height: 1.68rem;
  }
}
.projects__name span {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .projects__name span {
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
    width: 14px;
    height: 14px;
  }
  .projects__name span::before, .projects__name span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .theme-dark .projects__name span::before, .theme-dark .projects__name span::after {
    background-color: #fff;
  }
  .projects__name span::before {
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .projects__name span::after {
    -webkit-transform: rotate(90deg) translateY(-50%);
       -moz-transform: rotate(90deg) translateY(-50%);
        -ms-transform: rotate(90deg) translateY(-50%);
            transform: rotate(90deg) translateY(-50%);
    -webkit-transform-origin: top center;
       -moz-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
  }
}
.projects__role {
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 1.68rem;
  line-height: 1.8rem;
  opacity: 0.6;
}
@media only screen and (max-width: 991.98px) {
  .projects__role {
    display: none;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.44rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .projects__role {
    font-size: 1rem;
  }
}
.projects__meta .projects__role {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .projects__meta .projects__role {
    display: block;
  }
}
.projects__wrap {
  margin-top: 20px;
}
@media only screen and (max-width: 991.98px) {
  .projects__wrap {
    display: none;
    margin-top: 0;
  }
}
.projects__wrap .projects__img {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .projects__wrap .projects__img {
    display: block;
  }
}
@media only screen and (max-width: 991.98px) {
  .projects__box {
    padding-top: 16px;
  }
}
.projects__txt {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .projects__txt {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .projects__txt {
    margin-bottom: 16px;
  }
}
.projects__desc {
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 991.98px) {
  .projects__desc {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
  }
}
.projects__desc.expanded {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}
.projects__desc p {
  font-size: 1.6rem;
  line-height: 1.9rem;
}
@media only screen and (max-width: 991.98px) {
  .projects__desc p {
    font-size: 1.4rem;
    line-height: 1.68rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .projects__desc p {
    font-size: 1.2rem;
    line-height: 1.44rem;
  }
}
.projects__desc p:last-child {
  margin-bottom: 0;
}
.projects__more {
  display: none;
  position: relative;
  margin-top: 12px;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-transform: capitalize;
  color: #000;
  -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) {
  .projects__more {
    font-size: 1.1rem;
    line-height: 1.4rem;
    letter-spacing: 0.22px;
  }
}
.projects__more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #000;
  -webkit-transform: translateY(-2px) scaleX(1);
     -moz-transform: translateY(-2px) scaleX(1);
      -ms-transform: translateY(-2px) scaleX(1);
          transform: translateY(-2px) scaleX(1);
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
}
.projects__more:hover::after {
  -webkit-transform: translateY(-2px) scaleX(0);
     -moz-transform: translateY(-2px) scaleX(0);
      -ms-transform: translateY(-2px) scaleX(0);
          transform: translateY(-2px) scaleX(0);
  -webkit-transform-origin: right;
     -moz-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
.projects__more.show {
  display: block;
}
.projects__action {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 991.98px) {
  .projects__action {
    display: block;
    margin: 0;
  }
}
.projects__link {
  position: relative;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.projects__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #000;
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
}
.projects__link:hover::after {
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
     -moz-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
@media only screen and (max-width: 991.98px) {
  .projects__link {
    font-size: 1.4rem;
    line-height: 1.68rem;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .projects__link {
    font-size: 1.2rem;
    line-height: 1.44rem;
  }
}

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