*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
} /*
! tailwindcss v3.4.12 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: ryo-gothic-plusn, Noto Sans JP, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.w-48 {
  width: 12rem;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.text-center {
  text-align: center;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/*------------------------------------------------------------------
[1. Inview Animation]
*/
.js-inview {
  opacity: 0;
  transition: 1s ease;
}
.is-visible {
  opacity: 1;
}
/*------------------------------------------------------------------
[1. Mobile Menu]
*/
#mobile-menu {
  position: fixed;
  left: 0px;
  z-index: 50;
  height: auto;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-bottom: 1rem;
  opacity: 0;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  top: -100%;
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
#mobile-menu.is-active {
  top: 0px;
  opacity: 1;
}
#mobile-menu .mobile-menu-inner {
  margin-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
#mobile-menu ul.mobile-menu li {
  border-bottom-width: 1px;
  font-weight: 500;
}
@media screen and (min-width: 0px) {
  #mobile-menu ul.mobile-menu li a {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 420px) {
  #mobile-menu ul.mobile-menu li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  #mobile-menu ul.mobile-menu li a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
#mobile-menu a.button {
  margin-top: 2rem;
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#mobile-menu ul.footer-links {
  margin-top: 2rem;
}
#mobile-menu ul.footer-links li {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#mobile-menu ul.footer-links li a {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
#mobile-menu ul.footer-links li a:hover {
  text-decoration-line: underline;
}
#mobile-menu .mobile-menu-copyright {
  margin-top: 2rem;
}
#mobile-menu .mobile-menu-copyright p {
  font-family: Jost, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
