/* SMOOTH SCROLL */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* SPLIDE */
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
  gap: 4px;
}

.splide__pagination li {
  font-size: 2px;
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
  width: 100%;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  top: 0;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #D9D9D9;
  border: 0;
  display: inline-block;
  height: 4px;
  margin: 0;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 100%;
}

.splide__pagination__page.is-active {
  background: #656565;
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@font-face {
  font-family: "ESFace";
  src: url("../font/ES-Face/ESFace-Bold.otf") format("opentype"), url("../font/ES-Face/ESFace-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ESFace";
  src: url("../font/ES-Face/ESFace-Medium.otf") format("opentype"), url("../font/ES-Face/ESFace-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ESFace";
  src: url("../font/ES-Face/ESFace-Regular.otf") format("opentype"), url("../font/ES-Face/ESFace-Regular.ttf") format("truetyp125e");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ESFace Italic";
  src: url("../font/ES-Face/ESFace-Italic.otf") format("opentype"), url("../font/ES-Face/ESFace-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ESFace";
  src: url("../font/ES-Face/ESFace-Thin.otf") format("opentype"), url("../font/ES-Face/ESFace-Thin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "ESKlarheitGrotesk";
  src: url("../font/ES-Klarheit-Grotesk/ESKlarheitGrotesk-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ESKlarheitGrotesk";
  src: url("../font/ES-Klarheit-Grotesk/ESKlarheitGrotesk-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ESKlarheitGrotesk";
  src: url("../font/ES-Klarheit-Grotesk/ESKlarheitGrotesk-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ESKlarheitGrotesk";
  src: url("../font/ES-Klarheit-Grotesk/ESKlarheitGrotesk-Extralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
:root {
  --theme-background: #f0f0f0;
  --main-color: #ff5532;
  --main-text: #fff;
  --H1: 170px;
  --H2: 64px;
  --H3: 45px;
  --H4: 32px;
  --scroll-width: 17px;
  --side-padding: 20px ;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

.lenis-stopped body {
  padding-right: var(--scroll-width);
}
.lenis-stopped body header .header-inner {
  padding-right: var(--scroll-width);
}

body {
  position: relative;
  font-family: "ESKlarheitGrotesk", Noto Sans TC, -apple-system, BlinkMacSystemFont, PingFang TC, Microsoft JhengHei, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #000;
  overflow-x: hidden;
  font-size: 20px;
  line-height: 30px;
  word-wrap: break-word;
  word-break: normal;
  background-color: var(--theme-background);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
body.init {
  opacity: 1;
}
body.in-fixed {
  position: fixed;
  padding-right: var(--scroll-width);
  width: 100%;
}
body.in-fixed header .header-inner {
  padding-right: var(--scroll-width);
}
body.in-orange {
  --main-text: #ff5532;
  --main-color: #fff;
}
body.in-dark {
  --main-text: #f0f0f0;
  --theme-background: #222222;
  color: #f0f0f0;
}
body.no-scroll-width header .header-inner {
  -webkit-transition: width 0.3s ease, padding-right 0.3s ease;
  transition: width 0.3s ease, padding-right 0.3s ease;
}
body.no-scroll-width header.fixed:not(.transition) .header-inner {
  padding-right: 17px;
}
body.no-scroll-width header.fixed:not(.transition) .header-inner .nav-btn {
  margin-right: calc(var(--side-padding) - 17px);
}
@media screen and (max-width: 600px) {
  body.no-scroll-width.in-fixed header .header-inner {
    padding-right: 0;
  }
  body.no-scroll-width header.fixed:not(.transition) .header-inner {
    padding-right: 0;
  }
}

*, ::after, ::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

::selection {
  color: #fff;
  background: #ff5532;
}

:focus {
  outline: 0;
}

h1 {
  font-size: var(--H1);
  line-height: 180px;
}

h2 {
  font-size: var(--H2);
  line-height: 80px;
}

h3 {
  font-size: var(--H3);
  line-height: 1.5;
}

h4 {
  font-size: var(--H4);
  line-height: 1.5;
}

h5 {
  font-size: 0.83em;
  line-height: 1.25;
}

p {
  margin-bottom: 0.5em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: var(--main-color);
}

ul, ol {
  padding-left: 1.55em;
  margin-bottom: 20px;
}

b,
strong {
  font-weight: bold;
}

img {
  border-style: none;
}

.post-list .landscape, .works-block .landscape {
  height: 100%;
}
.post-list .portrait, .works-block .portrait {
  width: 100%;
}

textarea:focus, input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.content {
  min-height: calc(100vh - 190px);
}

.hyphenated {
  word-break: break-word;
  hyphens: manual;
}

.display-title {
  font-family: "ESFace", Noto Sans TC, -apple-system, BlinkMacSystemFont, PingFang TC, Microsoft JhengHei, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0;
}

.center-justify, .wp-block-columns.align-center {
  justify-content: center;
}

.flex-center {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.loader {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 28px;
  right: 125px;
  width: 13px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: filterLoader 1s infinite linear alternate;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@keyframes filterLoader {
  0% {
    box-shadow: 20px 0 #ff937a, -20px 0 #ffcec4;
    background: #ff937a;
  }
  33% {
    box-shadow: 20px 0 #ff937a, -20px 0 #ffcec4;
    background: #ffcec4;
  }
  66% {
    box-shadow: 20px 0 #ffcec4, -20px 0 #ff937a;
    background: #ffcec4;
  }
  100% {
    box-shadow: 20px 0 #ffcec4, -20px 0 #ff937a;
    background: #ff937a;
  }
}
.selector-filter {
  max-width: 1440px;
  margin: auto;
}
.selector-filter.loading .loader {
  visibility: visible;
  opacity: 0.4;
}
.selector-filter .loader {
  visibility: hidden;
  opacity: 0;
}

.select-nav {
  position: relative;
  min-height: 70px;
  margin-bottom: 100px;
  z-index: 9;
  --select-item-padding: 0 20px;
}
.select-nav .items-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: calc(50% - 12px);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: solid var(--main-color);
  border-width: 2px 2px 0;
}
.select-nav .item {
  position: relative;
  width: 100%;
  background-color: var(--theme-background);
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  visibility: hidden;
  opacity: 0;
  font-size: 30px;
}
.select-nav .item a {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  padding: var(--select-item-padding);
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-nav .item.current {
  order: -1;
  visibility: visible;
  pointer-events: none;
  opacity: 1;
  border-bottom: 2px solid var(--main-color);
}
.select-nav .item.current a {
  width: 90%;
  pointer-events: none;
  height: auto;
  visibility: visible;
  padding: 20px;
  color: var(--main-color);
}
@media (hover: hover) {
  .select-nav .item:hover a {
    background-color: var(--main-color);
    color: #fff;
  }
}
.select-nav .items-wrap.active {
  --select-item-padding: 20px;
  border-width: 2px;
}
.select-nav .items-wrap.active .item {
  visibility: visible;
  opacity: 1;
}
.select-nav .items-wrap.active .item a {
  visibility: visible;
  height: auto;
  padding: var(--select-item-padding);
}
.select-nav .items-wrap.active .item a span {
  pointer-events: none;
}
.select-nav .items-wrap.active .btn-select:after {
  top: 29px;
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .select-nav .btn-reset:hover:after, .select-nav .btn-reset:hover:before {
    opacity: 0.5;
  }
}
.select-nav .btn-reset {
  position: absolute;
  top: 17px;
  right: 58px;
  width: 32px;
  height: 32px;
  z-index: 9;
  transform: scale(0.82);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
}
.select-nav .btn-reset:after, .select-nav .btn-reset:before {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--main-color);
  transform: rotate(45deg);
  transform-origin: center;
  position: absolute;
  top: 16px;
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
.select-nav .btn-reset:after {
  transform: rotate(-45deg);
}
.select-nav .btn-select {
  display: block;
  height: 100%;
  max-height: 70px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 5;
}
.select-nav .btn-select:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 22px;
  transform: rotate(135deg);
  width: 22px;
  height: 22px;
  border: solid;
  border-width: 2px 2px 0 0;
  border-color: var(--main-color);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  transform-origin: center;
}

.searching-term.selector-filter .select-nav .btn-reset {
  visibility: visible;
  opacity: 1;
}

/* ANI */
.parallax-box {
  position: relative;
}
.parallax-box .parallax-me {
  position: absolute;
  will-change: transform;
}

.ani-this {
  -webkit-transition: transform 0.5s ease, opacity 0.45s ease, color 0.45s ease;
  transition: transform 0.5s ease, opacity 0.45s ease, color 0.45s ease;
}
.ani-this.right-in {
  transform: translateX(50px);
}
.ani-this.left-in {
  transform: translateX(-50px);
}
.ani-this.top-in {
  transform: translateY(-50px);
}
.ani-this.bottom-in {
  transform: translateY(50px);
}
.ani-this.fade-in {
  opacity: 0;
}
.ani-this.delay-1 {
  -webkit-transition: transform 0.5s ease 0.1s, opacity 0.45s ease 0.1s;
  transition: transform 0.5s ease 0.1s, opacity 0.45s ease 0.1s;
}
.ani-this.delay-2 {
  -webkit-transition: transform 0.5s ease 0.2s, opacity 0.45s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.45s ease 0.2s;
}
.ani-this.delay-3 {
  -webkit-transition: transform 0.5s ease 0.3s, opacity 0.45s ease 0.3s;
  transition: transform 0.5s ease 0.3s, opacity 0.45s ease 0.3s;
}
.ani-this.delay-4 {
  -webkit-transition: transform 0.5s ease 0.4s, opacity 0.45s ease 0.4s;
  transition: transform 0.5s ease 0.4s, opacity 0.45s ease 0.4s;
}
.ani-this.delay-5 {
  -webkit-transition: transform 0.5s ease 0.5s, opacity 0.45s ease 0.5s;
  transition: transform 0.5s ease 0.5s, opacity 0.45s ease 0.5s;
}
.ani-this.delay-6 {
  -webkit-transition: transform 0.5s ease 0.6s, opacity 0.45s ease 0.6s;
  transition: transform 0.5s ease 0.6s, opacity 0.45s ease 0.6s;
}
.ani-this.in {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

.marquee-text {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  will-change: transform;
}
.marquee-text .marquee-item {
  display: inline-block;
  margin: 0 0.5em 0 0;
}

.main-contact.wpforms-container .wpforms-form {
  --wpforms-button-background-color: #ff5532;
  --wpforms-field-size-font-size: 24px;
  --wpforms-field-border-color: #000;
  --wpforms-field-background-color: #f0f0f0;
}
.main-contact.wpforms-container .wpforms-form .wpforms-field-layout-columns {
  gap: 120px;
}
.main-contact.wpforms-container .wpforms-form textarea {
  min-height: 488px;
  line-height: 34px;
}
.main-contact.wpforms-container .wpforms-form button[type=submit]:focus:after {
  border: 0 !important;
  box-shadow: unset !important;
}
.main-contact.wpforms-container .wpforms-form input[type=checkbox]:focus:before {
  border-color: #000 !important;
  box-shadow: unset !important;
}
.main-contact.wpforms-container .wpforms-form input[type=checkbox]:before,
.main-contact.wpforms-container .wpforms-form input[type=checkbox]:after {
  border-radius: 0 !important;
}
.main-contact.wpforms-container .wpforms-form input[type=checkbox]:checked:before,
.main-contact.wpforms-container .wpforms-form input[type=radio]:checked:before {
  border-color: #000 !important;
  box-shadow: unset !important;
}
.main-contact.wpforms-container .wpforms-form .wpforms-layout-column {
  width: calc(100% - 120px - 708px) !important;
}
.main-contact.wpforms-container .wpforms-form .wpforms-layout-column:first-child {
  width: 708px !important;
}
.main-contact.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-textarea):not(.wpforms-field-checkbox) {
  margin-bottom: 55px;
}
.main-contact.wpforms-container .wpforms-form .wpforms-field {
  padding-bottom: 25px;
}
.main-contact.wpforms-container .wpforms-form button[type=submit].btn-capsule {
  background-color: var(--theme-background);
  border: 2px solid var(--main-color);
  color: var(--main-color);
  font-size: 60px;
  font-weight: 400;
  line-height: 83.4px;
  text-align: center;
  height: auto;
  border-radius: 100px;
  width: 570px;
  margin: auto;
  padding: 23px;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (hover: hover) {
  .main-contact.wpforms-container .wpforms-form button[type=submit].btn-capsule:hover {
    background: var(--main-color) !important;
    color: var(--main-text);
  }
}
.main-contact.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input {
  margin-top: 8px;
}
.main-contact.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input + label {
  font-size: 20px;
  line-height: 30px;
}
.main-contact.wpforms-container .wpforms-form em {
  position: absolute;
  bottom: 0;
  left: 1em;
}

.wpforms-container {
  margin: 0;
}
.wpforms-container .wpforms-field {
  padding-top: 0;
}
.wpforms-container textarea {
  border-color: #000 !important;
  border-radius: 0 !important;
  resize: vertical;
}
.wpforms-container input::placeholder {
  color: #999999;
}
.wpforms-container input:not([type=checkbox]):not([type=radio]) {
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #000 !important;
  padding: 0;
  font-size: 24px;
  line-height: 34px;
}
.wpforms-container input:not([type=checkbox]):not([type=radio]):focus {
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
}
.wpforms-container .wpforms-confirmation-container-full {
  background: unset;
  border: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.5;
}
.wpforms-container em {
  position: absolute !important;
  bottom: -5px;
  font-size: 11px !important;
  padding: 0 !important;
  margin-top: 0 !important;
}
.wpforms-container em:before {
  display: none;
}

.has-text-color.has-ddg-orange-color {
  color: var(--wp--preset--color--ddg-orange);
}
.has-text-color.has-true-black-color {
  color: var(--wp--preset--color--true-black);
}
.has-text-color.has-real-white-color {
  color: var(--wp--preset--color--real-white);
}
.has-text-color.has-light-gray-color {
  color: var(--wp--preset--color--light-gray);
}
.has-text-color.has-ddg-orange-background-color {
  background-color: var(--wp--preset--color--ddg-orange);
}
.has-text-color.has-true-black-background-color {
  background-color: var(--wp--preset--color--true-black);
}
.has-text-color.has-real-white-background-color {
  background-color: var(--wp--preset--color--real-white);
}
.has-text-color.has-light-gray-background-color {
  background-color: var(--wp--preset--color--light-gray);
}

/* HEADER */
header.hit {
  --main-color: #fff;
  --main-text: #FF5532;
}

header.fixed:not(.transition) {
  top: 0;
}
header.fixed:not(.transition) .header-inner {
  width: 100%;
}
header.fixed:not(.transition) .header-inner .nav-btn {
  margin-right: var(--side-padding);
}

header.leaving {
  top: 69px !important;
}
header.leaving .header-inner {
  width: calc(100% - 240px) !important;
}
header.leaving .nav-btn {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

header.menu-in {
  --main-color: #fff;
  --main-text: #FF5532;
  top: 0;
}
header.menu-in .header-inner {
  width: 100%;
}

header {
  position: fixed;
  top: 69px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  -webkit-transition: top 0.35s;
  transition: top 0.35s;
  z-index: 99;
}
header .header-inner {
  width: calc(100% - 240px);
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
header .header-inner .brand {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
header .header-inner .brand svg path {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .header-inner .nav-btn.active {
  transform: rotate(45deg);
}
header .header-inner .nav-btn {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  cursor: pointer;
  -webkit-transition: transform 0.25s ease, margin-right 0.28s ease 0s;
  transition: transform 0.25s ease, margin-right 0.28s ease 0s;
}
header .header-inner .nav-btn:before, header .header-inner .nav-btn:after {
  content: "";
  display: block;
  width: 3px;
  height: 45px;
  background-color: var(--main-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .header-inner .nav-btn:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.menubox {
  --main-color: #ff5532;
  --main-text: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 89;
  overflow: hidden;
  color: #fff;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: background-color linear 0.25s, visibility linear 0.1s;
}
.menubox:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: skew(15deg, 15deg);
  transform-origin: right top;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: var(--main-color);
  z-index: -1;
  transition-delay: 0.4s;
}
.menubox.go {
  pointer-events: auto;
}
.menubox.go ul li {
  transform: translateX(0);
  opacity: 1;
}
.menubox.go ul li {
  transition-delay: 0.3s;
}
.menubox.go ul li:nth-child(2) {
  transition-delay: 0.4s;
}
.menubox.go ul li:nth-child(3) {
  transition-delay: 0.5s;
}
.menubox.go ul li:nth-child(4) {
  transition-delay: 0.6s;
}
.menubox.go ul li:nth-child(5) {
  transition-delay: 0.7s;
}
.menubox.go ul li:nth-child(6) {
  transition-delay: 0.8s;
}
.menubox.go .lang-nav {
  bottom: 80px;
  transition-delay: 0.6s;
}
.menubox.go:after {
  width: 100vw;
  height: 100vh;
  transform: skew(0deg, 0deg);
  transition-delay: 0s;
}
.menubox.active {
  visibility: visible;
  opacity: 1;
}
.menubox.active #nav li a div {
  visibility: visible;
}
.menubox.leaving #nav, .menubox.leaving .lang-nav {
  transform: translateY(20px) !important;
  opacity: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menubox ul {
  padding: 0;
  list-style: none;
}
.menubox ul li {
  transform: translateX(-100px);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 1.1);
  transition: all 0.5s cubic-bezier(0, 0, 0, 1.1);
}
.menubox ul li {
  transition-delay: 0.5s;
}
.menubox ul li:nth-child(2) {
  transition-delay: 0.4s;
}
.menubox ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.menubox ul li:nth-child(4) {
  transition-delay: 0.2s;
}
.menubox ul li:nth-child(5) {
  transition-delay: 0.1s;
}
.menubox ul li:nth-child(6) {
  transition-delay: 0.1s;
}
.menubox ul li:nth-child(7) {
  transition-delay: 0.1s;
}
.menubox a {
  color: #fff;
}
.menubox #nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 100px;
  font-weight: 700;
  line-height: 140px;
  text-align: center;
}
.menubox #nav a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
  height: 140px;
}
@media (hover: hover) {
  .menubox #nav a:hover {
    font-weight: 400;
    font-family: "ESFace Italic", serif;
  }
}

.lang-nav {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 120px;
  bottom: -100px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.lang-nav a {
  color: var(--main-text);
}
.lang-nav .lang-item.current {
  display: none;
}
.lang-nav .lang-item a {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 98px;
  height: 98px;
  overflow: hidden;
  border-radius: 98px;
  border: 1.5px solid;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.lang-nav .lang-item span {
  position: relative;
  z-index: 9;
}
.lang-nav .lang-item a:after {
  content: "";
  background-color: #fff;
  display: block;
  width: 105%;
  height: 105%;
  border-radius: 100px;
  position: absolute;
  top: -2.5%;
  left: -2.5%;
  transform: translate(-60%, 60%) skew(55deg);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (hover: hover) {
  .lang-nav a:hover {
    color: var(--main-color);
  }
  .lang-nav a:hover:after {
    transform: translate(0);
  }
}
/* FOOTER */
footer {
  --footer-gap: 30px;
  color: var(--main-color);
  font-size: 16px;
  line-height: 30px;
  padding: 63px 0 31px;
}
footer p {
  margin: 0 !important;
}
footer .footer-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: var(--footer-gap);
  justify-content: space-between;
  max-width: 1680px;
  margin: auto;
}
footer .social {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 40px;
}
footer .footer-right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 50%;
  min-width: 600px;
}
footer .footer-right .contact, footer .footer-right .subscribe {
  width: calc(50% - var(--footer-gap) / 2);
}
footer .footer-right .subscribe em {
  bottom: -20px;
}
footer .copyright br {
  display: none;
}
footer .footer-subscribe.wpforms-container-full {
  margin: 0 !important;
  height: 100%;
}
footer .footer-subscribe.wpforms-container-full .wpforms-form {
  height: 100%;
}
footer .footer-subscribe.wpforms-container-full .wpforms-form .wpforms-field-container {
  height: 100%;
}
footer .footer-subscribe.wpforms-container-full .wpforms-submit-container {
  display: none;
  visibility: hidden;
}
footer .footer-subscribe.wpforms-container-full .wpforms-field {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
footer .footer-subscribe.wpforms-container-full label {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--main-color);
  margin: 0;
}
footer .footer-subscribe.wpforms-container-full label .wpforms-required-label {
  display: none;
}
footer .footer-subscribe.wpforms-container-full input[type=email]::placeholder {
  color: var(--main-color);
  font-size: 16px;
}
footer .footer-subscribe.wpforms-container-full input[type=email] {
  border: 0 !important;
  border-radius: 0;
  border-bottom: 1px solid var(--main-color) !important;
  padding: 0;
  background-color: transparent;
  font-size: 16px;
}
footer .footer-subscribe.wpforms-container-full input[type=email]:focus {
  border: 0 !important;
  border-bottom: 1px solid var(--main-color) !important;
}
footer .footer-subscribe.wpforms-container-full .wpforms-confirmation-container-full,
footer .footer-subscribe.wpforms-container-full > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  border-color: var(--main-color);
  background-color: transparent;
  color: var(--main-color);
}

/* SINGLE */
.single.single-post article.the-article {
  padding-top: 320px;
}
.single.single-post .entry-content {
  line-height: 36px;
}
.single.single-post p {
  margin-bottom: 20px;
}
.single.single-post .thumbnail.featured-image {
  margin-bottom: 120px;
}
.single.single-post .thumbnail.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single.single-post .post-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  gap: 10px;
}
.single.single-post .post-meta .author {
  font-size: 32px;
  line-height: 42px;
  color: var(--main-color);
}
.single.single-post .entry-wrap {
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
}
.single.single-post .entry-title {
  font-weight: 400;
  font-size: 42px;
  line-height: 54px;
  color: var(--main-color);
  margin-bottom: 30px;
}
.single.single-post .ori-content h1, .single.single-post .ori-content h2, .single.single-post .ori-content h3, .single.single-post .ori-content h4, .single.single-post .ori-content h5, .single.single-post .ori-content h6 {
  padding: 0 0 2.8em 0;
  line-height: 1.8em;
}
.single.single-post .ori-content h5 {
  font-weight: normal;
  font-size: 14px;
  margin: 70px auto;
}
.single.single-post .ori-content iframe {
  margin: 10px auto;
}
.single.single-post .entry-footer {
  margin-top: 80px;
}
.single.single-post .entry-footer .post-categories {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.single.single-post .entry-footer .post-categories a {
  padding: 4px 14px;
  border-radius: 50px;
  background-color: #e1e1e1;
}
.single.single-post .read-more-post {
  margin: 240px auto 470px;
}
.single.single-post .read-more-post h2 {
  font-weight: 400;
  font-size: 64px;
  line-height: 80px;
  color: var(--main-color);
}
.single.single-post .read-more-post .display-title {
  margin-bottom: 72px;
}
.single.single-work {
  --page-padding-top: 320px;
}
.single.single-work.all-works-loaded footer {
  display: block;
}
.single.single-work footer {
  display: none;
}
.single.single-work .content {
  padding-top: calc(var(--page-padding-top) / 2);
}
.single.single-work .work-heading {
  gap: 0 24px;
}
.single.single-work .work-heading .content-hero {
  grid-column: span 12/span 12;
  --hero-padding-top: 50%;
}
.single.single-work .work-heading .content-hero figure {
  padding-top: var(--hero-padding-top);
}
.single.single-work .container-enter, .single.single-work .container-leave {
  opacity: 0;
}
.single.single-work .container-enter-active, .single.single-work .container-leave-active {
  opacity: 1;
}
.single.single-work .work-content {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding-top: calc(var(--page-padding-top) / 2);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.single.single-work .work-content .entry-content {
  -webkit-transition: padding-top 0.3s ease;
  transition: padding-top 0.3s ease;
}
.single.single-work .work-content.hide-to-remove {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single.single-work .work-content.hide-to-remove img {
  -webkit-transition: opacity 0s ease;
  transition: opacity 0s ease;
}
.single.single-work .work-content.the-next-work {
  position: relative;
  height: 100vh;
  max-height: calc(50vh + var(--page-padding-top) + 200px);
  overflow: hidden;
  margin-bottom: 0;
}
.single.single-work .work-content.the-next-work .entry-content {
  padding-top: calc(var(--page-padding-top) / 2);
}
.single .share-this-journal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: fixed;
  left: 42px;
  top: calc(50vh - 125px);
  z-index: 9;
}
.single .share-this-journal .heading {
  display: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.single .share-this-journal .social-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.single .share-this-journal .social-buttons .notice {
  visibility: hidden;
  opacity: 0;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 10px;
  border-radius: 3px;
  margin-top: 1em;
  display: block;
  width: 100px;
  text-align: center;
  position: absolute;
  left: 120%;
  top: 0;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.single .share-this-journal .social-buttons .copied .notice {
  visibility: visible;
  opacity: 1;
}
.single .share-this-journal .social-buttons .item {
  position: relative;
}
.single .share-this-journal .social-buttons .item .link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e1e1e1;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.single .share-this-journal .social-buttons .item .link svg {
  pointer-events: none;
}
.single .share-this-journal .social-buttons .item .link svg path {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (hover: hover) {
  .single .share-this-journal .social-buttons .item .link:hover {
    background-color: var(--main-color);
  }
  .single .share-this-journal .social-buttons .item .link:hover svg path {
    fill: #fff;
  }
}
.single blockquote {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
}
.single .all-loaded-notice {
  display: block;
  text-align: center;
  color: var(--main-color);
  width: 100%;
  font-weight: normal;
  padding-top: calc(var(--page-padding-top) / 2);
  padding-bottom: calc(var(--page-padding-top) / 2);
}
@media (hover: hover) {
  .single .btn-next a:hover svg {
    transform: translateY(15px);
  }
}
.single .btn-next {
  text-align: center;
}
.single .btn-next a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: var(--main-color);
  gap: 14px;
  cursor: pointer;
}
.single .btn-next.hide {
  height: calc(var(--page-padding-top) / 2);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single .btn-next span {
  display: block;
  width: 5em;
  margin: auto;
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  text-align: center;
  pointer-events: none;
}
.single .btn-next svg {
  pointer-events: none;
  transition: transform 0.3s ease;
}
.single .btn-next .loader {
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
}
.single .btn-next .loader.loading {
  opacity: 0.7;
  visibility: visible;
}

.archive .entry-header {
  margin-bottom: 200px;
}
.archive .entry-header h1.archive-title {
  font-weight: 400;
  font-size: 64px;
  line-height: 80px;
  color: var(--main-color);
}
.archive .entry-header h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  color: var(--main-color);
  margin-top: 16px;
}
.archive.category .post-list article .entry-meta .term {
  display: none;
}

nav.pagination {
  position: relative;
  display: block;
}
nav.pagination .nav-links {
  position: relative;
  display: flex;
  gap: 16px;
  justify-content: center;
}

.archive-footer {
  --main-text: #fff;
  height: 100vh;
}
.archive-footer h2 {
  color: var(--main-text);
  margin: auto;
  max-width: 1150px;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
}
.archive-footer h2.narrow {
  max-width: 1000px;
}

/* RWD */
@media screen and (max-width: 1740px) {
  footer .footer-wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1680px) {
  :root {
    --side-padding: 75px ;
  }
  header .header-inner {
    width: calc(100% - var(--side-padding) * 2);
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  header .header-inner .nav-btn {
    -webkit-transition: transform 0.25s ease, margin-right 0.3s ease 0s;
    transition: transform 0.25s ease, margin-right 0.3s ease 0s;
  }
  footer {
    --footer-gap: 18px;
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
    max-width: 100vw;
  }
  footer .footer-wrap {
    padding: 0;
  }
  .selector-filter {
    width: calc(100% - var(--side-padding) * 2);
  }
  .single .wrap {
    width: calc(100% - var(--side-padding) * 2);
    margin-left: auto;
    margin-right: auto;
  }
  .single.single-post .read-more-post .block-wrap {
    width: 100%;
  }
  .content {
    min-height: 100vh;
  }
  .error404 .wrap, .archive .wrap {
    max-width: calc(100% - var(--side-padding) * 2);
    margin: auto;
  }
}
@media screen and (max-width: 1440px) {
  header {
    top: 33px;
  }
  .main-contact.wpforms-container .wpforms-form .wpforms-field-layout-columns {
    gap: 100px;
  }
  .main-contact.wpforms-container .wpforms-form .wpforms-layout-column {
    width: calc(50% - 60px) !important;
  }
  .main-contact.wpforms-container .wpforms-form .wpforms-layout-column:first-child {
    width: 50% !important;
  }
}
@media screen and (max-width: 1330px) {
  .dgg-open-roles {
    grid-column: span 6/span 6 !important;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --main-color: #ff5532;
    --main-text: #fff;
    --H1: 64px;
    --H2: 30px;
    --H3: 30px;
    --H4: 56px;
  }
  h1 {
    line-height: 64px;
  }
  h2 {
    line-height: 38px;
  }
  h3 {
    line-height: 40px;
  }
  h4 {
    line-height: 70px;
  }
  footer .footer-left {
    width: 50%;
  }
  footer .footer-right {
    flex-direction: column;
    min-width: unset;
    gap: 24px;
  }
  footer .footer-right .contact,
  footer .footer-right .subscribe {
    width: calc(100% - var(--footer-gap) / 2);
  }
}
@media screen and (max-height: 720px) {
  .single.single-work {
    --page-padding-top: 220px;
  }
  .menubox #nav a {
    height: 120px;
  }
}
@media screen and (max-height: 660px) {
  .menubox #nav a {
    height: 110px;
  }
}
@media screen and (max-width: 1024px) {
  body.in-fixed header {
    top: 0;
  }
  .menubox #nav {
    font-size: 80px;
    line-height: 100px;
  }
  .menubox #nav a {
    height: 100px;
  }
  .menubox #nav a div span {
    line-height: 100px;
  }
  .home {
    padding-top: 160px;
  }
  footer .box {
    width: 100%;
  }
  .selector-filter .loader {
    top: 23px;
    right: 85px;
  }
  .selector-filter .items-wrap {
    max-width: 100%;
  }
  .selector-filter .select-nav {
    --select-item-padding: 0 14px;
  }
  .selector-filter .select-nav .btn-reset {
    top: 12px;
    right: 62px;
  }
  .selector-filter .select-nav .btn-select:after {
    top: 12px;
  }
  .selector-filter .select-nav .items-wrap.active {
    --select-item-padding: 20px 14px;
  }
  .selector-filter .select-nav .items-wrap.active .btn-select:after {
    top: 22px;
  }
  .selector-filter .select-nav .item.current a {
    padding: 20px 14px;
  }
  .selector-filter .select-nav .item {
    font-size: 21px;
    line-height: 1;
  }
  .selector-filter .select-nav .btn-select {
    max-width: 100%;
  }
  .archive .block-wrap.grid-cols-12 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .archive-footer h2 {
    font-size: 52px;
    line-height: 68px;
  }
  .main-contact.wpforms-container .wpforms-form .wpforms-field-layout-columns {
    gap: 60px;
  }
  .main-contact.wpforms-container .wpforms-form .wpforms-layout-column {
    width: calc(50% - 30px) !important;
  }
  .main-contact.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-textarea):not(.wpforms-field-checkbox) {
    margin-bottom: 40px;
  }
  .main-contact.wpforms-container .wpforms-form button[type=submit].btn-capsule {
    font-size: 46px;
    line-height: 60px;
    width: 460px;
    padding: 16px;
  }
  .single.single-work {
    --page-padding-top: 200px;
  }
  .single.single-post .entry-footer .post-categories {
    justify-content: center;
    flex-wrap: wrap;
  }
  .single .share-this-journal {
    position: relative;
    top: unset;
    left: unset;
    margin-top: 60px;
  }
  .single .share-this-journal .heading {
    display: block;
  }
  .single .share-this-journal .social-buttons {
    flex-direction: row;
  }
}
@media screen and (max-width: 860px) {
  footer .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 40px;
  }
  footer .footer-right, footer .footer-left {
    width: 100%;
    max-width: 300px;
  }
  footer .copyright {
    margin-bottom: 40px;
  }
  footer .copyright br {
    display: inline-block;
  }
}
@media screen and (max-width: 769px) {
  .single {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
  }
  .archive .block-wrap.grid-cols-12 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .main-contact.wpforms-container .wpforms-form .wpforms-field-layout-columns {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  :root {
    --side-padding: 20px ;
  }
  header {
    top: 0;
  }
  header.fixed:not(.transition) .header-inner .nav-btn {
    margin-right: 0;
  }
  header.leaving {
    top: 0 !important;
  }
  header.leaving .header-inner {
    width: 100% !important;
  }
  header .header-inner {
    padding: 0;
    width: 100%;
    align-items: flex-start;
  }
  header .header-inner .brand svg {
    width: 45px;
    height: auto;
  }
  header .header-inner .nav-btn:before,
  header .header-inner .nav-btn:after {
    height: 25px;
  }
  .menubox ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 0;
  }
  .menubox #nav {
    font-size: 50px;
    line-height: 70px;
  }
  .menubox #nav a {
    height: 60px;
  }
  .menubox #nav a div span {
    line-height: 60px;
  }
  .menubox.go .lang-nav {
    bottom: unset;
    transform: translateY(0);
    opacity: 1;
  }
  .menubox .lang-nav {
    position: relative;
    right: unset;
    bottom: unset;
    margin: 64px auto 0;
    text-align: center;
    transform: translateY(30px);
    opacity: 0;
  }
  .menubox .lang-nav .lang-item a {
    width: 64px;
    height: 64px;
    margin: auto;
    font-size: 24px;
    line-height: 33.36px;
  }
  .home {
    padding-top: 80px;
  }
  footer .footer-right {
    flex-direction: column;
  }
  footer .social {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .archive .entry-header {
    margin-bottom: 80px;
  }
  .archive .entry-header h1.archive-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
  }
  .archive .entry-header h3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 5px;
  }
  .archive-footer {
    height: auto;
  }
  .archive-footer h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .single.single-work {
    --page-padding-top: 100px;
  }
  .single.single-work .ddg-block.work-heading:not(.has-hero) {
    margin-bottom: 60px;
  }
  .single.single-work .work-heading .content-hero figure {
    padding-top: var(--hero-mobile-padding-top);
  }
  .single.single-post {
    font-size: 16px;
    line-height: 26px;
  }
  .single.single-post article.the-article {
    padding-top: 110px;
  }
  .single.single-post .entry-content {
    line-height: 30px;
  }
  .single.single-post .thumbnail.featured-image {
    margin-bottom: 60px;
  }
  .single.single-post .entry-title {
    font-size: 28px;
    line-height: 36px;
  }
  .single.single-post .post-meta {
    margin-bottom: 60px;
  }
  .single.single-post .post-meta .author {
    font-size: 20px;
    line-height: 28px;
  }
  .single.single-post .ori-content h5 {
    margin: 30px auto;
  }
  .single.single-post .read-more-post {
    margin: 120px auto 170px;
  }
  .single.single-post .read-more-post h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
  }
  .single.single-post .read-more-post .display-title {
    margin-bottom: 34px;
    gap: 24px;
  }
  .single .share-this-journal .social-buttons .notice {
    right: 0;
    left: unset;
    top: 100%;
  }
  .single .btn-next svg {
    width: 90px;
  }
  .main-contact.wpforms-container .wpforms-form .wpforms-field-layout-columns {
    gap: 60px;
  }
  .main-contact.wpforms-container .wpforms-form textarea {
    min-height: 320px;
  }
  .main-contact.wpforms-container .wpforms-form .wpforms-layout-column {
    width: 100% !important;
  }
  .main-contact.wpforms-container .wpforms-form .wpforms-layout-column:first-child {
    width: 100% !important;
  }
  .main-contact.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-textarea):not(.wpforms-field-checkbox) {
    margin-bottom: 32px;
  }
  .main-contact.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-textarea):not(.wpforms-field-checkbox):last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .main-contact.wpforms-container .wpforms-form button[type=submit].btn-capsule {
    font-size: 28px;
    line-height: 38.92px;
    width: 50%;
    min-width: 180px;
  }
  .main-contact.wpforms-container .wpforms-form textarea,
  .main-contact.wpforms-container .wpforms-form input:not([type=checkbox]):not([type=radio]) {
    font-size: 20px;
    line-height: 34px;
  }
  .main-contact.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input + label {
    font-size: 16px;
    line-height: 26px;
  }
}

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