@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&family=Poppins:ital,wght@0,300;0,600;1,400;1,600&display=swap");
:root {
  --wp-admin-theme-color: $primary-text-color;
}

/* elements */
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  font-weight: 300;
  color: #000000;
}

/* Breakpoints */
/* Container */
.flex-list li {
  margin-bottom: 10px;
  display: block;
}
@media screen and (min-width: 768px) {
  .flex-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .flex-list li {
    margin-bottom: 0;
  }
}

@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeinBody {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    display: block;
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    top: 0;
    transform: translateY(0px);
  }
}
@-moz-keyframes fadein {
  0% {
    display: block;
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    top: 0;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadein {
  0% {
    display: block;
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    top: 0;
    transform: translateY(0px);
  }
}
@keyframes fadeInText {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(35px) translateY(25px) skew(-5deg);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateX(0) skew(0);
  }
}
@-moz-keyframes fadeInText {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(35px) translateY(25px) skew(-5deg);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translate(0) skew(0);
  }
}
@-webkit-keyframes fadeInText {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(35px) translateY(25px) skew(-5deg);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translate(0) skew(0);
  }
}
@-moz-keyframes fadeInImage {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    display: block;
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fadeInImage {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    display: block;
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes fadeInImage {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    display: block;
    opacity: 0;
    transform-origin: center top;
    transform: translateY(100px) scale(1.1);
  }
  100% {
    opacity: 1;
    top: 0;
    transform-origin: center top;
    transform: translateY(0px) scale(1);
  }
}
@-moz-keyframes fadeup {
  0% {
    display: block;
    opacity: 0;
    transform-origin: center top;
    transform: translateY(100px) scale(1.1);
  }
  100% {
    opacity: 1;
    top: 0;
    transform-origin: center top;
    transform: translateY(0px) scale(1);
  }
}
@-webkit-keyframes fadeup {
  0% {
    display: block;
    opacity: 0;
    transform-origin: center top;
    transform: translateY(100px) scale(1.1);
  }
  100% {
    opacity: 1;
    top: 0;
    transform-origin: center top;
    transform: translateY(0px) scale(1);
  }
}
@keyframes fadeout {
  0% {
    display: block;
    opacity: 1;
    top: 0;
    transform-origin: center top;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform-origin: center top;
    transform: translateY(-60px) scale(0.8);
  }
}
@-moz-keyframes fadeout {
  0% {
    display: block;
    opacity: 1;
    top: 0;
    transform-origin: center top;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform-origin: center top;
    transform: translateY(-60px) scale(0.8);
  }
}
@-webkit-keyframes fadeout {
  0% {
    display: block;
    opacity: 1;
    top: 0;
    transform-origin: center top;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform-origin: center top;
    transform: translateY(-60px) scale(0.8);
  }
}
@keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translateX(-30px) translateY(0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(30px) translateY(0px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
:root {
  font-family: "Poppins", sans-serif;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000000;
}

button, input, select, optgroup, textarea {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.15px;
}

main p {
  color: #000000;
  line-height: 28px;
  font-size: 16px;
  letter-spacing: 0.15px;
}
main p strong {
  font-weight: bold;
}

* {
  color: #000000;
  line-height: 1.6em;
  box-sizing: border-box;
}
* strong {
  font-weight: bold;
}

a:hover {
  color: inherit;
}

h1, h2, h3, h4 {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

svg .icon-white {
  fill: #FFF;
}

.gold {
  color: #B29E83;
}

.title, .small-title, .tags--list .label,
.custom-wysiwyg h3,
.custom-wysiwyg h4,
h3, h4, .medium-title, .big-title, .wide-title {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 700;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
  letter-spacing: 1px;
}
.title + a, .small-title + a, .tags--list .label + a,
.custom-wysiwyg h3 + a,
.custom-wysiwyg h4 + a,
h3 + a, h4 + a, .medium-title + a, .big-title + a, .wide-title + a, .title + ul, .small-title + ul, .tags--list .label + ul,
.custom-wysiwyg h3 + ul,
.custom-wysiwyg h4 + ul,
h3 + ul, h4 + ul, .medium-title + ul, .big-title + ul, .wide-title + ul, .title + ol, .small-title + ol, .tags--list .label + ol,
.custom-wysiwyg h3 + ol,
.custom-wysiwyg h4 + ol,
h3 + ol, h4 + ol, .medium-title + ol, .big-title + ol, .wide-title + ol, .title + .text-wrapper, .small-title + .text-wrapper, .tags--list .label + .text-wrapper,
h3 + .text-wrapper, h4 + .text-wrapper, .medium-title + .text-wrapper, .big-title + .text-wrapper, .wide-title + .text-wrapper, .title + p, .small-title + p, .tags--list .label + p,
.custom-wysiwyg h3 + p,
.custom-wysiwyg h4 + p,
h3 + p, h4 + p, .medium-title + p, .big-title + p, .wide-title + p, .title + .btn-wrapper, .small-title + .btn-wrapper, .tags--list .label + .btn-wrapper,
h3 + .btn-wrapper, h4 + .btn-wrapper, .medium-title + .btn-wrapper, .big-title + .btn-wrapper, .wide-title + .btn-wrapper {
  margin-top: 20px;
}
.title span, .small-title span, .tags--list .label span,
.custom-wysiwyg h3 span,
.custom-wysiwyg h4 span,
h3 span, h4 span, .medium-title span, .big-title span, .wide-title span {
  display: block;
}
.title small, .small-title small, .tags--list .label small,
.custom-wysiwyg h3 small,
.custom-wysiwyg h4 small,
h3 small, h4 small, .medium-title small, .big-title small, .wide-title small {
  display: block;
  font-size: 0.65em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .title small, .small-title small, .tags--list .label small,
  .custom-wysiwyg h3 small,
  .custom-wysiwyg h4 small,
  h3 small, h4 small, .medium-title small, .big-title small, .wide-title small {
    font-size: 0.35em;
  }
}

small {
  line-height: 1.2em;
}

blockquote {
  margin: 0;
  padding: 20px 0;
  background: none;
  color: #000000;
  font-size: 16px;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
}

.wide-title {
  font-weight: bold;
  color: #000000;
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .wide-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 992px) {
  .wide-title {
    font-size: 62px;
  }
}
@media screen and (min-width: 1199px) {
  .wide-title {
    font-size: 86px;
  }
}
@media screen and (min-width: 1599px) {
  .wide-title {
    font-size: 101px;
  }
}

.big-title {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2em;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .big-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  .big-title {
    font-size: 46px;
  }
}
@media screen and (min-width: 1199px) {
  .big-title {
    font-size: 56px;
  }
}

.medium-title {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 700;
  color: #000000;
  font-size: 26px;
  line-height: 1.2em;
}
.medium-title span {
  color: #B29E83;
}
.medium-title small {
  padding-bottom: 5px;
  display: block;
}
@media screen and (min-width: 768px) {
  .medium-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .medium-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1199px) {
  .medium-title {
    font-size: 42px;
  }
}

.medium-title.center {
  text-align: center;
}

.small-title, .tags--list .label,
.custom-wysiwyg h3,
.custom-wysiwyg h4,
h3, h4 {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  font-weight: 400;
}

address span {
  font-style: normal;
}

main ul li {
  letter-spacing: 1px;
}

ul.social {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
ul.social a {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
ul.social a:hover {
  color: #6FC4A0;
}
ul.social a.btn-icon svg {
  height: 24px;
  width: 24px;
  fill: #B29E83;
}
ul.social a.btn-icon svg.instagram {
  height: 20px;
  width: 20px;
}
ul.social a.btn-icon svg.facebook {
  transform: translateY(-1px);
}

html {
  scroll-behavior: smooth;
  scroll-margin: 120px;
  scroll-padding: 120px;
}

@media screen and (max-width: 575px) {
  html {
    scroll-margin: 60px;
    scroll-padding: 60px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
    scroll-margin: 0;
  }
}
a {
  text-decoration: none;
  scroll-margin: 120px;
}
a:hover {
  color: #FFF;
  text-decoration: none;
}

.btn-wrapper {
  display: flex;
}

.btn-primary, .custom-wysiwyg a.btn-primary, .custom-wysiwyg a.btn-primary--white, .btn-primary--white {
  padding: 10px 20px;
  position: relative;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  border-radius: 10px;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0.15px;
}
@media screen and (max-width: 992px) {
  .btn-primary, .custom-wysiwyg a.btn-primary, .custom-wysiwyg a.btn-primary--white, .btn-primary--white {
    padding: 7.5px 20px;
  }
}
.btn-primary, .custom-wysiwyg a.btn-primary, .custom-wysiwyg a.btn-primary--white, .btn-primary--white {
  background: none;
  display: flex;
  color: #000000;
  border: 2px solid #000000;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto 0 0;
  padding: 10px 10px 10px 20px;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.btn-primary .arrow, .custom-wysiwyg a.btn-primary .arrow, .custom-wysiwyg a.btn-primary--white .arrow, .btn-primary--white .arrow {
  margin: 0 10px;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.btn-primary:hover, .custom-wysiwyg a.btn-primary:hover, .custom-wysiwyg a.btn-primary--white:hover, .btn-primary--white:hover {
  background: #FFF;
  border-color: #FFF;
  color: #000000;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn-primary--white {
  background: #FFF;
  border: none;
  box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn-primary--white:hover {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  color: #000000;
}

.btn-secondary, form input[type=submit], .custom-wysiwyg a.btn-secondary {
  padding: 10px 20px;
  position: relative;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  border-radius: 10px;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0.15px;
}
@media screen and (max-width: 992px) {
  .btn-secondary, form input[type=submit], .custom-wysiwyg a.btn-secondary {
    padding: 7.5px 20px;
  }
}
.btn-secondary, form input[type=submit], .custom-wysiwyg a.btn-secondary {
  background: #000000;
  color: #FFF;
}

.btn-white {
  padding: 10px 20px;
  position: relative;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  border-radius: 10px;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0.15px;
}
@media screen and (max-width: 992px) {
  .btn-white {
    padding: 7.5px 20px;
  }
}
.btn-white {
  color: #000000;
  display: inline-block;
  background: #FFF;
  font-weight: bold;
}
.btn-white--right {
  padding-right: 50px !important;
}
.btn-white:hover {
  color: white;
  background: #000000;
}

.btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 20px;
  position: relative;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  border-radius: 10px;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0.15px;
}
@media screen and (max-width: 992px) {
  .btn-arrow {
    padding: 7.5px 20px;
  }
}
.btn-arrow i {
  margin-left: 10px;
}

.btn-outline, .btn-outline--white {
  padding: 10px 20px;
  position: relative;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  border-radius: 10px;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0.15px;
}
@media screen and (max-width: 992px) {
  .btn-outline, .btn-outline--white {
    padding: 7.5px 20px;
  }
}
.btn-outline, .btn-outline--white {
  color: #000000;
  display: inline-block;
  background: none;
  border: 2px solid #000000;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
@media screen and (min-width: 992px) {
  .btn-outline:hover, .btn-outline--white:hover {
    background: #000000;
    color: #FFF;
    border-color: #000000;
  }
}
.btn-outline--white {
  color: #FFF;
  border-color: #FFF;
}
@media screen and (min-width: 992px) {
  .btn-outline--white:hover {
    background: #FFF;
    border-color: #FFF;
    color: #000000 !important;
  }
}

.btn-icon i {
  margin-right: 5px;
}

.btn-close {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 0 0 auto;
}
.btn-close .lines {
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 0;
  background-color: #000000;
  margin: 0 auto;
  top: 24px;
  position: relative;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  transform: rotate(45deg);
  background: #FFF;
}
.btn-close .lines::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 0;
  background-color: #000000;
  transform: rotate(-90deg);
  bottom: 0;
  background: #FFF;
}

.btn-wrapper {
  padding-top: 20px;
}

/* config */
.list-inline {
  padding: 0;
  margin: 0;
}
.list-inline li {
  display: inline-block;
  margin-right: 5px;
}

a:hover {
  opacity: 1;
}

img {
  height: auto;
}

.text-center {
  text-align: center;
}

.generic-banner {
  padding: 120px 0;
}
.generic-banner .image-wrapper img {
  max-width: 100%;
  display: block;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.container {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 800px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 680px;
  }
}
@media screen and (max-width: 575px) {
  .container {
    max-width: 490px;
  }
}

.white {
  color: #FFF;
}
.white--bg {
  background: #FFF;
}
.white span {
  color: #B29E83;
}

.primary-color {
  color: #000000;
}
.primary-color--bg {
  background: #000000;
  color: #FFF;
}

.secondary-color {
  color: #B29E83;
}
.secondary-color--bg {
  background: #B29E83;
}

picture {
  display: block;
}
picture img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.max-width-lg {
  max-width: 820px;
}

.max-width-md {
  max-width: 670px;
}

.max-width-sm {
  max-width: 520px;
}

.d-desktop {
  display: block;
}

.d-mobile {
  display: none !important;
}

/* End config */
.popup {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  opacity: 0;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.popup.is-visible {
  display: block;
  animation: fadein 1s 1 forwards;
}
.popup--wrapper {
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background: #FFF;
  position: relative;
  width: 100%;
  height: auto;
  margin: 60px auto;
  max-width: 680px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .popup--wrapper {
    padding: 120px;
    margin: 120px auto;
  }
}
.popup--wrapper .btn-wrapper {
  padding-top: 30px;
  display: flex;
  align-items: center;
}
.popup--wrapper .btn-wrapper a {
  margin-right: 20px;
}
.popup--wrapper .btn-wrapper a.phone {
  color: #000000;
}
.popup .btn-close .lines {
  background-color: #000000 !important;
}
.popup .btn-close .lines::after {
  background-color: #000000 !important;
}

ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
}
ul.custom-list li, .custom-wysiwyg ul li {
  padding: 0 0 0 30px;
  margin-bottom: 5px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000000;
}
ul.custom-list li::before, .custom-wysiwyg ul li::before {
  width: 20px;
  height: 1px;
  display: block;
  position: absolute;
  content: "";
  transform: rotate(0deg);
  background-color: #000000;
  left: 0;
  top: 10px;
}
ul.custom-list li a, .custom-wysiwyg ul li a {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
ul.custom-list li a:hover, .custom-wysiwyg ul li a:hover {
  color: #6FC4A0;
}
@media screen and (min-width: 992px) {
  ul.custom-list li, .custom-wysiwyg ul li {
    margin-bottom: 5px;
  }
  ul.custom-list li::before, .custom-wysiwyg ul li::before {
    top: 12px;
  }
}
ul.checked-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  color: #A5A5A5;
}
ul.checked-list li::before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
  border: 3px solid #000000;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 8px;
  width: 14px;
  border-radius: 2px;
  background: none;
  left: 0;
  top: 5px;
}

.custom-wysiwyg h2, .custom-wysiwyg h3, .custom-wysiwyg h4 {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
}
.custom-wysiwyg h2 + p, .custom-wysiwyg h2 + ul, .custom-wysiwyg h3 + p, .custom-wysiwyg h3 + ul, .custom-wysiwyg h4 + p, .custom-wysiwyg h4 + ul {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .custom-wysiwyg h2 + p, .custom-wysiwyg h2 + ul, .custom-wysiwyg h3 + p, .custom-wysiwyg h3 + ul, .custom-wysiwyg h4 + p, .custom-wysiwyg h4 + ul {
    margin-top: 30px;
  }
}
.custom-wysiwyg strong {
  color: #000000;
  font-weight: bold;
}
.custom-wysiwyg p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  color: #000000;
  line-height: 28px;
  font-size: 16px;
}
.custom-wysiwyg p a:not(.btn-primary):not(.btn-primary--white),
.custom-wysiwyg p a:not(.btn-secondary) {
  padding: 0;
  text-decoration: underline;
  background: none;
  color: #6FC4A0;
}
.custom-wysiwyg p + ul, .custom-wysiwyg p + a {
  margin-top: 20px;
}
.custom-wysiwyg p + h2, .custom-wysiwyg p + h3, .custom-wysiwyg p + h4 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .custom-wysiwyg p + ul, .custom-wysiwyg p + a {
    margin-top: 30px;
  }
  .custom-wysiwyg p + h2, .custom-wysiwyg p + h3, .custom-wysiwyg p + h4 {
    margin-top: 30px;
  }
}
.custom-wysiwyg ul li a:not(.btn-primary):not(.btn-primary--white),
.custom-wysiwyg ul li a:not(.btn-secondary) {
  padding: 0;
  color: #B29E83;
  text-decoration: underline;
  background: none;
  color: #000000;
}
.custom-wysiwyg ul li a:not(.btn-primary):not(.btn-primary--white):hover,
.custom-wysiwyg ul li a:not(.btn-secondary):hover {
  color: rgb(174.0925373134, 153.0776119403, 124.7074626866);
  text-decoration: underline;
}
.custom-wysiwyg ul + a {
  margin-top: 30px;
}
.custom-wysiwyg ol {
  padding-left: 20px;
}
.custom-wysiwyg ol li {
  font-size: 16px;
}
.custom-wysiwyg ol li::marker {
  color: #000000;
  font-weight: bold;
}
.custom-wysiwyg a {
  background: none;
  padding: 0;
  text-decoration: underline;
  color: #6FC4A0;
}
.custom-wysiwyg .btn-wrapper a {
  text-decoration: none;
}
.custom-wysiwyg table {
  margin: 20px 0;
  width: 100%;
}
.custom-wysiwyg table tbody {
  display: block;
}
.custom-wysiwyg table tbody tr {
  width: 100%;
  display: table;
}

section.error-404 {
  padding: 240px 15px;
}
@media screen and (max-width: 768px) {
  section.error-404 {
    padding: 120px 15px;
  }
}
section.error-404 .text-wrapper {
  text-align: center;
}
section.error-404 .text-wrapper p {
  color: #5C5957;
}
section.classic {
  margin-bottom: 0;
  padding-bottom: 0;
}

.icon-wrapper img {
  max-width: 100%;
  display: block;
  max-height: 80px;
}

@media screen and (max-width: 992px) {
  section .container {
    max-width: 680px;
  }
  .icon-wrapper img {
    max-height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .d-desktop {
    display: none !important;
  }
  .d-mobile {
    display: block !important;
  }
  .hero--generic {
    padding: 180px 0 0;
  }
}
.generic-listing {
  overflow: hidden;
  height: 0;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.generic-listing.is-visible {
  margin-bottom: 20px;
}
.generic-listing__item {
  padding: 10px 0;
  margin: 10px 0 0;
}
.generic-listing__item .title, .generic-listing__item .wide-title, .generic-listing__item .big-title, .generic-listing__item .medium-title, .generic-listing__item .small-title, .generic-listing__item .tags--list .label, .tags--list .generic-listing__item .label,
.generic-listing__item h3, .generic-listing__item h4 {
  font-size: 20px;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.generic-listing__item .title + p, .generic-listing__item .wide-title + p, .generic-listing__item .big-title + p, .generic-listing__item .medium-title + p, .generic-listing__item .small-title + p, .generic-listing__item .tags--list .label + p, .tags--list .generic-listing__item .label + p,
.generic-listing__item h3 + p, .generic-listing__item h4 + p {
  margin-top: 0;
}
.generic-listing__item p {
  margin-top: 0;
  margin-bottom: 0;
}
.generic-listing__item .link {
  display: flex;
  align-items: center;
}
.generic-listing__item .link .next {
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  height: 8px;
  width: 8px;
  transform: rotate(-45deg);
  margin-left: 10px;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.generic-listing__item .link:hover .title, .generic-listing__item .link:hover .wide-title, .generic-listing__item .link:hover .big-title, .generic-listing__item .link:hover .medium-title, .generic-listing__item .link:hover .small-title, .generic-listing__item .link:hover .tags--list .label, .tags--list .generic-listing__item .link:hover .label,
.generic-listing__item .link:hover h3, .generic-listing__item .link:hover h4 {
  color: #000000;
}
.generic-listing__item .link:hover .next {
  border-color: #000000;
}
@media screen and (min-width: 992px) {
  .generic-listing__item {
    padding: 10px 0 0 30px;
  }
}

.hidden-desktop {
  display: block;
}

.hidden-mobile {
  display: none;
}

@media screen and (min-width: 992px) {
  .hidden-mobile {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
}
body {
  overflow-x: hidden;
}
body.menu-open .logo-wrapper,
body.menu-open .site-header--item.left {
  opacity: 0 !important;
}
@media screen and (max-width: 768px) {
  body.menu-open .site-header.is-active .site-header--item.logo-wrapper {
    opacity: 0 !important;
  }
}
@media screen and (min-width: 575px) {
  body {
    overflow: auto;
  }
  body.menu-open {
    overflow: auto;
  }
}

/* HEADER */
header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
}
header.site-header .logo-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
header.site-header .logo-wrapper img.logo {
  width: auto;
  max-width: 120px;
  margin: 0 auto;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
header.site-header.is-active .logo-wrapper {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  header.site-header.is-active .logo-wrapper img.logo {
    width: auto;
    max-width: 120px;
  }
}
header.site-header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
header.site-header .container .site-header--item {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  width: 33%;
}
header.site-header .container .site-header--item.right, header.site-header .container .site-header--item.left {
  width: 100px;
}
header.site-header .container .site-header--item.right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header.site-header .container .site-header--item.right .btn {
  display: none;
}
header.site-header .container .site-header--item.left .baseline {
  color: #000000;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 700;
}
header.site-header .container .site-header--item.logo-wrapper {
  max-width: 150px;
  border-radius: 20px;
  padding: 10px;
  width: auto;
}
header.site-header .container .site-header--item.logo-wrapper img.logo {
  max-width: 120px;
}
@media screen and (max-width: 575px) {
  header.site-header .container .site-header--item .baseline {
    font-size: 12px;
  }
  header.site-header .container .site-header--item.right .lang {
    display: none;
  }
  header.site-header .container .site-header--item.right .social {
    display: none;
  }
}
@media screen and (min-width: 575px) {
  header.site-header .container .site-header--item.right {
    padding: 0 0 0 20px;
    justify-content: flex-end;
  }
  header.site-header .container .site-header--item.right .btn {
    display: block;
  }
  header.site-header .container .site-header--item.right .btn-nav {
    /*border-top: $border solid $btn-color;
    border-bottom: $border solid $btn-color; */
  }
  header.site-header .container .site-header--item.right ul.social {
    display: flex;
    width: auto;
    justify-content: flex-start;
    /*border-top: $border solid $btn-color;
    border-bottom: $border solid $btn-color; */
  }
  header.site-header .container .site-header--item.right ul.social a.btn-icon {
    width: 35px;
  }
  header.site-header .container .site-header--item.right ul.social a.btn-icon svg {
    fill: #000000;
  }
  header.site-header .container .site-header--item.left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  header.site-header .container .site-header--item.logo-wrapper {
    max-width: none;
    width: auto;
    min-width: 220px;
  }
  header.site-header .container .site-header--item.logo-wrapper img.logo {
    max-width: 170px;
  }
}
@media screen and (min-width: 768px) {
  header.site-header .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  header.site-header .container .site-header--item {
    width: 33%;
    min-width: 150px;
  }
  header.site-header .container .site-header--item.right {
    width: 190px;
    padding: 0 0 0 20px;
  }
  header.site-header .container .site-header--item.left {
    padding: 0;
    width: 190px;
  }
}
@media screen and (min-width: 992px) {
  header.site-header .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  header.site-header .container .site-header--item {
    width: 33%;
    min-width: 150px;
  }
  header.site-header .container .site-header--item.right {
    width: 240px;
    padding: 0 0 0 20px;
  }
  header.site-header .container .site-header--item.left {
    padding: 0;
    width: 240px;
  }
  header.site-header .container .site-header--item.left .baseline {
    font-size: 20px;
  }
}
header.is-active {
  padding: 10px 0;
  overflow: hidden;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
header.is-active .logo-wrapper img.logo {
  max-width: 200px;
}

/* hide baseline */
.site-header .site-header--item.left {
  opacity: 0;
}
.site-header.is-active .site-header--item.left {
  opacity: 1;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}

#navicon, .btn-close {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}
#navicon::before, .btn-close::before {
  transition: all 0s;
  -moz-transition: all 0s;
  -webkit-transition: all 0s;
  border-color: #FFF;
}
#navicon img.shape, .btn-close img.shape {
  position: relative;
  height: 80px;
}
#navicon .lines, .btn-close .lines {
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 0;
  background-color: #000000;
  margin: 0 auto;
  top: 20px;
  left: 15px;
  height: 2px;
  position: absolute;
  transition: all 0s;
  -moz-transition: all 0s;
  -webkit-transition: all 0s;
}
#navicon .lines::before, .btn-close .lines::before {
  content: "";
  top: -8px;
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 0;
  background-color: #000000;
  height: 2px;
  position: absolute;
  display: none;
}
#navicon .lines::after, .btn-close .lines::after {
  content: "";
  bottom: -8px;
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 0;
  background-color: #000000;
  height: 2px;
  position: absolute;
}
#navicon.active .lines, .active.btn-close .lines {
  top: 24px;
  transform: rotate(45deg);
}
#navicon.active .lines::after, .active.btn-close .lines::after {
  transform: rotate(-90deg);
  bottom: 0;
}
#navicon.active .lines::before, .active.btn-close .lines::before {
  display: none;
}
#navicon.active::before, .active.btn-close::before {
  opacity: 0;
}
#navicon.passive::before, .passive.btn-close::before {
  opacity: 1;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}

.btn-close {
  display: block;
}

/* NAVIGATION */
nav.main-navigation {
  margin: 0 auto;
  opacity: 0;
  display: none;
  position: fixed;
  z-index: 99;
  right: 10px;
  top: auto;
  bottom: 20px;
  left: 10px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(7.5px);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 575px) {
  nav.main-navigation {
    bottom: auto;
    left: auto;
    max-width: 500px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 768px) {
  nav.main-navigation {
    bottom: auto;
    left: auto;
    top: 60px;
    bottom: auto;
    max-width: 500px;
  }
}
@media screen and (min-width: 992px) {
  nav.main-navigation {
    max-width: 600px;
    top: 80px;
    right: 30px;
  }
}
nav.main-navigation::before {
  width: 500px;
  height: 500px;
  display: block;
  position: absolute;
  content: "";
  width: 90%;
  height: 75vh;
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
  filter: blur(20px);
  opacity: 0.75;
  background: radial-gradient(at top left, rgba(111, 196, 160, 0.8) 0%, rgba(111, 196, 160, 0) 70%);
}
@media screen and (min-width: 992px) {
  nav.main-navigation::before {
    width: 50%;
    height: 550px;
    opacity: 1;
  }
}
nav.main-navigation::before {
  display: none;
}
nav.main-navigation.open {
  height: auto;
  width: auto;
  display: block;
  opacity: 0;
  animation: faderight 1s 1 forwards;
}
@media screen and (min-width: 575px) {
  nav.main-navigation.open {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: scroll;
  }
}
nav.main-navigation.open ul li {
  opacity: 0;
  animation: fadeinBody 1s 0.25s 1 forwards;
}
nav.main-navigation .logo-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  nav.main-navigation .logo-wrapper {
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  nav.main-navigation .logo-wrapper {
    width: 27%;
  }
}
nav.main-navigation .menu-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
nav.main-navigation .menu-wrapper {
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 30px 20px;
  position: relative;
  z-index: 2;
  gap: 30px 0;
}
nav.main-navigation .menu-wrapper__image {
  display: none;
}
nav.main-navigation .menu-wrapper__logo {
  width: 100%;
  text-align: left;
}
nav.main-navigation .menu-wrapper__left .custom-list, nav.main-navigation .menu-wrapper__left .custom-wysiwyg ul, .custom-wysiwyg nav.main-navigation .menu-wrapper__left ul {
  margin-bottom: 0;
}
nav.main-navigation .menu-wrapper__text__info li {
  letter-spacing: 1px;
}
nav.main-navigation .menu-wrapper__text__info li a {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
nav.main-navigation .menu-wrapper__text__info li a strong {
  color: #B29E83;
  padding: 0 5px;
}
nav.main-navigation .menu-wrapper__text__info li a:hover {
  color: #6FC4A0;
}
@media screen and (min-width: 575px) {
  nav.main-navigation .menu-wrapper {
    max-width: 490px;
    padding: 30px;
  }
}
@media screen and (min-width: 992px) {
  nav.main-navigation .menu-wrapper {
    max-width: 800px;
    padding: 60px;
  }
}
@media screen and (min-width: 992px) {
  nav.main-navigation .menu-wrapper {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1199px) {
  nav.main-navigation .menu-wrapper {
    max-width: 1120px;
  }
  nav.main-navigation .menu-wrapper__logo .logo-title {
    font-size: 46px;
  }
  nav.main-navigation .menu-wrapper__logo .baseline {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  nav.main-navigation .menu-wrapper {
    margin: 0 auto;
  }
  nav.main-navigation .menu-wrapper__right ul {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  nav.main-navigation .menu-wrapper__logo .medium-title {
    font-size: 20px;
  }
  nav.main-navigation .menu-wrapper__logo .logo {
    max-width: 140px;
  }
}
nav.main-navigation ul {
  padding: 0;
  margin: 0;
  display: block;
  background: none !important;
}
nav.main-navigation ul.social {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
nav.main-navigation ul.social li {
  margin: 0;
}
nav.main-navigation ul li {
  display: block;
}
nav.main-navigation ul li.menu-item:hover a, nav.main-navigation ul li.menu-item.focus a, nav.main-navigation ul li.page_item:hover a, nav.main-navigation ul li.page_item.focus a {
  color: #6FC4A0;
}
nav.main-navigation ul li.menu-item a, nav.main-navigation ul li.page_item a {
  display: block;
  position: relative;
  padding: 0;
  color: #000000;
  text-align: left;
  font-size: 26px;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
nav.main-navigation ul li.menu-item a.active, nav.main-navigation ul li.page_item a.active {
  color: #6FC4A0;
}
@media screen and (min-width: 768px) {
  nav.main-navigation ul li.menu-item a,
  nav.main-navigation ul li.page_item a {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  nav.main-navigation ul li.menu-item a,
  nav.main-navigation ul li.page_item a {
    text-align: left;
    font-size: 34px;
  }
}
@media screen and (min-width: 1199px) {
  nav.main-navigation ul li.menu-item a,
  nav.main-navigation ul li.page_item a {
    text-align: left;
    font-size: 38px;
  }
}
@media screen and (min-width: 1599px) {
  nav.main-navigation ul li.menu-item a,
  nav.main-navigation ul li.page_item a {
    text-align: left;
    font-size: 46px;
  }
}

/* nav on desktop */
@media screen and (min-width: 768px) {
  .site-header .logo-wrapper a {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 992px) {
  header.site-header .logo-wrapper img.logo {
    margin: 0 auto;
  }
}
/* Mobile menu activation */
@media screen and (max-width: 768px) {
  header.site-header {
    padding: 5px 10px;
    transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
  }
  header.site-header .container {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .site-header .logo-name .logo-title {
    font-size: 18px;
  }
}
.footer {
  position: relative;
  padding-top: 60px;
}
.footer::before {
  filter: blur(20px);
  background: radial-gradient(at bottom right, rgba(111, 196, 160, 0.8) 0%, rgba(111, 196, 160, 0) 90%);
  width: 80%;
  height: 300px;
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
}
.footer .container {
  position: relative;
  z-index: 2;
}
.footer--left {
  width: 100%;
  padding: 0 30px;
}
.footer--right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 30px;
}
.footer--bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
}
.footer--bottom .social {
  width: 100%;
}
.footer--bottom .social li {
  margin-right: 20px;
}
.footer--bottom .social li a {
  display: block;
  padding: 5px 0;
}
.footer--bottom .copy {
  width: 100%;
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .footer {
    border-top: 1px solid #000000;
  }
  .footer::before {
    width: 40%;
    height: 300px;
  }
  .footer .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .footer--left {
    width: 50%;
    padding: 0;
  }
  .footer--right {
    width: 50%;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0;
  }
  .footer--bottom {
    padding: 30px 0;
  }
  .footer--bottom .social {
    width: 50%;
  }
  .footer--bottom .copy {
    width: 50%;
    text-align: right;
    padding-top: 0;
  }
}

.cookies {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .cookies {
    right: auto;
    left: 30px;
    bottom: 30px;
  }
}
.cookies--wrapper {
  padding: 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(10px);
  max-width: 400px;
  margin: 0 0 0 auto;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cookies--wrapper p {
  font-size: 14px;
}
.cookies--wrapper input[type=text] {
  display: none;
  visibility: hidden;
}
.cookies--wrapper .btn-wrapper {
  margin-top: 0;
  padding-top: 0;
}
.cookies--wrapper .btn-wrapper .btn-outline, .cookies--wrapper .btn-wrapper .btn-outline--white {
  padding: 5px 20px;
  cursor: pointer;
  font-size: 14px;
}

.glide {
  overflow: hidden;
  position: relative;
}
.glide__track {
  width: 100%;
}
.glide__arrows {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.glide__arrows .glide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: none;
  outline: none;
  border: none;
  height: 60px;
  width: 60px;
  cursor: pointer;
}
.glide__arrows .glide__arrow:hover .arrow {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  border-color: #B29E83;
}
.glide__arrows .glide__arrow--left {
  left: 10px;
}
.glide__arrows .glide__arrow--right {
  right: 10px;
}
.glide__slides {
  display: flex;
}
.glide__slide {
  height: 50vh;
  min-height: 300px;
  display: flex;
  overflow: hidden;
  cursor: grab;
}
.glide__slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .glide__slide {
    height: 320px;
  }
}
@media screen and (min-width: 992px) {
  .glide__slide {
    height: 380px;
  }
}
@media screen and (min-width: 1199px) {
  .glide__slide {
    height: 440px;
  }
}
@media screen and (min-width: 1599px) {
  .glide__slide {
    height: 520px;
  }
}

/* text element */
@keyframes floatText {
  to {
    transform: translateX(-100%);
  }
}
.text--slider__label {
  width: 100%;
  overflow: hidden;
}
.text--slider__label__track {
  display: flex;
  flex-wrap: nowrap;
  padding: 30px 0;
}
@media screen and (max-width: 575px) {
  .text--slider__label__track {
    width: 600%;
    overflow: hidden;
  }
}
.text--slider__label__item {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 800px;
  animation: floatText 6s infinite linear;
}
.text--slider__label__item span {
  font-size: 20px;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 700;
  text-align: center;
  display: block;
  color: #000000;
}
@media screen and (min-width: 1199px) {
  .text--slider__label__item span {
    font-size: 20px;
  }
}

.arrow {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  background: url("../images/arrow-right.svg") no-repeat center/25px auto;
}
.arrow.next {
  background-image: url("../images/arrow-right.svg");
}
.arrow.prev {
  background-image: url("../images/arrow-left.svg");
}
.arrow.white {
  background-image: url("../images/arrow-white.svg");
}

.twocol {
  position: relative;
}
.twocol--wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
.twocol--wrapper .btn-wrapper {
  display: flex;
}
.twocol--wrapper.shadowed {
  box-shadow: 50px 50px 100px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.twocol__text .text-wrapper {
  padding: 60px 0;
}
.twocol__image {
  width: 100%;
  position: relative;
}
.twocol__image picture {
  border-radius: 20px;
  overflow: hidden;
}
.twocol__image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .twocol__image picture {
    display: flex;
    overflow: hidden;
  }
  .twocol__image picture img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: auto;
    object-position: center;
  }
  .twocol__image picture {
    max-height: 550px;
  }
}
@media screen and (max-width: 575px) {
  .twocol__image picture {
    height: auto;
    max-height: none;
  }
}

.text-only--wrapper {
  padding: 40px 30px;
  max-width: 800px;
  margin: 0 auto;
}
.text-only--wrapper p {
  margin-bottom: 0;
}
.text-only--wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .text-only--wrapper {
    padding: 60px 30px;
  }
}
@media screen and (min-width: 1199px) {
  .text-only--wrapper {
    padding: 80px 0;
  }
}
.text-only.center .text-only--wrapper {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .twocol--wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 575px) and (max-width: 992px) {
  .twocol__image {
    max-width: 490px;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .twocol--wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .twocol--wrapper.reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .twocol__image, .twocol__text {
    width: 380px;
  }
  .twocol__image {
    position: sticky;
    top: 90px;
  }
  .twocol__text .text-wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 1199px) {
  .twocol__image, .twocol__text {
    width: 530px;
  }
  .twocol__text {
    padding-left: 20px;
  }
  .twocol__image {
    position: static;
    top: 0;
  }
  .twocol--wrapper {
    align-items: center;
  }
  .twocol--wrapper.reverse .twocol__text {
    padding-left: 0;
    padding-right: 20px;
  }
}
.btn-collapse {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  color: #000000;
  padding: 20px 35px 20px 0;
}
.btn-collapse:hover span.label {
  color: #6FC4A0;
}
.btn-collapse span {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.btn-collapse span.label {
  font-size: 22px;
  line-height: 1.4em;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
}
.btn-collapse span.pricing {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #000000;
  padding-top: 10px;
  font-size: 16px;
}
.btn-collapse::after {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  background: url("../images/arrow-right.svg") no-repeat center/25px auto;
  content: "";
  background-size: auto 15px;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: 20px;
}
.btn-collapse.is-active span.label {
  color: #6FC4A0;
}
.btn-collapse.is-active::after {
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .btn-collapse {
    padding: 10px 35px 10px 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .btn-collapse::after {
    top: 10px;
  }
  .btn-collapse span.label {
    font-size: 24px;
  }
  .btn-collapse span.pricing {
    padding: 0;
  }
}
@media screen and (min-width: 1199px) {
  .btn-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .btn-collapse::after {
    top: 20px;
  }
}

.services--list__item {
  border-bottom: 1.3333333333px solid #000000;
}
.services--list__item:last-of-type {
  border: none;
}

.collapse-wrapper {
  height: 0;
  overflow: hidden;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.collapse-wrapper .text-wrapper {
  padding: 0;
}
.collapse-wrapper.is-visible {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .collapse-wrapper .text-wrapper {
    padding: 0 20px;
  }
}

.home--hero .title, .single-projet--hero .title, .projets--hero .title, .home--hero .wide-title, .single-projet--hero .wide-title, .projets--hero .wide-title, .home--hero .big-title, .single-projet--hero .big-title, .projets--hero .big-title, .home--hero .medium-title, .single-projet--hero .medium-title, .projets--hero .medium-title, .home--hero .small-title, .home--hero .tags--list .label, .tags--list .home--hero .label, .single-projet--hero .small-title, .single-projet--hero .tags--list .label, .tags--list .single-projet--hero .label, .projets--hero .small-title, .projets--hero .tags--list .label, .tags--list .projets--hero .label,
.home--hero h3,
.single-projet--hero h3,
.projets--hero h3, .home--hero h4, .single-projet--hero h4, .projets--hero h4, .home--hero p, .single-projet--hero p, .projets--hero p, .home--hero .btn-wrapper, .single-projet--hero .btn-wrapper, .projets--hero .btn-wrapper, .home--hero .date, .single-projet--hero .date, .projets--hero .date {
  opacity: 0;
}
.home--hero.is-visible .date, .is-visible.single-projet--hero .date, .is-visible.projets--hero .date,
.home--hero.is-visible .title,
.is-visible.single-projet--hero .title,
.is-visible.projets--hero .title,
.home--hero.is-visible .wide-title,
.is-visible.single-projet--hero .wide-title,
.is-visible.projets--hero .wide-title,
.home--hero.is-visible .big-title,
.is-visible.single-projet--hero .big-title,
.is-visible.projets--hero .big-title,
.home--hero.is-visible .medium-title,
.is-visible.single-projet--hero .medium-title,
.is-visible.projets--hero .medium-title,
.home--hero.is-visible .small-title,
.home--hero.is-visible .tags--list .label,
.tags--list .home--hero.is-visible .label,
.is-visible.single-projet--hero .small-title,
.is-visible.single-projet--hero .tags--list .label,
.tags--list .is-visible.single-projet--hero .label,
.is-visible.projets--hero .small-title,
.is-visible.projets--hero .tags--list .label,
.tags--list .is-visible.projets--hero .label,
.home--hero.is-visible h3,
.is-visible.single-projet--hero h3,
.is-visible.projets--hero h3,
.home--hero.is-visible h4,
.is-visible.single-projet--hero h4,
.is-visible.projets--hero h4 {
  animation: fadein 0.75s 0.25s 1 forwards;
}
.home--hero.is-visible p, .is-visible.single-projet--hero p, .is-visible.projets--hero p {
  animation: fadein 0.75s 0.5s 1 forwards;
}
.home--hero.is-visible .btn-wrapper, .is-visible.single-projet--hero .btn-wrapper, .is-visible.projets--hero .btn-wrapper {
  animation: fadein 0.75s 0.75s 1 forwards;
}
.home--services__intro .title, .home--services__intro .wide-title, .home--services__intro .big-title, .home--services__intro .medium-title, .home--services__intro .small-title, .home--services__intro .tags--list .label, .tags--list .home--services__intro .label,
.home--services__intro h3, .home--services__intro h4,
.home--services__intro p {
  opacity: 0;
}
.home--services.is-visible .home--services__intro .title, .home--services.is-visible .home--services__intro .wide-title, .home--services.is-visible .home--services__intro .big-title, .home--services.is-visible .home--services__intro .medium-title, .home--services.is-visible .home--services__intro .small-title, .home--services.is-visible .home--services__intro .tags--list .label, .tags--list .home--services.is-visible .home--services__intro .label,
.home--services.is-visible .home--services__intro h3, .home--services.is-visible .home--services__intro h4 {
  animation: fadein 0.75s 0.25s 1 forwards;
}
.home--services.is-visible .home--services__intro p {
  animation: fadein 0.75s 0.5s 1 forwards;
}
.home--stats__intro {
  opacity: 0;
}
.home--stats__intro .big-title,
.home--stats__intro .text-wrapper p,
.home--stats__intro .btn-wrapper {
  opacity: 0;
}
.home--stats__intro.is-visible {
  animation: fadein 0.75s 1 forwards;
}
.home--stats__intro.is-visible .big-title {
  animation: fadeup 0.75s 0.25s 1 forwards;
}
.home--stats__intro.is-visible .text-wrapper p {
  animation: fadeup 0.75s 0.5s 1 forwards;
}
.home--stats__intro.is-visible .btn-wrapper {
  animation: fadeup 0.75s 0.625s 1 forwards;
}

.services--list__wrapper .btn-wrapper {
  opacity: 0;
}
.services--list__item {
  opacity: 0;
}
.services--list.is-visible .services--list__item {
  animation: fadeup 0.75s 0.25s 1 forwards;
}
.services--list.is-visible .services--list__item:nth-child(2) {
  animation-delay: 0.5s;
}
.services--list.is-visible .services--list__item:nth-child(3) {
  animation-delay: 0.75s;
}
.services--list.is-visible .services--list__item:nth-child(4) {
  animation-delay: 1s;
}
.services--list.is-visible .services--list__item:nth-child(5) {
  animation-delay: 1.25s;
}
.services--list.is-visible .services--list__item:nth-child(6) {
  animation-delay: 1.5s;
}
.services--list.is-visible .services--list__item:nth-child(7) {
  animation-delay: 1.75s;
}
.services--list.is-visible .services--list__item:nth-child(8) {
  animation-delay: 2s;
}
.services--list.is-visible .services--list__item:nth-child(9) {
  animation-delay: 2.25s;
}
.services--list.is-visible .services--list__item:nth-child(10) {
  animation-delay: 2.5s;
}
.services--list.is-visible .btn-wrapper {
  animation: fadein 0.75s 0.5s 1 forwards;
}

.slider {
  opacity: 0;
}
.slider.is-visible {
  opacity: 1;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}

.single-projet--detail__text .title, .single-projet--detail__text .wide-title, .single-projet--detail__text .big-title, .single-projet--detail__text .medium-title, .single-projet--detail__text .small-title, .single-projet--detail__text .tags--list .label, .tags--list .single-projet--detail__text .label,
.single-projet--detail__text h3, .single-projet--detail__text h4,
.single-projet--detail__text p,
.single-projet--detail__text .btn-wrapper {
  opacity: 0;
}
.single-projet--detail__images picture {
  opacity: 0;
}
.single-projet--detail.is-visible .single-projet--detail__text .title, .single-projet--detail.is-visible .single-projet--detail__text .wide-title, .single-projet--detail.is-visible .single-projet--detail__text .big-title, .single-projet--detail.is-visible .single-projet--detail__text .medium-title, .single-projet--detail.is-visible .single-projet--detail__text .small-title, .single-projet--detail.is-visible .single-projet--detail__text .tags--list .label, .tags--list .single-projet--detail.is-visible .single-projet--detail__text .label,
.single-projet--detail.is-visible .single-projet--detail__text h3, .single-projet--detail.is-visible .single-projet--detail__text h4 {
  animation: fadein 0.75s 0.25s 1 forwards;
}
.single-projet--detail.is-visible .single-projet--detail__text p {
  animation: fadein 0.75s 0.5s 1 forwards;
}
.single-projet--detail.is-visible .single-projet--detail__text .btn-wrapper {
  animation: fadein 0.75s 0.75s 1 forwards;
}
.single-projet--detail.is-visible .single-projet--detail__images picture {
  animation: fadeup 0.75s 0.25s 1 forwards;
}
.single-projet--detail.is-visible .single-projet--detail__images picture:nth-child(2) {
  animation-delay: 0.5s;
}
.single-projet--detail.is-visible .single-projet--detail__images picture:nth-child(3) {
  animation-delay: 0.75s;
}
.single-projet--detail.is-visible .single-projet--detail__images picture:nth-child(4) {
  animation-delay: 1s;
}
.single-projet--detail.is-visible .single-projet--detail__images picture:nth-child(5) {
  animation-delay: 1.25s;
}
.single-projet--detail.is-visible .single-projet--detail__images picture:nth-child(6) {
  animation-delay: 1.5s;
}
.single-projet--detail.is-visible .single-projet--detail__images picture:nth-child(7) {
  animation-delay: 1.75s;
}
.single-projet--detail.is-visible .single-projet--detail__images picture:nth-child(8) {
  animation-delay: 2s;
}
.single-projet--detail.is-visible .single-projet--detail__images picture:nth-child(9) {
  animation-delay: 2.25s;
}
.single-projet--detail.is-visible .single-projet--detail__images picture:nth-child(10) {
  animation-delay: 2.5s;
}
.single-projet--listing__title {
  opacity: 0;
}
.single-projet--listing__title.is-visible {
  animation: fadein 0.75s 0.25s 1 forwards;
}

.projets--listing__item {
  opacity: 0;
}
.projets--listing__wrapper.is-visible .projets--listing__item {
  animation: fadeup 0.75s 0.25s 1 forwards;
}
.projets--listing__wrapper.is-visible .projets--listing__item:nth-child(2) {
  animation-delay: 0.5s;
}
.projets--listing__wrapper.is-visible .projets--listing__item:nth-child(3) {
  animation-delay: 0.75s;
}
.projets--listing__wrapper.is-visible .projets--listing__item:nth-child(4) {
  animation-delay: 1s;
}
.projets--listing__wrapper.is-visible .projets--listing__item:nth-child(5) {
  animation-delay: 1.25s;
}
.projets--listing__wrapper.is-visible .projets--listing__item:nth-child(6) {
  animation-delay: 1.5s;
}
.projets--listing__wrapper.is-visible .projets--listing__item:nth-child(7) {
  animation-delay: 1.75s;
}
.projets--listing__wrapper.is-visible .projets--listing__item:nth-child(8) {
  animation-delay: 2s;
}
.projets--listing__wrapper.is-visible .projets--listing__item:nth-child(9) {
  animation-delay: 2.25s;
}
.projets--listing__wrapper.is-visible .projets--listing__item:nth-child(10) {
  animation-delay: 2.5s;
}
.projets--listing__wrapper.is-visible .projets--listing__item:nth-child(11) {
  animation-delay: 2.75s;
}
.projets--listing__wrapper.is-visible .projets--listing__item:nth-child(12) {
  animation-delay: 3s;
}
.projets--listing__wrapper.is-visible .projets--listing__item:nth-child(13) {
  animation-delay: 3.25s;
}
.projets--listing__wrapper.is-visible .projets--listing__item:nth-child(14) {
  animation-delay: 3.5s;
}
.projets--listing__wrapper.is-visible .projets--listing__item:nth-child(15) {
  animation-delay: 3.75s;
}
.projets--listing__wrapper.is-visible .projets--listing__item:nth-child(16) {
  animation-delay: 4s;
}
.projets--listing__wrapper.is-visible .projets--listing__item:nth-child(17) {
  animation-delay: 4.25s;
}
.projets--listing__wrapper.is-visible .projets--listing__item:nth-child(18) {
  animation-delay: 4.5s;
}
.projets--listing__wrapper.is-visible .projets--listing__item:nth-child(19) {
  animation-delay: 4.75s;
}
.projets--listing__wrapper.is-visible .projets--listing__item:nth-child(20) {
  animation-delay: 5s;
}

.twocol__image picture {
  opacity: 0;
}
.twocol__text {
  opacity: 0;
}
.twocol--wrapper.is-visible .twocol__image picture {
  animation: fadeup 0.75s 1 forwards;
}
.twocol--wrapper.is-visible .twocol__text {
  animation: fadein 0.75s 0.25s 1 forwards;
}
@media screen and (min-width: 992px) {
  .twocol--wrapper.is-visible.reverse .twocol__image {
    animation-delay: 0.5s;
  }
  .twocol--wrapper.is-visible.reverse .twocol__text {
    animation-delay: 0.25s;
  }
}

/*@import '../component/loader'; */
.home--hero, .single-projet--hero, .projets--hero {
  padding-top: 120px;
  position: relative;
}
.home--hero::before, .single-projet--hero::before, .projets--hero::before {
  width: 90%;
  height: 75vh;
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
  filter: blur(20px);
  opacity: 0.75;
  background: radial-gradient(at top left, rgba(111, 196, 160, 0.8) 0%, rgba(111, 196, 160, 0) 70%);
}
@media screen and (min-width: 992px) {
  .home--hero::before, .single-projet--hero::before, .projets--hero::before {
    width: 50%;
    height: 550px;
    opacity: 1;
  }
}
.home--hero__wrapper, .single-projet--hero__wrapper, .projets--hero__wrapper {
  position: relative;
  z-index: 1;
}
.home--hero__wrapper .text-wrapper, .single-projet--hero__wrapper .text-wrapper, .projets--hero__wrapper .text-wrapper {
  padding: 0 30px;
}
.home--hero__wrapper .text-wrapper p, .single-projet--hero__wrapper .text-wrapper p, .projets--hero__wrapper .text-wrapper p {
  margin: 30px 0 0;
}
.home--hero__slider {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .home--hero, .single-projet--hero, .projets--hero {
    padding-top: 150px;
  }
  .home--hero__wrapper .text-wrapper, .single-projet--hero__wrapper .text-wrapper, .projets--hero__wrapper .text-wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 1199px) {
  .home--hero, .single-projet--hero, .projets--hero {
    padding-top: 180px;
  }
}
.home--about {
  margin: 60px auto 30px;
}
.home--services {
  margin: 60px 0;
  position: relative;
}
.home--services::before {
  width: 50%;
  height: 50vh;
  display: block;
  position: absolute;
  content: "";
  filter: blur(20px);
  background: radial-gradient(at center left, rgba(111, 196, 160, 0.8) 0%, rgba(111, 196, 160, 0) 90%);
  filter: blur(100px);
  top: -50px;
  opacity: 0.7;
}
.home--services__intro {
  max-width: 800px;
  margin: 0 0 30px;
  padding: 0 30px;
}
.home--services__wrapper {
  max-width: 800px;
  margin: 0 0 0 auto;
  padding: 0 30px;
}
.home--stats {
  padding: 0 30px;
}
.home--stats .container {
  position: relative;
}
.home--stats .container::before {
  width: 250px;
  height: 250px;
  display: block;
  position: absolute;
  content: "";
  filter: blur(20px);
  background: radial-gradient(at center right, rgba(111, 196, 160, 0.8) 0%, rgba(111, 196, 160, 0) 90%);
  filter: blur(100px);
  right: 0;
  opacity: 0.5;
}
.home--stats__intro {
  width: 100%;
  overflow: hidden;
  max-width: 933.3333333333px;
  margin: 0 auto 0 0;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #000000;
}
.home--stats__intro .title, .home--stats__intro .wide-title, .home--stats__intro .big-title, .home--stats__intro .medium-title, .home--stats__intro .small-title, .home--stats__intro .tags--list .label, .tags--list .home--stats__intro .label,
.home--stats__intro h3, .home--stats__intro h4 {
  padding: 30px 20px;
  border-bottom: 1px solid #000000;
}
.home--stats__intro .title small, .home--stats__intro .wide-title small, .home--stats__intro .big-title small, .home--stats__intro .medium-title small, .home--stats__intro .small-title small, .home--stats__intro .tags--list .label small, .tags--list .home--stats__intro .label small,
.home--stats__intro h3 small, .home--stats__intro h4 small {
  font-size: 16px;
}
.home--stats__intro .text-wrapper {
  padding: 30px 20px;
  margin: 0;
}
.home--stats__intro .text-wrapper p a {
  text-decoration: underline;
}
.home--stats__intro .text-wrapper p a:hover {
  color: #000000;
}
@media screen and (min-width: 768px) {
  .home--services__intro, .home--services__wrapper {
    padding: 0;
  }
  .home--about__wrapper .twocol__image {
    position: sticky !important;
    top: 120px;
  }
  .home--stats {
    margin-bottom: 120px;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .home {
    margin: 60px 0 120px;
  }
  .home--about {
    margin: 120px auto 80px;
  }
  .home--about__wrapper .twocol__image::before {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    content: "";
    filter: blur(20px);
    background: radial-gradient(at center center, rgba(111, 196, 160, 0.8) 0%, rgba(111, 196, 160, 0) 90%);
    transform: scale(1.3);
    filter: blur(100px);
    z-index: -1;
  }
  .home--services::before {
    top: 0;
    opacity: 1;
    width: 35%;
    height: 100%;
  }
  .home--stats__intro .title, .home--stats__intro .wide-title, .home--stats__intro .big-title, .home--stats__intro .medium-title, .home--stats__intro .small-title, .home--stats__intro .tags--list .label, .tags--list .home--stats__intro .label,
  .home--stats__intro h3, .home--stats__intro h4 {
    padding: 30px;
  }
  .home--stats__intro .text-wrapper {
    padding: 20px 30px 30px;
  }
  .home--stats__intro .text-wrapper .btn-wrapper {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1199px) {
  .home--services {
    margin: 60px 0 120px;
  }
  .home--stats__intro .title, .home--stats__intro .wide-title, .home--stats__intro .big-title, .home--stats__intro .medium-title, .home--stats__intro .small-title, .home--stats__intro .tags--list .label, .tags--list .home--stats__intro .label,
  .home--stats__intro h3, .home--stats__intro h4,
  .home--stats__intro .text-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/* slider projects */
.slider {
  width: 100%;
  position: relative;
  z-index: 9;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
}
.slider--wrapper {
  height: auto;
  min-height: 300px;
  width: 100%;
  padding: 0;
}
.slider--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  padding: 30px 30px 0;
}
.slider--item picture {
  overflow: hidden;
  display: flex;
  border-radius: 20px;
  position: relative;
  border: 2px solid #000000;
}
.slider--item img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.slider--item .text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0;
  text-align: right;
}
.slider--item .text-wrapper .title, .slider--item .text-wrapper .wide-title, .slider--item .text-wrapper .big-title, .slider--item .text-wrapper .medium-title, .slider--item .text-wrapper .small-title, .slider--item .text-wrapper .tags--list .label, .tags--list .slider--item .text-wrapper .label,
.slider--item .text-wrapper h3, .slider--item .text-wrapper h4 {
  opacity: 0;
  color: #000000;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.slider--item .text-wrapper .tag {
  opacity: 0;
  color: #000000;
}
.slider--item .text-wrapper .btn-wrapper {
  opacity: 0;
  margin-top: 0;
  padding-top: 20px;
  margin-bottom: 80px;
}
.slider--item .text-wrapper .btn-white {
  box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .slider--item .text-wrapper .tag,
  .slider--item .text-wrapper .title,
  .slider--item .text-wrapper .wide-title,
  .slider--item .text-wrapper .big-title,
  .slider--item .text-wrapper .medium-title,
  .slider--item .text-wrapper .small-title,
  .slider--item .text-wrapper .tags--list .label,
  .tags--list .slider--item .text-wrapper .label,
  .slider--item .text-wrapper h3,
  .slider--item .text-wrapper h4 {
    display: none;
  }
  .slider--item .text-wrapper .btn-outline, .slider--item .text-wrapper .btn-outline--white {
    background-color: #FFF;
    color: #000000;
    border-color: #FFF;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
}
.slider--item .progress-bar {
  width: 0;
  height: 3px;
  background-color: #000000;
  border-radius: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.slider--item.is-inactive {
  z-index: 1;
  opacity: 1;
  animation: fadeout 1.5s 1 forwards;
}
.slider--item.is-inactive picture {
  border-color: rgba(255, 255, 255, 0);
}
.slider--item.is-inactive .text-wrapper .tag, .slider--item.is-inactive .text-wrapper .title, .slider--item.is-inactive .text-wrapper .wide-title, .slider--item.is-inactive .text-wrapper .big-title, .slider--item.is-inactive .text-wrapper .medium-title, .slider--item.is-inactive .text-wrapper .small-title, .slider--item.is-inactive .text-wrapper .tags--list .label, .tags--list .slider--item.is-inactive .text-wrapper .label,
.slider--item.is-inactive .text-wrapper h3, .slider--item.is-inactive .text-wrapper h4, .slider--item.is-inactive .text-wrapper .btn-wraper {
  opacity: 0;
}
.slider--item.is-visible {
  z-index: 2;
  opacity: 0;
  animation: fadeup 1.5s 1 forwards;
}
.slider--item.is-visible .text-wrapper .tag {
  animation: fadein 1.5s 0.5s 1 forwards;
}
.slider--item.is-visible .text-wrapper .title, .slider--item.is-visible .text-wrapper .wide-title, .slider--item.is-visible .text-wrapper .big-title, .slider--item.is-visible .text-wrapper .medium-title, .slider--item.is-visible .text-wrapper .small-title, .slider--item.is-visible .text-wrapper .tags--list .label, .tags--list .slider--item.is-visible .text-wrapper .label,
.slider--item.is-visible .text-wrapper h3, .slider--item.is-visible .text-wrapper h4 {
  animation: fadein 1.5s 0.75s 1 forwards;
}
.slider--item.is-visible .text-wrapper .btn-wrapper {
  animation: fadein 1.5s 1s 1 forwards;
}
.slider--item.is-visible .progress-bar {
  animation: progress 6s 1 forwards ease-out;
}
@media screen and (min-width: 768px) {
  .slider {
    aspect-ratio: 16/8;
    height: auto;
  }
  .slider--item {
    padding: 30px;
  }
  .slider--item .text-wrapper {
    padding: 60px;
    align-items: flex-end;
    justify-content: center;
  }
  .slider--item .text-wrapper .btn-wrapper {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .slider--item .text-wrapper {
    padding: 80px;
  }
  .slider--item .text-wrapper .title, .slider--item .text-wrapper .wide-title, .slider--item .text-wrapper .big-title, .slider--item .text-wrapper .medium-title, .slider--item .text-wrapper .small-title, .slider--item .text-wrapper .tags--list .label, .tags--list .slider--item .text-wrapper .label,
  .slider--item .text-wrapper h3, .slider--item .text-wrapper h4 {
    max-width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  .slider {
    max-width: 1400px;
  }
  .slider--item .text-wrapper {
    justify-content: center;
  }
}
@media screen and (min-width: 1599px) {
  .slider {
    max-width: 1600px;
  }
  .slider--item .text-wrapper {
    justify-content: center;
  }
}

.projets--listing__wrapper {
  margin: 60px auto 0;
}
.projets--listing__item {
  padding: 30px;
  border-bottom: 2px solid #000000;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  animation: fadeup 0.75s 0.25s 1 forwards;
}
.projets--listing__item:nth-child(2) {
  animation-delay: 0.4s;
}
.projets--listing__item:nth-child(3) {
  animation-delay: 0.6s;
}
.projets--listing__item:nth-child(4) {
  animation-delay: 0.8s;
}
.projets--listing__item:nth-child(5) {
  animation-delay: 1s;
}
.projets--listing__item:nth-child(6) {
  animation-delay: 1.2s;
}
.projets--listing__item:nth-child(7) {
  animation-delay: 1.4s;
}
.projets--listing__item:nth-child(8) {
  animation-delay: 1.6s;
}
.projets--listing__item:nth-child(9) {
  animation-delay: 1.8s;
}
.projets--listing__item:nth-child(10) {
  animation-delay: 2s;
}
.projets--listing__item:nth-child(11) {
  animation-delay: 2.2s;
}
.projets--listing__item:nth-child(12) {
  animation-delay: 2.4s;
}
.projets--listing__item:nth-child(13) {
  animation-delay: 2.6s;
}
.projets--listing__item:nth-child(14) {
  animation-delay: 2.8s;
}
.projets--listing__item:nth-child(15) {
  animation-delay: 3s;
}
.projets--listing__item:nth-child(16) {
  animation-delay: 3.2s;
}
.projets--listing__item:nth-child(17) {
  animation-delay: 3.4s;
}
.projets--listing__item:nth-child(18) {
  animation-delay: 3.6s;
}
.projets--listing__item:nth-child(19) {
  animation-delay: 3.8s;
}
.projets--listing__item:nth-child(20) {
  animation-delay: 4s;
}
.projets--listing__item .image-wrapper {
  position: absolute;
  opacity: 0;
  max-width: 50%;
  right: 0;
  border-radius: 10px;
  overflow: hidden;
  transform: translateY(-25%) translateX(5%);
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.projets--listing__item .text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 9;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .projets--listing__item .text-wrapper .title-wrapper {
    width: 260px;
  }
  .projets--listing__item .text-wrapper .title-wrapper .tag {
    padding-bottom: 5px;
  }
}
.projets--listing__item .text-wrapper .btn-wrapper {
  height: 50px;
  width: 50px;
  padding: 0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(7.5px);
}
.projets--listing__item.active {
  animation: fadein 1s 1 forwards;
}
.projets--listing__item.inactive {
  display: none;
}
@media screen and (min-width: 992px) {
  .projets--listing__item:hover {
    overflow: visible;
    padding: 60px 30px;
  }
  .projets--listing__item:hover .text-wrapper .btn-wrapper {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .projets--listing__item:hover .image-wrapper {
    opacity: 1;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translateY(-35%);
  }
}
@media screen and (min-width: 992px) {
  .projets--listing__wrapper {
    margin: 60px auto;
  }
}
@media screen and (max-width: 768px) {
  .projets--listing__item .image-wrapper {
    position: static;
    opacity: 1;
    width: 100%;
    max-width: 100%;
    transform: none;
    margin: 0 auto 30px;
  }
}

.btn-filter {
  padding: 10px 30px;
  font-size: 18px;
  display: flex;
  align-items: center;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.btn-filter.active {
  color: #FFF;
  background: #000000;
}
.btn-filter.active .puce {
  border-color: #FFF;
  color: #FFF;
}
.btn-filter.active:hover {
  color: #FFF;
}
.btn-filter:hover {
  color: #FFF;
  background-color: #000000;
}
.btn-filter .puce {
  font-size: 0.8em;
  width: 15px;
  height: 25px;
  margin-left: 10px;
  border-bottom: 1px solid #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
@media screen and (min-width: 992px) {
  .btn-filter:hover {
    background: #000000;
  }
  .btn-filter:hover .puce {
    border-color: #FFF;
    color: #FFF;
  }
}
@media screen and (max-width: 575px) {
  .btn-filter {
    border-radius: 10px;
  }
}

.filters, .tags {
  display: flex;
  justify-content: flex-start;
}
.filters--list, .tags--list {
  justify-content: flex-start;
  margin: 30px auto 0 0;
  border-radius: 10px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 575px) {
  .filters--list, .tags--list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .filters--list__all {
    width: 100%;
    margin-bottom: 0;
  }
  .filters--list__all .btn-filter {
    justify-content: center;
  }
}

/* single projets */
.single-projet--hero__wrapper .date {
  display: block;
  padding-top: 5px;
}
.single-projet--hero .text-wrapper .small-title, .single-projet--hero .text-wrapper .tags--list .label, .tags--list .single-projet--hero .text-wrapper .label {
  padding-top: 10px;
}
.single-projet--hero .text-wrapper p {
  max-width: 800px;
}
.single-projet--hero .image-wrapper {
  margin: 30px auto 60px;
  position: relative;
}
.single-projet--hero .image-wrapper picture {
  overflow: hidden;
  display: flex;
  border-radius: 20px;
  position: relative;
  border: 2px solid #000000;
  opacity: 0;
  animation: fadeup 1s 1s 1 forwards;
}
.single-projet--hero .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.single-projet--hero .image-wrapper .tags {
  margin: 0 auto 40px;
}
.single-projet--hero .image-wrapper .tags .tags--list {
  opacity: 0;
  animation: fadein 1s 1 forwards;
}
@media screen and (max-width: 575px) {
  .single-projet--hero .image-wrapper .tags--item {
    margin-bottom: 0;
  }
  .single-projet--hero .image-wrapper .tags--item .label {
    font-size: 16px;
    padding: 15px;
  }
}
.single-projet--detail__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 30px;
}
.single-projet--detail__text .text-wrapper {
  margin: 0 auto;
  padding: 0 0 60px;
}
.single-projet--detail__images {
  position: relative;
}
.single-projet--detail__images picture {
  display: flex;
  overflow: hidden;
}
.single-projet--detail__images picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.single-projet--detail__images picture {
  border-radius: 20px;
  margin-bottom: 20px;
}
.single-projet--detail__images picture.shadowed {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.single-projet--detail__images picture img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
}
.single-projet--listing {
  margin: 60px auto 0;
}
.single-projet--listing .projets--listing__wrapper {
  margin-top: 15px;
}
.single-projet--listing .projets--listing__wrapper li:last-of-type {
  border-bottom: none;
}
.single-projet--listing__title {
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .single-projet--hero .image-wrapper {
    margin: 60px auto;
  }
  .single-projet--hero .image-wrapper picture {
    animation: fadeup 1s 1 forwards;
  }
  .single-projet--hero .image-wrapper .tags {
    margin: 0;
    z-index: 2;
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .single-projet--hero .image-wrapper .tags .tags--list {
    animation: fadein 1s 1s 1 forwards;
  }
}
@media screen and (min-width: 992px) {
  .single-projet--detail__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0;
  }
  .single-projet--detail__text {
    width: 50%;
    position: sticky;
    top: 120px;
  }
  .single-projet--detail__text .text-wrapper {
    width: 416.6666666667px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .single-projet--detail__images {
    width: 50%;
    padding-right: 30px;
  }
  .single-projet--listing {
    margin: 120px auto 0;
  }
  .single-projet--listing__title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
  .single-projet--listing__title .btn-outline, .single-projet--listing__title .btn-outline--white {
    margin-top: 0;
  }
  .single-projet--listing .projets--listing__wrapper {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1199px) {
  .single-projet--detail__text {
    width: 41.6666666667%;
  }
  .single-projet--detail__text .text-wrapper {
    width: 416.6666666667px;
  }
  .single-projet--detail__images {
    width: 58.3333333333%;
  }
}

.tags--list {
  margin-top: 0;
}
.tags--list .label {
  padding: 10px 20px;
}

.contact--wrapper {
  align-items: flex-start;
  margin: 0 0 0;
}
.contact--sent__wrapper {
  text-align: center;
  padding: 0 0 60px !important;
}
.contact--sent__wrapper p {
  margin: 30px auto 20px !important;
}
.contact--sent__wrapper .btn-wrapper .btn-primary, .contact--sent__wrapper .btn-wrapper .btn-primary--white {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .contact--wrapper {
    margin: 60px 0;
  }
  .contact--hero p {
    max-width: 800px;
  }
}
@media screen and (min-width: 1199px) {
  .contact--wrapper {
    margin: 80px 0;
  }
}
@media screen and (max-width: 992px) {
  .contact--wrapper .twocol__image {
    display: none;
  }
}

form .intro-form {
  padding: 30px 0;
}
form .outro-form {
  padding: 10px 0 0;
}
form input,
form textarea {
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #000000;
  width: 100%;
  display: block;
  padding: 10px 0;
}
form input {
  margin-bottom: 10px;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  font-size: 20px;
  outline: none;
  -moz-appearance: none;
  border-radius: 0;
  background: none;
}
form input:focus {
  padding-left: 20px;
}
form textarea {
  padding: 20px;
  border-radius: 10px;
  background: rgba(236, 236, 236, 0.4);
  height: 200px;
  border: none;
}
form textarea:focus {
  outline: none;
}
form .captcha--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
}
form .captcha--answer {
  width: 140px;
  border: none;
  padding: 10px;
  border-radius: 10px;
  background: rgba(236, 236, 236, 0.4);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  form .captcha--wrapper span {
    display: block;
    padding: 0 0 5px;
  }
  form .captcha--answer {
    width: 100%;
    padding: 10px 20px;
  }
}

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