/*------------------------------------------------------------------
[2. Mobile Menu Trigger]
*/
#menu-trigger {
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 20;
  height: 4rem;
  width: 4rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  #menu-trigger {
    display: none;
    height: 6rem;
    width: 6rem;
  }
}
#menu-trigger .menu-trigger-inner {
  position: relative;
  height: 4rem;
  width: 4rem;
}
@media (min-width: 1024px) {
  #menu-trigger .menu-trigger-inner {
    height: 6rem;
    width: 6rem;
  }
}
#menu-trigger .menu-trigger-inner span {
  height: 1px;
  position: absolute;
  left: 1rem;
  display: block;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  #menu-trigger .menu-trigger-inner span {
    left: 2rem;
    width: 2rem;
  }
}
#menu-trigger .menu-trigger-inner span {
  transition: 0.3s ease all;
}
@media screen and (min-width: 0px) {
  #menu-trigger .menu-trigger-inner .first-bar {
    top: 23px;
  }
}
@media screen and (min-width: 1024px) {
  #menu-trigger .menu-trigger-inner .first-bar {
    top: 44px;
  }
}
@media screen and (min-width: 0px) {
  #menu-trigger .menu-trigger-inner .second-bar {
    top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  #menu-trigger .menu-trigger-inner .second-bar {
    top: 56px;
  }
}
@media screen and (min-width: 0px) {
  #menu-trigger .menu-trigger-inner .third-bar {
    top: 41px;
  }
}
@media screen and (min-width: 1024px) {
  #menu-trigger .menu-trigger-inner .third-bar {
    top: 62px;
  }
}
#menu-trigger.is-active span.first-bar {
  transform: translateY(9px) rotate(-45deg);
}
#menu-trigger.is-active span.second-bar {
  width: 0;
}
#menu-trigger.is-active span.third-bar {
  transform: translateY(-9px) rotate(45deg);
}
/*------------------------------------------------------------------
[2. Sticky Header]
*/
/*------------------------------------------------------------------
[3. Header Scroll]
*/
header[area-scroll="true"] {
}
header[area-shadow="true"] {
  top: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  header[area-shadow="true"] {
    top: 1rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
header[area-shadow="true"] {
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.05);
}
header[area-shadow="true"] .header-inner {
  padding: 1rem;
  padding-left: 1.5rem;
}
header[area-shadow="true"] #menu-trigger {
  top: 0.5rem;
  right: 1rem;
}
@media screen and (min-width: 0px) {
  header[area-shadow="true"] {
    width: 96%;
    left: 2%;
  }
}
@media screen and (min-width: 1024px) {
  header[area-shadow="true"] {
    width: 98%;
    left: 1%;
  }
}
header.menu-active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  box-shadow: none !important;
}
/*------------------------------------------------------------------
[1. Slideshow]
*/
/*------------------------------------------------------------------
[1. Cookie Consent]
*/
.cookie-consent {
  position: fixed;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0;
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  width: 98%;
  left: 1%;
  bottom: -150px;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.05);
}
.cookie-consent .cookie-consent-inner {
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .cookie-consent .cookie-consent-inner {
    display: flex;
  }
}
.cookie-consent {
  z-index: 1000;
}
@media (min-width: 1024px) {
  .cookie-consent .cookie-consent-text {
    padding-right: 1.5rem;
  }
}
.cookie-consent .cookie-consent-actions {
  flex-shrink: 0;
}
.cookie-consent .cookie-consent-actions > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.cookie-consent.delayed-visible {
  bottom: 0.25rem;
  opacity: 1;
}
.cookie-consent.clicked {
  pointer-events: none;
  opacity: 0;
  bottom: 0;
}
@font-face {
  font-family: "PIPEC TYPEFACE"; /* The name you’ll use in your CSS */
  src: url("../fonts/PIPEC_TYPEFACE.otf") format("opentype"); /* Path to the font file */
  font-weight: normal; /* Specify weight (optional) */
  font-style: normal; /* Specify style (optional) */
}
/*------------------------------------------------------------------
[Table of Contents]

0. Utilities
1. Mobile Menu / #mobile-menu
2. Header / #header
    2.1. Navigation / #navbar
3. Home / #home
    3.1. Slider
    3.2. Home sections
4. Footer / #footer
5. Pages / #page
6. Single / #single
7. Forms
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[0. Utilities]
*/
.container {
  margin-left: auto;
  margin-right: auto;
}
.gradient {
  background: linear-gradient(to right, #2aab39 0%, #8dc221 100%);
}
.gradient-text {
  background: linear-gradient(to right, #2aab39 0%, #8dc221 100%);
}
.gradient-text {
  background-clip: text; /* No -webkit prefix for Firefox */
  color: transparent; /* Make text transparent to show gradient */
  -webkit-background-clip: text; /* WebKit-specific */
  -webkit-text-fill-color: transparent; /* WebKit-specific */
}
.button {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.desktop {
  display: none;
}
.portfolio-item.desktop {
  opacity: 0;
  transform: scale(0.9);
}
@media (min-width: 1024px) {
  .desktop {
    display: block;
  }
}
.mobile {
  display: block;
}
@media (min-width: 1024px) {
  .mobile {
    display: none;
  }
}
/*------------------------------------------------------------------
[1. Body]
*/
body {
  font-family: "PIPEC TYPEFACE";
}
body a[target="_blank"]:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  //content: "\f35d";
  margin-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
body a {
  opacity: 0.65;
  transition-duration: 300ms;
}
body a:hover {
  text-decoration-line: underline;
  opacity: 1;
}
/*------------------------------------------------------------------
[1. Mobile Menu]
*/
.mobile-menu {
}
/*------------------------------------------------------------------
[2. Header]
*/
header {
}
/*------------------------------------------------------------------
[3. Sections]
*/
section {
  padding-top: 4rem;
}
section:last-child {
  padding-bottom: 4rem;
}
.section-heading {
  position: relative;
}
.section-heading .sub-heading {
  font-family: Jost, sans-serif;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 200;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.section-heading h2 {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.section-heading .button-case {
  margin-top: 3rem;
}
.section-heading .section-heading-button {
  position: absolute;
  top: 1rem;
  right: 0px;
}
.section-content h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.section-bg .section-image-heading {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 800px;
}
.section-bg .section-image-heading .section-heading span.sub-heading,
.section-bg .section-image-heading .section-heading h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/*------------------------------------------------------------------
[3. Home]
*/
html {
  margin: 0px;
  box-sizing: border-box;
  padding: 0px;
}
body {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  word-break: break-all;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  body p {
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
body li {
  font-size: 1.5rem;
  line-height: 2rem;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1400px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.fixed-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.fixed-video .video-overlay {
  position: relative;
  width: 80%;
  max-width: 1200px;
  aspect-ratio: 16 / 9;
  background: #000;
}
.fixed-video iframe {
  width: 100%;
  height: 100%;
}
.fixed-video .close-video {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  color: #000;
  border: none;
  font-size: 24px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.kv {
  position: relative;
  width: 100vw;
  overflow: hidden;
}
.kv .header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.kv .header .container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.kv .header .container a {
  cursor: pointer;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  opacity: 1;
}
.kv .header .container .logo {
  position: absolute;
  top: -0.5rem;
  z-index: -10;
  width: 100%;
  text-align: center;
  font-size: 36px;
}
.kv .header .container .menu-item {
  z-index: 10;
  margin-top: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  opacity: 0.6;
}
.kv .header .container .menu-item:hover {
  opacity: 1;
}
@media (min-width: 1024px) {
  .kv .header .container .menu-item {
    margin-top: 0px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.kv .header .container .menu-item {
  transition: 0.3s ease all;
}
.kv .header .container .menu-item.current-menu {
  opacity: 1;
}
.video-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-width: 0px;
}
.center {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 1200px;
  justify-content: space-between;
}
.header {
  font-family: "PIPEC TYPEFACE";
}
.header a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
ul.portfolio-categories {
  margin-bottom: 2rem;
  justify-content: space-between;
}
ul.portfolio-categories > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (min-width: 1024px) {
  ul.portfolio-categories {
    display: flex;
  }

  ul.portfolio-categories > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
}
ul.portfolio-categories li {
  display: inline-block;
}
@media (min-width: 1024px) {
  ul.portfolio-categories li {
    display: block;
  }
}
#about-me p {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5em;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0px;
}
@media (min-width: 1024px) {
  .portfolio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.portfolio-grid .portfolio-item {
  position: relative;
}
.portfolio-grid .portfolio-item .portfolio-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.portfolio-grid .portfolio-item .portfolio-image a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.portfolio-grid .portfolio-item .portfolio-image a:hover .portfolio-control {
  opacity: 1;
}
.portfolio-grid .portfolio-item .portfolio-image a:hover img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition: 1.18s ease all;
}
.portfolio-grid .portfolio-item .portfolio-image a .portfolio-control {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.portfolio-grid
  .portfolio-item
  .portfolio-image
  a
  .portfolio-control
  .portfolio-play-button {
  margin-bottom: 0.5rem;
  text-align: center;
}
.portfolio-grid
  .portfolio-item
  .portfolio-image
  a
  .portfolio-control
  .portfolio-play-button
  img {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
}
.portfolio-grid
  .portfolio-item
  .portfolio-image
  a
  .portfolio-control
  .portfolio-title
  h3 {
  font-family: "PIPEC TYPEFACE";
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: center;
}
.portfolio-item {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.portfolio-item.hidden {
  opacity: 0;
  transform: scale(0.9);
}
.section-heading {
  margin-bottom: 4rem;
  text-align: center;
}
.section-heading h2 {
  display: inline-block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-bottom: 1rem;
  font-family: "PIPEC TYPEFACE";
  font-size: 36px;
}
.section-content {
  text-align: center;
}
.lightbox {
  width: 80%;
  max-width: 800px;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  position: relative;
}
.lightbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.lb-dataContainer {
  display: none; /* Hides default Lightbox2 footer */
}
.social-icons {
  margin-top: 4rem;
  text-align: center;
}
.social-icons img {
  display: inline-block;
}
footer {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 12rem;
  padding-bottom: 12rem;
}
footer p {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
/*------------------------------------------------------------------
[4. Footer]
*/
/*------------------------------------------------------------------
[5. Pages]
*/
section {
}
.section-heading {
}
.section-content {
}
.page-title {
}
.page-title-wrapper {
}
.page-title-inner {
}
.page-content {
}
/*------------------------------------------------------------------
[8. Blog]
*/
/* Pagination */
.pagination {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  max-width: 42rem;
}
.pagination .current-page-mobile {
  margin-bottom: 2rem;
  display: block;
  text-align: center;
}
@media (min-width: 1024px) {
  .pagination .current-page-mobile {
    display: none;
  }
}
.pagination a {
  transition: 0.3s ease all;
}
.pagination .pagination-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination .pagination-inner .first {
  padding-left: 1.5rem;
  color: #999;
  background: url("../images/double-arrow-left.png") no-repeat left center;
  background-size: 16px;
}
.pagination .pagination-inner .last a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.pagination .pagination-inner .last {
  padding-right: 1.5rem;
  color: #999;
  background: url("../images/double-arrow-right.png") no-repeat right center;
  background-size: 16px;
}
.pagination .pagination-inner .previous a,
.pagination .pagination-inner .previous span {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .pagination .pagination-inner .previous a,
  .pagination .pagination-inner .previous span {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.pagination .pagination-inner .next a {
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.pagination .pagination-inner .next a:hover {
  opacity: 0.8;
}
@media (min-width: 1024px) {
  .pagination .pagination-inner .next a {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.pagination .pagination-inner .current-page-desktop {
  display: none;
}
.portfolio-item.pagination .pagination-inner .current-page-desktop {
  opacity: 0;
  transform: scale(0.9);
}
@media (min-width: 1024px) {
  .pagination .pagination-inner .current-page-desktop {
    display: block;
  }
}
.pagination .current-page span.of {
  color: #999;
}
/*------------------------------------------------------------------
[7. Forms]
*/
.form > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.form {
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
}
.form .wpcf7-form-control-wrap {
  display: block;
}
.form label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.form .required {
  margin-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.form ul li {
  list-style-position: inside;
  list-style-type: disc;
}
.wpcf7-not-valid-tip {
  line-height: 1em;
  margin: 0.5em 0;
}
.form-control input[type="text"],
.form-control input[type="email"],
.form-control input[type="tel"],
.form-control textarea {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline-color: #000;
}
.form-control input[type="text"]:focus,
.form-control input[type="email"]:focus,
.form-control input[type="tel"]:focus,
.form-control textarea:focus {
  outline-style: solid;
}
.form-control input[type="text"],
.form-control input[type="email"],
.form-control input[type="tel"],
.form-control textarea {
  border-radius: 0.375rem;
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.75rem;
  width: 100%;
}
.form-control .form-row > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.form-control .form-row {
  display: flex;
  width: 100%;
}
.form-control ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.form-control ul li {
  font-size: 1rem;
  line-height: 1.5rem;
}
span[data-name="agree"] span.wpcf7-list-item {
  padding: 1em 1.5em;
  border-radius: 5px;
}
span[data-name="agree"] label {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-radio > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.wpcf7-radio > span {
  display: block;
}
@media (min-width: 1024px) {
  .wpcf7-radio > span {
    display: inline;
  }
}
input[type="submit"] {
  padding: 0.75em 1.5em;
  border-radius: 4px;
  display: inline-block;
  margin: 0 auto;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  color: white;
  cursor: pointer;
}
.wpcf7-not-valid {
  background: #faefef;
  border: 1px solid #ff6666;
}
.confirmed-input {
  display: inline-block;
  padding: 0.5em;
  border-radius: 4px;
  background: #f5f5f5;
  margin-bottom: 0.5em;
  font-size: 1.3em;
  line-height: 1.25em;
}
.confirmed-input.confirmed-email {
  display: block;
  word-break: break-all;
}
.form-control-agree .wpcf7-form-control-wrap {
  width: 75%;
}
@media (min-width: 1024px) {
  .form-control-agree .wpcf7-form-control-wrap {
    width: 50%;
  }
}
.form-control-agree .wpcf7-form-control-wrap {
  background: #fff;
  display: block;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  margin: 30px auto;
}
.form-control-agree .wpcf7-form-control-wrap input[type="checkbox"] {
  margin-right: 0.5rem;
}
.wpcf7-radio .wpcf7-list-item {
  margin-right: 2rem;
}
.wpcf7-radio .wpcf7-list-item input[type="radio"] {
  margin-right: 0.5rem;
}
.wpcf7-response-output {
  background: white;
  line-height: 2em;
}

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