/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./styles/style.scss ***!
  \****************************************************************************************************************************************/
/* 
Theme Name: toni-i-cveti
Author: BULTAG Web Design & SEO
Author URI: https//bultag.com
Theme URI: https://bultag.com
Version: 1.0
Description: Mobile First, SEO Friendly custom theme by BULTAG
Tags: Mobile First, SEO optimized
Text Domain: mait
Domain Path: /languages
*/
/* -------------------------- *\
    BULTAG Variables:
\* -------------------------- */
:root {
  --font-family: "Montserrat", sans-serif;
  font-weight: 400;
  --default-font-size: 1.6rem;
  --line-height: 1.3;
  --text-color: #141414;
  --link-color: rgba(0, 0, 0, 0.5);
  --link-hover-color: #000;
}

/* Colors */
/* Shadows */
/* -------------------------- *\
    BULTAG Clearfix
\* -------------------------- */
/* -------------------------- *\
    Transition
\* -------------------------- */
/* -------------------------- *\
    Transform Center
\* -------------------------- */
/* -------------------------- *\
    Menu Icon
\* -------------------------- */
/* -------------------------- *\
    BULTAG Reset
\* -------------------------- */
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

#wpadminbar {
  opacity: 0.4;
}
#wpadminbar:hover {
  opacity: 1;
}

/* -------------------------- *\
    BULTAG Base
\* -------------------------- */
html {
  font-size: 62.5%;
  max-width: 100vw;
  overflow-x: hidden;
  font-weight: 400;
}
html.noscroll {
  scrollbar-gutter: stable;
  overflow-y: hidden !important;
}

body {
  background: #fff;
  font-family: var(--font-family);
  font-size: var(--default-font-size);
  line-height: var(--line-height);
  color: var(--text-color);
  max-width: 100vw;
  overflow-x: hidden;
  counter-reset: div;
  min-height: 100vh;
}
body.post-type-archive-property {
  overflow: visible;
}

textarea {
  resize: none;
}

textarea,
input {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.6rem;
  letter-spacing: 0.48px;
}
textarea::placeholder,
input::placeholder {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.6rem;
  letter-spacing: 0.48px;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  cursor: pointer;
}

p {
  margin: 0;
}

li {
  list-style: none;
}

nav li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* -------------------------- *\
    Shell
\* -------------------------- */
.shell {
  max-width: 1620px;
  margin: 0 auto;
}
.shell--sm {
  max-width: 1000px;
  margin: 0 auto;
}
.shell--lg {
  max-width: 1800px;
  margin: 0 auto;
}

/* -------------------------- *\
    Helpers
\* -------------------------- */
.hidden {
  display: none !important;
}

.onlymobile {
  display: block;
}

.onlydesktop {
  display: none;
}

/* -------------------------- *\
    Section
\* -------------------------- */
@media (max-width: 1400px) {
  .padding, .footer .footer-copyright {
    padding: 0 1.6rem;
  }
}
@media (min-width: 1400px) and (max-width: 1630px) {
  .padding, .footer .footer-copyright {
    padding: 0 1.6rem;
  }
}

@media (max-width: 1630px) {
  section {
    padding: 0 1.6rem;
  }
}
section.nopadding {
  padding: 0 !important;
}

p.big {
  font-size: 2.1rem;
}

p a {
  color: #9b9b9b;
}
p a:hover {
  color: #ad9565;
}

html .notranslate {
  display: none;
}

html .notranslate.lang_def {
  display: unset;
}

html[lang=en] .notranslate.lang_def {
  display: none;
}

html[lang=en] .notranslate.lang_en {
  display: unset;
}

html[lang=bg] .notranslate.lang_def {
  display: none;
}

html[lang=bg] .notranslate.lang_bg {
  display: unset;
}

/* -------------------------- *\
    Typography:
\ -------------------------- */
/* -------------------------- *\
    Font family
\ -------------------------- */
/* -------------------------- *\
    Font sizes
\ -------------------------- */
.fs-60 {
  font-size: 6rem;
}

.fs-42 {
  font-size: 4.2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-21 {
  font-size: 2.1rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-12 {
  font-size: 1.2rem;
}

/* -------------------------- *\
    Letter spacing PIXELS
\ -------------------------- */
.ls-11 {
  letter-spacing: 1.13px;
}

/* -------------------------- *\
    Line height REM
\ -------------------------- */
.lh-26 {
  line-height: 2.6rem;
}

/* -------------------------- *\
    Colours:
\ -------------------------- */
.cw {
  color: #fff;
}

.cb2 {
  color: #54595f;
}

.cb3 {
  color: #403e43;
}

.cgold {
  color: #ad9565;
}

/* -------------------------- *\
    Font weights/styles:
\ -------------------------- */
.bold {
  font-weight: 700;
}

.sb {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 100;
}

.italic {
  font-style: italic;
}

/* -------------------------- *\
    Text Shadow:
\ -------------------------- */
.t-shadow {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.t-shadow-2 {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

/* -------------------------- *\
    Text Position:
\ -------------------------- */
.t-nowrap {
  white-space: nowrap;
}

.t-left {
  text-align: left;
}

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

.t-right {
  text-align: right;
}

/* -------------------------- *\
    Text Decoration:
\ -------------------------- */
.underline {
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-decoration-skip-ink: none;
}

.uppercase {
  text-transform: uppercase;
}

/* -------------------------- *\
    Ready classes
\ -------------------------- */
.tbig {
  font-size: 3.6rem;
  line-height: 4.6rem;
  letter-spacing: 1.13px;
  font-weight: 300;
  text-transform: uppercase;
  max-width: 100rem;
  margin: 0 auto;
  color: #d6c6a9;
}
.tbig span {
  font-weight: 400;
  color: #ad9565;
}
@media (min-width: 800px) {
  .tbig {
    font-size: 6rem;
    line-height: 7.2rem;
    letter-spacing: 1.5px;
  }
}
.tbig--cw {
  color: #ad9565;
}
.tbig--cw span {
  color: #a08e60;
}

.t2 {
  font-size: 3.6rem;
  line-height: 4.6rem;
  letter-spacing: 1.13px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .t2 {
    font-size: 4.8rem;
    line-height: 5.8rem;
    letter-spacing: 1.5px;
  }
}

.t3 {
  font-size: 3rem;
  line-height: 4.6rem;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .t3 {
    font-size: 4rem;
    line-height: 4.8rem;
    letter-spacing: 1.5px;
  }
}

.t3 {
  font-size: 3rem;
  line-height: 4.6rem;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .t3 {
    font-size: 4rem;
    line-height: 4.8rem;
    letter-spacing: 1.5px;
  }
}

.base {
  font-size: 1.5rem;
  line-height: 2.2rem;
}
.base span {
  font-weight: 500;
  color: #ad9565;
}
@media (min-width: 800px) {
  .base {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}

.lg {
  font-size: 1.4rem;
}
@media (min-width: 800px) {
  .lg {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}

.xlg {
  font-size: 1.8rem;
}
@media (min-width: 800px) {
  .xlg {
    font-size: 2.6rem;
  }
}

.md {
  font-size: 2.1rem;
  letter-spacing: 0.66px;
}
@media (min-width: 800px) {
  .md {
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: 0.88px;
  }
}

/* -------------------------- *\
    .Sprite
\* -------------------------- */
.i {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.i-bath {
  font-size: 2.4rem;
  width: 1em;
}

.i-bed {
  font-size: 2.4rem;
  width: 1em;
}

.i-brick {
  font-size: 51.2rem;
  width: 1em;
}

.i-calendar {
  font-size: 2.4rem;
  width: 1em;
}

.i-car {
  font-size: 2.4rem;
  width: 1em;
}

.i-chevron-down {
  font-size: 0.8rem;
  width: 1.625em;
}

.i-facebook {
  font-size: 1.5rem;
  width: 1em;
}

.i-footprints {
  font-size: 2.4rem;
  width: 1em;
}

.i-fuel {
  font-size: 2.4rem;
  width: 1em;
}

.i-graduation-cap {
  font-size: 2.4rem;
  width: 1em;
}

.i-heart {
  font-size: 2rem;
  width: 1.15em;
}

.i-heart-fill {
  font-size: 2rem;
  width: 1.15em;
}

.i-hospital {
  font-size: 2.4rem;
  width: 1em;
}

.i-house {
  font-size: 2.4rem;
  width: 1em;
}

.i-house-solid {
  font-size: 1.4rem;
  width: 1.0714285714em;
}

.i-ig {
  font-size: 1.7rem;
  width: 1em;
}

.i-land-plot {
  font-size: 2.4rem;
  width: 1em;
}

.i-location-dot {
  font-size: 2rem;
  width: 0.75em;
}

.i-mail {
  font-size: 1.5rem;
  width: 1em;
}

.i-maximize {
  font-size: 2.4rem;
  width: 1em;
}

.i-phone {
  font-size: 1.5rem;
  width: 1em;
}

.i-pill {
  font-size: 2.4rem;
  width: 1em;
}

.i-plans {
  font-size: 2.9rem;
  width: 1.0344827586em;
}

.i-right-arrow {
  font-size: 1.4rem;
  width: 1.2142857143em;
}

.i-search {
  font-size: 2.4rem;
  width: 1em;
}

.i-shopping-basket {
  font-size: 2.4rem;
  width: 1em;
}

.i-viber {
  font-size: 1.5rem;
  width: 1em;
}

.i-webfactor {
  font-size: 2rem;
  width: 2.1em;
}

.i-x {
  font-size: 2.4rem;
  width: 1em;
}

.i-youtube {
  font-size: 1.4rem;
  width: 1.0714285714em;
}

button {
  border: none;
  background-color: transparent;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn-primary {
  background-color: #ad9565;
  border-radius: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: 0.2rem solid transparent;
}
.btn-primary:hover {
  background-color: transparent;
  color: #ad9565;
  border-color: #ad9565;
}
.btn-white {
  background-color: #fff;
  border-radius: 1.2rem;
  color: #54595f;
  text-transform: uppercase;
  font-weight: 600;
  border: 0.2rem solid transparent;
}
.btn-sm {
  padding: 1.2rem 0;
  max-width: fit-content;
  min-width: 15.2rem;
}
.btn-lg {
  padding: 1.2rem 0;
  width: 100%;
}

@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes arrowMoveX {
  0%, 100% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(calc(-50% + 5px));
  }
}
.pointer {
  cursor: pointer;
  user-select: none;
}

.p-relative {
  position: relative;
}

.custom-scroll--x, .kh-property-hero.nojs .swiper-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}
.custom-scroll--x::-webkit-scrollbar-track, .kh-property-hero.nojs .swiper-wrapper::-webkit-scrollbar-track {
  border-radius: 0.5rem;
}
.custom-scroll--x::-webkit-scrollbar, .kh-property-hero.nojs .swiper-wrapper::-webkit-scrollbar {
  width: 1rem;
  background-color: #f2f2f2;
  border-radius: 0.5rem;
}
.custom-scroll--x::-webkit-scrollbar-thumb, .kh-property-hero.nojs .swiper-wrapper::-webkit-scrollbar-thumb {
  background-color: #ad9565;
  border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
  .custom-scroll--x, .kh-property-hero.nojs .swiper-wrapper {
    scrollbar-color: #fff #ad9565;
    scrollbar-width: thin;
    border-radius: 0.5rem;
  }
}

.custom-scroll--y {
  overflow-y: scroll;
}
.custom-scroll--y::-webkit-scrollbar-track {
  border-radius: 0.5rem;
}
.custom-scroll--y::-webkit-scrollbar {
  width: 1rem;
  background-color: #f2f2f2;
  border-radius: 0.5rem;
}
.custom-scroll--y::-webkit-scrollbar-thumb {
  background-color: #ad9565;
  border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
  .custom-scroll--y {
    scrollbar-color: #fff #ad9565;
    scrollbar-width: thin;
    border-radius: 0.5rem;
  }
}
.custom-scroll--y--x {
  overflow-x: scroll;
  overflow-y: hidden;
}

.broker-page {
  overflow-x: unset;
}

.custom-select {
  position: relative;
  display: flex;
  z-index: 100;
  align-items: center;
}
.custom-select .select-button {
  width: 100%;
  cursor: pointer;
  color: #000;
  display: flex;
  align-items: center;
}
.custom-select .select-dropdown {
  position: absolute;
  background-color: #fff;
  color: #000;
  border-radius: 0.4rem;
  margin-top: 2.5rem;
  right: -0.6rem;
  max-height: 200px;
  overflow-y: auto;
  transition: 0.5s ease;
  top: 100%;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
}
.custom-select .select-dropdown li {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.custom-select .select-dropdown li label {
  width: 100%;
  padding: 0.8rem 1rem;
  cursor: pointer;
  gap: 1rem;
  transition: all 0.3s ease !important;
}
.custom-select .select-dropdown li label:hover {
  transition: all 0.3s ease !important;
  background-color: #000;
  color: #fff;
}
.custom-select .select-dropdown::-webkit-scrollbar {
  width: 7px;
}
.custom-select .select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}
.custom-select .select-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}
.custom-select .select-dropdown li:hover,
.custom-select .select-dropdown input:checked ~ label {
  background-color: #f2f2f2;
}
.custom-select .select-dropdown input:focus ~ label {
  background-color: #dfdfdf;
}
.custom-select .select-dropdown input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
}
.custom-select.active .select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

/* -------------------------- *\
    Plugins
\* -------------------------- */
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

.fancybox__container {
  --fancybox-color: #333;
  --fancybox-bg: #fff;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
}

.fancybox__nav {
  --f-button-next-pos: 12px;
  --f-button-prev-pos: 12px;
  --f-button-width: 48px;
  --f-button-height: 48px;
  --f-button-color: #333;
  --f-button-hover-color: #333;
  --f-button-bg: #e5e7eb;
  --f-button-hover-bg: #e5e7eb;
  --f-button-active-bg: #e5e7eb;
  --f-button-svg-height: 20px;
  --f-button-svg-width: 20px;
  --f-button-svg-stroke-width: 3;
  --f-button-svg-filter: none;
}

.fancybox__toolbar {
  --f-button-color: #0d0c22;
  --f-button-hover-color: #0d0c22;
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: none;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  text-shadow: none;
}

.fancybox__slide {
  padding: 12px 0px;
}

.fancybox__thumbs.is-classic {
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-width: 68px;
  --f-thumb-height: 68px;
  --f-thumb-gap: 12px;
  --f-thumb-offset: 5px;
  --f-thumb-outline: 0;
}

.fancybox__thumbs.is-classic .f-thumbs__slide {
  border: 1px solid #d1d5db;
  border-radius: 4px;
  transition: all 0.2s;
}

.fancybox__thumbs.is-classic .f-thumbs__slide:hover,
.fancybox__thumbs.is-classic .f-thumbs__slide.is-nav-selected {
  border: 1px solid #6b7280;
}

/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* -------------------------- *\
    0-animations
\* -------------------------- */
/* -------------------------- *\
    keyframes
\* -------------------------- */
@keyframes upLight {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes op {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -------------------------- *\
      utils
  \* -------------------------- */
/* -------------------------- *\
      animations
  \* -------------------------- */
/* -------------------------- *\
      classes
  \* -------------------------- */
.an_delay--sm {
  animation-delay: 0.5s !important;
}
.an_delay--md {
  animation-delay: 0.7s !important;
}
.an_delay--lg {
  animation-delay: 1s !important;
}

.an_opacity {
  opacity: 0;
  animation: op 0.5s ease-in-out both;
}

.an_totop {
  opacity: 0;
  animation: fadeInUp 0.6s ease-in-out both;
}
.an_totop--light > * {
  animation: upLight 0.5s ease-in-out forwards;
}
.an_totop--light > *:nth-child(1) {
  animation-delay: 0.7s;
}
.an_totop--light > *:nth-child(2) {
  animation-delay: 0.9s;
}
.an_totop--light > *:nth-child(3) {
  animation-delay: 1.1s;
}
.an_totop--light > *:nth-child(4) {
  animation-delay: 1.3s;
}
.an_totop--light > *:nth-child(5) {
  animation-delay: 1.5s;
}
.an_totop--light > *:nth-child(6) {
  animation-delay: 1.7s;
}
.an_totop--light > *:nth-child(7) {
  animation-delay: 1.9s;
}
.an_totop--light > *:nth-child(8) {
  animation-delay: 2.1s;
}
.an_totop--light > *:nth-child(9) {
  animation-delay: 2.3s;
}
.an_totop--light > *:nth-child(10) {
  animation-delay: 2.5s;
}
.an_totop--light > *:nth-child(11) {
  animation-delay: 2.7s;
}
.an_totop--light > *:nth-child(12) {
  animation-delay: 2.9s;
}
.an_totop--light > *:nth-child(13) {
  animation-delay: 3.1s;
}
.an_totop--light > *:nth-child(14) {
  animation-delay: 3.3s;
}
.an_totop--light > *:nth-child(15) {
  animation-delay: 3.5s;
}
.an_totop--light > *:nth-child(16) {
  animation-delay: 3.7s;
}
.an_totop--light > *:nth-child(17) {
  animation-delay: 3.9s;
}
.an_totop--light > *:nth-child(18) {
  animation-delay: 4.1s;
}
.an_totop--light > *:nth-child(19) {
  animation-delay: 4.3s;
}
.an_totop--light > *:nth-child(20) {
  animation-delay: 4.5s;
}
.an_totop--light > *:nth-child(21) {
  animation-delay: 4.7s;
}
.an_totop--light > *:nth-child(22) {
  animation-delay: 4.9s;
}
.an_totop--light > *:nth-child(23) {
  animation-delay: 5.1s;
}
.an_totop--light > *:nth-child(24) {
  animation-delay: 5.3s;
}
.an_totop--light > *:nth-child(25) {
  animation-delay: 5.5s;
}
.an_totop--light > *:nth-child(26) {
  animation-delay: 5.7s;
}
.an_totop--light > *:nth-child(27) {
  animation-delay: 5.9s;
}
.an_totop--light > *:nth-child(28) {
  animation-delay: 6.1s;
}
.an_totop--light > *:nth-child(29) {
  animation-delay: 6.3s;
}
.an_totop--light > *:nth-child(30) {
  animation-delay: 6.5s;
}
.an_totop--light > *:nth-child(31) {
  animation-delay: 6.7s;
}
.an_totop--light > *:nth-child(32) {
  animation-delay: 6.9s;
}
.an_totop--light > *:nth-child(33) {
  animation-delay: 7.1s;
}
.an_totop--light > *:nth-child(34) {
  animation-delay: 7.3s;
}
.an_totop--light > *:nth-child(35) {
  animation-delay: 7.5s;
}
.an_totop--light > *:nth-child(36) {
  animation-delay: 7.7s;
}
.an_totop--light > *:nth-child(37) {
  animation-delay: 7.9s;
}
.an_totop--light > *:nth-child(38) {
  animation-delay: 8.1s;
}
.an_totop--light > *:nth-child(39) {
  animation-delay: 8.3s;
}
.an_totop--light > *:nth-child(40) {
  animation-delay: 8.5s;
}
.an_totop--light > *:nth-child(41) {
  animation-delay: 8.7s;
}
.an_totop--light > *:nth-child(42) {
  animation-delay: 8.9s;
}
.an_totop--light > *:nth-child(43) {
  animation-delay: 9.1s;
}
.an_totop--light > *:nth-child(44) {
  animation-delay: 9.3s;
}
.an_totop--light > *:nth-child(45) {
  animation-delay: 9.5s;
}
.an_totop--light > *:nth-child(46) {
  animation-delay: 9.7s;
}
.an_totop--light > *:nth-child(47) {
  animation-delay: 9.9s;
}
.an_totop--light > *:nth-child(48) {
  animation-delay: 10.1s;
}
.an_totop--light > *:nth-child(49) {
  animation-delay: 10.3s;
}
.an_totop--light > *:nth-child(50) {
  animation-delay: 10.5s;
}
.an_totop--light > *:nth-child(51) {
  animation-delay: 10.7s;
}
.an_totop--light > *:nth-child(52) {
  animation-delay: 10.9s;
}
.an_totop--light > *:nth-child(53) {
  animation-delay: 11.1s;
}
.an_totop--light > *:nth-child(54) {
  animation-delay: 11.3s;
}
.an_totop--light > *:nth-child(55) {
  animation-delay: 11.5s;
}
.an_totop--light > *:nth-child(56) {
  animation-delay: 11.7s;
}
.an_totop--light > *:nth-child(57) {
  animation-delay: 11.9s;
}
.an_totop--light > *:nth-child(58) {
  animation-delay: 12.1s;
}
.an_totop--light > *:nth-child(59) {
  animation-delay: 12.3s;
}
.an_totop--light > *:nth-child(60) {
  animation-delay: 12.5s;
}
.an_totop--light > *:nth-child(61) {
  animation-delay: 12.7s;
}
.an_totop--light > *:nth-child(62) {
  animation-delay: 12.9s;
}
.an_totop--light > *:nth-child(63) {
  animation-delay: 13.1s;
}
.an_totop--light > *:nth-child(64) {
  animation-delay: 13.3s;
}
.an_totop--light > *:nth-child(65) {
  animation-delay: 13.5s;
}
.an_totop--light > *:nth-child(66) {
  animation-delay: 13.7s;
}
.an_totop--light > *:nth-child(67) {
  animation-delay: 13.9s;
}
.an_totop--light > *:nth-child(68) {
  animation-delay: 14.1s;
}
.an_totop--light > *:nth-child(69) {
  animation-delay: 14.3s;
}
.an_totop--light > *:nth-child(70) {
  animation-delay: 14.5s;
}
.an_totop--light > *:nth-child(71) {
  animation-delay: 14.7s;
}
.an_totop--light > *:nth-child(72) {
  animation-delay: 14.9s;
}
.an_totop--light > *:nth-child(73) {
  animation-delay: 15.1s;
}
.an_totop--light > *:nth-child(74) {
  animation-delay: 15.3s;
}
.an_totop--light > *:nth-child(75) {
  animation-delay: 15.5s;
}
.an_totop--light > *:nth-child(76) {
  animation-delay: 15.7s;
}
.an_totop--light > *:nth-child(77) {
  animation-delay: 15.9s;
}
.an_totop--light > *:nth-child(78) {
  animation-delay: 16.1s;
}
.an_totop--light > *:nth-child(79) {
  animation-delay: 16.3s;
}
.an_totop--light > *:nth-child(80) {
  animation-delay: 16.5s;
}
.an_totop--light > *:nth-child(81) {
  animation-delay: 16.7s;
}
.an_totop--light > *:nth-child(82) {
  animation-delay: 16.9s;
}
.an_totop--light > *:nth-child(83) {
  animation-delay: 17.1s;
}
.an_totop--light > *:nth-child(84) {
  animation-delay: 17.3s;
}
.an_totop--light > *:nth-child(85) {
  animation-delay: 17.5s;
}
.an_totop--light > *:nth-child(86) {
  animation-delay: 17.7s;
}
.an_totop--light > *:nth-child(87) {
  animation-delay: 17.9s;
}
.an_totop--light > *:nth-child(88) {
  animation-delay: 18.1s;
}
.an_totop--light > *:nth-child(89) {
  animation-delay: 18.3s;
}
.an_totop--light > *:nth-child(90) {
  animation-delay: 18.5s;
}
.an_totop--light > *:nth-child(91) {
  animation-delay: 18.7s;
}
.an_totop--light > *:nth-child(92) {
  animation-delay: 18.9s;
}
.an_totop--light > *:nth-child(93) {
  animation-delay: 19.1s;
}
.an_totop--light > *:nth-child(94) {
  animation-delay: 19.3s;
}
.an_totop--light > *:nth-child(95) {
  animation-delay: 19.5s;
}
.an_totop--light > *:nth-child(96) {
  animation-delay: 19.7s;
}
.an_totop--light > *:nth-child(97) {
  animation-delay: 19.9s;
}
.an_totop--light > *:nth-child(98) {
  animation-delay: 20.1s;
}
.an_totop--light > *:nth-child(99) {
  animation-delay: 20.3s;
}
.an_totop--light > *:nth-child(100) {
  animation-delay: 20.5s;
}
.an_totop--all > * {
  opacity: 0;
  animation: fadeInUp 0.5s ease-in-out both;
}
.an_totop--all > *:nth-child(1) {
  animation-delay: 0.7s;
}
.an_totop--all > *:nth-child(2) {
  animation-delay: 0.9s;
}
.an_totop--all > *:nth-child(3) {
  animation-delay: 1.1s;
}
.an_totop--all > *:nth-child(4) {
  animation-delay: 1.3s;
}
.an_totop--all > *:nth-child(5) {
  animation-delay: 1.5s;
}
.an_totop--all > *:nth-child(6) {
  animation-delay: 1.7s;
}
.an_totop--all > *:nth-child(7) {
  animation-delay: 1.9s;
}
.an_totop--all > *:nth-child(8) {
  animation-delay: 2.1s;
}
.an_totop--all > *:nth-child(9) {
  animation-delay: 2.3s;
}
.an_totop--all > *:nth-child(10) {
  animation-delay: 2.5s;
}
.an_totop--all > *:nth-child(11) {
  animation-delay: 2.7s;
}
.an_totop--all > *:nth-child(12) {
  animation-delay: 2.9s;
}
.an_totop--all > *:nth-child(13) {
  animation-delay: 3.1s;
}
.an_totop--all > *:nth-child(14) {
  animation-delay: 3.3s;
}
.an_totop--all > *:nth-child(15) {
  animation-delay: 3.5s;
}
.an_totop--all > *:nth-child(16) {
  animation-delay: 3.7s;
}
.an_totop--all > *:nth-child(17) {
  animation-delay: 3.9s;
}
.an_totop--all > *:nth-child(18) {
  animation-delay: 4.1s;
}
.an_totop--all > *:nth-child(19) {
  animation-delay: 4.3s;
}
.an_totop--all > *:nth-child(20) {
  animation-delay: 4.5s;
}
.an_totop--all > *:nth-child(21) {
  animation-delay: 4.7s;
}
.an_totop--all > *:nth-child(22) {
  animation-delay: 4.9s;
}
.an_totop--all > *:nth-child(23) {
  animation-delay: 5.1s;
}
.an_totop--all > *:nth-child(24) {
  animation-delay: 5.3s;
}
.an_totop--all > *:nth-child(25) {
  animation-delay: 5.5s;
}
.an_totop--all > *:nth-child(26) {
  animation-delay: 5.7s;
}
.an_totop--all > *:nth-child(27) {
  animation-delay: 5.9s;
}
.an_totop--all > *:nth-child(28) {
  animation-delay: 6.1s;
}
.an_totop--all > *:nth-child(29) {
  animation-delay: 6.3s;
}
.an_totop--all > *:nth-child(30) {
  animation-delay: 6.5s;
}
.an_totop--all > *:nth-child(31) {
  animation-delay: 6.7s;
}
.an_totop--all > *:nth-child(32) {
  animation-delay: 6.9s;
}
.an_totop--all > *:nth-child(33) {
  animation-delay: 7.1s;
}
.an_totop--all > *:nth-child(34) {
  animation-delay: 7.3s;
}
.an_totop--all > *:nth-child(35) {
  animation-delay: 7.5s;
}
.an_totop--all > *:nth-child(36) {
  animation-delay: 7.7s;
}
.an_totop--all > *:nth-child(37) {
  animation-delay: 7.9s;
}
.an_totop--all > *:nth-child(38) {
  animation-delay: 8.1s;
}
.an_totop--all > *:nth-child(39) {
  animation-delay: 8.3s;
}
.an_totop--all > *:nth-child(40) {
  animation-delay: 8.5s;
}
.an_totop--all > *:nth-child(41) {
  animation-delay: 8.7s;
}
.an_totop--all > *:nth-child(42) {
  animation-delay: 8.9s;
}
.an_totop--all > *:nth-child(43) {
  animation-delay: 9.1s;
}
.an_totop--all > *:nth-child(44) {
  animation-delay: 9.3s;
}
.an_totop--all > *:nth-child(45) {
  animation-delay: 9.5s;
}
.an_totop--all > *:nth-child(46) {
  animation-delay: 9.7s;
}
.an_totop--all > *:nth-child(47) {
  animation-delay: 9.9s;
}
.an_totop--all > *:nth-child(48) {
  animation-delay: 10.1s;
}
.an_totop--all > *:nth-child(49) {
  animation-delay: 10.3s;
}
.an_totop--all > *:nth-child(50) {
  animation-delay: 10.5s;
}
.an_totop--all > *:nth-child(51) {
  animation-delay: 10.7s;
}
.an_totop--all > *:nth-child(52) {
  animation-delay: 10.9s;
}
.an_totop--all > *:nth-child(53) {
  animation-delay: 11.1s;
}
.an_totop--all > *:nth-child(54) {
  animation-delay: 11.3s;
}
.an_totop--all > *:nth-child(55) {
  animation-delay: 11.5s;
}
.an_totop--all > *:nth-child(56) {
  animation-delay: 11.7s;
}
.an_totop--all > *:nth-child(57) {
  animation-delay: 11.9s;
}
.an_totop--all > *:nth-child(58) {
  animation-delay: 12.1s;
}
.an_totop--all > *:nth-child(59) {
  animation-delay: 12.3s;
}
.an_totop--all > *:nth-child(60) {
  animation-delay: 12.5s;
}
.an_totop--all > *:nth-child(61) {
  animation-delay: 12.7s;
}
.an_totop--all > *:nth-child(62) {
  animation-delay: 12.9s;
}
.an_totop--all > *:nth-child(63) {
  animation-delay: 13.1s;
}
.an_totop--all > *:nth-child(64) {
  animation-delay: 13.3s;
}
.an_totop--all > *:nth-child(65) {
  animation-delay: 13.5s;
}
.an_totop--all > *:nth-child(66) {
  animation-delay: 13.7s;
}
.an_totop--all > *:nth-child(67) {
  animation-delay: 13.9s;
}
.an_totop--all > *:nth-child(68) {
  animation-delay: 14.1s;
}
.an_totop--all > *:nth-child(69) {
  animation-delay: 14.3s;
}
.an_totop--all > *:nth-child(70) {
  animation-delay: 14.5s;
}
.an_totop--all > *:nth-child(71) {
  animation-delay: 14.7s;
}
.an_totop--all > *:nth-child(72) {
  animation-delay: 14.9s;
}
.an_totop--all > *:nth-child(73) {
  animation-delay: 15.1s;
}
.an_totop--all > *:nth-child(74) {
  animation-delay: 15.3s;
}
.an_totop--all > *:nth-child(75) {
  animation-delay: 15.5s;
}
.an_totop--all > *:nth-child(76) {
  animation-delay: 15.7s;
}
.an_totop--all > *:nth-child(77) {
  animation-delay: 15.9s;
}
.an_totop--all > *:nth-child(78) {
  animation-delay: 16.1s;
}
.an_totop--all > *:nth-child(79) {
  animation-delay: 16.3s;
}
.an_totop--all > *:nth-child(80) {
  animation-delay: 16.5s;
}
.an_totop--all > *:nth-child(81) {
  animation-delay: 16.7s;
}
.an_totop--all > *:nth-child(82) {
  animation-delay: 16.9s;
}
.an_totop--all > *:nth-child(83) {
  animation-delay: 17.1s;
}
.an_totop--all > *:nth-child(84) {
  animation-delay: 17.3s;
}
.an_totop--all > *:nth-child(85) {
  animation-delay: 17.5s;
}
.an_totop--all > *:nth-child(86) {
  animation-delay: 17.7s;
}
.an_totop--all > *:nth-child(87) {
  animation-delay: 17.9s;
}
.an_totop--all > *:nth-child(88) {
  animation-delay: 18.1s;
}
.an_totop--all > *:nth-child(89) {
  animation-delay: 18.3s;
}
.an_totop--all > *:nth-child(90) {
  animation-delay: 18.5s;
}
.an_totop--all > *:nth-child(91) {
  animation-delay: 18.7s;
}
.an_totop--all > *:nth-child(92) {
  animation-delay: 18.9s;
}
.an_totop--all > *:nth-child(93) {
  animation-delay: 19.1s;
}
.an_totop--all > *:nth-child(94) {
  animation-delay: 19.3s;
}
.an_totop--all > *:nth-child(95) {
  animation-delay: 19.5s;
}
.an_totop--all > *:nth-child(96) {
  animation-delay: 19.7s;
}
.an_totop--all > *:nth-child(97) {
  animation-delay: 19.9s;
}
.an_totop--all > *:nth-child(98) {
  animation-delay: 20.1s;
}
.an_totop--all > *:nth-child(99) {
  animation-delay: 20.3s;
}
.an_totop--all > *:nth-child(100) {
  animation-delay: 20.5s;
}

.an_toright {
  opacity: 0;
  animation: fadeInRight 0.6s ease-in-out both;
}
.an_toright--all > * {
  opacity: 0;
  animation: fadeInRight 0.5s ease-in-out both;
}
.an_toright--all > *:nth-child(1) {
  animation-delay: 0.7s;
}
.an_toright--all > *:nth-child(2) {
  animation-delay: 0.9s;
}
.an_toright--all > *:nth-child(3) {
  animation-delay: 1.1s;
}
.an_toright--all > *:nth-child(4) {
  animation-delay: 1.3s;
}
.an_toright--all > *:nth-child(5) {
  animation-delay: 1.5s;
}
.an_toright--all > *:nth-child(6) {
  animation-delay: 1.7s;
}
.an_toright--all > *:nth-child(7) {
  animation-delay: 1.9s;
}
.an_toright--all > *:nth-child(8) {
  animation-delay: 2.1s;
}
.an_toright--all > *:nth-child(9) {
  animation-delay: 2.3s;
}
.an_toright--all > *:nth-child(10) {
  animation-delay: 2.5s;
}
.an_toright--all > *:nth-child(11) {
  animation-delay: 2.7s;
}
.an_toright--all > *:nth-child(12) {
  animation-delay: 2.9s;
}
.an_toright--all > *:nth-child(13) {
  animation-delay: 3.1s;
}
.an_toright--all > *:nth-child(14) {
  animation-delay: 3.3s;
}
.an_toright--all > *:nth-child(15) {
  animation-delay: 3.5s;
}
.an_toright--all > *:nth-child(16) {
  animation-delay: 3.7s;
}
.an_toright--all > *:nth-child(17) {
  animation-delay: 3.9s;
}
.an_toright--all > *:nth-child(18) {
  animation-delay: 4.1s;
}
.an_toright--all > *:nth-child(19) {
  animation-delay: 4.3s;
}
.an_toright--all > *:nth-child(20) {
  animation-delay: 4.5s;
}
.an_toright--all > *:nth-child(21) {
  animation-delay: 4.7s;
}
.an_toright--all > *:nth-child(22) {
  animation-delay: 4.9s;
}
.an_toright--all > *:nth-child(23) {
  animation-delay: 5.1s;
}
.an_toright--all > *:nth-child(24) {
  animation-delay: 5.3s;
}
.an_toright--all > *:nth-child(25) {
  animation-delay: 5.5s;
}
.an_toright--all > *:nth-child(26) {
  animation-delay: 5.7s;
}
.an_toright--all > *:nth-child(27) {
  animation-delay: 5.9s;
}
.an_toright--all > *:nth-child(28) {
  animation-delay: 6.1s;
}
.an_toright--all > *:nth-child(29) {
  animation-delay: 6.3s;
}
.an_toright--all > *:nth-child(30) {
  animation-delay: 6.5s;
}
.an_toright--all > *:nth-child(31) {
  animation-delay: 6.7s;
}
.an_toright--all > *:nth-child(32) {
  animation-delay: 6.9s;
}
.an_toright--all > *:nth-child(33) {
  animation-delay: 7.1s;
}
.an_toright--all > *:nth-child(34) {
  animation-delay: 7.3s;
}
.an_toright--all > *:nth-child(35) {
  animation-delay: 7.5s;
}
.an_toright--all > *:nth-child(36) {
  animation-delay: 7.7s;
}
.an_toright--all > *:nth-child(37) {
  animation-delay: 7.9s;
}
.an_toright--all > *:nth-child(38) {
  animation-delay: 8.1s;
}
.an_toright--all > *:nth-child(39) {
  animation-delay: 8.3s;
}
.an_toright--all > *:nth-child(40) {
  animation-delay: 8.5s;
}
.an_toright--all > *:nth-child(41) {
  animation-delay: 8.7s;
}
.an_toright--all > *:nth-child(42) {
  animation-delay: 8.9s;
}
.an_toright--all > *:nth-child(43) {
  animation-delay: 9.1s;
}
.an_toright--all > *:nth-child(44) {
  animation-delay: 9.3s;
}
.an_toright--all > *:nth-child(45) {
  animation-delay: 9.5s;
}
.an_toright--all > *:nth-child(46) {
  animation-delay: 9.7s;
}
.an_toright--all > *:nth-child(47) {
  animation-delay: 9.9s;
}
.an_toright--all > *:nth-child(48) {
  animation-delay: 10.1s;
}
.an_toright--all > *:nth-child(49) {
  animation-delay: 10.3s;
}
.an_toright--all > *:nth-child(50) {
  animation-delay: 10.5s;
}
.an_toright--all > *:nth-child(51) {
  animation-delay: 10.7s;
}
.an_toright--all > *:nth-child(52) {
  animation-delay: 10.9s;
}
.an_toright--all > *:nth-child(53) {
  animation-delay: 11.1s;
}
.an_toright--all > *:nth-child(54) {
  animation-delay: 11.3s;
}
.an_toright--all > *:nth-child(55) {
  animation-delay: 11.5s;
}
.an_toright--all > *:nth-child(56) {
  animation-delay: 11.7s;
}
.an_toright--all > *:nth-child(57) {
  animation-delay: 11.9s;
}
.an_toright--all > *:nth-child(58) {
  animation-delay: 12.1s;
}
.an_toright--all > *:nth-child(59) {
  animation-delay: 12.3s;
}
.an_toright--all > *:nth-child(60) {
  animation-delay: 12.5s;
}
.an_toright--all > *:nth-child(61) {
  animation-delay: 12.7s;
}
.an_toright--all > *:nth-child(62) {
  animation-delay: 12.9s;
}
.an_toright--all > *:nth-child(63) {
  animation-delay: 13.1s;
}
.an_toright--all > *:nth-child(64) {
  animation-delay: 13.3s;
}
.an_toright--all > *:nth-child(65) {
  animation-delay: 13.5s;
}
.an_toright--all > *:nth-child(66) {
  animation-delay: 13.7s;
}
.an_toright--all > *:nth-child(67) {
  animation-delay: 13.9s;
}
.an_toright--all > *:nth-child(68) {
  animation-delay: 14.1s;
}
.an_toright--all > *:nth-child(69) {
  animation-delay: 14.3s;
}
.an_toright--all > *:nth-child(70) {
  animation-delay: 14.5s;
}
.an_toright--all > *:nth-child(71) {
  animation-delay: 14.7s;
}
.an_toright--all > *:nth-child(72) {
  animation-delay: 14.9s;
}
.an_toright--all > *:nth-child(73) {
  animation-delay: 15.1s;
}
.an_toright--all > *:nth-child(74) {
  animation-delay: 15.3s;
}
.an_toright--all > *:nth-child(75) {
  animation-delay: 15.5s;
}
.an_toright--all > *:nth-child(76) {
  animation-delay: 15.7s;
}
.an_toright--all > *:nth-child(77) {
  animation-delay: 15.9s;
}
.an_toright--all > *:nth-child(78) {
  animation-delay: 16.1s;
}
.an_toright--all > *:nth-child(79) {
  animation-delay: 16.3s;
}
.an_toright--all > *:nth-child(80) {
  animation-delay: 16.5s;
}
.an_toright--all > *:nth-child(81) {
  animation-delay: 16.7s;
}
.an_toright--all > *:nth-child(82) {
  animation-delay: 16.9s;
}
.an_toright--all > *:nth-child(83) {
  animation-delay: 17.1s;
}
.an_toright--all > *:nth-child(84) {
  animation-delay: 17.3s;
}
.an_toright--all > *:nth-child(85) {
  animation-delay: 17.5s;
}
.an_toright--all > *:nth-child(86) {
  animation-delay: 17.7s;
}
.an_toright--all > *:nth-child(87) {
  animation-delay: 17.9s;
}
.an_toright--all > *:nth-child(88) {
  animation-delay: 18.1s;
}
.an_toright--all > *:nth-child(89) {
  animation-delay: 18.3s;
}
.an_toright--all > *:nth-child(90) {
  animation-delay: 18.5s;
}
.an_toright--all > *:nth-child(91) {
  animation-delay: 18.7s;
}
.an_toright--all > *:nth-child(92) {
  animation-delay: 18.9s;
}
.an_toright--all > *:nth-child(93) {
  animation-delay: 19.1s;
}
.an_toright--all > *:nth-child(94) {
  animation-delay: 19.3s;
}
.an_toright--all > *:nth-child(95) {
  animation-delay: 19.5s;
}
.an_toright--all > *:nth-child(96) {
  animation-delay: 19.7s;
}
.an_toright--all > *:nth-child(97) {
  animation-delay: 19.9s;
}
.an_toright--all > *:nth-child(98) {
  animation-delay: 20.1s;
}
.an_toright--all > *:nth-child(99) {
  animation-delay: 20.3s;
}
.an_toright--all > *:nth-child(100) {
  animation-delay: 20.5s;
}

.an_toleft {
  opacity: 0;
  animation: fadeInLeft 0.5s ease-in-out both;
}
.an_toleft--all > * {
  opacity: 0;
  animation: fadeInLeft 0.5s ease-in-out both;
}
.an_toleft--all > *:nth-child(1) {
  animation-delay: 0.7s;
}
.an_toleft--all > *:nth-child(2) {
  animation-delay: 0.9s;
}
.an_toleft--all > *:nth-child(3) {
  animation-delay: 1.1s;
}
.an_toleft--all > *:nth-child(4) {
  animation-delay: 1.3s;
}
.an_toleft--all > *:nth-child(5) {
  animation-delay: 1.5s;
}
.an_toleft--all > *:nth-child(6) {
  animation-delay: 1.7s;
}
.an_toleft--all > *:nth-child(7) {
  animation-delay: 1.9s;
}
.an_toleft--all > *:nth-child(8) {
  animation-delay: 2.1s;
}
.an_toleft--all > *:nth-child(9) {
  animation-delay: 2.3s;
}
.an_toleft--all > *:nth-child(10) {
  animation-delay: 2.5s;
}
.an_toleft--all > *:nth-child(11) {
  animation-delay: 2.7s;
}
.an_toleft--all > *:nth-child(12) {
  animation-delay: 2.9s;
}
.an_toleft--all > *:nth-child(13) {
  animation-delay: 3.1s;
}
.an_toleft--all > *:nth-child(14) {
  animation-delay: 3.3s;
}
.an_toleft--all > *:nth-child(15) {
  animation-delay: 3.5s;
}
.an_toleft--all > *:nth-child(16) {
  animation-delay: 3.7s;
}
.an_toleft--all > *:nth-child(17) {
  animation-delay: 3.9s;
}
.an_toleft--all > *:nth-child(18) {
  animation-delay: 4.1s;
}
.an_toleft--all > *:nth-child(19) {
  animation-delay: 4.3s;
}
.an_toleft--all > *:nth-child(20) {
  animation-delay: 4.5s;
}
.an_toleft--all > *:nth-child(21) {
  animation-delay: 4.7s;
}
.an_toleft--all > *:nth-child(22) {
  animation-delay: 4.9s;
}
.an_toleft--all > *:nth-child(23) {
  animation-delay: 5.1s;
}
.an_toleft--all > *:nth-child(24) {
  animation-delay: 5.3s;
}
.an_toleft--all > *:nth-child(25) {
  animation-delay: 5.5s;
}
.an_toleft--all > *:nth-child(26) {
  animation-delay: 5.7s;
}
.an_toleft--all > *:nth-child(27) {
  animation-delay: 5.9s;
}
.an_toleft--all > *:nth-child(28) {
  animation-delay: 6.1s;
}
.an_toleft--all > *:nth-child(29) {
  animation-delay: 6.3s;
}
.an_toleft--all > *:nth-child(30) {
  animation-delay: 6.5s;
}
.an_toleft--all > *:nth-child(31) {
  animation-delay: 6.7s;
}
.an_toleft--all > *:nth-child(32) {
  animation-delay: 6.9s;
}
.an_toleft--all > *:nth-child(33) {
  animation-delay: 7.1s;
}
.an_toleft--all > *:nth-child(34) {
  animation-delay: 7.3s;
}
.an_toleft--all > *:nth-child(35) {
  animation-delay: 7.5s;
}
.an_toleft--all > *:nth-child(36) {
  animation-delay: 7.7s;
}
.an_toleft--all > *:nth-child(37) {
  animation-delay: 7.9s;
}
.an_toleft--all > *:nth-child(38) {
  animation-delay: 8.1s;
}
.an_toleft--all > *:nth-child(39) {
  animation-delay: 8.3s;
}
.an_toleft--all > *:nth-child(40) {
  animation-delay: 8.5s;
}
.an_toleft--all > *:nth-child(41) {
  animation-delay: 8.7s;
}
.an_toleft--all > *:nth-child(42) {
  animation-delay: 8.9s;
}
.an_toleft--all > *:nth-child(43) {
  animation-delay: 9.1s;
}
.an_toleft--all > *:nth-child(44) {
  animation-delay: 9.3s;
}
.an_toleft--all > *:nth-child(45) {
  animation-delay: 9.5s;
}
.an_toleft--all > *:nth-child(46) {
  animation-delay: 9.7s;
}
.an_toleft--all > *:nth-child(47) {
  animation-delay: 9.9s;
}
.an_toleft--all > *:nth-child(48) {
  animation-delay: 10.1s;
}
.an_toleft--all > *:nth-child(49) {
  animation-delay: 10.3s;
}
.an_toleft--all > *:nth-child(50) {
  animation-delay: 10.5s;
}
.an_toleft--all > *:nth-child(51) {
  animation-delay: 10.7s;
}
.an_toleft--all > *:nth-child(52) {
  animation-delay: 10.9s;
}
.an_toleft--all > *:nth-child(53) {
  animation-delay: 11.1s;
}
.an_toleft--all > *:nth-child(54) {
  animation-delay: 11.3s;
}
.an_toleft--all > *:nth-child(55) {
  animation-delay: 11.5s;
}
.an_toleft--all > *:nth-child(56) {
  animation-delay: 11.7s;
}
.an_toleft--all > *:nth-child(57) {
  animation-delay: 11.9s;
}
.an_toleft--all > *:nth-child(58) {
  animation-delay: 12.1s;
}
.an_toleft--all > *:nth-child(59) {
  animation-delay: 12.3s;
}
.an_toleft--all > *:nth-child(60) {
  animation-delay: 12.5s;
}
.an_toleft--all > *:nth-child(61) {
  animation-delay: 12.7s;
}
.an_toleft--all > *:nth-child(62) {
  animation-delay: 12.9s;
}
.an_toleft--all > *:nth-child(63) {
  animation-delay: 13.1s;
}
.an_toleft--all > *:nth-child(64) {
  animation-delay: 13.3s;
}
.an_toleft--all > *:nth-child(65) {
  animation-delay: 13.5s;
}
.an_toleft--all > *:nth-child(66) {
  animation-delay: 13.7s;
}
.an_toleft--all > *:nth-child(67) {
  animation-delay: 13.9s;
}
.an_toleft--all > *:nth-child(68) {
  animation-delay: 14.1s;
}
.an_toleft--all > *:nth-child(69) {
  animation-delay: 14.3s;
}
.an_toleft--all > *:nth-child(70) {
  animation-delay: 14.5s;
}
.an_toleft--all > *:nth-child(71) {
  animation-delay: 14.7s;
}
.an_toleft--all > *:nth-child(72) {
  animation-delay: 14.9s;
}
.an_toleft--all > *:nth-child(73) {
  animation-delay: 15.1s;
}
.an_toleft--all > *:nth-child(74) {
  animation-delay: 15.3s;
}
.an_toleft--all > *:nth-child(75) {
  animation-delay: 15.5s;
}
.an_toleft--all > *:nth-child(76) {
  animation-delay: 15.7s;
}
.an_toleft--all > *:nth-child(77) {
  animation-delay: 15.9s;
}
.an_toleft--all > *:nth-child(78) {
  animation-delay: 16.1s;
}
.an_toleft--all > *:nth-child(79) {
  animation-delay: 16.3s;
}
.an_toleft--all > *:nth-child(80) {
  animation-delay: 16.5s;
}
.an_toleft--all > *:nth-child(81) {
  animation-delay: 16.7s;
}
.an_toleft--all > *:nth-child(82) {
  animation-delay: 16.9s;
}
.an_toleft--all > *:nth-child(83) {
  animation-delay: 17.1s;
}
.an_toleft--all > *:nth-child(84) {
  animation-delay: 17.3s;
}
.an_toleft--all > *:nth-child(85) {
  animation-delay: 17.5s;
}
.an_toleft--all > *:nth-child(86) {
  animation-delay: 17.7s;
}
.an_toleft--all > *:nth-child(87) {
  animation-delay: 17.9s;
}
.an_toleft--all > *:nth-child(88) {
  animation-delay: 18.1s;
}
.an_toleft--all > *:nth-child(89) {
  animation-delay: 18.3s;
}
.an_toleft--all > *:nth-child(90) {
  animation-delay: 18.5s;
}
.an_toleft--all > *:nth-child(91) {
  animation-delay: 18.7s;
}
.an_toleft--all > *:nth-child(92) {
  animation-delay: 18.9s;
}
.an_toleft--all > *:nth-child(93) {
  animation-delay: 19.1s;
}
.an_toleft--all > *:nth-child(94) {
  animation-delay: 19.3s;
}
.an_toleft--all > *:nth-child(95) {
  animation-delay: 19.5s;
}
.an_toleft--all > *:nth-child(96) {
  animation-delay: 19.7s;
}
.an_toleft--all > *:nth-child(97) {
  animation-delay: 19.9s;
}
.an_toleft--all > *:nth-child(98) {
  animation-delay: 20.1s;
}
.an_toleft--all > *:nth-child(99) {
  animation-delay: 20.3s;
}
.an_toleft--all > *:nth-child(100) {
  animation-delay: 20.5s;
}

.an_close:hover, .an_close:focus {
  box-shadow: inset -14rem 0 0 0 #fff, inset 14rem 0 0 0 #fff;
  color: #000 !important;
}
.an_close--black:hover, .an_close--black:focus {
  box-shadow: inset -14rem 0 0 0 #000, inset 14rem 0 0 0 #000;
  color: #fff !important;
}

.an-hover-op {
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.an-hover-op:hover {
  opacity: 0.6;
}

.an_fill-up:hover, .an_fill-up:focus {
  color: #fff;
  background-color: #162b51 !important;
}
.an_fill-up:hover svg, .an_fill-up:focus svg {
  fill: #fff !important;
}
.an_fill-up--black:hover, .an_fill-up--black:focus {
  box-shadow: inset 0 -8.1rem 0 0 #000;
  color: #fff !important;
}

.kh-blog-hero-title > * {
  opacity: 0;
  animation: op 0.5s ease-in-out both;
  animation-delay: 0.3s;
}
.kh-blog-hero-title > *:nth-child(1) {
  animation-delay: 0.6s;
}
.kh-blog-hero-title > *:nth-child(2) {
  animation-delay: 0.8s;
}
.kh-blog-hero-title > *:nth-child(3) {
  animation-delay: 1s;
}
.kh-blog-hero-title > *:nth-child(4) {
  animation-delay: 1.2s;
}
.kh-blog-hero-title > *:nth-child(5) {
  animation-delay: 1.4s;
}
.kh-blog-hero-title > *:nth-child(6) {
  animation-delay: 1.6s;
}
.kh-blog-hero-title > *:nth-child(7) {
  animation-delay: 1.8s;
}
.kh-blog-hero-title > *:nth-child(8) {
  animation-delay: 2s;
}
.kh-blog-hero-title > *:nth-child(9) {
  animation-delay: 2.2s;
}
.kh-blog-hero-title > *:nth-child(10) {
  animation-delay: 2.4s;
}
.kh-blog-hero-title > *:nth-child(11) {
  animation-delay: 2.6s;
}
.kh-blog-hero-title > *:nth-child(12) {
  animation-delay: 2.8s;
}
.kh-blog-hero-title > *:nth-child(13) {
  animation-delay: 3s;
}
.kh-blog-hero-title > *:nth-child(14) {
  animation-delay: 3.2s;
}
.kh-blog-hero-title > *:nth-child(15) {
  animation-delay: 3.4s;
}
.kh-blog-hero-title > *:nth-child(16) {
  animation-delay: 3.6s;
}
.kh-blog-hero-title > *:nth-child(17) {
  animation-delay: 3.8s;
}
.kh-blog-hero-title > *:nth-child(18) {
  animation-delay: 4s;
}
.kh-blog-hero-title > *:nth-child(19) {
  animation-delay: 4.2s;
}
.kh-blog-hero-title > *:nth-child(20) {
  animation-delay: 4.4s;
}
.kh-blog-hero-title > *:nth-child(21) {
  animation-delay: 4.6s;
}
.kh-blog-hero-title > *:nth-child(22) {
  animation-delay: 4.8s;
}
.kh-blog-hero-title > *:nth-child(23) {
  animation-delay: 5s;
}
.kh-blog-hero-title > *:nth-child(24) {
  animation-delay: 5.2s;
}
.kh-blog-hero-title > *:nth-child(25) {
  animation-delay: 5.4s;
}
.kh-blog-hero-title > *:nth-child(26) {
  animation-delay: 5.6s;
}
.kh-blog-hero-title > *:nth-child(27) {
  animation-delay: 5.8s;
}
.kh-blog-hero-title > *:nth-child(28) {
  animation-delay: 6s;
}
.kh-blog-hero-title > *:nth-child(29) {
  animation-delay: 6.2s;
}
.kh-blog-hero-title > *:nth-child(30) {
  animation-delay: 6.4s;
}
.kh-blog-hero-title > *:nth-child(31) {
  animation-delay: 6.6s;
}
.kh-blog-hero-title > *:nth-child(32) {
  animation-delay: 6.8s;
}
.kh-blog-hero-title > *:nth-child(33) {
  animation-delay: 7s;
}
.kh-blog-hero-title > *:nth-child(34) {
  animation-delay: 7.2s;
}
.kh-blog-hero-title > *:nth-child(35) {
  animation-delay: 7.4s;
}
.kh-blog-hero-title > *:nth-child(36) {
  animation-delay: 7.6s;
}
.kh-blog-hero-title > *:nth-child(37) {
  animation-delay: 7.8s;
}
.kh-blog-hero-title > *:nth-child(38) {
  animation-delay: 8s;
}
.kh-blog-hero-title > *:nth-child(39) {
  animation-delay: 8.2s;
}
.kh-blog-hero-title > *:nth-child(40) {
  animation-delay: 8.4s;
}
.kh-blog-hero-title > *:nth-child(41) {
  animation-delay: 8.6s;
}
.kh-blog-hero-title > *:nth-child(42) {
  animation-delay: 8.8s;
}
.kh-blog-hero-title > *:nth-child(43) {
  animation-delay: 9s;
}
.kh-blog-hero-title > *:nth-child(44) {
  animation-delay: 9.2s;
}
.kh-blog-hero-title > *:nth-child(45) {
  animation-delay: 9.4s;
}
.kh-blog-hero-title > *:nth-child(46) {
  animation-delay: 9.6s;
}
.kh-blog-hero-title > *:nth-child(47) {
  animation-delay: 9.8s;
}
.kh-blog-hero-title > *:nth-child(48) {
  animation-delay: 10s;
}
.kh-blog-hero-title > *:nth-child(49) {
  animation-delay: 10.2s;
}
.kh-blog-hero-title > *:nth-child(50) {
  animation-delay: 10.4s;
}
.kh-blog-hero-title > *:nth-child(51) {
  animation-delay: 10.6s;
}
.kh-blog-hero-title > *:nth-child(52) {
  animation-delay: 10.8s;
}
.kh-blog-hero-title > *:nth-child(53) {
  animation-delay: 11s;
}
.kh-blog-hero-title > *:nth-child(54) {
  animation-delay: 11.2s;
}
.kh-blog-hero-title > *:nth-child(55) {
  animation-delay: 11.4s;
}
.kh-blog-hero-title > *:nth-child(56) {
  animation-delay: 11.6s;
}
.kh-blog-hero-title > *:nth-child(57) {
  animation-delay: 11.8s;
}
.kh-blog-hero-title > *:nth-child(58) {
  animation-delay: 12s;
}
.kh-blog-hero-title > *:nth-child(59) {
  animation-delay: 12.2s;
}
.kh-blog-hero-title > *:nth-child(60) {
  animation-delay: 12.4s;
}
.kh-blog-hero-title > *:nth-child(61) {
  animation-delay: 12.6s;
}
.kh-blog-hero-title > *:nth-child(62) {
  animation-delay: 12.8s;
}
.kh-blog-hero-title > *:nth-child(63) {
  animation-delay: 13s;
}
.kh-blog-hero-title > *:nth-child(64) {
  animation-delay: 13.2s;
}
.kh-blog-hero-title > *:nth-child(65) {
  animation-delay: 13.4s;
}
.kh-blog-hero-title > *:nth-child(66) {
  animation-delay: 13.6s;
}
.kh-blog-hero-title > *:nth-child(67) {
  animation-delay: 13.8s;
}
.kh-blog-hero-title > *:nth-child(68) {
  animation-delay: 14s;
}
.kh-blog-hero-title > *:nth-child(69) {
  animation-delay: 14.2s;
}
.kh-blog-hero-title > *:nth-child(70) {
  animation-delay: 14.4s;
}
.kh-blog-hero-title > *:nth-child(71) {
  animation-delay: 14.6s;
}
.kh-blog-hero-title > *:nth-child(72) {
  animation-delay: 14.8s;
}
.kh-blog-hero-title > *:nth-child(73) {
  animation-delay: 15s;
}
.kh-blog-hero-title > *:nth-child(74) {
  animation-delay: 15.2s;
}
.kh-blog-hero-title > *:nth-child(75) {
  animation-delay: 15.4s;
}
.kh-blog-hero-title > *:nth-child(76) {
  animation-delay: 15.6s;
}
.kh-blog-hero-title > *:nth-child(77) {
  animation-delay: 15.8s;
}
.kh-blog-hero-title > *:nth-child(78) {
  animation-delay: 16s;
}
.kh-blog-hero-title > *:nth-child(79) {
  animation-delay: 16.2s;
}
.kh-blog-hero-title > *:nth-child(80) {
  animation-delay: 16.4s;
}
.kh-blog-hero-title > *:nth-child(81) {
  animation-delay: 16.6s;
}
.kh-blog-hero-title > *:nth-child(82) {
  animation-delay: 16.8s;
}
.kh-blog-hero-title > *:nth-child(83) {
  animation-delay: 17s;
}
.kh-blog-hero-title > *:nth-child(84) {
  animation-delay: 17.2s;
}
.kh-blog-hero-title > *:nth-child(85) {
  animation-delay: 17.4s;
}
.kh-blog-hero-title > *:nth-child(86) {
  animation-delay: 17.6s;
}
.kh-blog-hero-title > *:nth-child(87) {
  animation-delay: 17.8s;
}
.kh-blog-hero-title > *:nth-child(88) {
  animation-delay: 18s;
}
.kh-blog-hero-title > *:nth-child(89) {
  animation-delay: 18.2s;
}
.kh-blog-hero-title > *:nth-child(90) {
  animation-delay: 18.4s;
}
.kh-blog-hero-title > *:nth-child(91) {
  animation-delay: 18.6s;
}
.kh-blog-hero-title > *:nth-child(92) {
  animation-delay: 18.8s;
}
.kh-blog-hero-title > *:nth-child(93) {
  animation-delay: 19s;
}
.kh-blog-hero-title > *:nth-child(94) {
  animation-delay: 19.2s;
}
.kh-blog-hero-title > *:nth-child(95) {
  animation-delay: 19.4s;
}
.kh-blog-hero-title > *:nth-child(96) {
  animation-delay: 19.6s;
}
.kh-blog-hero-title > *:nth-child(97) {
  animation-delay: 19.8s;
}
.kh-blog-hero-title > *:nth-child(98) {
  animation-delay: 20s;
}
.kh-blog-hero-title > *:nth-child(99) {
  animation-delay: 20.2s;
}
.kh-blog-hero-title > *:nth-child(100) {
  animation-delay: 20.4s;
}
.kh-blog-hero .wrapper::after {
  opacity: 0;
  animation: toRight 1s cubic-bezier(0.76, 0, 0.24, 1) 0.5s forwards;
}
.kh-blog-hero .wrapper::before {
  opacity: 0;
  animation: toLeft 1s cubic-bezier(0.76, 0, 0.24, 1) 0.5s forwards;
}

.kh-favorites-grid > *,
.kh-property-listing-grid > * {
  opacity: 0;
  animation: op 0.5s ease-in-out both;
}
.kh-favorites-grid > *:nth-child(1),
.kh-property-listing-grid > *:nth-child(1) {
  animation-delay: 0.6s;
}
.kh-favorites-grid > *:nth-child(2),
.kh-property-listing-grid > *:nth-child(2) {
  animation-delay: 0.8s;
}
.kh-favorites-grid > *:nth-child(3),
.kh-property-listing-grid > *:nth-child(3) {
  animation-delay: 1s;
}
.kh-favorites-grid > *:nth-child(4),
.kh-property-listing-grid > *:nth-child(4) {
  animation-delay: 1.2s;
}
.kh-favorites-grid > *:nth-child(5),
.kh-property-listing-grid > *:nth-child(5) {
  animation-delay: 1.4s;
}
.kh-favorites-grid > *:nth-child(6),
.kh-property-listing-grid > *:nth-child(6) {
  animation-delay: 1.6s;
}
.kh-favorites-grid > *:nth-child(7),
.kh-property-listing-grid > *:nth-child(7) {
  animation-delay: 1.8s;
}
.kh-favorites-grid > *:nth-child(8),
.kh-property-listing-grid > *:nth-child(8) {
  animation-delay: 2s;
}
.kh-favorites-grid > *:nth-child(9),
.kh-property-listing-grid > *:nth-child(9) {
  animation-delay: 2.2s;
}
.kh-favorites-grid > *:nth-child(10),
.kh-property-listing-grid > *:nth-child(10) {
  animation-delay: 2.4s;
}
.kh-favorites-grid > *:nth-child(11),
.kh-property-listing-grid > *:nth-child(11) {
  animation-delay: 2.6s;
}
.kh-favorites-grid > *:nth-child(12),
.kh-property-listing-grid > *:nth-child(12) {
  animation-delay: 2.8s;
}
.kh-favorites-grid > *:nth-child(13),
.kh-property-listing-grid > *:nth-child(13) {
  animation-delay: 3s;
}
.kh-favorites-grid > *:nth-child(14),
.kh-property-listing-grid > *:nth-child(14) {
  animation-delay: 3.2s;
}
.kh-favorites-grid > *:nth-child(15),
.kh-property-listing-grid > *:nth-child(15) {
  animation-delay: 3.4s;
}
.kh-favorites-grid > *:nth-child(16),
.kh-property-listing-grid > *:nth-child(16) {
  animation-delay: 3.6s;
}
.kh-favorites-grid > *:nth-child(17),
.kh-property-listing-grid > *:nth-child(17) {
  animation-delay: 3.8s;
}
.kh-favorites-grid > *:nth-child(18),
.kh-property-listing-grid > *:nth-child(18) {
  animation-delay: 4s;
}
.kh-favorites-grid > *:nth-child(19),
.kh-property-listing-grid > *:nth-child(19) {
  animation-delay: 4.2s;
}
.kh-favorites-grid > *:nth-child(20),
.kh-property-listing-grid > *:nth-child(20) {
  animation-delay: 4.4s;
}
.kh-favorites-grid > *:nth-child(21),
.kh-property-listing-grid > *:nth-child(21) {
  animation-delay: 4.6s;
}
.kh-favorites-grid > *:nth-child(22),
.kh-property-listing-grid > *:nth-child(22) {
  animation-delay: 4.8s;
}
.kh-favorites-grid > *:nth-child(23),
.kh-property-listing-grid > *:nth-child(23) {
  animation-delay: 5s;
}
.kh-favorites-grid > *:nth-child(24),
.kh-property-listing-grid > *:nth-child(24) {
  animation-delay: 5.2s;
}
.kh-favorites-grid > *:nth-child(25),
.kh-property-listing-grid > *:nth-child(25) {
  animation-delay: 5.4s;
}
.kh-favorites-grid > *:nth-child(26),
.kh-property-listing-grid > *:nth-child(26) {
  animation-delay: 5.6s;
}
.kh-favorites-grid > *:nth-child(27),
.kh-property-listing-grid > *:nth-child(27) {
  animation-delay: 5.8s;
}
.kh-favorites-grid > *:nth-child(28),
.kh-property-listing-grid > *:nth-child(28) {
  animation-delay: 6s;
}
.kh-favorites-grid > *:nth-child(29),
.kh-property-listing-grid > *:nth-child(29) {
  animation-delay: 6.2s;
}
.kh-favorites-grid > *:nth-child(30),
.kh-property-listing-grid > *:nth-child(30) {
  animation-delay: 6.4s;
}
.kh-favorites-grid > *:nth-child(31),
.kh-property-listing-grid > *:nth-child(31) {
  animation-delay: 6.6s;
}
.kh-favorites-grid > *:nth-child(32),
.kh-property-listing-grid > *:nth-child(32) {
  animation-delay: 6.8s;
}
.kh-favorites-grid > *:nth-child(33),
.kh-property-listing-grid > *:nth-child(33) {
  animation-delay: 7s;
}
.kh-favorites-grid > *:nth-child(34),
.kh-property-listing-grid > *:nth-child(34) {
  animation-delay: 7.2s;
}
.kh-favorites-grid > *:nth-child(35),
.kh-property-listing-grid > *:nth-child(35) {
  animation-delay: 7.4s;
}
.kh-favorites-grid > *:nth-child(36),
.kh-property-listing-grid > *:nth-child(36) {
  animation-delay: 7.6s;
}
.kh-favorites-grid > *:nth-child(37),
.kh-property-listing-grid > *:nth-child(37) {
  animation-delay: 7.8s;
}
.kh-favorites-grid > *:nth-child(38),
.kh-property-listing-grid > *:nth-child(38) {
  animation-delay: 8s;
}
.kh-favorites-grid > *:nth-child(39),
.kh-property-listing-grid > *:nth-child(39) {
  animation-delay: 8.2s;
}
.kh-favorites-grid > *:nth-child(40),
.kh-property-listing-grid > *:nth-child(40) {
  animation-delay: 8.4s;
}
.kh-favorites-grid > *:nth-child(41),
.kh-property-listing-grid > *:nth-child(41) {
  animation-delay: 8.6s;
}
.kh-favorites-grid > *:nth-child(42),
.kh-property-listing-grid > *:nth-child(42) {
  animation-delay: 8.8s;
}
.kh-favorites-grid > *:nth-child(43),
.kh-property-listing-grid > *:nth-child(43) {
  animation-delay: 9s;
}
.kh-favorites-grid > *:nth-child(44),
.kh-property-listing-grid > *:nth-child(44) {
  animation-delay: 9.2s;
}
.kh-favorites-grid > *:nth-child(45),
.kh-property-listing-grid > *:nth-child(45) {
  animation-delay: 9.4s;
}
.kh-favorites-grid > *:nth-child(46),
.kh-property-listing-grid > *:nth-child(46) {
  animation-delay: 9.6s;
}
.kh-favorites-grid > *:nth-child(47),
.kh-property-listing-grid > *:nth-child(47) {
  animation-delay: 9.8s;
}
.kh-favorites-grid > *:nth-child(48),
.kh-property-listing-grid > *:nth-child(48) {
  animation-delay: 10s;
}
.kh-favorites-grid > *:nth-child(49),
.kh-property-listing-grid > *:nth-child(49) {
  animation-delay: 10.2s;
}
.kh-favorites-grid > *:nth-child(50),
.kh-property-listing-grid > *:nth-child(50) {
  animation-delay: 10.4s;
}
.kh-favorites-grid > *:nth-child(51),
.kh-property-listing-grid > *:nth-child(51) {
  animation-delay: 10.6s;
}
.kh-favorites-grid > *:nth-child(52),
.kh-property-listing-grid > *:nth-child(52) {
  animation-delay: 10.8s;
}
.kh-favorites-grid > *:nth-child(53),
.kh-property-listing-grid > *:nth-child(53) {
  animation-delay: 11s;
}
.kh-favorites-grid > *:nth-child(54),
.kh-property-listing-grid > *:nth-child(54) {
  animation-delay: 11.2s;
}
.kh-favorites-grid > *:nth-child(55),
.kh-property-listing-grid > *:nth-child(55) {
  animation-delay: 11.4s;
}
.kh-favorites-grid > *:nth-child(56),
.kh-property-listing-grid > *:nth-child(56) {
  animation-delay: 11.6s;
}
.kh-favorites-grid > *:nth-child(57),
.kh-property-listing-grid > *:nth-child(57) {
  animation-delay: 11.8s;
}
.kh-favorites-grid > *:nth-child(58),
.kh-property-listing-grid > *:nth-child(58) {
  animation-delay: 12s;
}
.kh-favorites-grid > *:nth-child(59),
.kh-property-listing-grid > *:nth-child(59) {
  animation-delay: 12.2s;
}
.kh-favorites-grid > *:nth-child(60),
.kh-property-listing-grid > *:nth-child(60) {
  animation-delay: 12.4s;
}
.kh-favorites-grid > *:nth-child(61),
.kh-property-listing-grid > *:nth-child(61) {
  animation-delay: 12.6s;
}
.kh-favorites-grid > *:nth-child(62),
.kh-property-listing-grid > *:nth-child(62) {
  animation-delay: 12.8s;
}
.kh-favorites-grid > *:nth-child(63),
.kh-property-listing-grid > *:nth-child(63) {
  animation-delay: 13s;
}
.kh-favorites-grid > *:nth-child(64),
.kh-property-listing-grid > *:nth-child(64) {
  animation-delay: 13.2s;
}
.kh-favorites-grid > *:nth-child(65),
.kh-property-listing-grid > *:nth-child(65) {
  animation-delay: 13.4s;
}
.kh-favorites-grid > *:nth-child(66),
.kh-property-listing-grid > *:nth-child(66) {
  animation-delay: 13.6s;
}
.kh-favorites-grid > *:nth-child(67),
.kh-property-listing-grid > *:nth-child(67) {
  animation-delay: 13.8s;
}
.kh-favorites-grid > *:nth-child(68),
.kh-property-listing-grid > *:nth-child(68) {
  animation-delay: 14s;
}
.kh-favorites-grid > *:nth-child(69),
.kh-property-listing-grid > *:nth-child(69) {
  animation-delay: 14.2s;
}
.kh-favorites-grid > *:nth-child(70),
.kh-property-listing-grid > *:nth-child(70) {
  animation-delay: 14.4s;
}
.kh-favorites-grid > *:nth-child(71),
.kh-property-listing-grid > *:nth-child(71) {
  animation-delay: 14.6s;
}
.kh-favorites-grid > *:nth-child(72),
.kh-property-listing-grid > *:nth-child(72) {
  animation-delay: 14.8s;
}
.kh-favorites-grid > *:nth-child(73),
.kh-property-listing-grid > *:nth-child(73) {
  animation-delay: 15s;
}
.kh-favorites-grid > *:nth-child(74),
.kh-property-listing-grid > *:nth-child(74) {
  animation-delay: 15.2s;
}
.kh-favorites-grid > *:nth-child(75),
.kh-property-listing-grid > *:nth-child(75) {
  animation-delay: 15.4s;
}
.kh-favorites-grid > *:nth-child(76),
.kh-property-listing-grid > *:nth-child(76) {
  animation-delay: 15.6s;
}
.kh-favorites-grid > *:nth-child(77),
.kh-property-listing-grid > *:nth-child(77) {
  animation-delay: 15.8s;
}
.kh-favorites-grid > *:nth-child(78),
.kh-property-listing-grid > *:nth-child(78) {
  animation-delay: 16s;
}
.kh-favorites-grid > *:nth-child(79),
.kh-property-listing-grid > *:nth-child(79) {
  animation-delay: 16.2s;
}
.kh-favorites-grid > *:nth-child(80),
.kh-property-listing-grid > *:nth-child(80) {
  animation-delay: 16.4s;
}
.kh-favorites-grid > *:nth-child(81),
.kh-property-listing-grid > *:nth-child(81) {
  animation-delay: 16.6s;
}
.kh-favorites-grid > *:nth-child(82),
.kh-property-listing-grid > *:nth-child(82) {
  animation-delay: 16.8s;
}
.kh-favorites-grid > *:nth-child(83),
.kh-property-listing-grid > *:nth-child(83) {
  animation-delay: 17s;
}
.kh-favorites-grid > *:nth-child(84),
.kh-property-listing-grid > *:nth-child(84) {
  animation-delay: 17.2s;
}
.kh-favorites-grid > *:nth-child(85),
.kh-property-listing-grid > *:nth-child(85) {
  animation-delay: 17.4s;
}
.kh-favorites-grid > *:nth-child(86),
.kh-property-listing-grid > *:nth-child(86) {
  animation-delay: 17.6s;
}
.kh-favorites-grid > *:nth-child(87),
.kh-property-listing-grid > *:nth-child(87) {
  animation-delay: 17.8s;
}
.kh-favorites-grid > *:nth-child(88),
.kh-property-listing-grid > *:nth-child(88) {
  animation-delay: 18s;
}
.kh-favorites-grid > *:nth-child(89),
.kh-property-listing-grid > *:nth-child(89) {
  animation-delay: 18.2s;
}
.kh-favorites-grid > *:nth-child(90),
.kh-property-listing-grid > *:nth-child(90) {
  animation-delay: 18.4s;
}
.kh-favorites-grid > *:nth-child(91),
.kh-property-listing-grid > *:nth-child(91) {
  animation-delay: 18.6s;
}
.kh-favorites-grid > *:nth-child(92),
.kh-property-listing-grid > *:nth-child(92) {
  animation-delay: 18.8s;
}
.kh-favorites-grid > *:nth-child(93),
.kh-property-listing-grid > *:nth-child(93) {
  animation-delay: 19s;
}
.kh-favorites-grid > *:nth-child(94),
.kh-property-listing-grid > *:nth-child(94) {
  animation-delay: 19.2s;
}
.kh-favorites-grid > *:nth-child(95),
.kh-property-listing-grid > *:nth-child(95) {
  animation-delay: 19.4s;
}
.kh-favorites-grid > *:nth-child(96),
.kh-property-listing-grid > *:nth-child(96) {
  animation-delay: 19.6s;
}
.kh-favorites-grid > *:nth-child(97),
.kh-property-listing-grid > *:nth-child(97) {
  animation-delay: 19.8s;
}
.kh-favorites-grid > *:nth-child(98),
.kh-property-listing-grid > *:nth-child(98) {
  animation-delay: 20s;
}
.kh-favorites-grid > *:nth-child(99),
.kh-property-listing-grid > *:nth-child(99) {
  animation-delay: 20.2s;
}
.kh-favorites-grid > *:nth-child(100),
.kh-property-listing-grid > *:nth-child(100) {
  animation-delay: 20.4s;
}

.kh-broker-intro .person-name > *,
.kh-broker-intro .person-bottom > * {
  opacity: 0;
  animation: op 0.5s ease-in-out both;
  animation-delay: 1.6s;
}
.kh-broker-intro .person-name > *:nth-child(1),
.kh-broker-intro .person-bottom > *:nth-child(1) {
  animation-delay: 2s;
}
.kh-broker-intro .person-name > *:nth-child(2),
.kh-broker-intro .person-bottom > *:nth-child(2) {
  animation-delay: 2.2s;
}
.kh-broker-intro .person-name > *:nth-child(3),
.kh-broker-intro .person-bottom > *:nth-child(3) {
  animation-delay: 2.4s;
}
.kh-broker-intro .person-name > *:nth-child(4),
.kh-broker-intro .person-bottom > *:nth-child(4) {
  animation-delay: 2.6s;
}
.kh-broker-intro .person-name > *:nth-child(5),
.kh-broker-intro .person-bottom > *:nth-child(5) {
  animation-delay: 2.8s;
}
.kh-broker-intro .person-name > *:nth-child(6),
.kh-broker-intro .person-bottom > *:nth-child(6) {
  animation-delay: 3s;
}
.kh-broker-intro .person-name > *:nth-child(7),
.kh-broker-intro .person-bottom > *:nth-child(7) {
  animation-delay: 3.2s;
}
.kh-broker-intro .person-name > *:nth-child(8),
.kh-broker-intro .person-bottom > *:nth-child(8) {
  animation-delay: 3.4s;
}
.kh-broker-intro .person-name > *:nth-child(9),
.kh-broker-intro .person-bottom > *:nth-child(9) {
  animation-delay: 3.6s;
}
.kh-broker-intro .person-name > *:nth-child(10),
.kh-broker-intro .person-bottom > *:nth-child(10) {
  animation-delay: 3.8s;
}
.kh-broker-intro .person-name > *:nth-child(11),
.kh-broker-intro .person-bottom > *:nth-child(11) {
  animation-delay: 4s;
}
.kh-broker-intro .person-name > *:nth-child(12),
.kh-broker-intro .person-bottom > *:nth-child(12) {
  animation-delay: 4.2s;
}
.kh-broker-intro .person-name > *:nth-child(13),
.kh-broker-intro .person-bottom > *:nth-child(13) {
  animation-delay: 4.4s;
}
.kh-broker-intro .person-name > *:nth-child(14),
.kh-broker-intro .person-bottom > *:nth-child(14) {
  animation-delay: 4.6s;
}
.kh-broker-intro .person-name > *:nth-child(15),
.kh-broker-intro .person-bottom > *:nth-child(15) {
  animation-delay: 4.8s;
}
.kh-broker-intro .person-name > *:nth-child(16),
.kh-broker-intro .person-bottom > *:nth-child(16) {
  animation-delay: 5s;
}
.kh-broker-intro .person-name > *:nth-child(17),
.kh-broker-intro .person-bottom > *:nth-child(17) {
  animation-delay: 5.2s;
}
.kh-broker-intro .person-name > *:nth-child(18),
.kh-broker-intro .person-bottom > *:nth-child(18) {
  animation-delay: 5.4s;
}
.kh-broker-intro .person-name > *:nth-child(19),
.kh-broker-intro .person-bottom > *:nth-child(19) {
  animation-delay: 5.6s;
}
.kh-broker-intro .person-name > *:nth-child(20),
.kh-broker-intro .person-bottom > *:nth-child(20) {
  animation-delay: 5.8s;
}
.kh-broker-intro .person-name > *:nth-child(21),
.kh-broker-intro .person-bottom > *:nth-child(21) {
  animation-delay: 6s;
}
.kh-broker-intro .person-name > *:nth-child(22),
.kh-broker-intro .person-bottom > *:nth-child(22) {
  animation-delay: 6.2s;
}
.kh-broker-intro .person-name > *:nth-child(23),
.kh-broker-intro .person-bottom > *:nth-child(23) {
  animation-delay: 6.4s;
}
.kh-broker-intro .person-name > *:nth-child(24),
.kh-broker-intro .person-bottom > *:nth-child(24) {
  animation-delay: 6.6s;
}
.kh-broker-intro .person-name > *:nth-child(25),
.kh-broker-intro .person-bottom > *:nth-child(25) {
  animation-delay: 6.8s;
}
.kh-broker-intro .person-name > *:nth-child(26),
.kh-broker-intro .person-bottom > *:nth-child(26) {
  animation-delay: 7s;
}
.kh-broker-intro .person-name > *:nth-child(27),
.kh-broker-intro .person-bottom > *:nth-child(27) {
  animation-delay: 7.2s;
}
.kh-broker-intro .person-name > *:nth-child(28),
.kh-broker-intro .person-bottom > *:nth-child(28) {
  animation-delay: 7.4s;
}
.kh-broker-intro .person-name > *:nth-child(29),
.kh-broker-intro .person-bottom > *:nth-child(29) {
  animation-delay: 7.6s;
}
.kh-broker-intro .person-name > *:nth-child(30),
.kh-broker-intro .person-bottom > *:nth-child(30) {
  animation-delay: 7.8s;
}
.kh-broker-intro .person-name > *:nth-child(31),
.kh-broker-intro .person-bottom > *:nth-child(31) {
  animation-delay: 8s;
}
.kh-broker-intro .person-name > *:nth-child(32),
.kh-broker-intro .person-bottom > *:nth-child(32) {
  animation-delay: 8.2s;
}
.kh-broker-intro .person-name > *:nth-child(33),
.kh-broker-intro .person-bottom > *:nth-child(33) {
  animation-delay: 8.4s;
}
.kh-broker-intro .person-name > *:nth-child(34),
.kh-broker-intro .person-bottom > *:nth-child(34) {
  animation-delay: 8.6s;
}
.kh-broker-intro .person-name > *:nth-child(35),
.kh-broker-intro .person-bottom > *:nth-child(35) {
  animation-delay: 8.8s;
}
.kh-broker-intro .person-name > *:nth-child(36),
.kh-broker-intro .person-bottom > *:nth-child(36) {
  animation-delay: 9s;
}
.kh-broker-intro .person-name > *:nth-child(37),
.kh-broker-intro .person-bottom > *:nth-child(37) {
  animation-delay: 9.2s;
}
.kh-broker-intro .person-name > *:nth-child(38),
.kh-broker-intro .person-bottom > *:nth-child(38) {
  animation-delay: 9.4s;
}
.kh-broker-intro .person-name > *:nth-child(39),
.kh-broker-intro .person-bottom > *:nth-child(39) {
  animation-delay: 9.6s;
}
.kh-broker-intro .person-name > *:nth-child(40),
.kh-broker-intro .person-bottom > *:nth-child(40) {
  animation-delay: 9.8s;
}
.kh-broker-intro .person-name > *:nth-child(41),
.kh-broker-intro .person-bottom > *:nth-child(41) {
  animation-delay: 10s;
}
.kh-broker-intro .person-name > *:nth-child(42),
.kh-broker-intro .person-bottom > *:nth-child(42) {
  animation-delay: 10.2s;
}
.kh-broker-intro .person-name > *:nth-child(43),
.kh-broker-intro .person-bottom > *:nth-child(43) {
  animation-delay: 10.4s;
}
.kh-broker-intro .person-name > *:nth-child(44),
.kh-broker-intro .person-bottom > *:nth-child(44) {
  animation-delay: 10.6s;
}
.kh-broker-intro .person-name > *:nth-child(45),
.kh-broker-intro .person-bottom > *:nth-child(45) {
  animation-delay: 10.8s;
}
.kh-broker-intro .person-name > *:nth-child(46),
.kh-broker-intro .person-bottom > *:nth-child(46) {
  animation-delay: 11s;
}
.kh-broker-intro .person-name > *:nth-child(47),
.kh-broker-intro .person-bottom > *:nth-child(47) {
  animation-delay: 11.2s;
}
.kh-broker-intro .person-name > *:nth-child(48),
.kh-broker-intro .person-bottom > *:nth-child(48) {
  animation-delay: 11.4s;
}
.kh-broker-intro .person-name > *:nth-child(49),
.kh-broker-intro .person-bottom > *:nth-child(49) {
  animation-delay: 11.6s;
}
.kh-broker-intro .person-name > *:nth-child(50),
.kh-broker-intro .person-bottom > *:nth-child(50) {
  animation-delay: 11.8s;
}
.kh-broker-intro .person-name > *:nth-child(51),
.kh-broker-intro .person-bottom > *:nth-child(51) {
  animation-delay: 12s;
}
.kh-broker-intro .person-name > *:nth-child(52),
.kh-broker-intro .person-bottom > *:nth-child(52) {
  animation-delay: 12.2s;
}
.kh-broker-intro .person-name > *:nth-child(53),
.kh-broker-intro .person-bottom > *:nth-child(53) {
  animation-delay: 12.4s;
}
.kh-broker-intro .person-name > *:nth-child(54),
.kh-broker-intro .person-bottom > *:nth-child(54) {
  animation-delay: 12.6s;
}
.kh-broker-intro .person-name > *:nth-child(55),
.kh-broker-intro .person-bottom > *:nth-child(55) {
  animation-delay: 12.8s;
}
.kh-broker-intro .person-name > *:nth-child(56),
.kh-broker-intro .person-bottom > *:nth-child(56) {
  animation-delay: 13s;
}
.kh-broker-intro .person-name > *:nth-child(57),
.kh-broker-intro .person-bottom > *:nth-child(57) {
  animation-delay: 13.2s;
}
.kh-broker-intro .person-name > *:nth-child(58),
.kh-broker-intro .person-bottom > *:nth-child(58) {
  animation-delay: 13.4s;
}
.kh-broker-intro .person-name > *:nth-child(59),
.kh-broker-intro .person-bottom > *:nth-child(59) {
  animation-delay: 13.6s;
}
.kh-broker-intro .person-name > *:nth-child(60),
.kh-broker-intro .person-bottom > *:nth-child(60) {
  animation-delay: 13.8s;
}
.kh-broker-intro .person-name > *:nth-child(61),
.kh-broker-intro .person-bottom > *:nth-child(61) {
  animation-delay: 14s;
}
.kh-broker-intro .person-name > *:nth-child(62),
.kh-broker-intro .person-bottom > *:nth-child(62) {
  animation-delay: 14.2s;
}
.kh-broker-intro .person-name > *:nth-child(63),
.kh-broker-intro .person-bottom > *:nth-child(63) {
  animation-delay: 14.4s;
}
.kh-broker-intro .person-name > *:nth-child(64),
.kh-broker-intro .person-bottom > *:nth-child(64) {
  animation-delay: 14.6s;
}
.kh-broker-intro .person-name > *:nth-child(65),
.kh-broker-intro .person-bottom > *:nth-child(65) {
  animation-delay: 14.8s;
}
.kh-broker-intro .person-name > *:nth-child(66),
.kh-broker-intro .person-bottom > *:nth-child(66) {
  animation-delay: 15s;
}
.kh-broker-intro .person-name > *:nth-child(67),
.kh-broker-intro .person-bottom > *:nth-child(67) {
  animation-delay: 15.2s;
}
.kh-broker-intro .person-name > *:nth-child(68),
.kh-broker-intro .person-bottom > *:nth-child(68) {
  animation-delay: 15.4s;
}
.kh-broker-intro .person-name > *:nth-child(69),
.kh-broker-intro .person-bottom > *:nth-child(69) {
  animation-delay: 15.6s;
}
.kh-broker-intro .person-name > *:nth-child(70),
.kh-broker-intro .person-bottom > *:nth-child(70) {
  animation-delay: 15.8s;
}
.kh-broker-intro .person-name > *:nth-child(71),
.kh-broker-intro .person-bottom > *:nth-child(71) {
  animation-delay: 16s;
}
.kh-broker-intro .person-name > *:nth-child(72),
.kh-broker-intro .person-bottom > *:nth-child(72) {
  animation-delay: 16.2s;
}
.kh-broker-intro .person-name > *:nth-child(73),
.kh-broker-intro .person-bottom > *:nth-child(73) {
  animation-delay: 16.4s;
}
.kh-broker-intro .person-name > *:nth-child(74),
.kh-broker-intro .person-bottom > *:nth-child(74) {
  animation-delay: 16.6s;
}
.kh-broker-intro .person-name > *:nth-child(75),
.kh-broker-intro .person-bottom > *:nth-child(75) {
  animation-delay: 16.8s;
}
.kh-broker-intro .person-name > *:nth-child(76),
.kh-broker-intro .person-bottom > *:nth-child(76) {
  animation-delay: 17s;
}
.kh-broker-intro .person-name > *:nth-child(77),
.kh-broker-intro .person-bottom > *:nth-child(77) {
  animation-delay: 17.2s;
}
.kh-broker-intro .person-name > *:nth-child(78),
.kh-broker-intro .person-bottom > *:nth-child(78) {
  animation-delay: 17.4s;
}
.kh-broker-intro .person-name > *:nth-child(79),
.kh-broker-intro .person-bottom > *:nth-child(79) {
  animation-delay: 17.6s;
}
.kh-broker-intro .person-name > *:nth-child(80),
.kh-broker-intro .person-bottom > *:nth-child(80) {
  animation-delay: 17.8s;
}
.kh-broker-intro .person-name > *:nth-child(81),
.kh-broker-intro .person-bottom > *:nth-child(81) {
  animation-delay: 18s;
}
.kh-broker-intro .person-name > *:nth-child(82),
.kh-broker-intro .person-bottom > *:nth-child(82) {
  animation-delay: 18.2s;
}
.kh-broker-intro .person-name > *:nth-child(83),
.kh-broker-intro .person-bottom > *:nth-child(83) {
  animation-delay: 18.4s;
}
.kh-broker-intro .person-name > *:nth-child(84),
.kh-broker-intro .person-bottom > *:nth-child(84) {
  animation-delay: 18.6s;
}
.kh-broker-intro .person-name > *:nth-child(85),
.kh-broker-intro .person-bottom > *:nth-child(85) {
  animation-delay: 18.8s;
}
.kh-broker-intro .person-name > *:nth-child(86),
.kh-broker-intro .person-bottom > *:nth-child(86) {
  animation-delay: 19s;
}
.kh-broker-intro .person-name > *:nth-child(87),
.kh-broker-intro .person-bottom > *:nth-child(87) {
  animation-delay: 19.2s;
}
.kh-broker-intro .person-name > *:nth-child(88),
.kh-broker-intro .person-bottom > *:nth-child(88) {
  animation-delay: 19.4s;
}
.kh-broker-intro .person-name > *:nth-child(89),
.kh-broker-intro .person-bottom > *:nth-child(89) {
  animation-delay: 19.6s;
}
.kh-broker-intro .person-name > *:nth-child(90),
.kh-broker-intro .person-bottom > *:nth-child(90) {
  animation-delay: 19.8s;
}
.kh-broker-intro .person-name > *:nth-child(91),
.kh-broker-intro .person-bottom > *:nth-child(91) {
  animation-delay: 20s;
}
.kh-broker-intro .person-name > *:nth-child(92),
.kh-broker-intro .person-bottom > *:nth-child(92) {
  animation-delay: 20.2s;
}
.kh-broker-intro .person-name > *:nth-child(93),
.kh-broker-intro .person-bottom > *:nth-child(93) {
  animation-delay: 20.4s;
}
.kh-broker-intro .person-name > *:nth-child(94),
.kh-broker-intro .person-bottom > *:nth-child(94) {
  animation-delay: 20.6s;
}
.kh-broker-intro .person-name > *:nth-child(95),
.kh-broker-intro .person-bottom > *:nth-child(95) {
  animation-delay: 20.8s;
}
.kh-broker-intro .person-name > *:nth-child(96),
.kh-broker-intro .person-bottom > *:nth-child(96) {
  animation-delay: 21s;
}
.kh-broker-intro .person-name > *:nth-child(97),
.kh-broker-intro .person-bottom > *:nth-child(97) {
  animation-delay: 21.2s;
}
.kh-broker-intro .person-name > *:nth-child(98),
.kh-broker-intro .person-bottom > *:nth-child(98) {
  animation-delay: 21.4s;
}
.kh-broker-intro .person-name > *:nth-child(99),
.kh-broker-intro .person-bottom > *:nth-child(99) {
  animation-delay: 21.6s;
}
.kh-broker-intro .person-name > *:nth-child(100),
.kh-broker-intro .person-bottom > *:nth-child(100) {
  animation-delay: 21.8s;
}
.kh-broker-intro .person-image {
  animation: avatarScale 2s ease-in-out 0s forwards;
}
.kh-broker-intro .shell::after {
  animation: expandWidth 2s ease-in-out 0s forwards;
}

.kh-property-hero .an {
  opacity: 0;
  animation: fadeInUp 0.5s ease-in-out both;
}
.kh-property-hero .an:nth-child(1) {
  animation-delay: 0.3s;
}
.kh-property-hero .an:nth-child(2) {
  animation-delay: 0.5s;
}
.kh-property-hero .an:nth-child(3) {
  animation-delay: 0.7s;
}
.kh-property-hero .an:nth-child(4) {
  animation-delay: 0.9s;
}
.kh-property-hero .an:nth-child(5) {
  animation-delay: 1.1s;
}
.kh-property-hero .an:nth-child(6) {
  animation-delay: 1.3s;
}
.kh-property-hero .an:nth-child(7) {
  animation-delay: 1.5s;
}
.kh-property-hero .an:nth-child(8) {
  animation-delay: 1.7s;
}
.kh-property-hero .an:nth-child(9) {
  animation-delay: 1.9s;
}
.kh-property-hero .an:nth-child(10) {
  animation-delay: 2.1s;
}
.kh-property-hero .an:nth-child(11) {
  animation-delay: 2.3s;
}
.kh-property-hero .an:nth-child(12) {
  animation-delay: 2.5s;
}
.kh-property-hero .an:nth-child(13) {
  animation-delay: 2.7s;
}
.kh-property-hero .an:nth-child(14) {
  animation-delay: 2.9s;
}
.kh-property-hero .an:nth-child(15) {
  animation-delay: 3.1s;
}
.kh-property-hero .an:nth-child(16) {
  animation-delay: 3.3s;
}
.kh-property-hero .an:nth-child(17) {
  animation-delay: 3.5s;
}
.kh-property-hero .an:nth-child(18) {
  animation-delay: 3.7s;
}
.kh-property-hero .an:nth-child(19) {
  animation-delay: 3.9s;
}
.kh-property-hero .an:nth-child(20) {
  animation-delay: 4.1s;
}
.kh-property-hero .an:nth-child(21) {
  animation-delay: 4.3s;
}
.kh-property-hero .an:nth-child(22) {
  animation-delay: 4.5s;
}
.kh-property-hero .an:nth-child(23) {
  animation-delay: 4.7s;
}
.kh-property-hero .an:nth-child(24) {
  animation-delay: 4.9s;
}
.kh-property-hero .an:nth-child(25) {
  animation-delay: 5.1s;
}
.kh-property-hero .an:nth-child(26) {
  animation-delay: 5.3s;
}
.kh-property-hero .an:nth-child(27) {
  animation-delay: 5.5s;
}
.kh-property-hero .an:nth-child(28) {
  animation-delay: 5.7s;
}
.kh-property-hero .an:nth-child(29) {
  animation-delay: 5.9s;
}
.kh-property-hero .an:nth-child(30) {
  animation-delay: 6.1s;
}
.kh-property-hero .an:nth-child(31) {
  animation-delay: 6.3s;
}
.kh-property-hero .an:nth-child(32) {
  animation-delay: 6.5s;
}
.kh-property-hero .an:nth-child(33) {
  animation-delay: 6.7s;
}
.kh-property-hero .an:nth-child(34) {
  animation-delay: 6.9s;
}
.kh-property-hero .an:nth-child(35) {
  animation-delay: 7.1s;
}
.kh-property-hero .an:nth-child(36) {
  animation-delay: 7.3s;
}
.kh-property-hero .an:nth-child(37) {
  animation-delay: 7.5s;
}
.kh-property-hero .an:nth-child(38) {
  animation-delay: 7.7s;
}
.kh-property-hero .an:nth-child(39) {
  animation-delay: 7.9s;
}
.kh-property-hero .an:nth-child(40) {
  animation-delay: 8.1s;
}
.kh-property-hero .an:nth-child(41) {
  animation-delay: 8.3s;
}
.kh-property-hero .an:nth-child(42) {
  animation-delay: 8.5s;
}
.kh-property-hero .an:nth-child(43) {
  animation-delay: 8.7s;
}
.kh-property-hero .an:nth-child(44) {
  animation-delay: 8.9s;
}
.kh-property-hero .an:nth-child(45) {
  animation-delay: 9.1s;
}
.kh-property-hero .an:nth-child(46) {
  animation-delay: 9.3s;
}
.kh-property-hero .an:nth-child(47) {
  animation-delay: 9.5s;
}
.kh-property-hero .an:nth-child(48) {
  animation-delay: 9.7s;
}
.kh-property-hero .an:nth-child(49) {
  animation-delay: 9.9s;
}
.kh-property-hero .an:nth-child(50) {
  animation-delay: 10.1s;
}
.kh-property-hero .an:nth-child(51) {
  animation-delay: 10.3s;
}
.kh-property-hero .an:nth-child(52) {
  animation-delay: 10.5s;
}
.kh-property-hero .an:nth-child(53) {
  animation-delay: 10.7s;
}
.kh-property-hero .an:nth-child(54) {
  animation-delay: 10.9s;
}
.kh-property-hero .an:nth-child(55) {
  animation-delay: 11.1s;
}
.kh-property-hero .an:nth-child(56) {
  animation-delay: 11.3s;
}
.kh-property-hero .an:nth-child(57) {
  animation-delay: 11.5s;
}
.kh-property-hero .an:nth-child(58) {
  animation-delay: 11.7s;
}
.kh-property-hero .an:nth-child(59) {
  animation-delay: 11.9s;
}
.kh-property-hero .an:nth-child(60) {
  animation-delay: 12.1s;
}
.kh-property-hero .an:nth-child(61) {
  animation-delay: 12.3s;
}
.kh-property-hero .an:nth-child(62) {
  animation-delay: 12.5s;
}
.kh-property-hero .an:nth-child(63) {
  animation-delay: 12.7s;
}
.kh-property-hero .an:nth-child(64) {
  animation-delay: 12.9s;
}
.kh-property-hero .an:nth-child(65) {
  animation-delay: 13.1s;
}
.kh-property-hero .an:nth-child(66) {
  animation-delay: 13.3s;
}
.kh-property-hero .an:nth-child(67) {
  animation-delay: 13.5s;
}
.kh-property-hero .an:nth-child(68) {
  animation-delay: 13.7s;
}
.kh-property-hero .an:nth-child(69) {
  animation-delay: 13.9s;
}
.kh-property-hero .an:nth-child(70) {
  animation-delay: 14.1s;
}
.kh-property-hero .an:nth-child(71) {
  animation-delay: 14.3s;
}
.kh-property-hero .an:nth-child(72) {
  animation-delay: 14.5s;
}
.kh-property-hero .an:nth-child(73) {
  animation-delay: 14.7s;
}
.kh-property-hero .an:nth-child(74) {
  animation-delay: 14.9s;
}
.kh-property-hero .an:nth-child(75) {
  animation-delay: 15.1s;
}
.kh-property-hero .an:nth-child(76) {
  animation-delay: 15.3s;
}
.kh-property-hero .an:nth-child(77) {
  animation-delay: 15.5s;
}
.kh-property-hero .an:nth-child(78) {
  animation-delay: 15.7s;
}
.kh-property-hero .an:nth-child(79) {
  animation-delay: 15.9s;
}
.kh-property-hero .an:nth-child(80) {
  animation-delay: 16.1s;
}
.kh-property-hero .an:nth-child(81) {
  animation-delay: 16.3s;
}
.kh-property-hero .an:nth-child(82) {
  animation-delay: 16.5s;
}
.kh-property-hero .an:nth-child(83) {
  animation-delay: 16.7s;
}
.kh-property-hero .an:nth-child(84) {
  animation-delay: 16.9s;
}
.kh-property-hero .an:nth-child(85) {
  animation-delay: 17.1s;
}
.kh-property-hero .an:nth-child(86) {
  animation-delay: 17.3s;
}
.kh-property-hero .an:nth-child(87) {
  animation-delay: 17.5s;
}
.kh-property-hero .an:nth-child(88) {
  animation-delay: 17.7s;
}
.kh-property-hero .an:nth-child(89) {
  animation-delay: 17.9s;
}
.kh-property-hero .an:nth-child(90) {
  animation-delay: 18.1s;
}
.kh-property-hero .an:nth-child(91) {
  animation-delay: 18.3s;
}
.kh-property-hero .an:nth-child(92) {
  animation-delay: 18.5s;
}
.kh-property-hero .an:nth-child(93) {
  animation-delay: 18.7s;
}
.kh-property-hero .an:nth-child(94) {
  animation-delay: 18.9s;
}
.kh-property-hero .an:nth-child(95) {
  animation-delay: 19.1s;
}
.kh-property-hero .an:nth-child(96) {
  animation-delay: 19.3s;
}
.kh-property-hero .an:nth-child(97) {
  animation-delay: 19.5s;
}
.kh-property-hero .an:nth-child(98) {
  animation-delay: 19.7s;
}
.kh-property-hero .an:nth-child(99) {
  animation-delay: 19.9s;
}
.kh-property-hero .an:nth-child(100) {
  animation-delay: 20.1s;
}

.kh-property-about > * {
  opacity: 0;
  animation: fadeInUp 0.5s ease-in-out both;
  animation-delay: 0.8s;
}
.kh-property-about > *:nth-child(1) {
  animation-delay: 1.1s;
}
.kh-property-about > *:nth-child(2) {
  animation-delay: 1.3s;
}
.kh-property-about > *:nth-child(3) {
  animation-delay: 1.5s;
}
.kh-property-about > *:nth-child(4) {
  animation-delay: 1.7s;
}
.kh-property-about > *:nth-child(5) {
  animation-delay: 1.9s;
}
.kh-property-about > *:nth-child(6) {
  animation-delay: 2.1s;
}
.kh-property-about > *:nth-child(7) {
  animation-delay: 2.3s;
}
.kh-property-about > *:nth-child(8) {
  animation-delay: 2.5s;
}
.kh-property-about > *:nth-child(9) {
  animation-delay: 2.7s;
}
.kh-property-about > *:nth-child(10) {
  animation-delay: 2.9s;
}
.kh-property-about > *:nth-child(11) {
  animation-delay: 3.1s;
}
.kh-property-about > *:nth-child(12) {
  animation-delay: 3.3s;
}
.kh-property-about > *:nth-child(13) {
  animation-delay: 3.5s;
}
.kh-property-about > *:nth-child(14) {
  animation-delay: 3.7s;
}
.kh-property-about > *:nth-child(15) {
  animation-delay: 3.9s;
}
.kh-property-about > *:nth-child(16) {
  animation-delay: 4.1s;
}
.kh-property-about > *:nth-child(17) {
  animation-delay: 4.3s;
}
.kh-property-about > *:nth-child(18) {
  animation-delay: 4.5s;
}
.kh-property-about > *:nth-child(19) {
  animation-delay: 4.7s;
}
.kh-property-about > *:nth-child(20) {
  animation-delay: 4.9s;
}
.kh-property-about > *:nth-child(21) {
  animation-delay: 5.1s;
}
.kh-property-about > *:nth-child(22) {
  animation-delay: 5.3s;
}
.kh-property-about > *:nth-child(23) {
  animation-delay: 5.5s;
}
.kh-property-about > *:nth-child(24) {
  animation-delay: 5.7s;
}
.kh-property-about > *:nth-child(25) {
  animation-delay: 5.9s;
}
.kh-property-about > *:nth-child(26) {
  animation-delay: 6.1s;
}
.kh-property-about > *:nth-child(27) {
  animation-delay: 6.3s;
}
.kh-property-about > *:nth-child(28) {
  animation-delay: 6.5s;
}
.kh-property-about > *:nth-child(29) {
  animation-delay: 6.7s;
}
.kh-property-about > *:nth-child(30) {
  animation-delay: 6.9s;
}
.kh-property-about > *:nth-child(31) {
  animation-delay: 7.1s;
}
.kh-property-about > *:nth-child(32) {
  animation-delay: 7.3s;
}
.kh-property-about > *:nth-child(33) {
  animation-delay: 7.5s;
}
.kh-property-about > *:nth-child(34) {
  animation-delay: 7.7s;
}
.kh-property-about > *:nth-child(35) {
  animation-delay: 7.9s;
}
.kh-property-about > *:nth-child(36) {
  animation-delay: 8.1s;
}
.kh-property-about > *:nth-child(37) {
  animation-delay: 8.3s;
}
.kh-property-about > *:nth-child(38) {
  animation-delay: 8.5s;
}
.kh-property-about > *:nth-child(39) {
  animation-delay: 8.7s;
}
.kh-property-about > *:nth-child(40) {
  animation-delay: 8.9s;
}
.kh-property-about > *:nth-child(41) {
  animation-delay: 9.1s;
}
.kh-property-about > *:nth-child(42) {
  animation-delay: 9.3s;
}
.kh-property-about > *:nth-child(43) {
  animation-delay: 9.5s;
}
.kh-property-about > *:nth-child(44) {
  animation-delay: 9.7s;
}
.kh-property-about > *:nth-child(45) {
  animation-delay: 9.9s;
}
.kh-property-about > *:nth-child(46) {
  animation-delay: 10.1s;
}
.kh-property-about > *:nth-child(47) {
  animation-delay: 10.3s;
}
.kh-property-about > *:nth-child(48) {
  animation-delay: 10.5s;
}
.kh-property-about > *:nth-child(49) {
  animation-delay: 10.7s;
}
.kh-property-about > *:nth-child(50) {
  animation-delay: 10.9s;
}
.kh-property-about > *:nth-child(51) {
  animation-delay: 11.1s;
}
.kh-property-about > *:nth-child(52) {
  animation-delay: 11.3s;
}
.kh-property-about > *:nth-child(53) {
  animation-delay: 11.5s;
}
.kh-property-about > *:nth-child(54) {
  animation-delay: 11.7s;
}
.kh-property-about > *:nth-child(55) {
  animation-delay: 11.9s;
}
.kh-property-about > *:nth-child(56) {
  animation-delay: 12.1s;
}
.kh-property-about > *:nth-child(57) {
  animation-delay: 12.3s;
}
.kh-property-about > *:nth-child(58) {
  animation-delay: 12.5s;
}
.kh-property-about > *:nth-child(59) {
  animation-delay: 12.7s;
}
.kh-property-about > *:nth-child(60) {
  animation-delay: 12.9s;
}
.kh-property-about > *:nth-child(61) {
  animation-delay: 13.1s;
}
.kh-property-about > *:nth-child(62) {
  animation-delay: 13.3s;
}
.kh-property-about > *:nth-child(63) {
  animation-delay: 13.5s;
}
.kh-property-about > *:nth-child(64) {
  animation-delay: 13.7s;
}
.kh-property-about > *:nth-child(65) {
  animation-delay: 13.9s;
}
.kh-property-about > *:nth-child(66) {
  animation-delay: 14.1s;
}
.kh-property-about > *:nth-child(67) {
  animation-delay: 14.3s;
}
.kh-property-about > *:nth-child(68) {
  animation-delay: 14.5s;
}
.kh-property-about > *:nth-child(69) {
  animation-delay: 14.7s;
}
.kh-property-about > *:nth-child(70) {
  animation-delay: 14.9s;
}
.kh-property-about > *:nth-child(71) {
  animation-delay: 15.1s;
}
.kh-property-about > *:nth-child(72) {
  animation-delay: 15.3s;
}
.kh-property-about > *:nth-child(73) {
  animation-delay: 15.5s;
}
.kh-property-about > *:nth-child(74) {
  animation-delay: 15.7s;
}
.kh-property-about > *:nth-child(75) {
  animation-delay: 15.9s;
}
.kh-property-about > *:nth-child(76) {
  animation-delay: 16.1s;
}
.kh-property-about > *:nth-child(77) {
  animation-delay: 16.3s;
}
.kh-property-about > *:nth-child(78) {
  animation-delay: 16.5s;
}
.kh-property-about > *:nth-child(79) {
  animation-delay: 16.7s;
}
.kh-property-about > *:nth-child(80) {
  animation-delay: 16.9s;
}
.kh-property-about > *:nth-child(81) {
  animation-delay: 17.1s;
}
.kh-property-about > *:nth-child(82) {
  animation-delay: 17.3s;
}
.kh-property-about > *:nth-child(83) {
  animation-delay: 17.5s;
}
.kh-property-about > *:nth-child(84) {
  animation-delay: 17.7s;
}
.kh-property-about > *:nth-child(85) {
  animation-delay: 17.9s;
}
.kh-property-about > *:nth-child(86) {
  animation-delay: 18.1s;
}
.kh-property-about > *:nth-child(87) {
  animation-delay: 18.3s;
}
.kh-property-about > *:nth-child(88) {
  animation-delay: 18.5s;
}
.kh-property-about > *:nth-child(89) {
  animation-delay: 18.7s;
}
.kh-property-about > *:nth-child(90) {
  animation-delay: 18.9s;
}
.kh-property-about > *:nth-child(91) {
  animation-delay: 19.1s;
}
.kh-property-about > *:nth-child(92) {
  animation-delay: 19.3s;
}
.kh-property-about > *:nth-child(93) {
  animation-delay: 19.5s;
}
.kh-property-about > *:nth-child(94) {
  animation-delay: 19.7s;
}
.kh-property-about > *:nth-child(95) {
  animation-delay: 19.9s;
}
.kh-property-about > *:nth-child(96) {
  animation-delay: 20.1s;
}
.kh-property-about > *:nth-child(97) {
  animation-delay: 20.3s;
}
.kh-property-about > *:nth-child(98) {
  animation-delay: 20.5s;
}
.kh-property-about > *:nth-child(99) {
  animation-delay: 20.7s;
}
.kh-property-about > *:nth-child(100) {
  animation-delay: 20.9s;
}

.brokers-page .top-brokers .kh-team-grid {
  opacity: 0;
  opacity: 0;
  animation: fadeInUp 0.5s ease-in-out both;
  animation-delay: 0.2s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(1) {
  animation-delay: 0.5s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(2) {
  animation-delay: 0.7s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(3) {
  animation-delay: 0.9s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(4) {
  animation-delay: 1.1s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(5) {
  animation-delay: 1.3s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(6) {
  animation-delay: 1.5s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(7) {
  animation-delay: 1.7s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(8) {
  animation-delay: 1.9s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(9) {
  animation-delay: 2.1s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(10) {
  animation-delay: 2.3s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(11) {
  animation-delay: 2.5s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(12) {
  animation-delay: 2.7s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(13) {
  animation-delay: 2.9s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(14) {
  animation-delay: 3.1s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(15) {
  animation-delay: 3.3s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(16) {
  animation-delay: 3.5s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(17) {
  animation-delay: 3.7s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(18) {
  animation-delay: 3.9s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(19) {
  animation-delay: 4.1s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(20) {
  animation-delay: 4.3s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(21) {
  animation-delay: 4.5s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(22) {
  animation-delay: 4.7s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(23) {
  animation-delay: 4.9s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(24) {
  animation-delay: 5.1s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(25) {
  animation-delay: 5.3s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(26) {
  animation-delay: 5.5s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(27) {
  animation-delay: 5.7s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(28) {
  animation-delay: 5.9s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(29) {
  animation-delay: 6.1s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(30) {
  animation-delay: 6.3s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(31) {
  animation-delay: 6.5s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(32) {
  animation-delay: 6.7s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(33) {
  animation-delay: 6.9s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(34) {
  animation-delay: 7.1s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(35) {
  animation-delay: 7.3s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(36) {
  animation-delay: 7.5s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(37) {
  animation-delay: 7.7s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(38) {
  animation-delay: 7.9s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(39) {
  animation-delay: 8.1s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(40) {
  animation-delay: 8.3s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(41) {
  animation-delay: 8.5s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(42) {
  animation-delay: 8.7s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(43) {
  animation-delay: 8.9s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(44) {
  animation-delay: 9.1s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(45) {
  animation-delay: 9.3s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(46) {
  animation-delay: 9.5s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(47) {
  animation-delay: 9.7s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(48) {
  animation-delay: 9.9s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(49) {
  animation-delay: 10.1s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(50) {
  animation-delay: 10.3s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(51) {
  animation-delay: 10.5s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(52) {
  animation-delay: 10.7s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(53) {
  animation-delay: 10.9s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(54) {
  animation-delay: 11.1s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(55) {
  animation-delay: 11.3s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(56) {
  animation-delay: 11.5s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(57) {
  animation-delay: 11.7s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(58) {
  animation-delay: 11.9s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(59) {
  animation-delay: 12.1s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(60) {
  animation-delay: 12.3s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(61) {
  animation-delay: 12.5s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(62) {
  animation-delay: 12.7s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(63) {
  animation-delay: 12.9s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(64) {
  animation-delay: 13.1s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(65) {
  animation-delay: 13.3s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(66) {
  animation-delay: 13.5s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(67) {
  animation-delay: 13.7s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(68) {
  animation-delay: 13.9s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(69) {
  animation-delay: 14.1s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(70) {
  animation-delay: 14.3s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(71) {
  animation-delay: 14.5s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(72) {
  animation-delay: 14.7s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(73) {
  animation-delay: 14.9s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(74) {
  animation-delay: 15.1s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(75) {
  animation-delay: 15.3s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(76) {
  animation-delay: 15.5s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(77) {
  animation-delay: 15.7s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(78) {
  animation-delay: 15.9s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(79) {
  animation-delay: 16.1s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(80) {
  animation-delay: 16.3s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(81) {
  animation-delay: 16.5s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(82) {
  animation-delay: 16.7s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(83) {
  animation-delay: 16.9s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(84) {
  animation-delay: 17.1s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(85) {
  animation-delay: 17.3s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(86) {
  animation-delay: 17.5s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(87) {
  animation-delay: 17.7s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(88) {
  animation-delay: 17.9s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(89) {
  animation-delay: 18.1s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(90) {
  animation-delay: 18.3s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(91) {
  animation-delay: 18.5s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(92) {
  animation-delay: 18.7s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(93) {
  animation-delay: 18.9s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(94) {
  animation-delay: 19.1s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(95) {
  animation-delay: 19.3s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(96) {
  animation-delay: 19.5s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(97) {
  animation-delay: 19.7s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(98) {
  animation-delay: 19.9s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(99) {
  animation-delay: 20.1s;
}
.brokers-page .top-brokers .kh-team-grid:nth-child(100) {
  animation-delay: 20.3s;
}
.brokers-page .top-brokers .t2 {
  opacity: 0;
  opacity: 0;
  animation: fadeInUp 0.5s ease-in-out both;
  animation-delay: 0.2s;
}
.brokers-page .top-brokers .t2:nth-child(1) {
  animation-delay: 0.5s;
}
.brokers-page .top-brokers .t2:nth-child(2) {
  animation-delay: 0.7s;
}
.brokers-page .top-brokers .t2:nth-child(3) {
  animation-delay: 0.9s;
}
.brokers-page .top-brokers .t2:nth-child(4) {
  animation-delay: 1.1s;
}
.brokers-page .top-brokers .t2:nth-child(5) {
  animation-delay: 1.3s;
}
.brokers-page .top-brokers .t2:nth-child(6) {
  animation-delay: 1.5s;
}
.brokers-page .top-brokers .t2:nth-child(7) {
  animation-delay: 1.7s;
}
.brokers-page .top-brokers .t2:nth-child(8) {
  animation-delay: 1.9s;
}
.brokers-page .top-brokers .t2:nth-child(9) {
  animation-delay: 2.1s;
}
.brokers-page .top-brokers .t2:nth-child(10) {
  animation-delay: 2.3s;
}
.brokers-page .top-brokers .t2:nth-child(11) {
  animation-delay: 2.5s;
}
.brokers-page .top-brokers .t2:nth-child(12) {
  animation-delay: 2.7s;
}
.brokers-page .top-brokers .t2:nth-child(13) {
  animation-delay: 2.9s;
}
.brokers-page .top-brokers .t2:nth-child(14) {
  animation-delay: 3.1s;
}
.brokers-page .top-brokers .t2:nth-child(15) {
  animation-delay: 3.3s;
}
.brokers-page .top-brokers .t2:nth-child(16) {
  animation-delay: 3.5s;
}
.brokers-page .top-brokers .t2:nth-child(17) {
  animation-delay: 3.7s;
}
.brokers-page .top-brokers .t2:nth-child(18) {
  animation-delay: 3.9s;
}
.brokers-page .top-brokers .t2:nth-child(19) {
  animation-delay: 4.1s;
}
.brokers-page .top-brokers .t2:nth-child(20) {
  animation-delay: 4.3s;
}
.brokers-page .top-brokers .t2:nth-child(21) {
  animation-delay: 4.5s;
}
.brokers-page .top-brokers .t2:nth-child(22) {
  animation-delay: 4.7s;
}
.brokers-page .top-brokers .t2:nth-child(23) {
  animation-delay: 4.9s;
}
.brokers-page .top-brokers .t2:nth-child(24) {
  animation-delay: 5.1s;
}
.brokers-page .top-brokers .t2:nth-child(25) {
  animation-delay: 5.3s;
}
.brokers-page .top-brokers .t2:nth-child(26) {
  animation-delay: 5.5s;
}
.brokers-page .top-brokers .t2:nth-child(27) {
  animation-delay: 5.7s;
}
.brokers-page .top-brokers .t2:nth-child(28) {
  animation-delay: 5.9s;
}
.brokers-page .top-brokers .t2:nth-child(29) {
  animation-delay: 6.1s;
}
.brokers-page .top-brokers .t2:nth-child(30) {
  animation-delay: 6.3s;
}
.brokers-page .top-brokers .t2:nth-child(31) {
  animation-delay: 6.5s;
}
.brokers-page .top-brokers .t2:nth-child(32) {
  animation-delay: 6.7s;
}
.brokers-page .top-brokers .t2:nth-child(33) {
  animation-delay: 6.9s;
}
.brokers-page .top-brokers .t2:nth-child(34) {
  animation-delay: 7.1s;
}
.brokers-page .top-brokers .t2:nth-child(35) {
  animation-delay: 7.3s;
}
.brokers-page .top-brokers .t2:nth-child(36) {
  animation-delay: 7.5s;
}
.brokers-page .top-brokers .t2:nth-child(37) {
  animation-delay: 7.7s;
}
.brokers-page .top-brokers .t2:nth-child(38) {
  animation-delay: 7.9s;
}
.brokers-page .top-brokers .t2:nth-child(39) {
  animation-delay: 8.1s;
}
.brokers-page .top-brokers .t2:nth-child(40) {
  animation-delay: 8.3s;
}
.brokers-page .top-brokers .t2:nth-child(41) {
  animation-delay: 8.5s;
}
.brokers-page .top-brokers .t2:nth-child(42) {
  animation-delay: 8.7s;
}
.brokers-page .top-brokers .t2:nth-child(43) {
  animation-delay: 8.9s;
}
.brokers-page .top-brokers .t2:nth-child(44) {
  animation-delay: 9.1s;
}
.brokers-page .top-brokers .t2:nth-child(45) {
  animation-delay: 9.3s;
}
.brokers-page .top-brokers .t2:nth-child(46) {
  animation-delay: 9.5s;
}
.brokers-page .top-brokers .t2:nth-child(47) {
  animation-delay: 9.7s;
}
.brokers-page .top-brokers .t2:nth-child(48) {
  animation-delay: 9.9s;
}
.brokers-page .top-brokers .t2:nth-child(49) {
  animation-delay: 10.1s;
}
.brokers-page .top-brokers .t2:nth-child(50) {
  animation-delay: 10.3s;
}
.brokers-page .top-brokers .t2:nth-child(51) {
  animation-delay: 10.5s;
}
.brokers-page .top-brokers .t2:nth-child(52) {
  animation-delay: 10.7s;
}
.brokers-page .top-brokers .t2:nth-child(53) {
  animation-delay: 10.9s;
}
.brokers-page .top-brokers .t2:nth-child(54) {
  animation-delay: 11.1s;
}
.brokers-page .top-brokers .t2:nth-child(55) {
  animation-delay: 11.3s;
}
.brokers-page .top-brokers .t2:nth-child(56) {
  animation-delay: 11.5s;
}
.brokers-page .top-brokers .t2:nth-child(57) {
  animation-delay: 11.7s;
}
.brokers-page .top-brokers .t2:nth-child(58) {
  animation-delay: 11.9s;
}
.brokers-page .top-brokers .t2:nth-child(59) {
  animation-delay: 12.1s;
}
.brokers-page .top-brokers .t2:nth-child(60) {
  animation-delay: 12.3s;
}
.brokers-page .top-brokers .t2:nth-child(61) {
  animation-delay: 12.5s;
}
.brokers-page .top-brokers .t2:nth-child(62) {
  animation-delay: 12.7s;
}
.brokers-page .top-brokers .t2:nth-child(63) {
  animation-delay: 12.9s;
}
.brokers-page .top-brokers .t2:nth-child(64) {
  animation-delay: 13.1s;
}
.brokers-page .top-brokers .t2:nth-child(65) {
  animation-delay: 13.3s;
}
.brokers-page .top-brokers .t2:nth-child(66) {
  animation-delay: 13.5s;
}
.brokers-page .top-brokers .t2:nth-child(67) {
  animation-delay: 13.7s;
}
.brokers-page .top-brokers .t2:nth-child(68) {
  animation-delay: 13.9s;
}
.brokers-page .top-brokers .t2:nth-child(69) {
  animation-delay: 14.1s;
}
.brokers-page .top-brokers .t2:nth-child(70) {
  animation-delay: 14.3s;
}
.brokers-page .top-brokers .t2:nth-child(71) {
  animation-delay: 14.5s;
}
.brokers-page .top-brokers .t2:nth-child(72) {
  animation-delay: 14.7s;
}
.brokers-page .top-brokers .t2:nth-child(73) {
  animation-delay: 14.9s;
}
.brokers-page .top-brokers .t2:nth-child(74) {
  animation-delay: 15.1s;
}
.brokers-page .top-brokers .t2:nth-child(75) {
  animation-delay: 15.3s;
}
.brokers-page .top-brokers .t2:nth-child(76) {
  animation-delay: 15.5s;
}
.brokers-page .top-brokers .t2:nth-child(77) {
  animation-delay: 15.7s;
}
.brokers-page .top-brokers .t2:nth-child(78) {
  animation-delay: 15.9s;
}
.brokers-page .top-brokers .t2:nth-child(79) {
  animation-delay: 16.1s;
}
.brokers-page .top-brokers .t2:nth-child(80) {
  animation-delay: 16.3s;
}
.brokers-page .top-brokers .t2:nth-child(81) {
  animation-delay: 16.5s;
}
.brokers-page .top-brokers .t2:nth-child(82) {
  animation-delay: 16.7s;
}
.brokers-page .top-brokers .t2:nth-child(83) {
  animation-delay: 16.9s;
}
.brokers-page .top-brokers .t2:nth-child(84) {
  animation-delay: 17.1s;
}
.brokers-page .top-brokers .t2:nth-child(85) {
  animation-delay: 17.3s;
}
.brokers-page .top-brokers .t2:nth-child(86) {
  animation-delay: 17.5s;
}
.brokers-page .top-brokers .t2:nth-child(87) {
  animation-delay: 17.7s;
}
.brokers-page .top-brokers .t2:nth-child(88) {
  animation-delay: 17.9s;
}
.brokers-page .top-brokers .t2:nth-child(89) {
  animation-delay: 18.1s;
}
.brokers-page .top-brokers .t2:nth-child(90) {
  animation-delay: 18.3s;
}
.brokers-page .top-brokers .t2:nth-child(91) {
  animation-delay: 18.5s;
}
.brokers-page .top-brokers .t2:nth-child(92) {
  animation-delay: 18.7s;
}
.brokers-page .top-brokers .t2:nth-child(93) {
  animation-delay: 18.9s;
}
.brokers-page .top-brokers .t2:nth-child(94) {
  animation-delay: 19.1s;
}
.brokers-page .top-brokers .t2:nth-child(95) {
  animation-delay: 19.3s;
}
.brokers-page .top-brokers .t2:nth-child(96) {
  animation-delay: 19.5s;
}
.brokers-page .top-brokers .t2:nth-child(97) {
  animation-delay: 19.7s;
}
.brokers-page .top-brokers .t2:nth-child(98) {
  animation-delay: 19.9s;
}
.brokers-page .top-brokers .t2:nth-child(99) {
  animation-delay: 20.1s;
}
.brokers-page .top-brokers .t2:nth-child(100) {
  animation-delay: 20.3s;
}

.kh-form-page .kh-form-page-box {
  transform-origin: top;
  animation: scaleY 1s ease-in forwards;
}
.kh-form-page .kh-form-page-box .form > * {
  opacity: 0;
  opacity: 0;
  animation: op 0.5s ease-in-out both;
  animation-delay: 0.8s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(1) {
  animation-delay: 1.1s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(2) {
  animation-delay: 1.3s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(3) {
  animation-delay: 1.5s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(4) {
  animation-delay: 1.7s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(5) {
  animation-delay: 1.9s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(6) {
  animation-delay: 2.1s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(7) {
  animation-delay: 2.3s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(8) {
  animation-delay: 2.5s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(9) {
  animation-delay: 2.7s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(10) {
  animation-delay: 2.9s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(11) {
  animation-delay: 3.1s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(12) {
  animation-delay: 3.3s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(13) {
  animation-delay: 3.5s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(14) {
  animation-delay: 3.7s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(15) {
  animation-delay: 3.9s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(16) {
  animation-delay: 4.1s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(17) {
  animation-delay: 4.3s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(18) {
  animation-delay: 4.5s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(19) {
  animation-delay: 4.7s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(20) {
  animation-delay: 4.9s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(21) {
  animation-delay: 5.1s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(22) {
  animation-delay: 5.3s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(23) {
  animation-delay: 5.5s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(24) {
  animation-delay: 5.7s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(25) {
  animation-delay: 5.9s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(26) {
  animation-delay: 6.1s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(27) {
  animation-delay: 6.3s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(28) {
  animation-delay: 6.5s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(29) {
  animation-delay: 6.7s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(30) {
  animation-delay: 6.9s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(31) {
  animation-delay: 7.1s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(32) {
  animation-delay: 7.3s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(33) {
  animation-delay: 7.5s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(34) {
  animation-delay: 7.7s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(35) {
  animation-delay: 7.9s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(36) {
  animation-delay: 8.1s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(37) {
  animation-delay: 8.3s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(38) {
  animation-delay: 8.5s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(39) {
  animation-delay: 8.7s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(40) {
  animation-delay: 8.9s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(41) {
  animation-delay: 9.1s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(42) {
  animation-delay: 9.3s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(43) {
  animation-delay: 9.5s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(44) {
  animation-delay: 9.7s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(45) {
  animation-delay: 9.9s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(46) {
  animation-delay: 10.1s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(47) {
  animation-delay: 10.3s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(48) {
  animation-delay: 10.5s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(49) {
  animation-delay: 10.7s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(50) {
  animation-delay: 10.9s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(51) {
  animation-delay: 11.1s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(52) {
  animation-delay: 11.3s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(53) {
  animation-delay: 11.5s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(54) {
  animation-delay: 11.7s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(55) {
  animation-delay: 11.9s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(56) {
  animation-delay: 12.1s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(57) {
  animation-delay: 12.3s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(58) {
  animation-delay: 12.5s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(59) {
  animation-delay: 12.7s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(60) {
  animation-delay: 12.9s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(61) {
  animation-delay: 13.1s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(62) {
  animation-delay: 13.3s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(63) {
  animation-delay: 13.5s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(64) {
  animation-delay: 13.7s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(65) {
  animation-delay: 13.9s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(66) {
  animation-delay: 14.1s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(67) {
  animation-delay: 14.3s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(68) {
  animation-delay: 14.5s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(69) {
  animation-delay: 14.7s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(70) {
  animation-delay: 14.9s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(71) {
  animation-delay: 15.1s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(72) {
  animation-delay: 15.3s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(73) {
  animation-delay: 15.5s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(74) {
  animation-delay: 15.7s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(75) {
  animation-delay: 15.9s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(76) {
  animation-delay: 16.1s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(77) {
  animation-delay: 16.3s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(78) {
  animation-delay: 16.5s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(79) {
  animation-delay: 16.7s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(80) {
  animation-delay: 16.9s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(81) {
  animation-delay: 17.1s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(82) {
  animation-delay: 17.3s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(83) {
  animation-delay: 17.5s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(84) {
  animation-delay: 17.7s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(85) {
  animation-delay: 17.9s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(86) {
  animation-delay: 18.1s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(87) {
  animation-delay: 18.3s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(88) {
  animation-delay: 18.5s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(89) {
  animation-delay: 18.7s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(90) {
  animation-delay: 18.9s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(91) {
  animation-delay: 19.1s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(92) {
  animation-delay: 19.3s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(93) {
  animation-delay: 19.5s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(94) {
  animation-delay: 19.7s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(95) {
  animation-delay: 19.9s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(96) {
  animation-delay: 20.1s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(97) {
  animation-delay: 20.3s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(98) {
  animation-delay: 20.5s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(99) {
  animation-delay: 20.7s;
}
.kh-form-page .kh-form-page-box .form > *:nth-child(100) {
  animation-delay: 20.9s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > * {
  opacity: 0;
  opacity: 0;
  animation: op 0.5s ease-in-out both;
  animation-delay: 1.3s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(1) {
  animation-delay: 1.6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(2) {
  animation-delay: 1.8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(3) {
  animation-delay: 2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(4) {
  animation-delay: 2.2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(5) {
  animation-delay: 2.4s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(6) {
  animation-delay: 2.6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(7) {
  animation-delay: 2.8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(8) {
  animation-delay: 3s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(9) {
  animation-delay: 3.2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(10) {
  animation-delay: 3.4s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(11) {
  animation-delay: 3.6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(12) {
  animation-delay: 3.8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(13) {
  animation-delay: 4s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(14) {
  animation-delay: 4.2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(15) {
  animation-delay: 4.4s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(16) {
  animation-delay: 4.6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(17) {
  animation-delay: 4.8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(18) {
  animation-delay: 5s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(19) {
  animation-delay: 5.2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(20) {
  animation-delay: 5.4s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(21) {
  animation-delay: 5.6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(22) {
  animation-delay: 5.8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(23) {
  animation-delay: 6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(24) {
  animation-delay: 6.2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(25) {
  animation-delay: 6.4s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(26) {
  animation-delay: 6.6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(27) {
  animation-delay: 6.8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(28) {
  animation-delay: 7s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(29) {
  animation-delay: 7.2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(30) {
  animation-delay: 7.4s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(31) {
  animation-delay: 7.6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(32) {
  animation-delay: 7.8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(33) {
  animation-delay: 8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(34) {
  animation-delay: 8.2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(35) {
  animation-delay: 8.4s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(36) {
  animation-delay: 8.6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(37) {
  animation-delay: 8.8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(38) {
  animation-delay: 9s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(39) {
  animation-delay: 9.2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(40) {
  animation-delay: 9.4s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(41) {
  animation-delay: 9.6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(42) {
  animation-delay: 9.8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(43) {
  animation-delay: 10s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(44) {
  animation-delay: 10.2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(45) {
  animation-delay: 10.4s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(46) {
  animation-delay: 10.6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(47) {
  animation-delay: 10.8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(48) {
  animation-delay: 11s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(49) {
  animation-delay: 11.2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(50) {
  animation-delay: 11.4s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(51) {
  animation-delay: 11.6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(52) {
  animation-delay: 11.8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(53) {
  animation-delay: 12s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(54) {
  animation-delay: 12.2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(55) {
  animation-delay: 12.4s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(56) {
  animation-delay: 12.6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(57) {
  animation-delay: 12.8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(58) {
  animation-delay: 13s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(59) {
  animation-delay: 13.2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(60) {
  animation-delay: 13.4s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(61) {
  animation-delay: 13.6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(62) {
  animation-delay: 13.8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(63) {
  animation-delay: 14s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(64) {
  animation-delay: 14.2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(65) {
  animation-delay: 14.4s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(66) {
  animation-delay: 14.6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(67) {
  animation-delay: 14.8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(68) {
  animation-delay: 15s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(69) {
  animation-delay: 15.2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(70) {
  animation-delay: 15.4s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(71) {
  animation-delay: 15.6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(72) {
  animation-delay: 15.8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(73) {
  animation-delay: 16s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(74) {
  animation-delay: 16.2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(75) {
  animation-delay: 16.4s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(76) {
  animation-delay: 16.6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(77) {
  animation-delay: 16.8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(78) {
  animation-delay: 17s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(79) {
  animation-delay: 17.2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(80) {
  animation-delay: 17.4s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(81) {
  animation-delay: 17.6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(82) {
  animation-delay: 17.8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(83) {
  animation-delay: 18s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(84) {
  animation-delay: 18.2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(85) {
  animation-delay: 18.4s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(86) {
  animation-delay: 18.6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(87) {
  animation-delay: 18.8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(88) {
  animation-delay: 19s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(89) {
  animation-delay: 19.2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(90) {
  animation-delay: 19.4s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(91) {
  animation-delay: 19.6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(92) {
  animation-delay: 19.8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(93) {
  animation-delay: 20s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(94) {
  animation-delay: 20.2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(95) {
  animation-delay: 20.4s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(96) {
  animation-delay: 20.6s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(97) {
  animation-delay: 20.8s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(98) {
  animation-delay: 21s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(99) {
  animation-delay: 21.2s;
}
.kh-form-page .kh-form-page-box .kh-form-page__links > *:nth-child(100) {
  animation-delay: 21.4s;
}

.kh-intro .shell > * {
  opacity: 0;
  animation: fadeInUp 0.5s ease-in-out both;
}
.kh-intro .shell > *:nth-child(1) {
  animation-delay: 0.3s;
}
.kh-intro .shell > *:nth-child(2) {
  animation-delay: 0.5s;
}
.kh-intro .shell > *:nth-child(3) {
  animation-delay: 0.7s;
}
.kh-intro .shell > *:nth-child(4) {
  animation-delay: 0.9s;
}
.kh-intro .shell > *:nth-child(5) {
  animation-delay: 1.1s;
}
.kh-intro .shell > *:nth-child(6) {
  animation-delay: 1.3s;
}
.kh-intro .shell > *:nth-child(7) {
  animation-delay: 1.5s;
}
.kh-intro .shell > *:nth-child(8) {
  animation-delay: 1.7s;
}
.kh-intro .shell > *:nth-child(9) {
  animation-delay: 1.9s;
}
.kh-intro .shell > *:nth-child(10) {
  animation-delay: 2.1s;
}
.kh-intro .shell > *:nth-child(11) {
  animation-delay: 2.3s;
}
.kh-intro .shell > *:nth-child(12) {
  animation-delay: 2.5s;
}
.kh-intro .shell > *:nth-child(13) {
  animation-delay: 2.7s;
}
.kh-intro .shell > *:nth-child(14) {
  animation-delay: 2.9s;
}
.kh-intro .shell > *:nth-child(15) {
  animation-delay: 3.1s;
}
.kh-intro .shell > *:nth-child(16) {
  animation-delay: 3.3s;
}
.kh-intro .shell > *:nth-child(17) {
  animation-delay: 3.5s;
}
.kh-intro .shell > *:nth-child(18) {
  animation-delay: 3.7s;
}
.kh-intro .shell > *:nth-child(19) {
  animation-delay: 3.9s;
}
.kh-intro .shell > *:nth-child(20) {
  animation-delay: 4.1s;
}
.kh-intro .shell > *:nth-child(21) {
  animation-delay: 4.3s;
}
.kh-intro .shell > *:nth-child(22) {
  animation-delay: 4.5s;
}
.kh-intro .shell > *:nth-child(23) {
  animation-delay: 4.7s;
}
.kh-intro .shell > *:nth-child(24) {
  animation-delay: 4.9s;
}
.kh-intro .shell > *:nth-child(25) {
  animation-delay: 5.1s;
}
.kh-intro .shell > *:nth-child(26) {
  animation-delay: 5.3s;
}
.kh-intro .shell > *:nth-child(27) {
  animation-delay: 5.5s;
}
.kh-intro .shell > *:nth-child(28) {
  animation-delay: 5.7s;
}
.kh-intro .shell > *:nth-child(29) {
  animation-delay: 5.9s;
}
.kh-intro .shell > *:nth-child(30) {
  animation-delay: 6.1s;
}
.kh-intro .shell > *:nth-child(31) {
  animation-delay: 6.3s;
}
.kh-intro .shell > *:nth-child(32) {
  animation-delay: 6.5s;
}
.kh-intro .shell > *:nth-child(33) {
  animation-delay: 6.7s;
}
.kh-intro .shell > *:nth-child(34) {
  animation-delay: 6.9s;
}
.kh-intro .shell > *:nth-child(35) {
  animation-delay: 7.1s;
}
.kh-intro .shell > *:nth-child(36) {
  animation-delay: 7.3s;
}
.kh-intro .shell > *:nth-child(37) {
  animation-delay: 7.5s;
}
.kh-intro .shell > *:nth-child(38) {
  animation-delay: 7.7s;
}
.kh-intro .shell > *:nth-child(39) {
  animation-delay: 7.9s;
}
.kh-intro .shell > *:nth-child(40) {
  animation-delay: 8.1s;
}
.kh-intro .shell > *:nth-child(41) {
  animation-delay: 8.3s;
}
.kh-intro .shell > *:nth-child(42) {
  animation-delay: 8.5s;
}
.kh-intro .shell > *:nth-child(43) {
  animation-delay: 8.7s;
}
.kh-intro .shell > *:nth-child(44) {
  animation-delay: 8.9s;
}
.kh-intro .shell > *:nth-child(45) {
  animation-delay: 9.1s;
}
.kh-intro .shell > *:nth-child(46) {
  animation-delay: 9.3s;
}
.kh-intro .shell > *:nth-child(47) {
  animation-delay: 9.5s;
}
.kh-intro .shell > *:nth-child(48) {
  animation-delay: 9.7s;
}
.kh-intro .shell > *:nth-child(49) {
  animation-delay: 9.9s;
}
.kh-intro .shell > *:nth-child(50) {
  animation-delay: 10.1s;
}
.kh-intro .shell > *:nth-child(51) {
  animation-delay: 10.3s;
}
.kh-intro .shell > *:nth-child(52) {
  animation-delay: 10.5s;
}
.kh-intro .shell > *:nth-child(53) {
  animation-delay: 10.7s;
}
.kh-intro .shell > *:nth-child(54) {
  animation-delay: 10.9s;
}
.kh-intro .shell > *:nth-child(55) {
  animation-delay: 11.1s;
}
.kh-intro .shell > *:nth-child(56) {
  animation-delay: 11.3s;
}
.kh-intro .shell > *:nth-child(57) {
  animation-delay: 11.5s;
}
.kh-intro .shell > *:nth-child(58) {
  animation-delay: 11.7s;
}
.kh-intro .shell > *:nth-child(59) {
  animation-delay: 11.9s;
}
.kh-intro .shell > *:nth-child(60) {
  animation-delay: 12.1s;
}
.kh-intro .shell > *:nth-child(61) {
  animation-delay: 12.3s;
}
.kh-intro .shell > *:nth-child(62) {
  animation-delay: 12.5s;
}
.kh-intro .shell > *:nth-child(63) {
  animation-delay: 12.7s;
}
.kh-intro .shell > *:nth-child(64) {
  animation-delay: 12.9s;
}
.kh-intro .shell > *:nth-child(65) {
  animation-delay: 13.1s;
}
.kh-intro .shell > *:nth-child(66) {
  animation-delay: 13.3s;
}
.kh-intro .shell > *:nth-child(67) {
  animation-delay: 13.5s;
}
.kh-intro .shell > *:nth-child(68) {
  animation-delay: 13.7s;
}
.kh-intro .shell > *:nth-child(69) {
  animation-delay: 13.9s;
}
.kh-intro .shell > *:nth-child(70) {
  animation-delay: 14.1s;
}
.kh-intro .shell > *:nth-child(71) {
  animation-delay: 14.3s;
}
.kh-intro .shell > *:nth-child(72) {
  animation-delay: 14.5s;
}
.kh-intro .shell > *:nth-child(73) {
  animation-delay: 14.7s;
}
.kh-intro .shell > *:nth-child(74) {
  animation-delay: 14.9s;
}
.kh-intro .shell > *:nth-child(75) {
  animation-delay: 15.1s;
}
.kh-intro .shell > *:nth-child(76) {
  animation-delay: 15.3s;
}
.kh-intro .shell > *:nth-child(77) {
  animation-delay: 15.5s;
}
.kh-intro .shell > *:nth-child(78) {
  animation-delay: 15.7s;
}
.kh-intro .shell > *:nth-child(79) {
  animation-delay: 15.9s;
}
.kh-intro .shell > *:nth-child(80) {
  animation-delay: 16.1s;
}
.kh-intro .shell > *:nth-child(81) {
  animation-delay: 16.3s;
}
.kh-intro .shell > *:nth-child(82) {
  animation-delay: 16.5s;
}
.kh-intro .shell > *:nth-child(83) {
  animation-delay: 16.7s;
}
.kh-intro .shell > *:nth-child(84) {
  animation-delay: 16.9s;
}
.kh-intro .shell > *:nth-child(85) {
  animation-delay: 17.1s;
}
.kh-intro .shell > *:nth-child(86) {
  animation-delay: 17.3s;
}
.kh-intro .shell > *:nth-child(87) {
  animation-delay: 17.5s;
}
.kh-intro .shell > *:nth-child(88) {
  animation-delay: 17.7s;
}
.kh-intro .shell > *:nth-child(89) {
  animation-delay: 17.9s;
}
.kh-intro .shell > *:nth-child(90) {
  animation-delay: 18.1s;
}
.kh-intro .shell > *:nth-child(91) {
  animation-delay: 18.3s;
}
.kh-intro .shell > *:nth-child(92) {
  animation-delay: 18.5s;
}
.kh-intro .shell > *:nth-child(93) {
  animation-delay: 18.7s;
}
.kh-intro .shell > *:nth-child(94) {
  animation-delay: 18.9s;
}
.kh-intro .shell > *:nth-child(95) {
  animation-delay: 19.1s;
}
.kh-intro .shell > *:nth-child(96) {
  animation-delay: 19.3s;
}
.kh-intro .shell > *:nth-child(97) {
  animation-delay: 19.5s;
}
.kh-intro .shell > *:nth-child(98) {
  animation-delay: 19.7s;
}
.kh-intro .shell > *:nth-child(99) {
  animation-delay: 19.9s;
}
.kh-intro .shell > *:nth-child(100) {
  animation-delay: 20.1s;
}

.single-post-page .post-content article > * {
  opacity: 0;
  animation: fadeInUp 0.5s ease-in-out both;
}
.single-post-page .post-content article > *:nth-child(1) {
  animation-delay: 0.3s;
}
.single-post-page .post-content article > *:nth-child(2) {
  animation-delay: 0.5s;
}
.single-post-page .post-content article > *:nth-child(3) {
  animation-delay: 0.7s;
}
.single-post-page .post-content article > *:nth-child(4) {
  animation-delay: 0.9s;
}
.single-post-page .post-content article > *:nth-child(5) {
  animation-delay: 1.1s;
}
.single-post-page .post-content article > *:nth-child(6) {
  animation-delay: 1.3s;
}
.single-post-page .post-content article > *:nth-child(7) {
  animation-delay: 1.5s;
}
.single-post-page .post-content article > *:nth-child(8) {
  animation-delay: 1.7s;
}
.single-post-page .post-content article > *:nth-child(9) {
  animation-delay: 1.9s;
}
.single-post-page .post-content article > *:nth-child(10) {
  animation-delay: 2.1s;
}
.single-post-page .post-content article > *:nth-child(11) {
  animation-delay: 2.3s;
}
.single-post-page .post-content article > *:nth-child(12) {
  animation-delay: 2.5s;
}
.single-post-page .post-content article > *:nth-child(13) {
  animation-delay: 2.7s;
}
.single-post-page .post-content article > *:nth-child(14) {
  animation-delay: 2.9s;
}
.single-post-page .post-content article > *:nth-child(15) {
  animation-delay: 3.1s;
}
.single-post-page .post-content article > *:nth-child(16) {
  animation-delay: 3.3s;
}
.single-post-page .post-content article > *:nth-child(17) {
  animation-delay: 3.5s;
}
.single-post-page .post-content article > *:nth-child(18) {
  animation-delay: 3.7s;
}
.single-post-page .post-content article > *:nth-child(19) {
  animation-delay: 3.9s;
}
.single-post-page .post-content article > *:nth-child(20) {
  animation-delay: 4.1s;
}
.single-post-page .post-content article > *:nth-child(21) {
  animation-delay: 4.3s;
}
.single-post-page .post-content article > *:nth-child(22) {
  animation-delay: 4.5s;
}
.single-post-page .post-content article > *:nth-child(23) {
  animation-delay: 4.7s;
}
.single-post-page .post-content article > *:nth-child(24) {
  animation-delay: 4.9s;
}
.single-post-page .post-content article > *:nth-child(25) {
  animation-delay: 5.1s;
}
.single-post-page .post-content article > *:nth-child(26) {
  animation-delay: 5.3s;
}
.single-post-page .post-content article > *:nth-child(27) {
  animation-delay: 5.5s;
}
.single-post-page .post-content article > *:nth-child(28) {
  animation-delay: 5.7s;
}
.single-post-page .post-content article > *:nth-child(29) {
  animation-delay: 5.9s;
}
.single-post-page .post-content article > *:nth-child(30) {
  animation-delay: 6.1s;
}
.single-post-page .post-content article > *:nth-child(31) {
  animation-delay: 6.3s;
}
.single-post-page .post-content article > *:nth-child(32) {
  animation-delay: 6.5s;
}
.single-post-page .post-content article > *:nth-child(33) {
  animation-delay: 6.7s;
}
.single-post-page .post-content article > *:nth-child(34) {
  animation-delay: 6.9s;
}
.single-post-page .post-content article > *:nth-child(35) {
  animation-delay: 7.1s;
}
.single-post-page .post-content article > *:nth-child(36) {
  animation-delay: 7.3s;
}
.single-post-page .post-content article > *:nth-child(37) {
  animation-delay: 7.5s;
}
.single-post-page .post-content article > *:nth-child(38) {
  animation-delay: 7.7s;
}
.single-post-page .post-content article > *:nth-child(39) {
  animation-delay: 7.9s;
}
.single-post-page .post-content article > *:nth-child(40) {
  animation-delay: 8.1s;
}
.single-post-page .post-content article > *:nth-child(41) {
  animation-delay: 8.3s;
}
.single-post-page .post-content article > *:nth-child(42) {
  animation-delay: 8.5s;
}
.single-post-page .post-content article > *:nth-child(43) {
  animation-delay: 8.7s;
}
.single-post-page .post-content article > *:nth-child(44) {
  animation-delay: 8.9s;
}
.single-post-page .post-content article > *:nth-child(45) {
  animation-delay: 9.1s;
}
.single-post-page .post-content article > *:nth-child(46) {
  animation-delay: 9.3s;
}
.single-post-page .post-content article > *:nth-child(47) {
  animation-delay: 9.5s;
}
.single-post-page .post-content article > *:nth-child(48) {
  animation-delay: 9.7s;
}
.single-post-page .post-content article > *:nth-child(49) {
  animation-delay: 9.9s;
}
.single-post-page .post-content article > *:nth-child(50) {
  animation-delay: 10.1s;
}
.single-post-page .post-content article > *:nth-child(51) {
  animation-delay: 10.3s;
}
.single-post-page .post-content article > *:nth-child(52) {
  animation-delay: 10.5s;
}
.single-post-page .post-content article > *:nth-child(53) {
  animation-delay: 10.7s;
}
.single-post-page .post-content article > *:nth-child(54) {
  animation-delay: 10.9s;
}
.single-post-page .post-content article > *:nth-child(55) {
  animation-delay: 11.1s;
}
.single-post-page .post-content article > *:nth-child(56) {
  animation-delay: 11.3s;
}
.single-post-page .post-content article > *:nth-child(57) {
  animation-delay: 11.5s;
}
.single-post-page .post-content article > *:nth-child(58) {
  animation-delay: 11.7s;
}
.single-post-page .post-content article > *:nth-child(59) {
  animation-delay: 11.9s;
}
.single-post-page .post-content article > *:nth-child(60) {
  animation-delay: 12.1s;
}
.single-post-page .post-content article > *:nth-child(61) {
  animation-delay: 12.3s;
}
.single-post-page .post-content article > *:nth-child(62) {
  animation-delay: 12.5s;
}
.single-post-page .post-content article > *:nth-child(63) {
  animation-delay: 12.7s;
}
.single-post-page .post-content article > *:nth-child(64) {
  animation-delay: 12.9s;
}
.single-post-page .post-content article > *:nth-child(65) {
  animation-delay: 13.1s;
}
.single-post-page .post-content article > *:nth-child(66) {
  animation-delay: 13.3s;
}
.single-post-page .post-content article > *:nth-child(67) {
  animation-delay: 13.5s;
}
.single-post-page .post-content article > *:nth-child(68) {
  animation-delay: 13.7s;
}
.single-post-page .post-content article > *:nth-child(69) {
  animation-delay: 13.9s;
}
.single-post-page .post-content article > *:nth-child(70) {
  animation-delay: 14.1s;
}
.single-post-page .post-content article > *:nth-child(71) {
  animation-delay: 14.3s;
}
.single-post-page .post-content article > *:nth-child(72) {
  animation-delay: 14.5s;
}
.single-post-page .post-content article > *:nth-child(73) {
  animation-delay: 14.7s;
}
.single-post-page .post-content article > *:nth-child(74) {
  animation-delay: 14.9s;
}
.single-post-page .post-content article > *:nth-child(75) {
  animation-delay: 15.1s;
}
.single-post-page .post-content article > *:nth-child(76) {
  animation-delay: 15.3s;
}
.single-post-page .post-content article > *:nth-child(77) {
  animation-delay: 15.5s;
}
.single-post-page .post-content article > *:nth-child(78) {
  animation-delay: 15.7s;
}
.single-post-page .post-content article > *:nth-child(79) {
  animation-delay: 15.9s;
}
.single-post-page .post-content article > *:nth-child(80) {
  animation-delay: 16.1s;
}
.single-post-page .post-content article > *:nth-child(81) {
  animation-delay: 16.3s;
}
.single-post-page .post-content article > *:nth-child(82) {
  animation-delay: 16.5s;
}
.single-post-page .post-content article > *:nth-child(83) {
  animation-delay: 16.7s;
}
.single-post-page .post-content article > *:nth-child(84) {
  animation-delay: 16.9s;
}
.single-post-page .post-content article > *:nth-child(85) {
  animation-delay: 17.1s;
}
.single-post-page .post-content article > *:nth-child(86) {
  animation-delay: 17.3s;
}
.single-post-page .post-content article > *:nth-child(87) {
  animation-delay: 17.5s;
}
.single-post-page .post-content article > *:nth-child(88) {
  animation-delay: 17.7s;
}
.single-post-page .post-content article > *:nth-child(89) {
  animation-delay: 17.9s;
}
.single-post-page .post-content article > *:nth-child(90) {
  animation-delay: 18.1s;
}
.single-post-page .post-content article > *:nth-child(91) {
  animation-delay: 18.3s;
}
.single-post-page .post-content article > *:nth-child(92) {
  animation-delay: 18.5s;
}
.single-post-page .post-content article > *:nth-child(93) {
  animation-delay: 18.7s;
}
.single-post-page .post-content article > *:nth-child(94) {
  animation-delay: 18.9s;
}
.single-post-page .post-content article > *:nth-child(95) {
  animation-delay: 19.1s;
}
.single-post-page .post-content article > *:nth-child(96) {
  animation-delay: 19.3s;
}
.single-post-page .post-content article > *:nth-child(97) {
  animation-delay: 19.5s;
}
.single-post-page .post-content article > *:nth-child(98) {
  animation-delay: 19.7s;
}
.single-post-page .post-content article > *:nth-child(99) {
  animation-delay: 19.9s;
}
.single-post-page .post-content article > *:nth-child(100) {
  animation-delay: 20.1s;
}
.single-post-page .post-content aside {
  opacity: 0;
  animation: fadeInUp 0.5s ease-in-out both;
}
.single-post-page .post-content aside:nth-child(1) {
  animation-delay: 0.3s;
}
.single-post-page .post-content aside:nth-child(2) {
  animation-delay: 0.5s;
}
.single-post-page .post-content aside:nth-child(3) {
  animation-delay: 0.7s;
}
.single-post-page .post-content aside:nth-child(4) {
  animation-delay: 0.9s;
}
.single-post-page .post-content aside:nth-child(5) {
  animation-delay: 1.1s;
}
.single-post-page .post-content aside:nth-child(6) {
  animation-delay: 1.3s;
}
.single-post-page .post-content aside:nth-child(7) {
  animation-delay: 1.5s;
}
.single-post-page .post-content aside:nth-child(8) {
  animation-delay: 1.7s;
}
.single-post-page .post-content aside:nth-child(9) {
  animation-delay: 1.9s;
}
.single-post-page .post-content aside:nth-child(10) {
  animation-delay: 2.1s;
}
.single-post-page .post-content aside:nth-child(11) {
  animation-delay: 2.3s;
}
.single-post-page .post-content aside:nth-child(12) {
  animation-delay: 2.5s;
}
.single-post-page .post-content aside:nth-child(13) {
  animation-delay: 2.7s;
}
.single-post-page .post-content aside:nth-child(14) {
  animation-delay: 2.9s;
}
.single-post-page .post-content aside:nth-child(15) {
  animation-delay: 3.1s;
}
.single-post-page .post-content aside:nth-child(16) {
  animation-delay: 3.3s;
}
.single-post-page .post-content aside:nth-child(17) {
  animation-delay: 3.5s;
}
.single-post-page .post-content aside:nth-child(18) {
  animation-delay: 3.7s;
}
.single-post-page .post-content aside:nth-child(19) {
  animation-delay: 3.9s;
}
.single-post-page .post-content aside:nth-child(20) {
  animation-delay: 4.1s;
}
.single-post-page .post-content aside:nth-child(21) {
  animation-delay: 4.3s;
}
.single-post-page .post-content aside:nth-child(22) {
  animation-delay: 4.5s;
}
.single-post-page .post-content aside:nth-child(23) {
  animation-delay: 4.7s;
}
.single-post-page .post-content aside:nth-child(24) {
  animation-delay: 4.9s;
}
.single-post-page .post-content aside:nth-child(25) {
  animation-delay: 5.1s;
}
.single-post-page .post-content aside:nth-child(26) {
  animation-delay: 5.3s;
}
.single-post-page .post-content aside:nth-child(27) {
  animation-delay: 5.5s;
}
.single-post-page .post-content aside:nth-child(28) {
  animation-delay: 5.7s;
}
.single-post-page .post-content aside:nth-child(29) {
  animation-delay: 5.9s;
}
.single-post-page .post-content aside:nth-child(30) {
  animation-delay: 6.1s;
}
.single-post-page .post-content aside:nth-child(31) {
  animation-delay: 6.3s;
}
.single-post-page .post-content aside:nth-child(32) {
  animation-delay: 6.5s;
}
.single-post-page .post-content aside:nth-child(33) {
  animation-delay: 6.7s;
}
.single-post-page .post-content aside:nth-child(34) {
  animation-delay: 6.9s;
}
.single-post-page .post-content aside:nth-child(35) {
  animation-delay: 7.1s;
}
.single-post-page .post-content aside:nth-child(36) {
  animation-delay: 7.3s;
}
.single-post-page .post-content aside:nth-child(37) {
  animation-delay: 7.5s;
}
.single-post-page .post-content aside:nth-child(38) {
  animation-delay: 7.7s;
}
.single-post-page .post-content aside:nth-child(39) {
  animation-delay: 7.9s;
}
.single-post-page .post-content aside:nth-child(40) {
  animation-delay: 8.1s;
}
.single-post-page .post-content aside:nth-child(41) {
  animation-delay: 8.3s;
}
.single-post-page .post-content aside:nth-child(42) {
  animation-delay: 8.5s;
}
.single-post-page .post-content aside:nth-child(43) {
  animation-delay: 8.7s;
}
.single-post-page .post-content aside:nth-child(44) {
  animation-delay: 8.9s;
}
.single-post-page .post-content aside:nth-child(45) {
  animation-delay: 9.1s;
}
.single-post-page .post-content aside:nth-child(46) {
  animation-delay: 9.3s;
}
.single-post-page .post-content aside:nth-child(47) {
  animation-delay: 9.5s;
}
.single-post-page .post-content aside:nth-child(48) {
  animation-delay: 9.7s;
}
.single-post-page .post-content aside:nth-child(49) {
  animation-delay: 9.9s;
}
.single-post-page .post-content aside:nth-child(50) {
  animation-delay: 10.1s;
}
.single-post-page .post-content aside:nth-child(51) {
  animation-delay: 10.3s;
}
.single-post-page .post-content aside:nth-child(52) {
  animation-delay: 10.5s;
}
.single-post-page .post-content aside:nth-child(53) {
  animation-delay: 10.7s;
}
.single-post-page .post-content aside:nth-child(54) {
  animation-delay: 10.9s;
}
.single-post-page .post-content aside:nth-child(55) {
  animation-delay: 11.1s;
}
.single-post-page .post-content aside:nth-child(56) {
  animation-delay: 11.3s;
}
.single-post-page .post-content aside:nth-child(57) {
  animation-delay: 11.5s;
}
.single-post-page .post-content aside:nth-child(58) {
  animation-delay: 11.7s;
}
.single-post-page .post-content aside:nth-child(59) {
  animation-delay: 11.9s;
}
.single-post-page .post-content aside:nth-child(60) {
  animation-delay: 12.1s;
}
.single-post-page .post-content aside:nth-child(61) {
  animation-delay: 12.3s;
}
.single-post-page .post-content aside:nth-child(62) {
  animation-delay: 12.5s;
}
.single-post-page .post-content aside:nth-child(63) {
  animation-delay: 12.7s;
}
.single-post-page .post-content aside:nth-child(64) {
  animation-delay: 12.9s;
}
.single-post-page .post-content aside:nth-child(65) {
  animation-delay: 13.1s;
}
.single-post-page .post-content aside:nth-child(66) {
  animation-delay: 13.3s;
}
.single-post-page .post-content aside:nth-child(67) {
  animation-delay: 13.5s;
}
.single-post-page .post-content aside:nth-child(68) {
  animation-delay: 13.7s;
}
.single-post-page .post-content aside:nth-child(69) {
  animation-delay: 13.9s;
}
.single-post-page .post-content aside:nth-child(70) {
  animation-delay: 14.1s;
}
.single-post-page .post-content aside:nth-child(71) {
  animation-delay: 14.3s;
}
.single-post-page .post-content aside:nth-child(72) {
  animation-delay: 14.5s;
}
.single-post-page .post-content aside:nth-child(73) {
  animation-delay: 14.7s;
}
.single-post-page .post-content aside:nth-child(74) {
  animation-delay: 14.9s;
}
.single-post-page .post-content aside:nth-child(75) {
  animation-delay: 15.1s;
}
.single-post-page .post-content aside:nth-child(76) {
  animation-delay: 15.3s;
}
.single-post-page .post-content aside:nth-child(77) {
  animation-delay: 15.5s;
}
.single-post-page .post-content aside:nth-child(78) {
  animation-delay: 15.7s;
}
.single-post-page .post-content aside:nth-child(79) {
  animation-delay: 15.9s;
}
.single-post-page .post-content aside:nth-child(80) {
  animation-delay: 16.1s;
}
.single-post-page .post-content aside:nth-child(81) {
  animation-delay: 16.3s;
}
.single-post-page .post-content aside:nth-child(82) {
  animation-delay: 16.5s;
}
.single-post-page .post-content aside:nth-child(83) {
  animation-delay: 16.7s;
}
.single-post-page .post-content aside:nth-child(84) {
  animation-delay: 16.9s;
}
.single-post-page .post-content aside:nth-child(85) {
  animation-delay: 17.1s;
}
.single-post-page .post-content aside:nth-child(86) {
  animation-delay: 17.3s;
}
.single-post-page .post-content aside:nth-child(87) {
  animation-delay: 17.5s;
}
.single-post-page .post-content aside:nth-child(88) {
  animation-delay: 17.7s;
}
.single-post-page .post-content aside:nth-child(89) {
  animation-delay: 17.9s;
}
.single-post-page .post-content aside:nth-child(90) {
  animation-delay: 18.1s;
}
.single-post-page .post-content aside:nth-child(91) {
  animation-delay: 18.3s;
}
.single-post-page .post-content aside:nth-child(92) {
  animation-delay: 18.5s;
}
.single-post-page .post-content aside:nth-child(93) {
  animation-delay: 18.7s;
}
.single-post-page .post-content aside:nth-child(94) {
  animation-delay: 18.9s;
}
.single-post-page .post-content aside:nth-child(95) {
  animation-delay: 19.1s;
}
.single-post-page .post-content aside:nth-child(96) {
  animation-delay: 19.3s;
}
.single-post-page .post-content aside:nth-child(97) {
  animation-delay: 19.5s;
}
.single-post-page .post-content aside:nth-child(98) {
  animation-delay: 19.7s;
}
.single-post-page .post-content aside:nth-child(99) {
  animation-delay: 19.9s;
}
.single-post-page .post-content aside:nth-child(100) {
  animation-delay: 20.1s;
}

.kh-about {
  opacity: 0;
  animation: op 0.5s ease-in-out both;
  animation-delay: 0.6s;
}

@keyframes scaleY {
  from {
    transform: scale(1, 0);
  }
  to {
    transform: scale(1, 1);
  }
}
@keyframes avatarScale {
  0% {
    border-radius: 70% 30% 70% 30%/30% 70% 30% 70%;
  }
  50% {
    border-radius: 30% 70% 30% 70%/70% 30% 70% 30%;
  }
  100% {
    border-radius: 50%;
  }
}
@keyframes toRight {
  from {
    opacity: 0;
    transform: translateX(-10vw);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes toLeft {
  from {
    opacity: 0;
    transform: translateX(10vw);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes initialAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes expandWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100vw;
  }
}
main {
  padding-top: 8rem;
}

#auto_translate_button_wrapper {
  visibility: hidden;
}

html:not([lang=en]) .bg_flag {
  box-shadow: 0 0 0.5rem #000;
}
html[lang=en] .en_flag {
  box-shadow: 0 0 0.5rem #000;
}

.kh-header .kh-header-inner {
  height: 8rem;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 200;
  padding-inline: 1rem;
  background-color: #fff;
}
.kh-header .kh-header-inner::after {
  content: "";
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 8rem;
  right: 150vw;
  width: 100%;
  height: 100vh;
  z-index: 15;
}
.kh-header .shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 999;
}
.kh-header-logo {
  width: 6.5rem;
  height: 7rem;
}
.kh-header-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
}
@media (min-width: 350px) {
  .kh-header-logo {
    width: 12rem;
    height: 7rem;
  }
}
@media (min-width: 380px) {
  .kh-header-logo {
    width: 15rem;
  }
}
@media (min-width: 440px) {
  .kh-header-logo {
    width: 20rem;
  }
}
@media (min-width: 500px) {
  .kh-header-logo {
    width: 22rem;
    height: 7rem;
  }
}
.kh-header-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .kh-header-left {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0;
  }
}
.kh-header-left__i18n {
  gap: 1.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 5rem;
}
.kh-header-left__i18n svg {
  width: 2rem;
  height: 2rem;
}
.kh-header-left__i18n svg path {
  fill: #403e43;
}
.kh-header-left__i18n .favorites {
  position: relative;
}
.kh-header-left__i18n .favorites div {
  position: absolute;
  top: -1rem;
  right: -1rem;
  color: #403e43;
  background-color: #ad9565;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
}
.kh-header-left__i18n img {
  object-fit: contain;
  height: auto;
  width: 3rem;
  cursor: pointer;
  user-select: none;
  align-self: center;
}
.kh-header-left__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 2rem;
}
.kh-header-left__menu span {
  width: 4rem;
  height: 0.2rem;
  background-color: #54595f;
  transition: transform 0.3s, opacity 0.3s;
}
.kh-header-left__menu span:nth-of-type(1) {
  transform: translateY(0) rotate(0);
}
.kh-header-left__menu span:nth-of-type(2) {
  opacity: 1;
}
.kh-header-left__menu span:nth-of-type(3) {
  transform: translateY(0) rotate(0);
}
@media (min-width: 1200px) {
  .kh-header-left__menu {
    display: none;
  }
}
.kh-header-left__links {
  display: flex;
  gap: 1.5rem;
}
.kh-header-left__links li.crr {
  font-weight: 700;
}
@media (max-width: 1200px) {
  .kh-header-left__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: 8rem;
    height: calc(100vh - 8rem);
    left: 0;
    transform-origin: top;
    z-index: 50;
  }
  .kh-header-left__links li {
    border-bottom: 0.1rem solid #f4f7fb;
    width: 100%;
    text-align: center;
    padding: 2rem;
    animation: fade 0.5s ease forwards;
  }
}
@media (min-width: 1200px) {
  .kh-header-left__links {
    display: flex;
    align-items: center;
  }
  .kh-header-left__links svg.search {
    stroke: #403e43;
  }
  .kh-header-left__links svg path {
    fill: #403e43;
  }
}
.kh-header-left__links li {
  text-transform: uppercase;
  transition: all 0.3s ease !important;
}
.kh-header-left__links li:hover {
  opacity: 0.5;
}
.kh-header-search {
  position: absolute;
  background-color: #fff;
  width: 30rem;
  height: 12rem;
  top: 7rem;
  right: -100vw;
  border-radius: 0 0 1rem 1rem;
  z-index: 0;
}
.kh-header-search form {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.kh-header-search form input {
  padding: 1rem;
  border-radius: 1rem;
  border: 0.1rem solid #000;
  user-select: none;
}
.kh-header-search form button {
  padding: 1rem;
  width: 100%;
}

.footer {
  border-top: 0.1rem solid #ad9565;
}
.footer .footer-grid {
  row-gap: 4rem;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .footer .footer-grid {
    display: grid;
    place-items: center;
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer .footer-grid__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.footer .footer-grid__logo svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: #ad9565;
  transition: all 0.3s ease !important;
}
.footer .footer-grid__logo figure {
  width: 20rem;
  min-height: 10rem;
}
.footer .footer-grid__logo figure img {
  width: 100%;
  height: auto;
}
.footer .footer-grid__logo .footer-socials {
  display: flex;
  gap: 3rem;
}
.footer .footer-grid__logo .footer-socials a:hover svg {
  opacity: 0.6;
}
.footer .footer-grid__links {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 40rem;
  margin: 0 auto;
  padding-inline: 1.2rem;
  width: 100%;
  align-self: flex-start;
}
.footer .footer-grid__links svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  fill: #ad9565;
  margin-right: 0.6rem;
}
.footer .footer-grid__links li {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
}
.footer .footer-grid__links li:first-child {
  line-height: 2.6rem;
  font-size: 2.2rem;
  font-weight: 300;
  color: #ad9565;
}
.footer .footer-grid__links li:not(:first-child) {
  transition: all 0.3s ease !important;
}
.footer .footer-grid__links li:not(:first-child):hover {
  opacity: 0.6;
}
.footer .footer-grid__links li:not(:first-child) a {
  display: flex;
  justify-content: center;
}
@media (min-width: 1000px) {
  .footer .footer-grid__links {
    width: auto;
  }
  .footer .footer-grid__links li {
    text-align: left;
  }
  .footer .footer-grid__links li:not(:first-child) a {
    justify-content: flex-start;
  }
}
.footer .footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.footer .footer-copyright::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0.1rem;
  border-top: 0.1rem solid #ad9565;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
}
.footer .footer-copyright b {
  color: #ad9565;
}
.footer .footer-copyright svg {
  width: 2em;
  height: 2em;
  vertical-align: -0.7em;
  fill: #ad9565;
}

#header-menu {
  display: none;
}
@media (max-width: 1200px) {
  #header-menu:checked ~ .kh-header-left__menu span:nth-of-type(1) {
    transform: translateY(0.9rem) rotate(45deg);
  }
  #header-menu:checked ~ .kh-header-left__menu span:nth-of-type(2) {
    opacity: 0;
  }
  #header-menu:checked ~ .kh-header-left__menu span:nth-of-type(3) {
    transform: translateY(-0.9rem) rotate(-45deg);
  }
  #header-menu:checked ~ .kh-header-left__links {
    opacity: 1;
    transition: opacity 0.3s ease-in, transform 1s ease;
    transform: scale(1, 1);
  }
  #header-menu:checked ~ .kh-header-left__links li {
    opacity: 0;
    animation: op 0.5s ease-in-out both;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(1) {
    animation-delay: 0.3s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(2) {
    animation-delay: 0.5s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(3) {
    animation-delay: 0.7s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(4) {
    animation-delay: 0.9s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(5) {
    animation-delay: 1.1s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(6) {
    animation-delay: 1.3s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(7) {
    animation-delay: 1.5s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(8) {
    animation-delay: 1.7s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(9) {
    animation-delay: 1.9s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(10) {
    animation-delay: 2.1s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(11) {
    animation-delay: 2.3s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(12) {
    animation-delay: 2.5s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(13) {
    animation-delay: 2.7s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(14) {
    animation-delay: 2.9s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(15) {
    animation-delay: 3.1s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(16) {
    animation-delay: 3.3s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(17) {
    animation-delay: 3.5s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(18) {
    animation-delay: 3.7s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(19) {
    animation-delay: 3.9s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(20) {
    animation-delay: 4.1s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(21) {
    animation-delay: 4.3s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(22) {
    animation-delay: 4.5s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(23) {
    animation-delay: 4.7s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(24) {
    animation-delay: 4.9s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(25) {
    animation-delay: 5.1s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(26) {
    animation-delay: 5.3s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(27) {
    animation-delay: 5.5s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(28) {
    animation-delay: 5.7s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(29) {
    animation-delay: 5.9s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(30) {
    animation-delay: 6.1s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(31) {
    animation-delay: 6.3s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(32) {
    animation-delay: 6.5s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(33) {
    animation-delay: 6.7s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(34) {
    animation-delay: 6.9s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(35) {
    animation-delay: 7.1s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(36) {
    animation-delay: 7.3s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(37) {
    animation-delay: 7.5s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(38) {
    animation-delay: 7.7s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(39) {
    animation-delay: 7.9s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(40) {
    animation-delay: 8.1s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(41) {
    animation-delay: 8.3s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(42) {
    animation-delay: 8.5s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(43) {
    animation-delay: 8.7s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(44) {
    animation-delay: 8.9s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(45) {
    animation-delay: 9.1s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(46) {
    animation-delay: 9.3s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(47) {
    animation-delay: 9.5s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(48) {
    animation-delay: 9.7s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(49) {
    animation-delay: 9.9s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(50) {
    animation-delay: 10.1s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(51) {
    animation-delay: 10.3s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(52) {
    animation-delay: 10.5s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(53) {
    animation-delay: 10.7s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(54) {
    animation-delay: 10.9s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(55) {
    animation-delay: 11.1s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(56) {
    animation-delay: 11.3s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(57) {
    animation-delay: 11.5s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(58) {
    animation-delay: 11.7s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(59) {
    animation-delay: 11.9s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(60) {
    animation-delay: 12.1s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(61) {
    animation-delay: 12.3s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(62) {
    animation-delay: 12.5s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(63) {
    animation-delay: 12.7s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(64) {
    animation-delay: 12.9s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(65) {
    animation-delay: 13.1s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(66) {
    animation-delay: 13.3s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(67) {
    animation-delay: 13.5s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(68) {
    animation-delay: 13.7s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(69) {
    animation-delay: 13.9s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(70) {
    animation-delay: 14.1s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(71) {
    animation-delay: 14.3s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(72) {
    animation-delay: 14.5s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(73) {
    animation-delay: 14.7s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(74) {
    animation-delay: 14.9s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(75) {
    animation-delay: 15.1s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(76) {
    animation-delay: 15.3s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(77) {
    animation-delay: 15.5s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(78) {
    animation-delay: 15.7s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(79) {
    animation-delay: 15.9s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(80) {
    animation-delay: 16.1s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(81) {
    animation-delay: 16.3s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(82) {
    animation-delay: 16.5s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(83) {
    animation-delay: 16.7s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(84) {
    animation-delay: 16.9s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(85) {
    animation-delay: 17.1s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(86) {
    animation-delay: 17.3s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(87) {
    animation-delay: 17.5s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(88) {
    animation-delay: 17.7s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(89) {
    animation-delay: 17.9s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(90) {
    animation-delay: 18.1s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(91) {
    animation-delay: 18.3s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(92) {
    animation-delay: 18.5s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(93) {
    animation-delay: 18.7s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(94) {
    animation-delay: 18.9s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(95) {
    animation-delay: 19.1s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(96) {
    animation-delay: 19.3s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(97) {
    animation-delay: 19.5s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(98) {
    animation-delay: 19.7s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(99) {
    animation-delay: 19.9s;
  }
  #header-menu:checked ~ .kh-header-left__links li:nth-child(100) {
    animation-delay: 20.1s;
  }
  #header-menu:not(:checked) ~ .kh-header-left__links {
    left: 150vw;
    transform: scale(1, 0);
    transition: transform 1s ease 0.4s, left 0s 2s;
  }
}

#header-search {
  display: none;
}
#header-search:checked ~ .kh-header-inner .shell .kh-header-search {
  opacity: 1;
  pointer-events: all;
  right: 0;
  transition: right 0s 0s, opacity 0.2s ease-in;
}
#header-search:checked ~ .kh-header-inner::after {
  opacity: 1;
  right: 0;
  transition: right 0s 0s, opacity 0.2s ease-in;
}
#header-search:not(:checked) ~ .kh-header-inner .shell .kh-header-search {
  opacity: 0;
  pointer-events: none;
  transition: right 0s 0.3s, opacity 0.3s ease-in;
}
#header-search:not(:checked) ~ .kh-header-inner::after {
  opacity: 0;
  transition: right 0s 0.3s, opacity 0.3s ease-in;
}

#kh-schedule-tour {
  display: none;
}
#kh-schedule-tour:checked ~ .kh-schedule-tour .kh-schedule-tour-inner {
  opacity: 1;
  transition: opacity 0.3s ease-in;
  z-index: 25;
}
#kh-schedule-tour:checked ~ .kh-schedule-tour::after {
  opacity: 1;
  right: 0;
  transition: opacity 0.3s ease-in;
}
#kh-schedule-tour:not(:checked) ~ .kh-schedule-tour::after {
  transition: right 0s 0.3s, opacity 0.3s ease-in;
}

#kh-property-share {
  display: none;
}
#kh-property-share:checked ~ .kh-property-share .kh-property-share-inner {
  opacity: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in;
  z-index: 25;
}
#kh-property-share:checked ~ .kh-property-share::after {
  opacity: 1;
  right: 0;
  transition: opacity 0.3s ease-in;
}
#kh-property-share:not(:checked) ~ .kh-property-share::after {
  transition: right 0s 0.3s, opacity 0.3s ease-in;
}

#kh-careers-form {
  display: none;
}
#kh-careers-form:checked ~ .kh-careers-r .images:nth-child(1) {
  animation: slideUp1 3s ease-in-out forwards;
}
#kh-careers-form:not(:checked) ~ .kh-careers-r .images:nth-child(1) {
  animation: slideDown1 3s ease-in-out forwards;
}

@keyframes slideUp1 {
  to {
    transform: translateY(-100vw);
  }
}
@keyframes slideDown1 {
  from {
    transform: translateY(-100vw);
  }
  to {
    transform: translateY(-3rem);
  }
}
.kh-hero {
  margin-bottom: 5rem;
  position: relative;
  width: 100%;
  height: calc(100vh - 8rem);
}
.kh-hero video,
.kh-hero img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.kh-hero video.animate,
.kh-hero img.animate {
  border-radius: 70% 30% 80% 20%/50% 51% 49% 50%;
  transform: scale(0.65);
  animation: videoAn 3s cubic-bezier(0.76, 0, 0.24, 1) 1s forwards;
}
@media (min-width: 1200px) {
  .kh-hero {
    margin-bottom: 8rem;
  }
}

@keyframes videoAn {
  0% {
    border-radius: 70% 30% 80% 20%/50% 51% 49% 50%;
    transform: scale(0.65);
  }
  40% {
    border-radius: 28% 72% 38% 62%/51% 55% 45% 49%;
    transform: scale(0.55);
  }
  75% {
    border-radius: 87% 13% 78% 22%/68% 72% 28% 32%;
    transform: scale(0.6);
  }
  100% {
    border-radius: 0;
    transform: scale(1);
  }
}
.kh-about {
  padding-bottom: 5rem;
}
.kh-about__title {
  min-height: calc(100vh - 11rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.kh-about__title h1 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  display: block;
  font-size: 4rem;
}
.kh-about__title h1 span {
  display: block;
  animation: both from-back;
  animation-delay: 1s;
  animation-duration: 1s;
}
.kh-about__title h1:before, .kh-about__title h1:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background: linear-gradient(to left, #fff, #fff 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
  --rotate: 0deg;
  --move: 100%;
  animation: both linear curtain;
  animation-delay: 0.5s;
  animation-duration: 1.5s;
}
.kh-about__title h1:after {
  --rotate: 180deg;
  --move: -100%;
}
@media (min-width: 768px) {
  .kh-about__title h1 {
    font-size: 7vw;
  }
}
@media (min-width: 1024px) {
  .kh-about__title h1 {
    font-size: 12rem;
  }
}
.kh-about-team {
  display: flex;
  align-items: top;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
}
.kh-about-team__card {
  max-width: 42rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.kh-about-team__card figure {
  border-radius: 50%;
  height: 26rem;
  width: 26rem;
  overflow: hidden;
}
.kh-about-team__card figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
@media (min-width: 375px) {
  .kh-about-team__card figure {
    height: 30rem;
    width: 30rem;
  }
}
@media (min-width: 600px) {
  .kh-about-team__card figure {
    width: 42rem;
    height: 42rem;
  }
}
@media (min-width: 900px) {
  .kh-about-team {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .kh-about {
    padding-bottom: 8rem;
  }
}
.kh-about.about_new .kh-about-team__card {
  max-width: 99rem;
}

@keyframes curtain {
  0% {
    transform: translate(0, 0) rotate(var(--rotate));
  }
  100% {
    transform: translate(var(--move), 0) rotate(var(--rotate));
  }
}
@keyframes from-back {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.kh-services {
  background-color: #d6c6a9;
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media (min-width: 1200px) {
  .kh-services {
    padding-top: 8rem;
  }
}
.kh-services .decoration {
  position: absolute;
  top: 1%;
  user-select: none;
  pointer-events: none;
  opacity: 0.2;
}
.kh-services .decoration img {
  height: 100%;
}
.kh-services .tbig--cw {
  color: #fff;
}
.kh-services__cards {
  display: flex;
  flex-direction: column;
  row-gap: 7rem;
  margin-top: 5rem;
}
@media (min-width: 800px) {
  .kh-services__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7rem 3rem;
  }
}
@media (min-width: 1024px) {
  .kh-services__cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}
.kh-services-card {
  width: 100%;
  height: 50rem;
  position: relative;
  background: #000;
}
.kh-services-card__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
  height: 50rem;
  opacity: 0.9;
}
.kh-services-card__box {
  width: 8rem;
  height: 8rem;
  position: absolute;
  z-index: 10;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
  border: 0.1rem solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease !important;
}
.kh-services-card__box div {
  background-color: transparent;
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease !important;
}
.kh-services-card__box div svg {
  width: 4rem;
  height: 4rem;
  fill: #ad9565;
}
@media (min-width: 1200px) {
  .kh-services-card__box {
    width: 10rem;
    height: 10rem;
  }
  .kh-services-card__box div {
    width: 9rem;
    height: 9rem;
  }
}
.kh-services-card__info {
  position: absolute;
  width: 20rem;
  background-color: #d6c6a9;
  color: #fff;
  left: 0;
  top: 7%;
  transition: opacity 0.3s ease-in, transform 0.5s ease, left 0s 1s;
  z-index: 1;
  min-height: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform-origin: top;
}
.kh-services-card__info::after {
  content: "";
  position: absolute;
  clip-path: polygon(70% 50%, 0 0, 0 100%);
  height: 3.55rem;
  background-color: #d6c6a9;
  width: 5rem;
  left: 19.9rem;
}
.kh-services-card__read-more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  color: #fff;
  bottom: 10rem;
  padding: 0.5rem 1rem;
  background-color: #ad9565;
  border-radius: 2rem;
  animation: arrowMoveX 2s infinite ease-in-out;
  transition: opacity 0.5s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: max-content;
}
@media (min-width: 1200px) {
  .kh-services-card__read-more {
    bottom: 8rem;
  }
}
.kh-services-card__read-more svg path {
  fill: #fff;
}
.kh-services-card:hover .kh-services-card__box {
  width: 9rem;
  height: 9rem;
}
.kh-services-card:hover .kh-services-card__box div {
  background-color: #ad9565;
}
.kh-services-card:hover .kh-services-card__box div svg {
  fill: #fff;
}
@media (min-width: 1200px) {
  .kh-services-card:hover .kh-services-card__box {
    width: 11rem;
    height: 11rem;
  }
}
.kh-services-card:hover .kh-services-card__read-more {
  opacity: 1;
}
@media (min-width: 1400px) {
  .kh-services-card {
    height: 60rem;
  }
  .kh-services-card img {
    height: 60rem;
  }
}

.kh-communities {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 5rem 0;
}
@media (min-width: 1000px) {
  .kh-communities {
    gap: 10rem;
    padding: 8rem 0;
  }
}
.kh-communities-row {
  white-space: unset;
  gap: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.kh-communities-row figure {
  width: 100%;
}
@media (min-width: 550px) {
  .kh-communities-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .kh-communities-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
.kh-communities-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.kh-communities-card h2 {
  position: absolute;
  background-color: #fff;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 1rem;
  font-size: 120%;
}
.kh-communities-card figure {
  width: 100%;
  height: 23rem;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .kh-communities-card figure {
    width: 40rem;
    height: 23rem;
  }
}
@media (min-width: 1400px) {
  .kh-communities-card figure {
    width: 50rem;
    height: 30rem;
  }
}
.kh-communities-card figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.kh-communities-card:hover {
  opacity: 0.65 !important;
}
.kh-communities.nojs {
  gap: 0;
}
.kh-communities.nojs .kh-communities-row {
  display: flex;
  white-space: unset;
  gap: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.kh-communities.nojs .kh-communities-row figure {
  width: 100%;
}
@media (min-width: 550px) {
  .kh-communities.nojs .kh-communities-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .kh-communities.nojs .kh-communities-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
.kh-communities.nojs .kh-communities-card {
  position: relative;
}
.kh-communities.nojs .kh-communities-card figure {
  transition: all 0.3s ease !important;
}
.kh-communities.nojs .kh-communities-card:hover figure {
  opacity: 0.6;
}
.kh-communities.nojs .kh-communities-card h2 {
  position: absolute;
  background-color: #fff;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 1rem;
  font-size: 120%;
  line-height: unset;
  padding: 1rem;
}

.kh-categories {
  padding-bottom: 5rem;
}
@media (min-width: 1200px) {
  .kh-categories {
    padding-bottom: 8rem;
  }
}
.kh-categories-grid {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
  gap: 1.5rem;
}
@media (min-width: 900px) {
  .kh-categories-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "main secondary1" "main secondary2" "main secondary3" "main secondary4";
  }
}
.kh-categories-grid__item {
  position: relative;
  grid-area: secondary;
  overflow: hidden;
}
.kh-categories-grid__item figure {
  height: 12.4rem;
  width: 100%;
  overflow: hidden;
}
.kh-categories-grid__item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.kh-categories-grid__item p {
  position: absolute;
  left: 1.8rem;
  bottom: 1.8rem;
  z-index: 5;
}
.kh-categories-grid__item:nth-child(1) {
  grid-area: main;
}
.kh-categories-grid__item:nth-child(1) figure {
  width: 94rem;
  height: 100%;
}
.kh-categories-grid__item:nth-child(1) figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.kh-categories-grid__item:nth-child(2) {
  grid-area: secondary1;
}
.kh-categories-grid__item:nth-child(3) {
  grid-area: secondary2;
}
.kh-categories-grid__item:nth-child(4) {
  grid-area: secondary3;
}
.kh-categories-grid__item:nth-child(5) {
  grid-area: secondary4;
}
.kh-categories-grid__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
  transition: all 0.3s ease !important;
}
.kh-categories-grid__item:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.kh-reviews {
  background: #b9a276;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1200px) {
  .kh-reviews {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.kh-reviews .shell {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.kh-reviews .prev,
.kh-reviews .next {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  background-color: #fff;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kh-reviews .prev {
  left: -5rem;
}
.kh-reviews .prev svg {
  transform: rotate(90deg);
}
.kh-reviews .next {
  right: -5rem;
}
.kh-reviews .next svg {
  transform: rotate(-90deg);
}
.kh-reviews .btn {
  align-self: center;
  margin-top: 4rem;
}
.kh-reviews-slider {
  margin-top: 4rem;
}
.kh-reviews-slider__slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.kh-reviews-slider__slide p {
  padding: 8.5rem 2.5rem;
  border-radius: 1.6rem;
  background: #403e43;
  color: #fff;
}
.kh-reviews-slider__slide span {
  margin-top: 2rem;
}
.kh-reviews.nojs .btn {
  margin-top: 2.5rem;
}
.kh-reviews.nojs .prev,
.kh-reviews.nojs .next {
  display: none;
}
.kh-reviews.nojs .swiper-wrapper {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}
.kh-reviews.nojs .swiper-wrapper::-webkit-scrollbar-track {
  border-radius: 0.5rem;
}
.kh-reviews.nojs .swiper-wrapper::-webkit-scrollbar {
  height: 1.5rem;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
}
.kh-reviews.nojs .swiper-wrapper::-webkit-scrollbar-thumb {
  background-color: #ad9565;
  border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
  .kh-reviews.nojs .swiper-wrapper {
    scrollbar-color: #fff #ad9565;
    scrollbar-width: thin;
    border-radius: 0.5rem;
  }
}
.kh-reviews.nojs .swiper-wrapper .swiper-slide {
  margin-right: 2rem;
}
@media (min-width: 1200px) {
  .kh-reviews.nojs .swiper-wrapper .swiper-slide {
    width: 52.66rem;
    margin-right: 2rem;
  }
}

.kh-brands {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.kh-brands .kh-brands-slider {
  margin-top: 4rem;
}
.kh-brands figure {
  width: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.kh-brands figure img {
  width: 8rem;
  height: 9rem;
  object-fit: contain;
}
.kh-brands.nojs .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.kh-posts {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1200px) {
  .kh-posts {
    padding-bottom: 8rem;
  }
}
.kh-posts .swiper {
  margin-top: 4rem;
}
.kh-posts .kh-posts-slider-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kh-posts .kh-posts-slider-controls {
  display: flex;
  gap: 1.5rem;
}
.kh-posts .kh-posts-slider-controls .prev svg {
  transform: rotate(180deg);
}
.kh-posts .kh-posts-slider-controls svg {
  width: 2.2rem;
  height: 2.2rem;
}
.kh-posts.nojs {
  margin-bottom: -1.5rem;
}
.kh-posts.nojs .prev,
.kh-posts.nojs .next {
  display: none;
}
.kh-posts.nojs .swiper-wrapper {
  gap: 2rem;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}
.kh-posts.nojs .swiper-wrapper::-webkit-scrollbar-track {
  border-radius: 0.5rem;
}
.kh-posts.nojs .swiper-wrapper::-webkit-scrollbar {
  height: 1.5rem;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
}
.kh-posts.nojs .swiper-wrapper::-webkit-scrollbar-thumb {
  background-color: #ad9565;
  border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
  .kh-posts.nojs .swiper-wrapper {
    scrollbar-color: #fff #ad9565;
    scrollbar-width: thin;
    border-radius: 0.5rem;
  }
}
.kh-posts.nojs .swiper-slide {
  max-width: 52.66rem;
}

.kh-newsletter {
  width: 100%;
  height: 60rem;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .kh-newsletter {
    min-height: 50rem;
  }
}
.kh-newsletter figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.kh-newsletter-box {
  background-color: #ad9565;
  max-width: 160rem;
  width: 100%;
  height: 65%;
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.5rem;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 1000px) {
  .kh-newsletter-box {
    padding: 4rem 4rem 8rem;
  }
}
.kh-newsletter-box .kh-newsletter-box__cont {
  display: flex;
  flex-direction: column;
}
.kh-newsletter-box .kh-newsletter-box__cont .t3 {
  margin: 3rem 0 0.6rem 0;
}
.kh-newsletter-box .kh-newsletter-box__cont hr {
  width: 10rem;
  border: none;
  background-color: #fff;
  height: 0.1rem;
  display: none;
}
.kh-newsletter-box .kh-newsletter-box__cont .gform_wrapper {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: end;
}
.kh-newsletter-box .kh-newsletter-box__cont form {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.kh-newsletter-box .kh-newsletter-box__cont form label {
  display: none;
}
.kh-newsletter-box .kh-newsletter-box__cont form input {
  padding: 1.2rem;
  border: 0.1rem solid #6d6d6d;
  border: none;
  margin: 0.5rem 0 1.2rem 0;
  width: 100%;
  border-radius: 1rem;
}
@media (min-width: 600px) {
  .kh-newsletter-box .kh-newsletter-box__cont form input {
    width: 43rem;
  }
}
.kh-newsletter-box .kh-newsletter-box__cont form .gform_button {
  align-self: flex-start;
  transition: all 0.3s ease !important;
  border: 0.2rem solid #fff;
  padding: 1.2rem 0;
  background-color: #fff;
  border-radius: 1.2rem;
  color: #54595f;
  font-weight: 600;
  text-transform: uppercase;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease !important;
  user-select: none;
  max-width: fit-content;
  min-width: 15.2rem;
  font-size: 1.33333rem;
  margin: 0 auto;
}
.kh-newsletter-box .kh-newsletter-box__cont form .gform_button:hover {
  background-color: transparent;
  color: #fff;
}

.kh-totop {
  position: fixed;
  background-color: rgba(64, 62, 67, 0.55);
  width: 4rem;
  height: 4rem;
  z-index: 15;
  bottom: 2.4rem;
  right: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease !important;
}
.kh-totop svg {
  transform: rotate(-180deg);
}
.kh-totop svg path {
  fill: #fff;
}
.kh-totop:hover {
  background-color: #403e43;
}
.kh-totop.show {
  opacity: 1;
  pointer-events: unset;
}

.kh-property-carousel {
  padding-bottom: 5rem;
}
.kh-property-carousel-slider {
  margin-top: 4rem;
  padding: 0 1rem 2rem 1rem;
}
.kh-property-carousel-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kh-property-carousel-controls {
  display: flex;
  gap: 1.5rem;
}
.kh-property-carousel-controls .prev svg {
  transform: rotate(180deg);
}
.kh-property-carousel-controls svg {
  width: 2.2rem;
  height: 2.2rem;
}
.kh-property-carousel-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  padding-left: 2rem;
  align-items: center;
}
.kh-property-carousel-categories svg {
  transform: rotate(-90deg);
  width: 1rem;
  height: 1rem;
}
.kh-property-carousel-categories li a {
  transition: all 0.3s ease !important;
}
.kh-property-carousel-categories li a:hover {
  opacity: 0.6;
}
.kh-property-carousel-categories li.view-all {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.4666666667);
  transition: all 0.3s ease !important;
}
.kh-property-carousel-categories li.view-all:hover {
  background-color: #ad9565;
  border-color: #ad9565;
}
.kh-property-carousel-categories li.view-all:hover a {
  opacity: 1;
  color: #fff;
}
@media (min-width: 1000px) {
  .kh-property-carousel {
    padding-bottom: 8rem;
  }
}
.kh-property-carousel.nojs .prev,
.kh-property-carousel.nojs .next {
  display: none;
}
.kh-property-carousel.nojs .swiper-wrapper {
  gap: 2rem;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}
.kh-property-carousel.nojs .swiper-wrapper::-webkit-scrollbar-track {
  border-radius: 0.5rem;
}
.kh-property-carousel.nojs .swiper-wrapper::-webkit-scrollbar {
  height: 1.5rem;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
}
.kh-property-carousel.nojs .swiper-wrapper::-webkit-scrollbar-thumb {
  background-color: #ad9565;
  border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
  .kh-property-carousel.nojs .swiper-wrapper {
    scrollbar-color: #fff #ad9565;
    scrollbar-width: thin;
    border-radius: 0.5rem;
  }
}
.kh-property-carousel.nojs .kh-property-carousel-categories {
  margin-top: -1.5rem;
}
.kh-property-carousel.nojs .swiper-slide {
  max-width: 39rem;
}

.kh-property-card {
  border-radius: 0.5rem;
  box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.32);
}
.kh-property-card figure {
  overflow: hidden;
  width: 100%;
  height: 26rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
.kh-property-card figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.kh-property-card a {
  transition: all 0.3s ease !important;
}
.kh-property-card a:hover {
  opacity: 0.8;
}
.kh-property-card__tags {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 5rem;
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.kh-property-card__tags span {
  background-color: #ad9565;
  padding: 0.2rem 0.6rem;
  border-radius: 0.5rem;
}
.kh-property-card__favorite {
  top: 1rem;
  right: 0;
  width: 3.1rem;
  height: 3.1rem;
  user-select: none;
  position: absolute;
}
.kh-property-card__favorite .simplefavorite-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  opacity: 0;
}
.kh-property-card__favorite .simplefavorite-button ~ .fav-heart svg:nth-child(2) {
  opacity: 0;
}
.kh-property-card__favorite .simplefavorite-button:hover ~ .fav-heart svg:nth-child(2) {
  opacity: 0.5;
}
.kh-property-card__favorite .simplefavorite-button.active ~ .fav-heart svg:nth-child(2) {
  opacity: 1;
}
.kh-property-card__favorite .fav-heart {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.kh-property-card__favorite .fav-heart:before, .kh-property-card__favorite .fav-heart:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: opacity 0.5s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.kh-property-card__favorite .fav-heart:before {
  background: conic-gradient(from 0.25turn at 50% 50%, #fff, rgba(0, 0, 0, 0));
  animation: rotate 1s infinite linear;
}
.kh-property-card__favorite .fav-heart:after {
  background: radial-gradient(#ad9565 0%, #ad9565 40%, rgba(0, 0, 0, 0) 75%);
  z-index: 10;
}
.kh-property-card__favorite .fav-heart svg {
  width: 70%;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
.kh-property-card__favorite .simplefavorite-button.loading ~ .fav-heart svg {
  opacity: 0;
}
.kh-property-card__favorite .simplefavorite-button.loading ~ .fav-heart:before, .kh-property-card__favorite .simplefavorite-button.loading ~ .fav-heart:after {
  opacity: 1;
}
.kh-property-card__favorite svg {
  width: 1.8rem;
  cursor: pointer;
  height: 1.5rem;
}
.kh-property-card__favorite svg path {
  fill: #fff;
}
.kh-property-card__favorite svg.fill {
  display: none;
}
@media (min-width: 1000px) {
  .kh-property-card__favorite {
    width: 3.9rem;
    height: 3.9rem;
  }
  .kh-property-card__favorite svg {
    width: 2.3rem;
    height: 2rem;
  }
}
.kh-property-card-inner {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.kh-property-card__address {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.kh-team {
  padding-bottom: 5rem;
}
@media (min-width: 1200px) {
  .kh-team {
    padding-bottom: 8rem;
  }
}
.kh-team .kh-team-grid {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  align-items: end;
}
@media (min-width: 550px) {
  .kh-team .kh-team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
  }
}
@media (min-width: 950px) {
  .kh-team .kh-team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1400px) {
  .kh-team .kh-team-grid {
    column-gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.kh-team .kh-team-card {
  width: 100%;
}
@media (min-width: 700px) {
  .kh-team .kh-team-card {
    max-width: 35rem;
  }
}
.kh-team .kh-team-card-top {
  display: flex;
  margin-bottom: 1.6rem;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
}
.kh-team .kh-team-card-top__name {
  display: block;
  font-weight: 400;
  background-color: #b9a276;
  color: #000;
  padding: 0.5rem 0.2rem;
  line-height: 2.5rem;
  padding: 0.5rem 1rem;
}
.kh-team .kh-team-card-top__name > span {
  font-size: 1.5rem;
  font-weight: 600;
}
.kh-team .kh-team-card-top__role {
  background-color: #b9a276;
  color: #000;
  padding: 0.5rem 1rem;
  align-self: flex-end;
}
.kh-team .kh-team-card__desc {
  background-color: #b9a276;
  max-width: fit-content;
  margin-bottom: 1.6rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  max-width: 35rem;
  transform: translateX(3.6rem);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding-top: 1rem;
}
@media (max-width: 1600px) {
  .kh-team .kh-team-card__desc {
    transform: translateX(1.5rem);
  }
}
.kh-team .kh-team-card__desc li a {
  display: flex;
  align-items: center;
}
.kh-team .kh-team-card__desc li a svg {
  vertical-align: -0.135em;
  margin-right: 1rem;
}
.kh-team .kh-team-card__desc li a svg path {
  fill: #403e43;
}
.kh-team .kh-team-card figure {
  width: 100%;
  height: 40rem;
  border-radius: 0 10rem 0 0;
  overflow: hidden;
}
.kh-team .kh-team-card figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kh-team .kh-team-card figure img.front {
  object-fit: contain;
  z-index: 10;
  border-radius: 0 10rem 0 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (min-width: 550px) {
  .kh-team .kh-team-card figure img.front {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.kh-team .kh-team-card figure img:not(.front) {
  filter: blur(1rem);
  object-fit: cover;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.kh-team .btn {
  margin: 1.5rem auto 0 auto;
}
.kh-team.new_team .kh-team-card__desc {
  background: #e6ddce;
  transform: none;
  border-radius: 0 0 5rem 0;
}
.kh-team.new_team figure,
.kh-team.new_team figure img.front {
  border-radius: 5rem 0 0 0;
  background: #e6e6e6;
}
.kh-team.new_team .cb3 {
  color: #000;
}

.top-brokers .kh-team-card-top__badge {
  position: relative;
  width: 5rem;
  height: 5rem;
}
.top-brokers .kh-team-card-top__badge span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  color: #ad9565;
}
.top-brokers .kh-team-card-top__badge svg {
  width: 5rem;
  height: 5rem;
  fill: transparent;
  stroke: #ad9565;
  stroke-width: 0.08em;
}

.kh-property-hero {
  margin-top: 2rem;
  padding-bottom: 5rem;
}
.kh-property-hero__gallery {
  overflow: hidden;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
}
.kh-property-hero__gallery figure {
  height: 60vh;
}
.kh-property-hero__gallery figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.kh-property-hero-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  row-gap: 1rem;
}
@media (min-width: 960px) {
  .kh-property-hero-top {
    align-items: center;
    flex-direction: row;
    row-gap: 0;
  }
  .kh-property-hero-top__tags {
    margin-left: 2.5rem;
  }
  .kh-property-hero-top__price {
    margin-left: auto;
  }
}
.kh-property-hero-top__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.kh-property-hero-top__tags span {
  background-color: #ad9565;
  padding: 0.2rem 0.6rem;
  border-radius: 0.5rem;
}
.kh-property-hero-top__price {
  font-size: 3rem;
}
.kh-property-hero-bottom {
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media (min-width: 960px) {
  .kh-property-hero-bottom {
    row-gap: 0;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
.kh-property-hero-bottom__left ul {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.kh-property-hero-bottom__left ul li {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.kh-property-hero-bottom__left ul li svg {
  width: 3rem;
  height: 3rem;
}
.kh-property-hero-bottom__right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.kh-property-hero-bottom__right .btn-primary {
  text-align: center;
  padding: 1.2rem;
}
.kh-property-hero-slider__count {
  position: absolute;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.4666666667);
  border-radius: 2rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3rem;
  padding: 0.8rem 0;
  min-width: 9rem;
}
.kh-property-hero-slider__prev, .kh-property-hero-slider__next {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.kh-property-hero-slider__prev svg, .kh-property-hero-slider__next svg {
  fill: #403e43;
  width: 5rem;
  height: 5rem;
}
.kh-property-hero-slider__prev {
  left: 2rem;
  transform: rotate(90deg);
}
.kh-property-hero-slider__next {
  right: 2rem;
  transform: rotate(-90deg);
}
.kh-property-hero-slider .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #fff;
  z-index: 5;
  width: 4rem;
  height: 4rem;
  transition: all 0.3s ease !important;
}
.kh-property-hero-slider .cta:hover {
  opacity: 0.8;
}
.kh-property-hero-slider__maximize {
  top: 2rem;
  right: 2rem;
}
.kh-property-hero-slider__share {
  top: 2rem;
  left: 2rem;
}
.kh-property-hero-slider__share label {
  width: 100%;
  height: 100%;
  position: absolute;
}
.kh-property-hero-slider__heart {
  top: 2rem;
  left: 8rem;
}
.kh-property-hero-slider__heart .simplefavorite-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  opacity: 0;
}
.kh-property-hero-slider__heart .simplefavorite-button ~ .fav-heart svg:nth-child(2) {
  opacity: 0;
}
.kh-property-hero-slider__heart .simplefavorite-button:hover ~ .fav-heart svg:nth-child(2) {
  opacity: 0.5;
}
.kh-property-hero-slider__heart .simplefavorite-button.active ~ .fav-heart svg:nth-child(2) {
  opacity: 1;
}
.kh-property-hero-slider__heart .fav-heart {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.kh-property-hero-slider__heart .fav-heart svg {
  width: 70%;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
  fill: black;
}
.kh-property-hero.nojs .kh-property-hero-slider__next,
.kh-property-hero.nojs .kh-property-hero-slider__prev,
.kh-property-hero.nojs .kh-property-hero-slider__count {
  display: none;
}
.kh-property-hero.nojs .swiper-wrapper {
  gap: 2rem;
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  padding-bottom: 1.5rem;
}
.kh-property-hero.nojs .swiper-slide {
  max-width: 100%;
}

.kh-property-about {
  padding-bottom: 5rem;
}
.kh-property-about h2 {
  margin-bottom: 1.6rem;
}
.kh-property-about p {
  max-width: 120rem;
  line-height: 2.4rem;
}
.kh-property-about h3 {
  margin-top: 2rem;
}

.kh-property-features {
  padding-bottom: 5rem;
}
.kh-property-features-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  margin-top: 1.6rem;
}
.kh-property-features-row__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.kh-property-features-row__list li {
  margin-left: 2rem;
}
.kh-property-features-row__list li span {
  margin-right: 0.6rem;
  font-weight: 600;
}
.kh-property-features-row__list li:first-child {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 0;
  margin-bottom: -1rem;
}

.kh-property-nearby {
  background-color: #b9a276;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-flow: column;
  gap: 3rem;
  align-items: center;
}
.kh-property-nearby .shell {
  margin: 0;
  width: 100%;
}
.kh-property-nearby .shell h2 {
  font-size: 3.5rem;
}
.kh-property-nearby-list {
  margin-top: 2rem;
  gap: 1.5rem;
  display: flex;
  flex-direction: column;
}
.kh-property-nearby-list .nearby-list__item {
  display: flex;
  gap: 1rem;
  max-width: 45rem;
  align-items: center;
}
.kh-property-nearby-list .nearby-list__item svg {
  width: 3rem;
  height: 3rem;
}
.kh-property-nearby-list .nearby-list__item-col {
  display: flex;
  flex-direction: column;
}
.kh-property-nearby-list .nearby-list__item-col .fs-14 {
  display: flex;
  gap: 1rem;
}
.kh-property-nearby-list .nearby-list__item-col .fs-14:last-child {
  margin-top: 0.5rem;
  display: flex;
}
.kh-property-nearby-list .nearby-list__item-col svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 960px) {
  .kh-property-nearby-list {
    display: grid;
    grid-template-columns: repeat(2, 48.5rem);
  }
}

.kh-property-map {
  height: 50vh;
  margin: 5rem 0;
}
.kh-property-map-content {
  width: 100%;
  height: 100%;
}

.kh-schedule-tour::after {
  content: "";
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3333333333);
  z-index: 20;
  height: 100vh;
  width: 100vw;
  top: 0;
  opacity: 0;
  right: -150vw;
}
.kh-schedule-tour-inner {
  position: fixed;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  padding: 2rem 3rem;
  width: 50rem;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  right: -200vw;
}
.kh-schedule-tour-inner .gform_wrapper {
  width: 100%;
}
.kh-schedule-tour-inner .gform_wrapper .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.kh-schedule-tour-inner .gform_wrapper .gform_fields label {
  font-weight: 500;
  color: #54595f;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.kh-schedule-tour-inner .gform_wrapper .gform_fields input {
  width: 100%;
  border-radius: 0.8rem;
  border: 0.1rem solid rgba(64, 62, 67, 0.6);
  padding: 1.5rem 1rem;
  transition: all 0.3s ease !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.6rem;
  letter-spacing: 0.48px;
}
.kh-schedule-tour-inner .gform_wrapper .gform_fields .screen-reader-text {
  display: none;
}
.kh-schedule-tour-inner .gform_wrapper .gform_fields .ginput_container_date {
  position: relative;
}
.kh-schedule-tour-inner .gform_wrapper .gform_fields .ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  right: 0.5rem;
  top: 1.3rem;
}
.kh-schedule-tour-inner .gform_footer input {
  padding: 1.2rem 0;
  max-width: fit-content;
  min-width: 15.2rem;
  background-color: #beae86;
  border-radius: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: 0.2rem solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  font-size: 1.3333rem;
  margin: 1rem auto 0 auto;
}
.kh-schedule-tour-inner__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.kh-schedule-tour-inner__form button {
  align-self: center;
}
.kh-schedule-tour-inner__form__div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.kh-schedule-tour-inner__form__div label {
  font-weight: 500;
  color: #54595f;
  text-transform: uppercase;
}
.kh-schedule-tour-inner__form__div svg {
  position: absolute;
  right: 0.5rem;
  opacity: 0.8;
  bottom: 1.4rem;
  user-select: none;
  pointer-events: none;
}
.kh-schedule-tour-inner__form__div input {
  border-radius: 0.8rem;
  border: 0.1rem solid rgba(64, 62, 67, 0.6);
  padding: 1.5rem 1rem;
  transition: all 0.3s ease !important;
}
.kh-schedule-tour-inner__form__div input:focus {
  border-color: #ad9565;
}
.kh-schedule-tour-inner__close {
  transition: all 0.3s ease !important;
  opacity: 0.6;
  align-self: flex-end;
}
.kh-schedule-tour-inner__close svg {
  width: 3rem;
  height: 3rem;
}
.kh-schedule-tour-inner__close:hover {
  opacity: 1;
}

.ui-datepicker {
  transform: translate(0, 1rem);
  background: rgba(246, 244, 242, 0.8);
  padding: 1rem;
  border: solid 0.1rem #54595f;
  border-radius: 0.5rem;
  min-width: 23rem;
  max-width: 26rem;
  width: 100%;
  display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker .ui-datepicker-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  row-gap: 1rem;
}
.ui-datepicker .ui-corner-all:not(a) {
  padding: 0.5rem;
  font-weight: 600;
}
.ui-datepicker .ui-corner-all:not(a) > a:hover {
  color: #979797;
}
.ui-datepicker .ui-datepicker-prev {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
}
.ui-datepicker .ui-datepicker-next {
  grid-column: 3/span 1;
  grid-row: 1/span 1;
}
.ui-datepicker .ui-datepicker-title {
  display: flex;
  justify-content: space-between;
  grid-column: 1/span 3;
  grid-row: 2/span 1;
}
.ui-datepicker .ui-datepicker-title select {
  height: 3rem;
  width: 7rem;
  font-size: 1.8rem;
}
.ui-datepicker td:not(.ui-state-disabled) {
  border: solid 0.1rem #ad9565;
  border-radius: 0.2rem;
  cursor: pointer;
  user-select: none;
  background: #fff;
}
.ui-datepicker td:not(.ui-state-disabled):hover {
  background: rgba(0, 0, 0, 0.1);
}
.ui-datepicker tbody {
  display: flex;
  flex-flow: column;
  gap: 0.1rem;
}
.ui-datepicker tr {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.1rem;
}
.ui-datepicker td {
  padding: 0 0.2rem;
}

.kh-property-share::after {
  content: "";
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3333333333);
  z-index: 20;
  height: 100vh;
  width: 100vw;
  top: 0;
  opacity: 0;
  right: -150vw;
}
.kh-property-share-inner {
  position: fixed;
  z-index: -1;
  background-color: #fff;
  top: 50%;
  left: 150vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 1rem;
  padding: 2rem 3rem;
  width: 30rem;
  opacity: 0;
}
.kh-property-share-inner__close {
  transition: all 0.3s ease !important;
  opacity: 0.6;
  align-self: flex-end;
}
.kh-property-share-inner__close svg {
  width: 3rem;
  height: 3rem;
}
.kh-property-share-inner__close:hover {
  opacity: 1;
}
.kh-property-share-inner figure {
  width: 12rem;
  height: 5rem;
}
.kh-property-share-inner figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.kh-property-share-inner p {
  margin-top: 3rem;
}
.kh-property-share-inner div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.5rem;
  gap: 1.5rem;
}
.kh-property-share-inner div a {
  background-color: #b9a276;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  transition: all 0.3s ease !important;
}
.kh-property-share-inner div a svg {
  fill: #ad9565;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.3s ease !important;
}
.kh-property-share-inner div a svg path {
  transition: all 0.3s ease !important;
  fill: #ad9565;
}
.kh-property-share-inner div a:hover {
  background-color: #ad9565;
}
.kh-property-share-inner div a:hover svg,
.kh-property-share-inner div a:hover svg path {
  fill: #b9a276;
}

.kh-property-listing {
  margin-top: 3rem;
  position: relative;
}
@media (min-width: 1024px) {
  .kh-property-listing {
    margin-top: 8rem;
  }
}
.kh-property-listing .loader {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.kh-property-listing .loader:before, .kh-property-listing .loader:after {
  content: "";
  display: block;
  position: absolute;
  border: solid 0.2rem #ad9565;
  background: #b9a276;
  top: 20vh;
  left: 50%;
}
.kh-property-listing .loader:before {
  width: 2.7rem;
  height: 2.7rem;
  z-index: 10;
  animation: 1s infinite loading-spin linear;
}
.kh-property-listing .loader:after {
  width: 4rem;
  height: 4rem;
  animation: 1s infinite reverse loading-spin linear;
}
.kh-property-listing.loading .loader {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .kh-property-listing {
    margin-top: 2rem;
  }
}
.kh-property-listing .open_filters {
  display: block;
  position: sticky;
  top: 8rem;
  width: 100%;
  height: 5rem;
  background: #fff;
  z-index: 100;
}
.kh-property-listing .open_filters:before {
  content: "";
  width: calc(100% + 3rem);
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.kh-property-listing .open_filters span {
  position: relative;
  z-index: 10;
  display: block;
  background-color: #beae86;
  padding: 0.5rem;
  border-radius: 0.5rem;
  width: fit-content;
  font-size: 2rem;
  font-weight: 500;
  margin: 1rem auto;
}
.kh-property-listing .open_filters:hover {
  color: #fff;
}
@media (min-width: 1024px) {
  .kh-property-listing .open_filters {
    display: none;
  }
}
.kh-property-listing-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 700px) {
  .kh-property-listing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .kh-property-listing-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1400px) {
  .kh-property-listing-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.kh-filters {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media (min-width: 1024px) {
  .kh-filters {
    z-index: 100;
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0;
  }
}
.kh-filters .noUi-connect {
  background: #ad9565;
}
.kh-filters .noUi-target {
  background: #b9a276;
  border: 1px solid #9b9b9b;
}
.kh-filters .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 1024px) {
  .kh-filters .cover {
    display: none;
  }
}
.kh-filters--top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
@media (max-width: 1023px) {
  .kh-filters--top {
    flex-flow: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0;
  }
}
.kh-filters .cont {
  position: absolute;
  z-index: 10;
  top: 1rem;
  height: calc(100vh - 2rem);
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  transition: all 0.5s;
  width: 100%;
  max-width: 35rem;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}
.kh-filters .cont .kh-schedule-tour-inner__close {
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media (min-width: 1024px) {
  .kh-filters .cont .kh-schedule-tour-inner__close {
    display: none;
  }
}
.kh-filters .cont .facetwp-type-checkboxes,
.kh-filters .cont .facet_cont--checkbox {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  margin-bottom: 0;
}
.kh-filters .cont .facetwp-type-checkboxes .facetwp-depth,
.kh-filters .cont .facet_cont--checkbox .facetwp-depth {
  flex-flow: column;
  gap: 0.5rem;
}
.kh-filters .cont .facetwp-type-checkboxes .facetwp-checkbox,
.kh-filters .cont .facet_cont--checkbox .facetwp-checkbox {
  transition: background 0.3s;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-left: 2.5rem;
}
.kh-filters .cont .facetwp-type-checkboxes .facetwp-checkbox:before,
.kh-filters .cont .facet_cont--checkbox .facetwp-checkbox:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border: solid 0.1rem #ad9565;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
}
.kh-filters .cont .facetwp-type-checkboxes .facetwp-checkbox.checked:after,
.kh-filters .cont .facet_cont--checkbox .facetwp-checkbox.checked:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  background: #ad9565;
}
.kh-filters .cont .facetwp-type-checkboxes .facetwp-checkbox:hover,
.kh-filters .cont .facet_cont--checkbox .facetwp-checkbox:hover {
  background: rgba(0, 0, 0, 0.1);
}
.kh-filters .cont .facet_cont--checkbox {
  display: none;
}
.kh-filters .cont .facet_cont--checkbox:has(.facetwp-checkbox[data-value=novo-stroitelstvo]) {
  display: flex;
}
.kh-filters .cont .facet_cont--button {
  border: none;
}
.kh-filters .cont .facet_cont--button p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding: 0.5rem;
  border-radius: 1rem;
  border: solid 0.2rem #beae86;
  width: 100%;
  background: white;
  user-select: none;
  cursor: pointer;
  transition: background 0.2s;
}
.kh-filters .cont .facet_cont--button p:hover {
  background: #f6f4f2;
}
.kh-filters .cont .facet_cont--button p.clear_facets {
  max-width: 25rem;
  width: calc(100% - 5rem);
}
.kh-filters .cont .all {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 2rem;
  overflow-y: auto;
  max-height: 100%;
}
.kh-filters .cont .all > *:last-child {
  margin-bottom: 10rem;
}
@media (min-width: 1024px) {
  .kh-filters .cont .all > *:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .kh-filters .cont .all {
    flex-flow: row;
    flex-wrap: wrap;
    align-items: start;
    width: 100%;
    row-gap: 1rem;
    column-gap: 3rem;
    background: #f6f4f2;
    padding: 1rem;
    max-height: unset;
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .kh-filters .cont {
    position: relative;
    max-width: 100%;
    top: 0;
    left: 0;
    transform: none;
    border-radius: 0;
    padding: 0;
    height: auto;
    overflow: visible;
  }
  .kh-filters .cont .facetwp-facet-result_count {
    width: 100%;
    max-width: 29rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .kh-filters .cont .facetwp-facet-result_count {
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: right;
  }
}

.facetwp-facet {
  margin-bottom: 2rem;
}

.facet_cont--checkbox {
  padding: 0.7rem 0.5rem;
}
.facet_cont--checkbox .facetwp-facet {
  margin: 0;
}
.facet_cont--checkbox .facetwp-checkbox {
  margin: 0;
  background-image: none;
  font-weight: 600;
}
.facet_cont--checkbox .facetwp-checkbox.checked {
  background-image: none;
}
.facet_cont--checkbox .facetwp-checkbox[data-value="-"] {
  display: none;
}

.facet_cont {
  position: relative;
  width: 100%;
  max-width: 29rem;
}
.facet_cont:not(.facet_cont--price) {
  border-bottom: solid 0.1rem #9b9b9b;
}
@media (min-width: 1024px) {
  .facet_cont:not(.facetwp-facet-result_count) {
    max-width: 29rem;
    width: 33%;
  }
}
.facet_cont--price .facetwp-facet {
  margin-bottom: 0;
}
.facet_cont p {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.facet_cont__title {
  display: flex;
  padding: 0.5rem;
  justify-content: space-between;
  align-items: center;
}
.facet_cont__title p {
  width: fit-content;
  transition: transform 0.3s;
}
.facet_cont__title svg {
  transition: transform 0.3s;
}

.facet_cont__drop {
  position: absolute;
  padding: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  border: solid 0.1rem #ad9565;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 100;
  max-height: 50rem;
  max-width: 23rem;
  width: 100vw;
  overflow-y: auto;
}
@media (min-width: 360px) {
  .facet_cont__drop {
    max-width: 30rem;
  }
}
@media (min-width: 1024) {
  .facet_cont__drop {
    top: 100%;
    left: 0;
  }
}

input[id*=facet_] {
  display: none;
}
input[id*=facet_]:checked + .facet_cont {
  border-bottom: none;
}
input[id*=facet_]:checked + .facet_cont .facet_cont__title p {
  transform: scale(1.1);
}
input[id*=facet_]:checked + .facet_cont .facet_cont__title svg {
  transform: rotate(180deg);
}
input[id*=facet_]:checked + .facet_cont .facet_cont__drop {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1023px) {
  input[id*=facet_]:checked + .facet_cont .facet_cont__drop {
    position: relative;
  }
}

body .facetwp-facet {
  margin: 0;
}

#kh-filters__open {
  display: none;
}

#kh-filters__open:checked + .kh-filters {
  opacity: 1;
  visibility: visible;
}

.facetwp-type-date_range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.facetwp-type-date_range input {
  width: 100%;
  height: 4rem;
  border: 0.1rem solid rgba(64, 62, 67, 0.6);
  padding: 1rem;
  margin: 0 auto;
  border-radius: 0.5rem;
  transition: border-color 0.3s ease-in;
}
.facetwp-type-date_range input:hover {
  border-color: #beae86;
}

@keyframes loading-spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
#search_by_offer_code {
  align-self: center;
  width: 100%;
  max-width: 29rem;
  display: grid;
  grid-template-columns: 1fr 4rem;
  gap: 1rem;
}
#search_by_offer_code .sub_btn {
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  user-select: none;
}
#search_by_offer_code .mag_glass,
#search_by_offer_code .sub_btn {
  grid-column: 2/span 1;
  grid-row: 1/span 1;
}
#search_by_offer_code .sub_btn:hover ~ .mag_glass svg {
  transform: scale(1.2);
}

.facetwp-type-number_range {
  display: grid;
  gap: 1rem;
  grid-template-columns: 3fr 3fr 1fr;
}
.facetwp-type-number_range .facetwp-submit,
.facetwp-type-number_range .mag_glass {
  grid-column: 3/span 1;
  grid-row: 1/span 1;
}
.facetwp-type-number_range .facetwp-submit {
  z-index: 10;
  opacity: 0;
}
.facetwp-type-number_range .facetwp-submit:hover + .mag_glass svg {
  transform: scale(1.2);
}

.mag_glass {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0.5rem;
  border-radius: 1rem;
  border: solid 0.2rem #beae86;
  width: 100%;
  height: 4rem;
}
.mag_glass svg {
  fill: rgba(0, 0, 0, 0.6);
  transition: transform 0.2s;
}

#search_by_offer_code input,
.facetwp-type-number_range input {
  height: 4rem;
  padding: 0.5rem;
  border-radius: 1rem;
  border: solid 0.2rem #ad9565;
  width: 100%;
}
#search_by_offer_code input[type=button],
.facetwp-type-number_range input[type=button] {
  cursor: pointer;
}

.kh-map-card-content {
  width: 100%;
  height: 100%;
}

.map_marker {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.map_marker p {
  font-size: 1.5rem;
  padding: 0.2rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.5rem;
  position: relative;
  z-index: 10;
}
.map_marker img {
  filter: drop-shadow(0 0 0.5rem #000);
}

.kh-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  gap: 1rem;
}
.kh-pagination span,
.kh-pagination a {
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid rgba(64, 62, 67, 0.5);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease !important;
}
.kh-pagination span:hover,
.kh-pagination a:hover {
  background-color: #b9a276;
  color: #ad9565;
}
.kh-pagination .current {
  background-color: #b9a276;
  border-color: #ad9565;
  color: #ad9565;
}
.kh-pagination__prev {
  transform: rotate(90deg);
}
.kh-pagination__prev::after {
  content: url("/wp-content/uploads/icons/chevron-down.svg");
}
.kh-pagination__next {
  transform: rotate(-90deg);
}
.kh-pagination__next::after {
  content: url("/wp-content/uploads/icons/chevron-down.svg");
}
.kh-pagination .facetwp-pager {
  display: flex;
  gap: 1rem;
  padding-top: 5rem;
}
.kh-pagination .facetwp-pager .facetwp-page {
  margin-right: 0;
}

.kh-blog-hero {
  height: calc(100vh - 12rem);
  padding-top: 10rem;
  --afterBottom: -12rem;
  --beforeBottom: -5rem;
}
@media (min-width: 1650px) {
  .kh-blog-hero {
    --beforeBottom: -8rem;
  }
}
.kh-blog-hero .wrapper {
  position: relative;
}
.kh-blog-hero .wrapper::after {
  content: "";
  position: absolute;
  background-color: #e6e0d2;
  width: 60%;
  height: 25rem;
  bottom: -5rem;
  z-index: -1;
}
@media (min-width: 850px) {
  .kh-blog-hero .wrapper::after {
    width: 35rem;
    height: 35rem;
    left: 2rem;
    z-index: -1;
    margin-left: calc((-100vw + 100%) / 2);
    bottom: var(--beforeBottom);
  }
}
@media (min-width: 1650px) {
  .kh-blog-hero .wrapper::after {
    left: 10rem;
  }
}
.kh-blog-hero .wrapper::before {
  content: "";
  position: absolute;
  background-color: #bdb3a0;
  width: 65%;
  height: 40rem;
  top: -5rem;
  right: 0;
  z-index: -1;
}
@media (min-width: 850px) {
  .kh-blog-hero .wrapper::before {
    right: unset;
    top: unset;
    width: 40rem;
    height: 40rem;
    bottom: var(--beforeBottom);
    right: 2rem;
    margin-right: calc((-100vw + 100%) / 2);
  }
}
@media (min-width: 1000px) {
  .kh-blog-hero .wrapper::before {
    width: 45rem;
    height: 45rem;
  }
}
@media (min-width: 1650px) {
  .kh-blog-hero .wrapper::before {
    right: 10rem;
    width: 50rem;
    height: 50rem;
    bottom: var(--beforeBottom);
  }
}
.kh-blog-hero figure {
  height: 60vh;
  overflow: hidden;
  z-index: 0;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
}
@media (min-width: 850px) {
  .kh-blog-hero figure {
    margin: 0 auto;
    width: 90%;
  }
}
.kh-blog-hero figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.kh-blog-hero figure::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
}
.kh-blog-hero-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5;
}

.kh-blog-listing {
  padding-bottom: 5rem;
}
@media (min-width: 1200px) {
  .kh-blog-listing {
    padding-bottom: 8rem;
  }
}
.kh-blog-listing__grid {
  gap: 3rem;
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
}
@media (min-width: 800px) {
  .kh-blog-listing__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .kh-blog-listing__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.kh-post-card {
  background-color: #b9a276;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.5rem;
  gap: 2rem;
}
.kh-post-card a:hover {
  opacity: 0.6;
}
.kh-post-card .author {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  align-items: center;
}
.kh-post-card .author img {
  border-radius: 50%;
  width: 3.3rem;
  height: 3.3rem;
  background: #fff;
  padding: 0.5rem;
}
.kh-post-card figure {
  width: 100%;
  height: 33rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.kh-post-card figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.kh-post-card__bottom {
  display: flex;
  justify-content: space-between;
}
.kh-post-card__bottom a {
  color: #000;
}
.kh-post-card__bottom .tag {
  background-color: #ad9565;
  padding: 0.3rem;
  color: #fff;
  border-radius: 0.4rem;
  cursor: default;
  user-select: none;
}

.kh-form-page {
  padding-inline: 1rem;
  height: 100%;
  position: relative;
}
.kh-form-page .shell {
  position: relative;
  display: flex;
  justify-content: end;
}
.kh-form-page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.kh-form-page-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.kh-form-page-text {
  text-align: center;
}
.kh-form-page-text p {
  margin-bottom: 1rem;
}
.kh-form-page__links {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  align-self: flex-start;
}
@media (min-width: 1000px) {
  .kh-form-page__links {
    text-align: left;
    width: auto;
  }
}
.kh-form-page__links svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  fill: #ad9565;
  margin-right: 0.6rem;
}
.kh-form-page__links li {
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .kh-form-page__links li {
    font-size: 1.4rem;
  }
}
.kh-form-page__links li a {
  display: flex;
}
.kh-form-page__links li:not(:nth-child(1)) {
  transition: all 0.3s ease !important;
}
.kh-form-page__links li:not(:nth-child(1)):hover {
  opacity: 0.6;
}
.kh-form-page-box {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  height: 100%;
}
@media (min-width: 800px) {
  .kh-form-page-box {
    width: 60rem;
    padding: 3rem 8rem;
    height: 100%;
    border-radius: 0;
  }
}
.kh-form-page .form .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.kh-form-page .form .gform_fields .gform_hidden {
  display: none;
}
.kh-form-page .form .validation_message {
  color: darkred;
}
.kh-form-page .form .gform_footer {
  margin-top: 1.5rem;
}
.kh-form-page .form .gform_button {
  background-color: #beae86;
  border: 0.2rem solid transparent;
  border-radius: 0.8rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.33333rem;
  transition: all 0.5s;
}
.kh-form-page .form .gform_button:hover {
  background-color: transparent;
  border-color: #beae86;
  color: #beae86;
}
.kh-form-page .form h1 {
  margin: 0 auto 2rem auto;
  text-transform: uppercase;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
}
.kh-form-page .form .gfield_label {
  display: none;
}
.kh-form-page .form input,
.kh-form-page .form textarea {
  border: 0.1rem solid rgba(64, 62, 67, 0.6);
  padding: 1rem;
  margin: 0 auto;
  width: 100%;
  border-radius: 0.5rem;
  transition: border-color 0.3s ease-in;
}
.kh-form-page .form input:focus,
.kh-form-page .form textarea:focus {
  border-color: #ad9565;
}
.kh-form-page .form textarea {
  height: 100%;
  max-height: 15rem;
  resize: none;
}
.kh-form-page .form input {
  padding: 1rem;
}
@media (min-width: 800px) {
  .kh-form-page .form input {
    padding: 1.5rem 1rem;
  }
}
@media (min-height: 1000px) {
  .kh-form-page {
    height: calc(100vh - 8rem);
  }
  .kh-form-page .shell {
    height: calc(100vh - 8rem);
  }
  .kh-form-page .kh-form-page-box {
    height: calc(100vh - 8rem);
  }
  .kh-form-page .kh-form-page-bg {
    height: calc(100vh - 8rem);
  }
}

.kh-about-index {
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .kh-about-index {
    padding-bottom: 8rem;
  }
}
.kh-about-index svg {
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 4rem;
}
@media (min-width: 1000px) {
  .kh-about-index svg {
    margin-top: 8rem;
  }
}
.kh-about-index svg path {
  fill: #ad9565;
}
.kh-about-index .btn {
  padding: 0.5rem !important;
  margin-top: 1.2rem;
}
.kh-about-index p {
  max-width: 80rem;
  text-align: center;
  line-height: 2.6rem;
  margin-top: 1.2rem;
  color: #54595f;
  font-size: 1.4rem;
}
.kh-about-index figure {
  width: 30rem;
  height: 33.2rem;
  margin-top: 4rem;
  --aboutFigureAfterTop: -2.2rem;
}
.kh-about-index figure:after {
  content: "";
  position: absolute;
  width: 25rem;
  height: 25rem;
  right: -2.2rem;
  top: var(--aboutFigureAfterTop);
  border: 0.1rem solid transparent;
  border-image: linear-gradient(0deg, #dbd3bd, #ad9565, #dbd3bd, #ad9565) 1;
  border-image-slice: 1;
  z-index: -1;
  animation: border-draw 2s linear forwards;
}
.kh-about-index figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (min-width: 1000px) {
  .kh-about-index figure {
    width: 43.6rem;
    height: 48.3rem;
    margin-top: 8rem;
  }
  .kh-about-index figure:after {
    width: 35rem;
    height: 35rem;
  }
}

.kh-broker-intro {
  min-height: calc(100vh - 11rem);
}
.kh-broker-intro .shell {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: calc(100vh - 11rem);
}
.kh-broker-intro .shell::after {
  content: "";
  position: absolute;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
  width: 100vw;
  height: 53%;
  background-color: #b9a276;
  z-index: -1;
  bottom: 0;
}
.kh-broker-intro .shell .top {
  margin-top: 5rem;
}
.kh-broker-intro .person-top {
  margin-top: 5rem;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.kh-broker-intro .person-top .person-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.2rem;
}
.kh-broker-intro .person-top .person-name h1 {
  font-size: 6rem;
  color: #403e43;
  text-align: center;
}
@media (max-width: 1023px) {
  .kh-broker-intro .person-top .person-name h1 {
    font-size: 5rem;
  }
}
@media (max-width: 511px) {
  .kh-broker-intro .person-top .person-name h1 {
    font-size: 4rem;
  }
}
.kh-broker-intro .person-top .person-name p {
  font-size: 1.8rem;
}
.kh-broker-intro .person-top .person-name ul {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  cursor: default;
  max-width: 40rem;
  width: 100%;
}
.kh-broker-intro .person-top .person-name ul li {
  background-color: #b9a276;
  padding: 0.8rem;
  border-radius: 0.5rem;
}
.kh-broker-intro .person-top .person-image {
  width: 40rem;
  height: 40rem;
  overflow: hidden;
  border-radius: 70% 30% 70% 30%/30% 70% 30% 70%;
}
@media (max-width: 511px) {
  .kh-broker-intro .person-top .person-image {
    width: 80vw;
    height: 80vw;
  }
}
.kh-broker-intro .person-top .person-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.kh-broker-intro .person-bottom {
  min-height: calc(60vh - 28rem);
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 1.5rem 0;
}
@media (min-width: 1100px) {
  .kh-broker-intro .person-bottom {
    max-width: 50%;
  }
}
.kh-broker-intro .person-bottom p {
  line-height: 2.6rem;
}
.kh-broker-intro .person-bottom ul {
  display: flex;
  gap: 1.5rem;
}
.kh-broker-intro .person-bottom ul svg {
  width: 2rem;
  height: 2rem;
  vertical-align: -0.225em;
  margin-right: 0.5rem;
}

.kh-broker-listing .shell {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 3rem;
  flex-direction: column-reverse;
}
@media (min-width: 1200px) {
  .kh-broker-listing .shell {
    flex-direction: row-reverse;
  }
}
.kh-broker-listing-left {
  min-width: 30%;
  box-shadow: rgba(173, 149, 101, 0.2) 0px 2px 4px -1px, rgba(173, 149, 101, 0.14) 0px 4px 5px 0px, rgba(173, 149, 101, 0.12) 0px 1px 10px 0px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1.2rem;
  align-self: flex-start;
}
@media (min-width: 1200px) {
  .kh-broker-listing-left {
    position: sticky;
    top: 10rem;
  }
}
.kh-broker-listing-left__title {
  margin-bottom: 1.4rem;
}
.kh-broker-listing-left .gform_wrapper .gform_fields {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "name phone" "email email" "message message" "consent consent";
}
.kh-broker-listing-left .gform_wrapper .gform_fields label {
  display: none;
}
.kh-broker-listing-left .gform_wrapper .gform_fields input,
.kh-broker-listing-left .gform_wrapper .gform_fields textarea {
  padding: 1.2rem;
  border: 0.1rem solid rgba(84, 89, 95, 0.3);
  border-radius: 0.8rem;
  width: 100%;
}
.kh-broker-listing-left .gform_wrapper .gform_fields input:focus,
.kh-broker-listing-left .gform_wrapper .gform_fields textarea:focus {
  border-color: #ad9565;
}
.kh-broker-listing-left .gform_wrapper .gform_fields input::placeholder,
.kh-broker-listing-left .gform_wrapper .gform_fields textarea::placeholder {
  opacity: 0;
}
.kh-broker-listing-left .gform_wrapper .gform_fields textarea {
  height: 20rem;
  resize: none;
}
.kh-broker-listing-left .gform_wrapper .gform_fields #field_44_2 {
  grid-area: name;
}
.kh-broker-listing-left .gform_wrapper .gform_fields #field_44_3 {
  grid-area: phone;
}
.kh-broker-listing-left .gform_wrapper .gform_fields #field_44_4 {
  grid-area: email;
}
.kh-broker-listing-left .gform_wrapper .gform_fields #field_44_6 {
  grid-area: message;
}
.kh-broker-listing-left .gform_wrapper .gform_fields #field_44_6 p {
  top: 2rem;
}
.kh-broker-listing-left .gform_wrapper .gform_fields #field_44_5 {
  grid-area: consent;
}
.kh-broker-listing-left .gform_wrapper .gform_fields .ginput_container {
  position: relative;
}
.kh-broker-listing-left .gform_wrapper .gform_fields .ginput_container input:focus, .kh-broker-listing-left .gform_wrapper .gform_fields .ginput_container input:not(:placeholder-shown),
.kh-broker-listing-left .gform_wrapper .gform_fields .ginput_container textarea:focus,
.kh-broker-listing-left .gform_wrapper .gform_fields .ginput_container textarea:not(:placeholder-shown) {
  border-color: #ad9565;
}
.kh-broker-listing-left .gform_wrapper .gform_fields .ginput_container input:focus ~ p, .kh-broker-listing-left .gform_wrapper .gform_fields .ginput_container input:not(:placeholder-shown) ~ p,
.kh-broker-listing-left .gform_wrapper .gform_fields .ginput_container textarea:focus ~ p,
.kh-broker-listing-left .gform_wrapper .gform_fields .ginput_container textarea:not(:placeholder-shown) ~ p {
  top: 0 !important;
  font-size: 1.2rem;
}
.kh-broker-listing-left .gform_wrapper .gform_fields .ginput_container p {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  transition: all 0.3s ease !important;
  pointer-events: none;
  user-select: none;
  opacity: 0.9;
}
.kh-broker-listing-left .gform_wrapper .gform_fields .ginput_container p span {
  color: #ad9565;
}
.kh-broker-listing-left .gform_wrapper .gform_fields .ginput_container textarea {
  height: 20rem;
  resize: none;
}
.kh-broker-listing-left .gform_wrapper .gform_button {
  padding: 1.2rem 0;
  width: 100%;
  background-color: #beae86;
  border-radius: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: 0.2rem solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.kh-broker-listing-left .gform_wrapper .gform_button:hover {
  background-color: #fff;
  color: #beae86;
  border-color: #beae86;
}
.kh-broker-listing-right {
  margin-top: 4rem;
}
@media (min-width: 1200px) {
  .kh-broker-listing-right {
    width: 50%;
    margin-top: 0;
  }
}
.kh-broker-listing-right .filters {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  gap: 1.5rem;
  position: relative;
  z-index: 50;
}
.kh-broker-listing-right .filters .filters-row {
  display: flex;
  justify-content: center;
}
.kh-broker-listing-right .filters .filters-row.filter {
  justify-content: space-between;
}
@media (max-width: 500px) {
  .kh-broker-listing-right .filters .filters-row.filter {
    flex-flow: column;
  }
}
.kh-broker-listing-right .filters .filters-input {
  border: 0.1rem solid rgba(84, 89, 95, 0.3);
  border-radius: 0.8rem;
  width: 20rem;
  padding: 1.2rem;
}
.kh-broker-listing-right .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 800px) {
  .kh-broker-listing-right .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.kh-broker-listing .facet_cont:not(.facetwp-facet-result_count) {
  width: 100%;
  max-width: 30rem;
}

.kh-broker-map {
  height: 50vh;
}
.kh-broker-map-content {
  width: 100%;
  height: 100%;
}

.kh-favorites {
  margin-top: 5rem;
  padding-bottom: 5rem;
}
.kh-favorites-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-top: 5rem;
}
@media (min-width: 700px) {
  .kh-favorites-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .kh-favorites-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1400px) {
  .kh-favorites-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .kh-favorites {
    padding-bottom: 8rem;
  }
}

.kh-more-links {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.kh-more-links .shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 3rem;
}
@media (min-width: 900px) {
  .kh-more-links .shell {
    min-height: 70vh;
    flex-direction: row;
    justify-content: space-between;
  }
}
.kh-more-links__l {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  position: relative;
}
.kh-more-links__l__button {
  font-size: clamp(2.375rem, 2vw + 1rem, 5rem);
  font-weight: 200 !important;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-align: left;
  position: relative;
  cursor: pointer;
  user-select: none;
  color: #000;
}
@media (max-width: 599) {
  .kh-more-links__l__button {
    text-align: center;
  }
}
.kh-more-links__l__decoration {
  background-color: #ad9565;
  height: 0.1rem;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.7, 1);
  width: 50% !important;
}
@media (min-width: 900px) {
  .kh-more-links__l {
    height: 50vh;
    align-items: flex-start;
    width: 40%;
  }
}
.kh-more-links__r {
  width: 100%;
  min-height: 50vh;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 900px) {
  .kh-more-links__r {
    width: 60%;
    flex-direction: row;
  }
}
@media (min-width: 1300px) {
  .kh-more-links__r {
    width: 50%;
  }
}
.kh-more-links__r .image-wrapper {
  transition: all 0.3s ease !important;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  overflow: hidden;
  border-radius: 1rem;
}
.kh-more-links__r .image-wrapper figure {
  width: 100%;
  height: 50vh;
  transition: all 0.3s ease !important;
}
.kh-more-links__r .image-wrapper figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.kh-more-links__r .image-wrapper.an {
  transform: translateY(var(--translateYLinks));
}
@media (min-width: 600px) {
  .kh-more-links__r .image-wrapper.an {
    border-radius: var(--borderRadiusLinks);
    transform: translate(60vw, -20vw) scale(0.8);
  }
}
@media (min-width: 900px) {
  .kh-more-links__r .image-wrapper.an {
    transform: translateX(40vw);
  }
}
@media (min-width: 1150px) {
  .kh-more-links__r .image-wrapper.an {
    transform: translateX(30vw);
  }
}
.kh-more-links__r ul {
  font-size: 1.4rem;
  align-self: flex-start;
  left: 0;
  gap: 1.2rem;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
@media (min-width: 600px) {
  .kh-more-links__r ul {
    position: absolute;
  }
}
.kh-more-links__r ul li:nth-child(10n+10) {
  margin-bottom: 2.5rem;
}
.kh-more-links__r ul.show {
  display: grid;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  position: relative;
}
@media (min-width: 600px) {
  .kh-more-links__r ul.show {
    left: 0;
    width: 50%;
  }
}

.kh-breadcrumbs {
  background-color: #b9a276;
}
.kh-breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 4rem;
  font-weight: 600;
  color: #fff;
}
.kh-breadcrumbs ul li::before {
  content: "/";
}
.kh-breadcrumbs ul .first::before {
  content: none !important;
}
.kh-breadcrumbs ul h1 {
  font-size: 1.4rem;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
}

.post-content {
  display: flex;
  flex-direction: column;
  max-width: 1377px;
  margin: 5rem auto 0 auto;
  padding-inline: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-content article {
  padding: 0 1rem 0 1rem !important;
}
.post-content article h1,
.post-content article h2,
.post-content article h3 {
  font-weight: 600;
  margin-bottom: 4rem;
}
.post-content article h1 {
  font-size: 5.1rem;
}
.post-content article h2 {
  font-size: 3.5rem;
}
.post-content article h3 {
  font-size: 2.5rem;
}
.post-content article p:not(:last-child) {
  margin-bottom: 2.5rem;
}
.post-content article a {
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-decoration-skip-ink: none;
  color: #beae86;
}
.post-content article a:hover {
  opacity: 0.6;
}
.post-content article ul {
  list-style-type: none;
  list-style-position: inside;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.post-content article ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.post-content article ul li:before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
  background: #beae86;
  border-radius: 50%;
}
.post-content article .kh-post-image {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  width: 100%;
}
@media (min-width: 1060px) {
  .post-content article .kh-post-image {
    margin-bottom: 6rem;
  }
}
.post-content article .kh-post-image figure {
  width: 100%;
  height: 100%;
}
@media (min-width: 1300px) {
  .post-content article .kh-post-image {
    gap: 3.4rem;
    flex-wrap: nowrap;
  }
}
.post-content article .kh-post-image div {
  position: relative;
  overflow: hidden;
  height: 40rem;
  width: 100%;
  border-radius: 2rem;
}
@media (min-width: 1300px) {
  .post-content article .kh-post-image div {
    width: 45rem;
    height: 57rem;
  }
}
.post-content article .kh-post-image div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.post-content article .kh-post-image img {
  border-radius: 2rem;
  object-fit: contain;
}
@media (min-width: 1150px) {
  .post-content {
    flex-direction: row;
  }
  .post-content article {
    width: 70%;
  }
}
.post-content .main_img {
  width: 100%;
  height: 30rem;
  margin-bottom: 3rem;
}
@media (min-width: 900px) {
  .post-content .main_img {
    height: 40rem;
  }
}
@media (min-width: 1060px) {
  .post-content .main_img {
    margin-bottom: 6rem;
  }
}
.post-content .main_img figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2rem;
  object-fit: contain;
}
.post-content .main_img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kh-post-sidebar {
  margin-inline: 1.6rem;
}
.kh-post-sidebar__box, .kh-post-sidebar__socials {
  max-width: 100%;
}
@media (min-width: 600px) {
  .kh-post-sidebar__box, .kh-post-sidebar__socials {
    max-width: 32rem;
    min-width: max-content;
  }
}
.kh-post-sidebar__box {
  height: 9.6rem;
  border-radius: 1rem;
  background-color: #b9a276;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 1rem;
}
.kh-post-sidebar__box__text {
  max-width: 19.3rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.kh-post-sidebar__box__next-post-img {
  position: relative;
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 1rem;
  overflow: hidden;
}
.kh-post-sidebar__box__next-post-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.kh-post-sidebar__box.author {
  padding-inline: 2.6rem;
  margin-top: 2rem;
  gap: 0.5rem;
}
.kh-post-sidebar__box.author .kh-post-sidebar__box__text {
  gap: 0rem;
}
.kh-post-sidebar__socials {
  display: flex;
  margin-top: 2rem;
  justify-content: center;
  gap: 1rem;
}
.kh-post-sidebar__socials div {
  width: 4.5rem;
  height: 4.5rem;
  border: 0.1rem solid #ad9565;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease !important;
}
.kh-post-sidebar__socials div:hover {
  border-color: rgba(173, 149, 101, 0.5);
}
.kh-post-sidebar__socials div:hover svg {
  fill: rgba(173, 149, 101, 0.5);
}
.kh-post-sidebar__socials div:hover svg path {
  fill: rgba(173, 149, 101, 0.5);
}
.kh-post-sidebar__socials div svg {
  fill: #ad9565;
  transition: all 0.3s ease !important;
  width: 1.7rem;
  height: 1.7rem;
}
.kh-post-sidebar__socials div svg path {
  transition: all 0.3s ease !important;
  fill: #ad9565;
}
@media (min-width: 1700px) {
  .kh-post-sidebar .inner {
    top: 1rem;
    position: sticky;
  }
}

.kh-intro {
  min-height: calc(100vh - 11rem);
}
.kh-intro .shell {
  min-height: calc(100vh - 11rem);
  padding-bottom: 5rem;
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kh-intro__title {
  font-size: clamp(4rem, 5vw, 8rem);
  position: relative;
  margin: 0 auto 2rem auto;
}
.kh-intro__title a {
  color: #ad9565;
  font-weight: 500;
}
.kh-intro__title a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #ad9565;
}
@media (min-width: 1024px) {
  .kh-intro__title a::after {
    bottom: 1rem;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .kh-intro__title {
    margin: 0 auto 5rem auto;
  }
}
.kh-intro__desc {
  max-width: 80rem;
  margin: 0 auto 3rem auto;
  font-weight: 500;
  line-height: 2.4rem;
  font-size: clamp(1rem, 4vw, 1.6rem);
}
.kh-intro__images {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
  margin-top: 2rem;
}
@media (min-width: 1000px) {
  .kh-intro__images {
    margin-top: 0;
    grid-template-columns: repeat(3, 1fr);
  }
}
.kh-intro__images figure {
  width: 100%;
  height: 25rem;
  overflow: hidden;
  border-radius: 2rem;
}
.kh-intro__images figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
@media (min-width: 1000px) {
  .kh-intro__images figure {
    height: 35rem;
  }
}

.kh-property-contacts {
  padding-bottom: 8rem;
}
.kh-property-contacts .shell--sm {
  display: flex;
  gap: 3rem;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 650px) {
  .kh-property-contacts .shell--sm {
    flex-direction: row;
  }
}
.kh-property-contacts__image {
  min-width: calc(40% - 3rem);
  height: 25rem;
  border-radius: 1rem;
  overflow: hidden;
}
.kh-property-contacts__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.kh-property-contacts__image img.front {
  object-fit: contain;
  z-index: 10;
}
.kh-property-contacts__image img.back {
  object-fit: cover;
  filter: blur(1rem);
  opacity: 0.5;
}
@media (min-width: 650px) {
  .kh-property-contacts__image {
    height: 35rem;
  }
}
.kh-property-contacts-info {
  display: flex;
  flex-direction: column;
  min-width: calc(60% - 3rem);
  gap: 0.8rem;
}
.kh-property-contacts-info__contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 1rem;
  width: 100%;
  padding: 1rem 0;
  border-top: 0.1rem solid #b9a276;
  border-bottom: 0.1rem solid #b9a276;
}
.kh-property-contacts-info__contact a {
  display: flex;
}
.kh-property-contacts-info__contact svg {
  fill: #ad9565;
  margin-right: 0.5rem;
  vertical-align: -0.125em;
}
.kh-property-contacts-info .gform_wrapper textarea,
.kh-property-contacts-info .gform_wrapper input {
  width: 100%;
}
.kh-property-contacts-info .gform_wrapper label {
  display: none;
}
.kh-property-contacts-info .gform_wrapper .gform_button {
  font-size: 1.33333rem;
  padding: 1.2rem 0;
  width: 100%;
  background-color: #beae86;
  border-radius: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: 0.2rem solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  margin-top: 1rem;
}
.kh-property-contacts-info .gform_wrapper .gform_button:hover {
  background-color: transparent;
  color: #beae86;
  border-color: #beae86;
}
.kh-property-contacts-info .gform_fields {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  gap: 1rem;
}
.kh-property-contacts-info .gform_fields textarea,
.kh-property-contacts-info .gform_fields input {
  border: 0.1rem solid rgba(173, 149, 101, 0.5);
  border-radius: 0.8rem;
  padding: 1rem;
  transition: border-color 0.3s ease-in-out;
}
.kh-property-contacts-info .gform_fields textarea:focus,
.kh-property-contacts-info .gform_fields input:focus {
  border-color: #403e43;
}

.kh-blog-filters input[type=checkbox] {
  display: none;
}
.kh-blog-filters input[type=checkbox]:checked + label {
  background-color: #ad9565;
  color: #fff;
}
.kh-blog-filters__title {
  margin-bottom: 2rem;
}
.kh-blog-filters__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 1.2rem;
  width: 100%;
}
.kh-blog-filters__row .blog-filter-btn {
  background-color: #b9a276;
  border: 0.1rem solid #ad9565;
  padding: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease !important;
}
.kh-blog-filters__row .blog-filter-btn:hover {
  background-color: rgba(173, 149, 101, 0.5);
}

.filter_check {
  position: absolute;
  visibility: hidden;
}

#kh-virtual-tour {
  visibility: hidden;
  position: absolute;
}

.kh-virtual-tour {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.5s;
}
.kh-virtual-tour .cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.kh-virtual-tour__cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kh-virtual-tour__cont .close {
  position: absolute;
  right: 2rem;
  bottom: calc(100% + 1rem);
  transition: all 0.3s ease !important;
  align-self: flex-end;
  z-index: 100;
}
.kh-virtual-tour__cont .close svg {
  width: 3rem;
  height: 3rem;
  stroke: #fff;
}
.kh-virtual-tour__cont .close:hover {
  opacity: 1;
}
.kh-virtual-tour__cont.youtube iframe {
  width: 100vw;
  height: 80vh;
}

#kh-virtual-tour:checked ~ .kh-virtual-tour {
  opacity: 1;
  visibility: visible;
}

/* -------------------------- *\
    .kh-careers-new
\* -------------------------- */
.kh-careers-intro {
  padding: 0;
  position: relative;
  height: 50vh;
}
@media (min-width: 768px) {
  .kh-careers-intro {
    height: 70vh;
  }
}
@media (min-width: 1024px) {
  .kh-careers-intro {
    height: 80vh;
  }
}
.kh-careers-intro img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  color: transparent;
}

.kh-careers-info {
  padding: 5rem 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .kh-careers-info {
    padding: 8rem 0;
  }
}
.kh-careers-info h1 {
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 3rem;
}
.kh-careers-info h2 {
  margin-bottom: 2rem;
}
.kh-careers-info h3 {
  font-style: italic;
  font-weight: 400;
}

.kh-careers-quote {
  padding: 0;
}
.kh-careers-quote .shell {
  flex-direction: column;
  height: auto;
  background: #beae86;
  margin-bottom: 5.5rem;
  display: flex;
  max-width: 1200px;
}
@media (min-width: 700px) {
  .kh-careers-quote .shell {
    flex-direction: row;
    height: 60rem;
  }
}
@media (min-width: 1024px) {
  .kh-careers-quote .shell {
    flex-direction: row;
    height: 50rem;
  }
}
.kh-careers-quote .shell .l figure {
  width: 100%;
  height: 100%;
}
.kh-careers-quote .shell .l img {
  flex-direction: column;
  object-position: 50% 0%;
  object-fit: cover;
  position: relative;
  bottom: 0px;
  width: 100%;
  height: 50rem;
}
@media (min-width: 700px) {
  .kh-careers-quote .shell .l {
    height: 100%;
    width: 35%;
  }
  .kh-careers-quote .shell .l img {
    height: 100%;
  }
}
.kh-careers-quote .shell .r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  color: #fff;
}
@media (min-width: 700px) {
  .kh-careers-quote .shell .r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 65%;
    padding: 2rem 2.4rem 2rem 4rem;
  }
}
.kh-careers-quote .shell .r .top {
  order: 2;
  position: relative;
  padding: 0 0 0 3.5rem;
}
.kh-careers-quote .shell .r .top p svg,
.kh-careers-quote .shell .r .top svg {
  width: 3.2rem;
  height: 2.4rem;
  fill: rgba(255, 255, 255, 0.5);
}
.kh-careers-quote .shell .r .top p svg {
  vertical-align: middle;
  padding-left: 1rem;
}
.kh-careers-quote .shell .r .top svg:not(p svg) {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
@media (min-width: 700px) {
  .kh-careers-quote .shell .r .top {
    order: 1;
  }
}
.kh-careers-quote .shell .r .b {
  order: 1;
  margin-bottom: 2rem;
}
.kh-careers-quote .shell .r .b h2 {
  margin-bottom: 1rem;
}
.kh-careers-quote .shell .r .b h3 {
  font-style: italic;
  font-weight: 500;
}
@media (min-width: 700px) {
  .kh-careers-quote .shell .r .b {
    order: 2;
    margin-bottom: 0;
    margin-top: 2rem;
    padding-left: 3.5rem;
  }
}

.benefits {
  text-align: center;
  padding: 2rem 0 5rem;
}
.benefits h2 {
  margin-bottom: 3rem;
  text-transform: uppercase;
  color: #beae86;
  font-size: 3.5rem;
}
.benefits .hold {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 120rem;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 5rem;
}
.benefits .hold div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  border: 0.5px solid #beae86;
  border-radius: 3px;
  text-align: center;
  padding: 2rem 1.5rem;
  margin-bottom: 2rem;
}
.benefits .hold div:last-of-type {
  margin-bottom: 0;
}
.benefits .hold div h2 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  color: #beae86;
}
@media (min-width: 700px) {
  .benefits .hold div {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 900px) {
  .benefits .hold div {
    width: calc(33.33% - 1rem);
  }
  .benefits .hold div:last-of-type {
    min-height: 20rem;
    width: 100%;
  }
}
.benefits .hold .circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.benefits .hold .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(190, 174, 134, 0.5);
  animation: animate 25s linear infinite;
  bottom: -150px;
}
.benefits .hold .circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.benefits .hold .circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.benefits .hold .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.benefits .hold .circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.benefits .hold .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.benefits .hold .circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.benefits .hold .circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.benefits .hold .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.benefits .hold .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.benefits .hold .circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
.benefits .img_block {
  flex-direction: column;
  height: auto;
  background-color: white;
  margin-bottom: 55px;
  display: flex;
  text-align: left;
  max-width: 120rem;
  margin: 0 auto 5rem;
}
@media (min-width: 700px) {
  .benefits .img_block {
    flex-direction: row;
    height: 40rem;
  }
}
.benefits .img_block .l figure {
  width: 100%;
  height: 100%;
}
.benefits .img_block .l img {
  flex-direction: column;
  object-position: 50% 0%;
  object-fit: cover;
  position: relative;
  bottom: 0px;
  width: 100%;
  height: 20rem;
  border-radius: 2rem;
}
@media (min-width: 700px) {
  .benefits .img_block .l {
    height: 100%;
    width: 50%;
  }
  .benefits .img_block .l img {
    height: 100%;
  }
}
.benefits .img_block .r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 0px;
}
.benefits .img_block .r h2 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 700px) {
  .benefits .img_block .r h2 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 700px) {
  .benefits .img_block .r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 0 0 0 2.4rem;
  }
}
@media (min-width: 700px) {
  .benefits .img_block + .img_block {
    flex-direction: row-reverse;
    margin-top: 3rem;
  }
  .benefits .img_block + .img_block .r {
    padding: 0 2.4rem 0 0;
  }
}
.benefits .form {
  max-width: 75rem;
  margin: 5rem auto;
}
.benefits .form h3 {
  margin-bottom: 5rem;
}
.benefits .form .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.benefits .form .gform_fields .gform_hidden {
  display: none;
}
.benefits .form .validation_message {
  color: darkred;
}
.benefits .form .gform_footer {
  margin-top: 1.5rem;
}
.benefits .form .gform_button {
  background-color: #beae86;
  border: 0.2rem solid transparent;
  border-radius: 0.8rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.33333rem;
  transition: all 0.5s;
}
.benefits .form .gform_button:hover {
  background-color: transparent;
  border-color: #beae86;
  color: #beae86;
}
.benefits .form h1 {
  margin: 0 auto 2rem auto;
  text-transform: uppercase;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
}
.benefits .form .gfield_label {
  display: none;
}
.benefits .form input,
.benefits .form textarea {
  border: 0.1rem solid rgba(64, 62, 67, 0.6);
  padding: 1rem;
  margin: 0 auto;
  width: 100%;
  border-radius: 0.5rem;
  transition: border-color 0.3s ease-in;
}
.benefits .form input:focus,
.benefits .form textarea:focus {
  border-color: #ad9565;
}
.benefits .form textarea {
  height: 100%;
  max-height: 15rem;
  resize: none;
}
.benefits .form input {
  padding: 1rem;
}
@media (min-width: 800px) {
  .benefits .form input {
    padding: 1.5rem 1rem;
  }
}

* {
  --eb: black;
  --ew: white;
  --eclr1: #beae86;
  --eclr2: #f2efe7;
}

.kh-filters .cont .facet_cont--button {
  align-self: center;
}

.kh-filters .cont .facet_cont--button p.clear_facets {
  max-width: 29rem;
  width: 100%;
}

.kh-property-hero-slider__heart {
  left: 2rem;
  top: 2rem;
}

.kh-property-hero-slider__share.cta {
  width: auto;
}

.kh-property-hero-slider__share {
  left: 8rem;
  top: 2rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
}

.kh-property-hero-slider__share svg {
  margin-right: 1rem;
}

.kh-property-share-inner div {
  justify-content: center;
}

.kh-property-share-inner div a.messenger svg,
.kh-property-share-inner div a.messenger svg path {
  --clr: var(--eclr1);
  fill: none;
}

.kh-property-share-inner div a.messenger:hover svg,
.kh-property-share-inner div a.messenger:hover svg path {
  --clr: var(--ew);
}

/* kh-property-contacts */
.kh-property-about .kh-property-hero-slider__share,
.kh-property-contacts .kh-property-hero-slider__share {
  position: relative;
  border: solid 0.1rem var(--eb);
  margin-top: 2rem;
  padding: 1.5rem;
  width: fit-content;
  transition: background 0.2s;
}

.kh-property-about .kh-property-hero-slider__share label,
.kh-property-contacts .kh-property-hero-slider__share label {
  top: 0;
  left: 0;
}

.kh-property-about .kh-property-hero-slider__share:hover,
.kh-property-contacts .kh-property-hero-slider__share:hover {
  background: var(--eclr1);
}

@media (min-width: 600px) {
  .kh-more-links__l__button {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .kh-filters .cont .facetwp-facet-result_count {
    max-width: 100%;
  }
  .kh-filters .cont .all {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
  }
  .kh-filters .cont .facet_cont--button {
    grid-column: 3/span 1;
  }
  .facet_cont:not(.facetwp-facet-result_count) {
    width: 100vw;
  }
}
@media (min-width: 1300px) {
  .kh-filters .cont .all {
    grid-template-columns: repeat(4, auto);
  }
  .kh-filters .cont .facet_cont--button {
    grid-column: 4/span 1;
  }
}
@media (min-width: 1600px) {
  .kh-filters .cont .all {
    grid-template-columns: repeat(5, auto);
  }
  .kh-filters .cont .facet_cont--button {
    grid-column: 5/span 1;
  }
}
.kh-property-share-inner div > * {
  background-color: var(--eclr2);
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  transition: all 0.3s ease !important;
  cursor: pointer;
  user-select: none;
}

.kh-property-share-inner div > *:hover {
  background-color: var(--eclr1);
}

.kh-property-share-inner div > * svg {
  fill: var(--eclr1);
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.3s ease !important;
}

.kh-property-share-inner div > *:hover svg,
.kh-property-share-inner div > *:hover svg path {
  fill: var(--eclr2);
}

.kh-property-share-inner div > *.strokes svg {
  fill: none;
  stroke: var(--eclr1);
}

.kh-property-share-inner div > *.strokes:hover svg,
.kh-property-share-inner div > *.strokes:hover svg path {
  fill: none;
  stroke: var(--ew);
}

.copy_link {
  position: relative;
}

.copy_link::before {
  content: attr(data-clicked-text);
  background: var(--eclr1);
  color: var(--ew);
  width: fit-content;
  z-index: 10;
  display: block;
  padding: 0.5rem;
  border-radius: 0.5rem;
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  user-select: none;
  transition: all 0.3s;
  text-wrap: nowrap;
}

.copy_link.clicked:before {
  opacity: 1;
  visibility: visible;
}

html[lang=en] .copy_link::before {
  content: attr(data-clicked-text-en);
}

.property_details p {
  width: 100%;
}

#auto_translate_button_wrapper {
  position: fixed;
  top: 15rem;
  right: 0;
  z-index: 110;
}

.VIpgJd-ZVi9od-ORHb, .skiptranslate {
  display: none !important;
}

.auto_translate_minimalist .wpat_lang_item.wpat_lang_selected {
  width: 6.8rem !important;
  max-width: 6.8rem !important;
}

.gform_validation_container {
  display: none;
}

.status-message {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  z-index: 10;
  position: absolute;
}

.status-message span {
  align-items: center;
  display: flex;
  left: 50%;
  position: absolute;
  background: #beae86;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  height: 6rem;
  justify-content: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(-7deg);
  width: 110%;
}

.kh-property-card a {
  position: relative;
}

.post-content article {
  width: 100%;
}

@media (min-width: 1150px) {
  .post-content article {
    width: 70%;
  }
}
@media (max-width: 800px) {
  .kh-breadcrumbs ul li {
    margin-bottom: 0.5rem;
  }
  .post-content article div h1 {
    font-size: 2.5rem;
  }
}
/* @media (min-width: 800px) {
	.page-id-1224 .kh-form-page-box {
		width: 70%;
		margin: 0 auto;
		background: rgba(255, 255, 255, .8);
	}

	.page-id-1224 .kh-form-page-bg img {
		filter: blur(11px);
	}
}
 */
/* -------------------------- *\
    .plain_text
\* -------------------------- */
.plain_text h1 {
  font-size: 3rem;
  margin-bottom: 4rem;
}

.plain_text h2 {
  margin-bottom: 1rem;
}

.plain_text p {
  margin-bottom: 2rem;
  padding-left: 1rem;
}

.plain_text ul {
  padding-left: 1rem;
  margin-bottom: 2rem;
  padding-left: 3.5rem;
}

.plain_text ul li {
  list-style: circle;
}

.plain_text p.no_mar {
  margin-bottom: 0;
}

.plain_text .shell {
  max-width: 120rem;
}

/* -------------------------- *\
    .home_intro
\* -------------------------- */
.home_intro {
  padding: 0;
  background: #ad9565;
}
.home_intro .home_intro_slider {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
}
.home_intro .home_intro_slider figure {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home_intro .home_intro_slider img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .home_intro .home_intro_slider {
    position: relative;
  }
}
@media (min-width: 1000px) {
  .home_intro .home_intro_slider {
    height: calc(90vh - 8rem);
  }
}
.home_intro .top {
  position: relative;
  z-index: 1;
  height: calc(90vh - 8rem);
}
.home_intro .top:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home_intro .top .hold {
  position: relative;
  z-index: 5;
  width: calc(100% - 1rem);
  max-width: 67.1rem;
  margin: 0 auto;
  text-align: center;
  padding: 5rem 0;
}
.home_intro .top .hold h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 2rem;
  text-align: center;
}
.home_intro .top .hold img {
  filter: brightness(0) invert(1);
  margin: 0 auto 2rem;
  max-width: 80%;
}
@media (min-width: 768px) {
  .home_intro .top .hold {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 990px) {
  .home_intro .top .hold h1 {
    font-size: 5rem;
  }
  .home_intro .top .hold img {
    max-width: 100%;
  }
}
.home_intro .shell {
  width: 100%;
  max-width: 67.1rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 650px) {
  .home_intro .shell {
    margin: -5rem auto 0;
    margin: 0 auto;
  }
}
@media (min-width: 990px) {
  .home_intro .shell {
    margin: -11.1rem auto 0;
    margin: 0 auto;
  }
}
.home_intro .shell form {
  width: calc(100% - 1rem);
  margin: 0 auto;
}
@media (min-width: 700px) {
  .home_intro .shell form {
    width: 100%;
  }
}
.home_intro .shell .small_search__header {
  max-width: 41.1rem;
  margin: 0 auto;
  padding-top: 1rem;
}
.home_intro .shell .small_search__header #offer_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.home_intro .shell .small_search__header #offer_type label,
.home_intro .shell .small_search__header #offer_type .sell-link {
  flex: 1;
  background: rgba(173, 149, 101, 0.7);
  border-radius: 0.7rem 0.7rem 0 0;
  padding: 0.9rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #fff;
  cursor: pointer;
  user-select: none;
}
.home_intro .shell .small_search__header #offer_type .sell-link label {
  padding: 0;
  background: transparent;
}
.home_intro .shell .small_search__header #offer_type input[type=radio]:checked + label {
  background: #fff;
  color: #ad9565;
}
.home_intro .shell .search_field {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2rem;
  row-gap: 1rem;
  background: #fff;
  border-radius: 0 0 0.7rem 0.7rem;
  padding: 1.5rem 3rem;
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .home_intro .shell .search_field {
    border-radius: 0.7rem;
  }
}
.home_intro .shell .search_field .dropdown-header {
  background: #fff;
  border-bottom: 0.1rem solid #A2A2A2;
  padding: 0 2.5rem 0.1rem 0.1rem;
  position: relative;
  user-select: none;
  cursor: pointer;
  text-align: left;
}
.home_intro .shell .search_field .dropdown-header:after {
  content: url(/wp-content/uploads/down-svg.png);
  width: 3rem;
  height: 2.9rem;
  padding: 0.8rem 0 0.8rem 1.4rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-65%);
}
.home_intro .shell .search_field .dropdown-header--is-droped:after {
  transform: translateY(-35%) rotate(180deg);
  padding: 0.8rem 1.4rem 0.8rem 0;
}
.home_intro .shell .search_field .dropdown-header p {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2.9rem;
  color: #A2A2A2;
}
.home_intro .shell .search_field input[type=text] {
  background: #fff;
  border: 0;
  border-bottom: 0.1rem solid #A2A2A2;
  padding: 0 0.1rem 0.1rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.9rem;
  color: #A2A2A2;
  width: 100%;
}
.home_intro .shell .search_field input[type=text]::placeholder {
  color: #A2A2A2;
}
.home_intro .shell .search_field .custom-dropdown {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .home_intro .shell .search_field .custom-dropdown {
    position: relative;
  }
}
.home_intro .shell .search_field .custom-dropdown:nth-child(1), .home_intro .shell .search_field .custom-dropdown:nth-child(2) {
  width: 45%;
}
.home_intro .shell .search_field .custom-dropdown:nth-child(3), .home_intro .shell .search_field .custom-dropdown:nth-child(4) {
  width: 45%;
}
@media (min-width: 500px) {
  .home_intro .shell .search_field .custom-dropdown {
    width: 48%;
  }
  .home_intro .shell .search_field .custom-dropdown:nth-child(3), .home_intro .shell .search_field .custom-dropdown:nth-child(4) {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .home_intro .shell .search_field .custom-dropdown {
    width: auto;
    margin-bottom: 0;
  }
  .home_intro .shell .search_field .custom-dropdown:nth-child(3), .home_intro .shell .search_field .custom-dropdown:nth-child(4) {
    width: 20%;
  }
}
.home_intro .shell .search_field .custom-text {
  position: relative;
}
.home_intro .shell .search_field .custom-text span {
  font-size: 1.6rem;
  line-height: 2.9rem;
  color: #A2A2A2;
  position: absolute;
  z-index: 1;
  user-select: none;
}
.home_intro .shell .search_field .custom-text input[type=text] {
  padding: 0 0.1rem 0.1rem 5rem;
}
.home_intro .shell .search_field .dropdown-hidden {
  border: 0;
  padding: 0.3rem 3rem 2rem;
  box-shadow: 0 0.2rem 0.4rem #A2A2A2;
  border-radius: 0 0 1rem 1rem;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 20;
  left: 0;
  right: 0;
  max-height: 50vh;
  overflow: auto;
  transition: all 0.3s ease !important;
  user-select: none;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home_intro .shell .search_field .dropdown-hidden {
    width: 100%;
  }
}
.home_intro .shell .search_field .dropdown-hidden.show-drop {
  visibility: visible;
  opacity: 1;
}
.home_intro .shell .search_field .dropdown-header--is-droped + .dropdown-hidden {
  visibility: visible;
  opacity: 1;
  /*opacity: .2;*/
}
.home_intro .shell .search_field ul {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .home_intro .shell .search_field ul {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .home_intro .shell .search_field ul .neigh {
    grid-column: 1/span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.home_intro .shell .search_field ul li {
  align-self: auto;
  width: 100%;
  list-style-type: none;
  margin-bottom: 1px;
  display: inline-block;
  min-width: 17rem;
  color: #A2A2A2;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.home_intro .shell .search_field ul li::after {
  content: "";
  clear: both;
  display: table;
  line-height: 0;
}
@media (max-width: 767px) {
  .home_intro .shell .search_field ul li.or-1 {
    order: 1;
  }
  .home_intro .shell .search_field ul li.or-2 {
    order: 2;
  }
  .home_intro .shell .search_field ul li.or-3 {
    order: 3;
  }
  .home_intro .shell .search_field ul li.or-4 {
    order: 4;
  }
  .home_intro .shell .search_field ul li.or-5 {
    order: 5;
  }
  .home_intro .shell .search_field ul li.or-6 {
    order: 6;
  }
  .home_intro .shell .search_field ul li.or-7 {
    order: 7;
  }
  .home_intro .shell .search_field ul li.or-8 {
    order: 8;
  }
  .home_intro .shell .search_field ul li.or-9 {
    order: 9;
  }
  .home_intro .shell .search_field ul li.or-10 {
    order: 10;
  }
  .home_intro .shell .search_field ul li.or-11 {
    order: 11;
  }
  .home_intro .shell .search_field ul li.or-12 {
    order: 12;
  }
  .home_intro .shell .search_field ul li.or-13 {
    order: 13;
  }
  .home_intro .shell .search_field ul li.or-14 {
    order: 14;
  }
  .home_intro .shell .search_field ul li.or-15 {
    order: 15;
  }
  .home_intro .shell .search_field ul li.or-16 {
    order: 16;
  }
  .home_intro .shell .search_field ul li.or-17 {
    order: 17;
  }
  .home_intro .shell .search_field ul li.or-18 {
    order: 18;
  }
  .home_intro .shell .search_field ul li.or-19 {
    order: 19;
  }
}
@media (min-width: 1024px) and (max-width: 1899px) {
  .home_intro .shell .search_field ul li.or-1 {
    order: 1;
  }
  .home_intro .shell .search_field ul li.or-2 {
    order: 2;
  }
  .home_intro .shell .search_field ul li.or-3 {
    order: 3;
  }
  .home_intro .shell .search_field ul li.or-4 {
    order: 4;
  }
  .home_intro .shell .search_field ul li.or-5 {
    order: 5;
  }
  .home_intro .shell .search_field ul li.or-6 {
    order: 6;
  }
  .home_intro .shell .search_field ul li.or-7 {
    order: 7;
  }
  .home_intro .shell .search_field ul li.or-8 {
    order: 8;
  }
  .home_intro .shell .search_field ul li.or-9 {
    order: 9;
  }
  .home_intro .shell .search_field ul li.or-10 {
    order: 10;
  }
  .home_intro .shell .search_field ul li.or-11 {
    order: 11;
  }
  .home_intro .shell .search_field ul li.or-12 {
    order: 12;
  }
  .home_intro .shell .search_field ul li.or-13 {
    order: 13;
  }
  .home_intro .shell .search_field ul li.or-14 {
    order: 14;
  }
  .home_intro .shell .search_field ul li.or-15 {
    order: 15;
  }
  .home_intro .shell .search_field ul li.or-16 {
    order: 16;
  }
  .home_intro .shell .search_field ul li.or-17 {
    order: 17;
  }
  .home_intro .shell .search_field ul li.or-18 {
    order: 18;
  }
  .home_intro .shell .search_field ul li.or-19 {
    order: 19;
  }
}
.home_intro .shell .search_field .custom-checkbox + label {
  color: #ad9565;
  cursor: pointer;
  display: block;
  font-weight: 400;
  user-select: none;
}
.home_intro .shell .search_field .custom-checkbox {
  position: absolute;
  left: -20px;
  display: none;
}
.home_intro .shell .search_field .custom-checkbox + label {
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.home_intro .shell .search_field .custom-checkbox.child + label {
  padding-left: 3.5rem;
}
.home_intro .shell .search_field .custom-checkbox.child + label:before {
  left: 1rem;
}
.home_intro .shell .search_field .custom-checkbox:not(:checked) + label {
  color: #A2A2A2;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.home_intro .shell .search_field .custom-checkbox + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  border: 0.2rem solid #A2A2A2;
  background: transparent;
}
.home_intro .shell .search_field .custom-checkbox:checked + label:before {
  border: 0.2rem solid #ad9565;
  background: #ad9565;
}
.home_intro .shell .search_field .custom-checkbox:checked + label {
  font-weight: 500;
}
.home_intro .shell .search_field .custom-checkbox:not(:checked) + label:after,
.home_intro .shell .search_field .custom-checkbox:checked + label:after {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: -2.1rem;
  transition: all 0.2s;
}
.home_intro .shell .search_field .custom-checkbox:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.home_intro .shell .search_field .custom-checkbox:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.home_intro .shell .search_field .custom-radio {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  user-select: none;
}
.home_intro .shell .search_field .custom-radio + label {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #A2A2A2;
  cursor: pointer;
  padding-left: 2.6rem;
  display: block;
  user-select: none;
  font-weight: 600;
}
.home_intro .shell .search_field .custom-radio + label span {
  float: left;
  display: inline-block;
  margin: 0.3rem 0 0 -2.6rem;
  height: 1.8rem;
  width: 1.8rem;
  vertical-align: middle;
  border: 0.2rem solid #A2A2A2;
  border-radius: 50%;
  position: relative;
}
.home_intro .shell .search_field .custom-radio:checked + label {
  color: #ad9565;
}
.home_intro .shell .search_field .custom-radio:checked + label span:before {
  content: "";
  background: #ad9565;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home_intro .shell .btns {
  padding: 1.7rem 0;
}
@media (min-width: 768px) {
  .home_intro .shell .btns {
    padding: 1.7rem 0;
  }
}
.home_intro .shell .btns .block {
  max-width: 67.1rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_intro .shell .btns .block .white-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 100%;
  background: rgba(200, 177, 132, 0.7);
  border-radius: 0.7rem;
  padding: 1.2rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
.home_intro .shell .btns .block .white-btn + .white-btn {
  margin-top: 1rem;
}
.home_intro .shell .btns .block .white-btn:hover {
  background: #fff;
  color: #ad9565;
}
@media (min-width: 768px) {
  .home_intro .shell .btns .block .white-btn:hover {
    background: #ad9565;
    color: #fff;
  }
}
.home_intro .shell .btns .block .white-btn.new {
  transition: all 0.3s ease !important;
  position: relative;
  overflow: hidden;
  font-size: 1.6rem;
}
.home_intro .shell .btns .block .white-btn.new:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7e6635;
  display: block;
  transition: all 0.3s ease !important;
}
.home_intro .shell .btns .block .white-btn.new i {
  position: relative;
  z-index: 10;
  font-style: normal;
}
.home_intro .shell .btns .block .white-btn.new:hover {
  color: #ad9565;
}
@media (min-width: 768px) {
  .home_intro .shell .btns .block .white-btn.new:hover {
    color: #fff;
  }
}
.home_intro .shell .btns .block .white-btn.new:hover:before {
  transform: scale(0.2);
  opacity: 0;
}
@media (min-width: 650px) {
  .home_intro .shell .btns .block .white-btn.new {
    font-size: 1.2rem;
  }
}
@media (min-width: 720px) {
  .home_intro .shell .btns .block .white-btn.new {
    font-size: 1.3rem;
  }
}
@media (min-width: 650px) {
  .home_intro .shell .btns .block .white-btn {
    flex: 1;
    font-size: 1.2rem;
  }
  .home_intro .shell .btns .block .white-btn + .white-btn {
    margin-left: 4rem;
    margin-top: 0;
  }
}
@media (min-width: 720px) {
  .home_intro .shell .btns .block .white-btn {
    font-size: 1.3rem;
  }
}

/* -------------------------- *\
    .home_about
\* -------------------------- */
.home_about {
  padding: 5rem 1.6rem;
}
.home_about .shell {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.home_about .shell .l,
.home_about .shell .r {
  width: 100%;
}
@media (min-width: 990px) {
  .home_about .shell .l,
.home_about .shell .r {
    width: calc(50% - 3rem);
  }
}
.home_about .shell .popup-youtube {
  display: block;
}
.home_about .shell .l {
  margin-bottom: 5rem;
}
.home_about .shell .l img {
  max-width: 35rem;
  margin: 0 auto 1.5rem;
}
.home_about .shell .l p + p {
  margin-top: 1.5rem;
}
@media (min-width: 990px) {
  .home_about .shell .l {
    margin-bottom: 0;
  }
}
.home_about .shell .l h1 {
  margin-bottom: 3rem;
  color: #ad9565;
  text-transform: uppercase;
}
.home_about .shell .r {
  position: relative;
  --aboutFigureAfterTop: -2.2rem;
}
.home_about .shell .r img {
  opacity: 0.7;
  transition: all 0.3s ease !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 990px) and (max-width: 1200px) {
  .home_about .shell .r img {
    min-height: 40rem;
  }
}
.home_about .shell .r span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
  height: 8rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all 0.3s ease !important;
  z-index: 10;
}
.home_about .shell .r span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #000;
  width: 3rem;
  height: 3rem;
}
@media (min-width: 990px) {
  .home_about .shell .r span {
    width: 10rem;
    height: 10rem;
  }
  .home_about .shell .r span svg {
    width: 5rem;
    height: 5rem;
  }
}
.home_about .shell .r a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -2.2rem;
  top: -2.2rem;
  border: 0.1rem solid transparent;
  border-image: linear-gradient(0deg, #dbd3bd, #ad9565, #dbd3bd, #ad9565) 1;
  border-image-slice: 1;
  z-index: -1;
  transition: all 0.3s ease !important;
}
.home_about .shell .r a:hover img {
  opacity: 0.5;
}
.home_about .shell .r a:hover span {
  transform: translate(-50%, -50%) scale(1.2);
}
.home_about .shell .r a:hover:after {
  top: 0;
  left: 0;
  border: 1rem solid transparent;
  border-image: linear-gradient(0deg, #dbd3bd, #ad9565, #dbd3bd, #ad9565) 1;
  border-image-slice: 1;
  z-index: 1;
}
@media (min-width: 990px) {
  .home_about .shell .r a:hover:after {
    border-width: 2rem;
  }
}

/* -------------------------- *\
    .home_services
\* -------------------------- */
.home_services {
  padding: 5rem 1.6rem;
  position: relative;
  overflow: hidden;
}
.home_services h2 {
  margin-bottom: 3rem;
  font-weight: 400;
}
.home_services .home_services_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.home_services .home_services_cards .home_services_card {
  width: 100%;
  margin-bottom: 0.6rem;
  min-height: 25rem;
  position: relative;
  background: #000;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home_services .home_services_cards .home_services_card {
    width: calc(50% - 0.3rem);
    min-height: 31.5rem;
  }
  .home_services .home_services_cards .home_services_card:first-of-type {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .home_services .home_services_cards .home_services_card {
    width: calc(25% - 0.3rem);
  }
}
.home_services .home_services_cards .home_services_card:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}
.home_services .home_services_cards .home_services_card figure {
  width: 100%;
  height: 100%;
}
.home_services .home_services_cards .home_services_card img {
  opacity: 0.7;
  width: 100%;
  height: 25rem;
  object-fit: cover;
}
@media (min-width: 768px) {
  .home_services .home_services_cards .home_services_card img {
    height: 31.5rem;
  }
}
.home_services .home_services_cards .home_services_card .home_services-card__info {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.5rem;
  line-height: 3rem;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
  padding: 0 1rem;
  text-shadow: 0.1rem 0.1rem 1.3rem #000;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .home_services .home_services_cards .home_services_card .home_services-card__info {
    font-size: 3rem;
  }
}
.home_services .home_services_cards .home_services_card:hover:before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.home_services .home_services_cards .home_services_card:hover img {
  filter: grayscale(100%);
}

.fade_in {
  --offX: 0%;
  --offY: 0%;
  --sca: 1;
  --del: 0s;
  opacity: 0;
  transform: translate(var(--offX), var(--offY)) scale(var(--sca));
}

.trigger .fade_in,
.trigger.fade_in {
  animation: 1s home_about_fade_in forwards;
  animation-delay: var(--del);
}

@keyframes home_about_fade_in {
  0% {
    opacity: 0;
    transform: translate(var(--offX), var(--offY)) scale(var(--sca));
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}