@charset "UTF-8";
/** Breakpoints  */
.container {
  width: calc(100% - 40px);
  max-width: 1568px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1032px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1651px) {
  .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.container--left {
  margin-left: 20px;
}
@media (min-width: 1032px) {
  .container--left {
    margin-left: 5%;
  }
}
@media screen and (min-width: 1618px) {
  .container--left {
    margin-left: calc(50% - 1568px / 2);
  }
}
.container--right {
  margin-right: 5%;
}
@media screen and (min-width: 1618px) {
  .container--right {
    margin-right: calc(50% - 1568px / 2);
  }
}

.flex {
  display: -webkit-box;
  display: flex;
}
.flex.wrap {
  flex-wrap: wrap;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*
* Centers element by type
*/
/*
* Fills relative parent width and height
*/
html {
  box-sizing: border-box;
  vertical-align: baseline;
}

main {
  overflow: hidden;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

img,
body,
article,
main,
aside,
address,
details,
figcaption,
figure,
footer,
header,
nav {
  display: block;
}

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

main {
  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

li:empty,
p:empty {
  display: none;
}

textarea,
select,
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  background: transparent;
  border: none;
}

@font-face {
  font-family: "TimesNow";
  src: url("../fonts/JHA_Times_Now_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Studio6";
  src: url("../fonts/Studio6-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Studio6";
  src: url("../fonts/Studio6-Demibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
html {
  color: #1e1919;
  font-size: 1rem;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Studio6", sans-serif;
}

.sans-serif,
.sans-serif * {
  font-family: "Studio6", sans-serif !important;
}

#wpadminbar *::before {
  font: normal 20px/1 dashicons;
}

.text-narrow {
  max-width: 1032px;
}

img,
body,
article,
main,
aside,
address,
details,
figcaption,
figure,
footer,
header,
nav {
  display: block;
}

blockquote p {
  font-size: 40px !important;
  font-family: "Studio6", sans-serif !important;
  font-weight: bold;
  line-height: 110% !important;
}
@media (min-width: 1033px) {
  blockquote p {
    font-size: 60px !important;
  }
}
@media (max-width: 1650px) and (min-width: 1033px) {
  blockquote p {
    font-size: 3.4722222222vw !important;
  }
}
blockquote p::before {
  content: "";
  position: absolute;
  top: -53px;
  left: 0;
  width: 36px;
  height: 29px;
  background-image: url("svg/quote.svg");
}

.h1,
h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}
@media (min-width: 1033px) {
  .h1,
  h1 {
    font-size: 60px;
  }
}

.h2,
h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}

.h3,
h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 110%;
}

.highlight {
  font-family: "TimesNow", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 110%;
}
.highlight * {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

p,
a {
  font-size: 14px;
  line-height: 1.25rem;
}

em {
  font-style: italic !important;
}

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

ol,
ul {
  list-style: none;
}

li:empty,
p:empty {
  display: none;
}

textarea,
select,
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  background: transparent;
  border: none;
}

hr {
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.dots .background {
  fill: #eeeaf6;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.dots .dot {
  fill: #6721d3;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.dots:hover .background {
  fill: #6721d3;
}
.dots:hover .dot {
  fill: #eeeaf6;
}

button,
a {
  text-decoration: none;
  color: inherit;
}

.text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
}
.text h1:not(:last-child),
.text h2:not(:last-child),
.text h4:not(:last-child),
.text h4:not(:last-child),
.text h5:not(:last-child),
.text h6:not(:last-child) {
  margin-bottom: 24px;
}
.text ul:not(:last-child),
.text ol:not(:last-child),
.text img:not(:last-child),
.text p:not(:last-child) {
  margin-bottom: 22px;
}
.text .button {
  margin-top: 17px;
}
.text.serif p {
  font-size: 18px;
  line-height: 1.25;
  font-family: "TimesNow", serif;
  font-weight: 400;
}
.text.serif p div {
  font-family: inherit;
}
.text.serif p span {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.text strong {
  font-weight: bold;
}

.handwritten {
  text-decoration: none;
  position: relative;
}
.handwritten::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  width: 100%;
  height: 9px;
  background-image: url("../svg/line.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  border-radius: 30%;
}
@-webkit-keyframes wave {
  0% {
    left: -80px;
  }
  100% {
    left: 0;
  }
}
@keyframes wave {
  0% {
    left: -80px;
  }
  100% {
    left: 0;
  }
}

.h1 {
  --max-width: 100%;
}
.h1 .handwritten::after {
  -webkit-clip-path: inset(0 var(--max-width) 0 0);
          clip-path: inset(0 var(--max-width) 0 0);
}

.animated .handwritten::after {
  opacity: 1;
}

.tag-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.tag-list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-family: "Studio6", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.24px;
  line-height: 1;
  margin-right: 16px;
  margin-bottom: 12px;
  --list-color: #1e1919;
}
@media (min-width: 1033px) {
  .tag-list li {
    margin-bottom: 20px;
  }
}
.tag-list li::before {
  content: " ";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 100%;
  background: var(--list-color);
}

.windows .handwritten::after {
  bottom: 3px;
}

@media (max-width: 768px) {
  .hide-br br {
    display: none;
  }
}

.button {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 13px 24px;
  font-size: 0.875rem;
  font-weight: 600;
  min-width: 150px;
  min-height: 48px;
  border-radius: 50px;
  text-decoration: none;
  z-index: 2;
  overflow: hidden;
}
.button--black {
  background-color: #1e1919;
  color: #fcfbfa;
  border: 1.5px solid #1e1919;
}
.button--black .button__bg::before, .button--black .button__bg::after {
  background-color: var(--current-background);
}
.button--black:hover {
  color: #1e1919;
}
.button--black-outline {
  background-color: transparent;
  color: #1e1919;
  border: 1.5px solid #1e1919;
}
.button--black-outline:hover {
  color: #fcfbfa;
}
.button--black-outline .button__bg::before, .button--black-outline .button__bg::after {
  background-color: #1e1919;
}
.button--white {
  background-color: #fcfbfa;
  color: #1e1919;
}
.button--white .button__bg::before, .button--white .button__bg::after {
  background-color: #1e1919;
}
.button--white-outline {
  background-color: transparent;
  color: #fcfbfa;
  border: 1.5px solid #fcfbfa;
}
.button--white-outline:hover {
  color: #fcfbfa;
}
.button--white-outline .button__bg::before, .button--white-outline .button__bg::after {
  background-color: #1e1919;
}
.button--white:hover {
  color: #fcfbfa;
}
.button .button__bg {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  pointer-events: none;
}
.button .button__bg::before {
  content: "";
  position: absolute;
  width: 220%;
  height: 0;
  padding-top: 220%;
  top: var(--button-y);
  left: var(--button-x);
  border-radius: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
          transform: translate3d(-50%, -50%, 0) scale(0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.button:hover .button__bg {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.button:hover .button__bg::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
          transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.button span {
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 2;
}

.chip {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px 6.9px 2px 6.9px;
  border: 1px solid #1e1919;
  border-radius: 40px;
  font-family: "Studio6", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.24px;
  white-space: nowrap;
}
.chip__copy {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1281px) {
  .chip__copy {
    max-width: 16vw;
  }
}

.read-more,
.button-arrow {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-family: "Studio6", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.24px;
  font-weight: bold;
}
.read-more::before,
.button-arrow::before {
  content: "→ ";
  position: relative;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: inline-block;
  padding-right: 4px;
}
.read-more:hover::before,
.button-arrow:hover::before {
  -webkit-transform: translateX(2.5px);
          transform: translateX(2.5px);
}
.read-more--back,
.button-arrow--back {
  font-size: 14px;
  letter-spacing: unset;
}
.read-more--back::before,
.button-arrow--back::before {
  content: "←";
  top: 0;
}
.read-more--back:hover::before,
.button-arrow--back:hover::before {
  -webkit-transform: translateX(-2.5px);
          transform: translateX(-2.5px);
}

.read-more {
  font-weight: 400;
}
.read-more::before {
  display: none;
}
.read-more::after {
  content: "↓";
  margin-left: 5px;
}

[data-reset-filters] {
  color: #c4bdb3;
  pointer-events: none;
}
[data-reset-filters]:hover {
  color: #f0a282;
}
[data-reset-filters].reset-active {
  color: #1e1919;
  pointer-events: all;
}
[data-reset-filters].reset-active::after {
  background: transparent;
}
[data-reset-filters].filters__clear.loading {
  color: #ff0000;
}

.radio-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.radio-list__item {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 24px;
  padding-top: 2px;
  font-family: "Studio6", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.24px;
  letter-spacing: 0.28px;
  color: var(--color);
  line-height: 1;
}
.radio-list__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid var(--color);
  border-radius: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.radio-list__item.active::after {
  background-color: var(--color);
}

[data-reset-filters] {
  position: relative;
  width: 100%;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
[data-reset-filters]::before {
  content: "";
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  border: 1px solid var(--color);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  opacity: 0;
}
[data-reset-filters].loading::before {
  opacity: 1;
}

.radio {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-right: 20px;
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.radio::before {
  content: "";
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  border: 1px solid var(--color);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  opacity: 0;
}
.radio.loading::before {
  opacity: 1;
}
.radio[style="--list-color:#FCFBFA;"] {
  --list-color: #1e1919 !important;
}
.radio input {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid var(--color);
  border-radius: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-clip-path: circle(0 at 50% 50%);
          clip-path: circle(0 at 50% 50%);
  z-index: 2;
}
.radio input:checked {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
  background-color: #1e1919;
  border-color: #1e1919;
}
.radio input:checked + label::after {
  background: #1e1919;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.radio label {
  padding-left: 24px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  line-height: 125%;
}
.radio label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid var(--color);
  border-radius: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

input,
textarea,
label {
  cursor: none;
}

#wpadminbar {
  position: fixed !important;
}

.scrolling * {
  pointer-events: none !important;
}

[data-load-media] {
  opacity: 0;
  will-change: clip-path, opacity;
}

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

.image-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: var(--current-background);
  pointer-events: none;
}

p img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
p img.alignleft {
  float: left;
  margin: 1.6rem 1.6rem 1.6rem 0;
}
p img.aligncenter {
  margin: 1.6rem auto;
}
p img.alignright {
  float: right;
  margin: 1.6rem 0 1.6rem 1.6rem;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}
html.mouse-out .cursor {
  opacity: 0 !important;
}
html.has-cursor .cursor {
  display: none;
}
@media (min-width: 1033px) {
  html.has-cursor {
    cursor: none;
  }
  html.has-cursor .cursor {
    display: block;
  }
}
html.has-cursor body img,
html.has-cursor body svg,
html.has-cursor body svg *,
html.has-cursor a img,
html.has-cursor a svg,
html.has-cursor a svg *,
html.has-cursor button img,
html.has-cursor button svg,
html.has-cursor button svg * {
  pointer-events: none;
}
@media (min-width: 1033px) {
  html.has-cursor body:hover,
  html.has-cursor a:hover,
  html.has-cursor button:hover {
    cursor: none !important;
  }
}
html.has-cursor button span {
  pointer-events: none;
}

body {
  position: relative;
  overflow: hidden;
  --color: #1e1919;
}
body.no-hero {
  padding-top: 80px;
  top: 0;
}
body.no-hero .header {
  background: var(--current-background);
  -webkit-transition: unset;
  transition: unset;
}
body.has-hero {
  --hero-height: 100vh;
  margin-top: var(--hero-height);
}
@media screen and (max-height: 600px) {
  body.has-hero {
    margin-top: 0;
  }
}
body.has-hero::before {
  top: var(--hero-height);
  top: 0;
}
body.has-hero .header {
  background: transparent;
  --header-color: #fcfbfa;
}
body.has-hero .header .button {
  -webkit-filter: invert(1);
          filter: invert(1);
}
body.has-hero .header--hero {
  background: var(--current-background);
  --header-color: #1e1919;
}
body.has-hero .header--hero-out {
  -webkit-transition: unset;
  transition: unset;
}
body.has-hero .header--hero .button {
  -webkit-filter: invert(0);
          filter: invert(0);
}
body.cursor-grab .swiper a {
  pointer-events: none !important;
}
body.cursor-grab .swiper a:hover {
  pointer-events: none !important;
}
body .inverse {
  -webkit-filter: invert(1);
          filter: invert(1);
}
body .reverse {
  -webkit-filter: invert(0);
          filter: invert(0);
}
body[data-current-background="green 3"] .header, body[data-current-background=black] .header {
  -webkit-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-current-background="green 3"] .header:not(.header--active), body[data-current-background=black] .header:not(.header--active) {
  --header-color: #fcfbfa;
}
body[data-current-background="green 3"] article .button--black,
body[data-current-background="green 3"] main .button--black, body[data-current-background=black] article .button--black,
body[data-current-background=black] main .button--black {
  -webkit-filter: invert(1);
          filter: invert(1);
}
body[data-current-background="green 3"] del::after,
body[data-current-background="green 3"] .reverse, body[data-current-background=black] del::after,
body[data-current-background=black] .reverse {
  -webkit-filter: invert(1);
          filter: invert(1);
}
body[data-current-background="green 3"] .inverse, body[data-current-background=black] .inverse {
  -webkit-filter: invert(0);
          filter: invert(0);
}
body[data-current-background="green 3"] .chip, body[data-current-background=black] .chip {
  border-color: #fcfbfa;
}
body[data-current-background="green 3"] .button, body[data-current-background=black] .button {
  color: #fcfbfa;
  background: #1e1919;
}
body[data-current-background="green 3"] .button .button__bg::before, body[data-current-background=black] .button .button__bg::before {
  background: rgb(33.5828877005%, 27.9857397504%, 27.9857397504%);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--current-background);
  z-index: -1;
}

.no-scroll {
  overflow: hidden;
  margin-right: var(--scrollbar-width);
}
.no-scroll .header {
  padding-right: calc(40px + var(--scrollbar-width));
}
.no-scroll .person--frame--skeletor.active .person__wrapper::before {
  opacity: 0;
}
.no-scroll .person--frame--skeletor .person__area {
  max-width: calc(884px + var(--scrollbar-width));
}

@media (max-width: 1032px) {
  .no-clip .filters,
  .no-clip .nav {
    -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    max-height: 0dvh;
    opacity: 0;
  }
}
.no-clip .media__item--playing img {
  opacity: 0 !important;
}
.no-clip .media img,
.no-clip * {
  -webkit-clip-path: unset !important;
          clip-path: unset !important;
}
.no-clip .media img::before, .no-clip .media img::after,
.no-clip *::before,
.no-clip *::after {
  -webkit-clip-path: unset !important;
          clip-path: unset !important;
}
.no-clip .handwritten::after {
  max-width: 100%;
  opacity: 1;
}

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

[name=theme-color] {
  -webkit-transition: background-color 12.3s ease;
  transition: background-color 12.3s ease;
}

@media (max-width: 1032px) {
  .section.standard-content:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section .container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 40px;
}
.section .container--right, .section .container--left {
  gap: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  flex-wrap: wrap;
}
.section .container--right .text, .section .container--left .text {
  width: 95%;
}
@media (min-width: 1033px) {
  .section .container--right, .section .container--left {
    flex-wrap: nowrap;
  }
  .section .container--right .text, .section .container--left .text {
    width: auto;
  }
}
.section .sidebar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.section .sidebar.flex-start {
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.section .sidebar.flex-end {
  -webkit-box-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1033px) {
  .section .sidebar {
    position: relative;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-flex: 0;
            flex: 0 0 260px;
  }
}
@media (min-width: 1281px) {
  .section .sidebar {
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-flex: 0;
            flex: 0 0 362px;
  }
}
.section .sidebar--empty {
  display: none;
}
@media (min-width: 1033px) {
  .section .sidebar--empty {
    display: -webkit-box;
    display: flex;
  }
}
.section .sidebar--has-link .standard-content__image {
  position: relative;
  margin-top: 20px;
}
.section .sidebar--has-link .button {
  margin-top: 20px;
}
.section .sidebar img {
  border-radius: 8px;
  overflow: hidden;
  height: auto;
  max-width: 164px;
}
@media (min-width: 1033px) {
  .section .sidebar img {
    max-width: 228px;
  }
}
.section .sidebar h1:not(:first-child),
.section .sidebar h2:not(:first-child),
.section .sidebar h3:not(:first-child) {
  margin-top: 15px;
}
.section .sidebar h1:nth-child(2),
.section .sidebar h2:nth-child(2),
.section .sidebar h3:nth-child(2) {
  margin-bottom: 33px;
}
.section .sidebar p,
.section .sidebar p *,
.section .sidebar li {
  font-family: "TimesNow", serif;
}
.section .sidebar p {
  margin-top: 0 !important;
}
.section .sidebar p:not(:last-child) {
  margin-bottom: 16px;
}
.section .sidebar p:last-child {
  white-space: pre-wrap;
}
.section .sidebar p:last-child br {
  content: " ";
  display: block;
  margin: -10.5px 0 0;
}
.section .sidebar hr {
  height: 22px;
}
.section .body {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1;
}

.spacer {
  position: relative;
}
.spacer--has-border .container {
  position: relative;
}
.spacer--has-border .container::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--current-background);
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.15;
}
@media (max-width: 1032px) {
  .spacer--trigger {
    height: 40px !important;
  }
}
.spacer--hidden {
  display: none !important;
}

.share {
  display: -webkit-box;
  display: flex;
}
@media (min-width: 1033px) {
  .share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.share__title {
  position: relative;
  color: #c4bdb3;
  font-family: "Studio6", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  font-weight: 600;
  margin-bottom: 16px;
  min-width: 123px;
}
@media (min-width: 1033px) {
  .share__title {
    top: 1px;
    left: 3px;
    min-width: unset;
  }
}
.share__icons {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  gap: 0 16px;
}
.share__icon {
  width: 40px;
  height: 40px;
}
.share__icon.copied svg {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.share__icon.copied svg rect {
  fill: #9cb7a2 !important;
}
.share__icon.copied svg path {
  fill: #fcfbfa !important;
}
.share__icon svg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.share__icon svg path,
.share__icon svg rect {
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.share__icon:hover svg rect {
  fill: #c4bdb3;
}

.single .spacer .container::after {
  top: 20px;
}

.hero {
  color: #fcfbfa;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
@media screen and (max-height: 600px) {
  .hero {
    position: relative;
    z-index: 1;
  }
}
.hero-slide {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100vh;
  max-height: 844px;
}
@media screen and (max-height: 600px) {
  .hero-slide {
    min-height: 500px;
  }
}
@media screen and (max-height: 600px) and (min-width: 1033px) {
  .hero-slide {
    min-height: 700px;
  }
}
@media (min-width: 1033px) {
  .hero-slide {
    max-height: 1045px;
  }
}
.hero-slide__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: rgba(30, 25, 25, 0.2);
}
.hero-slide__media img,
.hero-slide__media video,
.hero-slide__media iframe {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.hero-slide__title {
  font-family: "Studio6";
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
}
.hero-slide__content {
  position: relative;
  z-index: 2;
  max-width: 397px;
  margin-bottom: 84px;
}
@media (min-width: 1033px) {
  .hero-slide__content {
    margin-bottom: 124px;
  }
}
.hero .swiper .swiper-wrapper {
  pointer-events: none;
}
.hero .swiper-button-next, .hero .swiper-button-prev {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  mix-blend-mode: difference;
  z-index: 1;
  display: none;
}
@media (min-width: 1033px) {
  .hero .swiper-button-next, .hero .swiper-button-prev {
    display: block;
  }
}
.hero .swiper-button-next {
  right: 0;
}
.hero .swiper-button-prev {
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero .swiper-button-prev .area-1,
.hero .swiper-button-prev .area-2,
.hero .swiper-button-prev .area-3,
.hero .swiper-button-prev .area-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: all;
}
.hero .swiper-button-prev .area-1 {
  height: calc(100% - 124px - 48px);
}
.hero .swiper-button-prev .area-2 {
  top: unset;
  bottom: 0;
  height: 124px;
}
.hero .swiper-button-prev .area-3 {
  top: unset;
  bottom: 124px;
}
@media (min-width: 1033px) {
  .hero .swiper-button-prev .area-3 {
    width: 10%;
  }
}
@media (min-width: 1651px) {
  .hero .swiper-button-prev .area-3 {
    width: calc(100% - 1568px / 2);
  }
}
.hero .swiper-button-prev .area-4 {
  left: calc(10% + 150px);
}
@media (min-width: 1651px) {
  .hero .swiper-button-prev .area-4 {
    left: calc(100% - 1568px / 2 + var(--button-width));
  }
}
.hero .swiper-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 10px;
  z-index: 5;
}
.hero .swiper-pagination-bullet {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1;
  height: 4px;
  margin: 0;
  padding: 0;
  background-color: #7f7a76;
  border-radius: 20px;
}
.hero .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 110%;
}
.hero .swiper-pagination-bullet-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  max-width: 0%;
  border-radius: 20px;
}
.hero__pagination {
  position: relative;
}

.cursor-moved .swiper-button-next,
.cursor-moved .swiper-button-prev {
  cursor: none !important;
}

.home .standard-content:nth-child(4) .h1 {
  position: relative;
  top: 0px;
}

.standard-content:first-child .text p:first-child {
  margin-top: 0;
  margin-bottom: 24px;
}
.standard-content:first-child .highlight {
  position: relative;
  top: 1.1px;
}
.standard-content:first-child .highlight br {
  margin-bottom: 0px;
}
.standard-content:first-child .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}
@media (min-width: 1033px) {
  .standard-content:first-child .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
.standard-content__container {
  margin-top: -2px;
}
.standard-content__sidebar {
  position: relative;
  top: 0;
}
.standard-content__image {
  margin-top: 40px;
}
@media (min-width: 1033px) {
  .standard-content__image {
    margin-top: 77px;
    position: absolute;
    bottom: 0;
  }
}
.standard-content__image img {
  border-radius: 8px;
  overflow: hidden;
}
.standard-content__body {
  max-width: 1040px;
}
@media (max-width: 1032px) {
  .standard-content__body {
    width: 100%;
  }
}
.standard-content__body .button {
  margin-top: 0;
}
.standard-content__body .highlight:not(:last-child) {
  margin-bottom: 23.1px;
  margin-top: 1.9px;
}
.standard-content__body p a {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-decoration: underline;
  color: #5f7eb7;
}
.standard-content__body blockquote {
  position: relative;
  margin: 108px 0px 26px;
}
.standard-content__body blockquote p {
  max-width: 100%;
}
.standard-content__body .wysiwyg--home p:not(:last-child) {
  margin-bottom: 23px;
}
.standard-content__body .wysiwyg .h1 {
  position: relative;
  top: 1px;
  margin-top: 1px;
}
.standard-content__body .wysiwyg--serif p {
  font-family: "TimesNow", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 110%;
}
.standard-content__body .wysiwyg--serif p * {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.standard-content__body .wysiwyg p,
.standard-content__body .wysiwyg p *,
.standard-content__body .wysiwyg li {
  font-family: "TimesNow", serif;
}
.standard-content__body .wysiwyg blockquote span {
  font-family: "Studio6", sans-serif;
}
.standard-content__body .wysiwyg p {
  white-space: initial;
}
.standard-content__body .wysiwyg p:first-child strong {
  position: relative;
  top: 1px;
  margin-top: -1px;
  display: block;
  letter-spacing: initial;
  font-weight: bold;
  font-size: 14px;
}
.standard-content__body .wysiwyg p br {
  content: " ";
  display: block;
  margin: 0 0 9px 0;
}
.standard-content__body .wysiwyg ol {
  list-style-type: decimal;
  margin-left: 20px;
}
.standard-content__body .wysiwyg ul {
  margin-left: 20px;
  list-style-type: disc;
}
.standard-content__body .wysiwyg blockquote:first-child {
  margin-top: 50px;
  margin-bottom: 26.5px;
}
.standard-content__body .wysiwyg blockquote br {
  margin-bottom: 0;
}
.standard-content__body .wysiwyg hr {
  height: 55.5px;
}
.standard-content__body .wysiwyg br {
  display: none;
}
@media (min-width: 1033px) {
  .standard-content__body .wysiwyg br {
    display: block;
  }
}
.standard-content__body .text h1,
.standard-content__body .text h2,
.standard-content__body .text h3,
.standard-content__body .text h4,
.standard-content__body .text h5,
.standard-content__body .text h6 {
  max-width: 1032px;
}
.standard-content__body .text p {
  max-width: 765px;
}
.standard-content__body .text blockquote {
  max-width: 1040px;
}
.standard-content__body .text blockquote p {
  max-width: 100%;
}
.standard-content__body .text li,
.standard-content__body .text p:not(.highlight) {
  font-size: 18px;
  line-height: 1.25;
  font-family: "TimesNow", serif;
  font-weight: 400;
}
.standard-content__body .text li div,
.standard-content__body .text p:not(.highlight) div {
  font-family: inherit;
}
.standard-content__body .text li,
.standard-content__body .text p:not(.highlight) {
  line-height: 128%;
  margin-top: 1px;
}
.standard-content__body .text li *,
.standard-content__body .text p:not(.highlight) * {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.standard-content__body .text li strong,
.standard-content__body .text p:not(.highlight) strong {
  font-weight: bold !important;
}
.standard-content__body .text li:last-child,
.standard-content__body .text p:not(.highlight):last-child {
  margin-bottom: -1px;
}
.standard-content__decor {
  width: 100%;
  margin-bottom: -2px;
}
.standard-content__decor .media__item {
  max-width: 228px !important;
  max-height: 278px !important;
}
@media (min-width: 1033px) {
  .standard-content__decor {
    width: auto;
    margin-bottom: 0;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
  }
}
.standard-content__decor img {
  top: 0px;
  aspect-ratio: unset !important;
}
@media (min-width: 1033px) {
  .standard-content__decor img {
    top: 6px;
  }
}
.standard-content--smaller-lh .body h2:first-child {
  margin-top: 1px;
}
.standard-content--smaller-lh .body h2:not(:last-child) {
  margin-bottom: 20px;
}
.standard-content--smaller-lh .body h2:last-child {
  margin-bottom: -1px;
}
.standard-content--cta .text h1,
.standard-content--cta .text h2,
.standard-content--cta .text h3 {
  margin-bottom: 39.5px;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}
@media (min-width: 1033px) {
  .standard-content--cta .text h1,
  .standard-content--cta .text h2,
  .standard-content--cta .text h3 {
    font-size: 60px;
  }
}
.standard-content--cta .text .highlight {
  margin-bottom: 24.5px;
}
.standard-content--cta .text .button {
  margin-top: 15px;
  padding-right: 24px;
  padding-left: 24px;
  min-width: unset;
}
@media (min-width: 1033px) {
  .standard-content--cta .text .button {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.standard-content--has-sidebar .wysiwyg .h1 {
  margin-top: 0;
  top: 0px;
}
.standard-content--has-sidebar .wysiwyg p:first-child {
  position: relative;
  top: 1px;
}
.standard-content--has-sidebar-content .has-p-1 p:first-child {
  top: 0.5px;
}
.standard-content--has-sidebar-content .text .button {
  position: relative;
  top: -1px;
}
@media (min-width: 1033px) {
  .standard-content--has-sidebar-content .text .button {
    top: 0;
  }
}
.standard-content--has-sidebar-content .text h2:first-child {
  position: relative;
}
@media (min-width: 1033px) {
  .standard-content--has-sidebar-content .text h2:first-child {
    margin-top: 1px;
  }
}
.standard-content--archive {
  margin-top: 2px;
  margin-bottom: 38px;
}
.standard-content--archive .go-back {
  margin-bottom: 23px;
}
.standard-content--archive .wysiwyg p {
  position: relative;
  top: 1px;
  line-height: 112%;
}
.standard-content--archive .wysiwyg p br {
  margin-bottom: 0;
}
.standard-content--image-below {
  margin-bottom: 200px;
}
.standard-content--image-below .sidebar {
  position: unset;
}
.standard-content--image-below .container {
  position: relative;
}
.standard-content--image-below .standard-content__image {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(calc(100% + 40px));
          transform: translateY(calc(100% + 40px));
}
@media (min-width: 1033px) {
  .standard-content--image-below .standard-content__image {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}
.standard-content--reverse .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}
@media (min-width: 1033px) {
  .standard-content--reverse .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
.standard-content--top .container {
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.post-header {
  margin-top: -11px;
}
@media (min-width: 1033px) {
  .post-header {
    margin-top: 0px;
    margin-bottom: -67px;
  }
}
.post-header .container {
  gap: 0;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.post-header .go-back {
  margin-bottom: 24px;
  width: 100%;
}
.post-header__subtitle {
  width: 100%;
  margin-top: 2px;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.25;
  max-width: 765px;
}
.post-header__subtitle .highlight {
  line-height: 111%;
}
@media (min-width: 1033px) {
  .post-header__subtitle {
    margin-bottom: 77px;
    line-height: 1;
  }
}
.post-header__title {
  width: 100%;
  margin-bottom: 23px;
  max-width: 1032px;
}
@media (min-width: 1033px) {
  .post-header__title {
    margin-top: -1px;
  }
}
.post-header__meta {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 1px;
  margin-top: 40px;
}
@media (min-width: 1033px) {
  .post-header__meta {
    margin-top: 0;
    margin-bottom: 24px;
    width: calc(100% - 155px);
  }
}
.post-header__meta-col {
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1033px) {
  .post-header__meta-col {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    max-width: 268px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.post-header__meta-col__title {
  font-weight: 600;
  color: #c4bdb3;
  min-width: 123px;
}
@media (min-width: 1033px) {
  .post-header__meta-col__title {
    margin-bottom: 16px;
    min-width: auto;
  }
}
.post-header__meta-col__content {
  position: relative;
  top: 3px;
  font-size: 18px;
  line-height: 1.25;
  font-family: "TimesNow", serif;
  font-weight: 400;
}
.post-header__meta-col__content div {
  font-family: inherit;
}
.post-header__meta-col__content {
  line-height: 128%;
}
@media (min-width: 1033px) {
  .post-header__meta-col__content {
    max-width: 180px;
    line-height: 127%;
    top: 0;
  }
}
.post-header__share {
  position: relative;
  top: 1px;
}
@media (min-width: 1033px) {
  .post-header__share {
    width: 155px;
  }
}

.service-header {
  margin-top: -10px;
  margin-bottom: -10px;
}
@media (min-width: 1033px) {
  .service-header {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.service-header__title {
  margin-top: 23.5px;
}
.service-header__tags {
  margin-top: 26px;
  max-width: 600px;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.service-header__tags li {
  margin-right: 10px;
}
@media (min-width: 1033px) {
  .service-header__tags li {
    margin-right: 24.5px;
  }
}

.dictionary-header {
  margin-top: 0px;
}

.project-header {
  margin-top: -11px;
}
@media (min-width: 1033px) {
  .project-header {
    margin-top: -1px;
    margin-bottom: -67px;
  }
}
.project-header .container {
  gap: 0;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.project-header__subtitle {
  width: 100%;
  margin-top: 1px;
  margin-bottom: 23px;
  font-weight: bold;
  line-height: 1.25;
}
@media (min-width: 1033px) {
  .project-header__subtitle {
    margin-top: 2px;
    margin-bottom: 26px;
    line-height: 1;
    max-width: 765px;
  }
}
.project-header__title {
  width: 100%;
  margin-bottom: 79px;
  max-width: 1032px;
}
@media (min-width: 1033px) {
  .project-header__title {
    margin-bottom: 78px;
  }
}
.project-header__meta {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 1px;
}
@media (min-width: 1033px) {
  .project-header__meta {
    margin-bottom: 24px;
    width: calc(100% - 155px);
  }
}
.project-header__meta-col {
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1033px) {
  .project-header__meta-col {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    max-width: 268px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.project-header__meta-col__title {
  font-weight: 600;
  color: #c4bdb3;
  min-width: 123px;
}
@media (min-width: 1033px) {
  .project-header__meta-col__title {
    margin-bottom: 16px;
    min-width: auto;
  }
}
.project-header__meta-col__content {
  position: relative;
  top: 2px;
  font-size: 18px;
  line-height: 1.25;
  font-family: "TimesNow", serif;
  font-weight: 400;
}
.project-header__meta-col__content div {
  font-family: inherit;
}
.project-header__meta-col__content {
  line-height: 128%;
}
@media (min-width: 1033px) {
  .project-header__meta-col__content {
    max-width: 180px;
    line-height: 127%;
    top: 0;
  }
}
.project-header__share {
  position: relative;
  top: 1px;
}
@media (min-width: 1033px) {
  .project-header__share {
    width: 155px;
  }
}

.media:nth-child(2).media--single {
  top: 0px;
  margin-top: 0;
}
.media--gallery {
  margin-bottom: 7.5px;
}
.media--single {
  position: relative;
  margin-top: -1px;
  top: -1px;
}
.media__items {
  display: -webkit-box;
  display: flex;
  gap: 40px;
}
.media__item {
  width: 100%;
  position: relative;
}
.media__item--video img {
  cursor: none;
  pointer-events: auto !important;
}
.media__item.loaded .media__video {
  opacity: 1;
}
.media__item--playing img {
  -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-clip-path: circle(0% at 50% 50%) !important;
          clip-path: circle(0% at 50% 50%) !important;
}
.media__item--playing iframe,
.media__item--playing .media__video {
  opacity: 1 !important;
  cursor: auto;
  pointer-events: all !important;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
.media__item img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  will-change: clip-path;
  width: 100%;
  pointer-events: none;
}
.media__item img:not([width]) {
  width: 100%;
}
.media__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
  opacity: 0;
  cursor: none;
}
.media__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}
.media__caption {
  position: relative;
  margin-top: 16px;
  font-family: "Studio6", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.24px;
}

.single .media--single {
  top: 0px;
}
.single .media--single:nth-child(2) {
  top: 1px;
}

.thumbnails {
  overflow: hidden;
  width: 100%;
  margin-top: -1px;
}
.thumbnails .container--left-sidebar .swiper-slide--fake {
  display: none;
}
@media (max-width: 1032px) {
  .thumbnails .container--left-sidebar .sidebar {
    margin-left: 20px;
  }
  .thumbnails .container--left-sidebar {
    margin-left: 0px !important;
  }
  .thumbnails .container--left-sidebar .swiper-slide--fake {
    display: block;
  }
}
@media (min-width: 1033px) {
  .thumbnails--filtered .body {
    max-width: calc(100% - 300px);
  }
}
@media (min-width: 1033px) {
  .thumbnails.has-sidebar--1 .body {
    max-width: calc(100% - 260px);
  }
}
@media (min-width: 1281px) {
  .thumbnails.has-sidebar--1 .body {
    max-width: calc(100% - 362px);
  }
}
@media (max-width: 1032px) {
  .thumbnails:nth-last-child(3) {
    position: relative;
    top: -2px;
    margin-bottom: -10px;
  }
}
@media (min-width: 1033px) {
  .thumbnails__body.is-searching .loop {
    margin-top: 80px;
  }
}
.thumbnails__container {
  position: relative;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1033px) {
  .thumbnails__container .filters {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-top: -1px;
  }
}
.thumbnails__text {
  max-width: 830px;
  margin-bottom: 78px;
}
.thumbnails__text h1,
.thumbnails__text h2,
.thumbnails__text h3,
.thumbnails__text h4,
.thumbnails__text h5,
.thumbnails__text h6 {
  max-width: 1032px;
}
.thumbnails__text p {
  max-width: 765px;
}
.thumbnails__text blockquote {
  max-width: 1040px;
}
.thumbnails__text blockquote p {
  max-width: 100%;
}
.thumbnails__text li,
.thumbnails__text p:not(.highlight) {
  font-size: 18px;
  line-height: 1.25;
  font-family: "TimesNow", serif;
  font-weight: 400;
}
.thumbnails__text li div,
.thumbnails__text p:not(.highlight) div {
  font-family: inherit;
}
.thumbnails__text li,
.thumbnails__text p:not(.highlight) {
  line-height: 128%;
  margin-top: 1px;
}
.thumbnails__text li *,
.thumbnails__text p:not(.highlight) * {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.thumbnails__text li strong,
.thumbnails__text p:not(.highlight) strong {
  font-weight: bold !important;
}
.thumbnails__text li:last-child,
.thumbnails__text p:not(.highlight):last-child {
  margin-bottom: -1px;
}
.thumbnails__text .button {
  margin-top: 0;
  margin-bottom: 1px;
}
.thumbnails__header {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  width: 100%;
  margin-bottom: 55px;
}
@media (min-width: 1033px) {
  .thumbnails__header {
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
.thumbnails__header.filtered {
  margin-bottom: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.thumbnails__header.filtered .thumbnails__header-title {
  display: none;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1033px) {
  .thumbnails__header {
    margin-bottom: 80px;
  }
}
.thumbnails__header-title {
  margin-top: 40px;
}
@media (min-width: 1033px) {
  .thumbnails__header-title {
    margin-top: 0;
    width: 100%;
  }
}
@media (min-width: 1033px) {
  .thumbnails .filtered .results-header {
    margin-top: -24px;
  }
}
.thumbnails__actions {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media (min-width: 1033px) {
  .thumbnails__actions {
    margin-bottom: 0;
    width: auto;
  }
}
.thumbnails__change-view {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
}
.thumbnails__change-view__button {
  font-family: "Studio6", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0.4;
}
.thumbnails__change-view__button.-js-toggle-filters {
  opacity: 1;
}
@media (min-width: 1033px) {
  .thumbnails__change-view__button.-js-toggle-filters {
    display: none;
  }
}
.thumbnails__change-view__button.active {
  opacity: 1;
}
.thumbnails__change-view__button:not(:last-child) {
  margin-right: 22.5px;
}
.thumbnails__change-view__button svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.thumbnails__items {
  margin-bottom: -17px;
}
@media (min-width: 1033px) {
  .thumbnails__items {
    margin-bottom: -19px;
  }
}
.thumbnails__load-more {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-inline-box;
  display: inline-flex;
}
@media (min-width: 1033px) {
  .thumbnails__load-more {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.thumbnails__load-more.loading {
  pointer-events: none !important;
}
.thumbnails__load-more.hidden {
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  pointer-events: none;
}
.thumbnails .body {
  width: 100%;
  -webkit-box-flex: unset;
          flex: unset;
}
.thumbnails--flex .body {
  -webkit-box-flex: 1;
          flex: 1;
}
.thumbnails .swiper {
  overflow-y: hidden !important;
}
.thumbnails .swiper-wrapper {
  overflow-y: hidden !important;
  -webkit-scroll-snap-type: initial !important;
      -ms-scroll-snap-type: initial !important;
          scroll-snap-type: initial !important;
}
.thumbnails .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1033px) {
  .thumbnails .swiper-wrapper {
    overflow-x: scroll !important;
    overflow-y: hidden !important;
  }
}
.thumbnails .swiper-slide {
  padding-bottom: 10px;
  width: auto;
}
.thumbnails .swiper-slide--fake {
  margin: 0 !important;
}
@media (min-width: 1033px) {
  .thumbnails .swiper-slide {
    padding-bottom: 0;
  }
}
.thumbnails .swiper-slide:last-child {
  padding-right: 20px;
}
@media (min-width: 1033px) {
  .thumbnails .swiper-slide:last-child {
    padding-right: 40px;
  }
}
.thumbnails.source--manual .swiper-slide .thumbnail {
  max-width: 100%;
}

.thumbnail {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
}
.thumbnail.hidden {
  display: none !important;
}
@media (max-width: 1032px) {
  .thumbnail {
    max-width: 340px;
  }
}
@media (max-width: 768px) {
  .thumbnail {
    max-width: 280px;
  }
}
@media (max-width: 540px) {
  .thumbnail {
    max-width: 227px;
  }
}
@media (min-width: 1034px) {
  .thumbnail--tall {
    max-width: 362px;
  }
}
.thumbnail--tall:hover .thumbnail__image {
  border-radius: 181px;
}
.thumbnail--tall .thumbnail__description {
  max-width: 300px;
}
@media (min-width: 1034px) {
  .thumbnail--wide {
    width: 764px;
    max-width: 764px;
  }
}
.thumbnail--wide:hover .thumbnail__image {
  border-radius: 220px;
}
.thumbnail--wide .thumbnail__description {
  max-width: 400px;
}
@media (min-width: 1034px) {
  .thumbnail--wide .thumbnail__image img {
    aspect-ratio: 764/440;
  }
}
.thumbnail__image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
}
@media (min-width: 1034px) {
  .thumbnail__image {
    margin-bottom: 24px;
  }
}
.thumbnail__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 362/440;
}
.thumbnail__body {
  width: 100%;
}
.thumbnail__tag {
  margin-bottom: 17px;
}
@media (min-width: 1033px) {
  .thumbnail__tag {
    margin-bottom: 16px;
  }
}
.thumbnail__tags {
  position: relative;
  max-width: 600px;
}
@media (min-width: 1033px) {
  .thumbnail__tags {
    top: 1px;
  }
}
.thumbnail__title {
  margin-bottom: 17px;
  max-width: 600px;
  font-family: "TimesNow", serif;
  line-height: 1.107;
}
@media (min-width: 1033px) {
  .thumbnail__title {
    line-height: 110%;
    margin-top: 1px;
  }
}
.thumbnail__title * {
  font-family: inherit;
}
.thumbnail__description {
  position: relative;
  margin-top: -3px;
  top: 1px;
  font-family: "Studio6", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.24px;
}

.thumbnail-list {
  position: relative;
  width: 100%;
  padding: 18px 0 13px;
}
.thumbnail-list.hidden {
  display: none !important;
}
@media (min-width: 1033px) {
  .thumbnail-list {
    padding: 22px 0px 15px;
  }
  .thumbnail-list small {
    display: none;
  }
}
.thumbnail-list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background: var(--current-background);
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.15;
}
.thumbnail-list:nth-child(1)::after, .thumbnail-list:nth-child(2)::after, .thumbnail-list:nth-child(3)::after {
  display: none;
}
.thumbnail-list__body {
  display: -webkit-box;
  display: flex;
  width: 100%;
}
.thumbnail-list__body div,
.thumbnail-list__body small,
.thumbnail-list__body span,
.thumbnail-list__body p {
  font-size: 18px;
  line-height: 1.25;
  font-family: "TimesNow", serif;
  font-weight: 400;
}
.thumbnail-list__body div div,
.thumbnail-list__body small div,
.thumbnail-list__body span div,
.thumbnail-list__body p div {
  font-family: inherit;
}
.thumbnail-list__body div,
.thumbnail-list__body small,
.thumbnail-list__body span,
.thumbnail-list__body p {
  line-height: 1;
}
.thumbnail-list__title {
  position: relative;
  width: calc(50% + 10px);
  overflow: hidden;
}
.thumbnail-list__title::before, .thumbnail-list__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 80px;
  width: 100px;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, var(--current-background) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--current-background) 100%);
  z-index: 2;
  pointer-events: none;
}
.thumbnail-list__title::before {
  width: 150px;
  z-index: 1;
}
.thumbnail-list__title span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 1033px) {
  .thumbnail-list__title span {
    max-width: 500px;
  }
}
.thumbnail-list__cell {
  width: 100%;
  white-space: nowrap;
  position: relative;
  display: none;
}
.thumbnail-list__cell.thumbnail-list__title {
  display: block;
}
@media (min-width: 1033px) {
  .thumbnail-list__cell {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}
.thumbnail-list__cell::before, .thumbnail-list__cell::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, var(--current-background) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--current-background) 100%);
  z-index: 2;
  pointer-events: none;
}
.thumbnail-list__cell p {
  overflow: hidden;
}
.thumbnail-list__cell:nth-child(2), .thumbnail-list__cell:nth-child(3) {
  max-width: 198px;
  width: 17%;
  padding-right: 15px;
}
.thumbnail-list__cell:nth-child(4) {
  max-width: 130px;
  width: 11%;
}
.thumbnail-list--header {
  margin-bottom: 15px;
  padding: 0;
}
.thumbnail-list--header .thumbnail-list__title,
.thumbnail-list--header .thumbnail-list__cell {
  display: -webkit-box;
  display: flex;
}
.thumbnail-list--header .asc p,
.thumbnail-list--header .desc p {
  overflow: visible;
  position: relative;
}
.thumbnail-list--header .desc p::after {
  content: "↓";
  position: absolute;
  right: -10px;
}
.thumbnail-list--header .asc p::after {
  position: absolute;
  right: -10px;
  content: "↑";
}
.thumbnail-list--header::after {
  display: none;
}
.thumbnail-list--header p {
  font-family: "Studio6", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.24px;
  color: var(--color);
  font-weight: 600;
  opacity: 0.5;
}

.section .filters {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.filters {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fcfbfa;
  padding: 100px 20px 20px 20px;
  z-index: 999;
  -webkit-clip-path: circle(0% at 0% 50%);
          clip-path: circle(0% at 0% 50%);
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  pointer-events: none;
  font-family: "Studio6", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
@media (min-width: 1033px) {
  .filters {
    opacity: 1;
    -webkit-clip-path: unset;
            clip-path: unset;
    background: transparent;
    position: relative;
    padding: 0;
    padding-right: 81px;
    pointer-events: all;
    z-index: 5;
  }
}
.filters.active {
  -webkit-clip-path: circle(200% at 0% 50%);
          clip-path: circle(200% at 0% 50%);
  opacity: 1;
  pointer-events: all;
  max-height: 100dvh;
}
.filters .radio-list {
  margin-bottom: 40px;
}
.filters__close {
  position: fixed;
  top: 36px;
  right: 20px;
  z-index: 9;
  width: 30px;
  height: 30px;
  --header-color: #000;
}
.filters__close .header__hamburger {
  top: 0;
  left: 0;
}
@media (min-width: 1033px) {
  .filters__close {
    display: none;
  }
}
.filters__title {
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  padding: 20px 0;
}
.filters__accordion {
  position: relative;
  padding: 6px 0 2.1px;
}
.filters__accordion::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background: var(--current-background);
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.15;
}
.filters__accordion::after {
  content: "↓";
  position: absolute;
  right: 1px;
  top: 26px;
  display: none;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  pointer-events: none;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 1033px) {
  .filters__accordion::after {
    display: block;
  }
}
.filters__accordion.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: 22px;
}
.filters__accordion.active .filters__items {
  max-height: 1000px;
  margin-top: 5px;
  margin-bottom: 20px;
  opacity: 1;
}
.filters__items {
  overflow: hidden;
  max-height: 0px;
  margin-top: 0;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.filters__item {
  position: relative;
  margin-bottom: 14.5px;
}
.filters__item:last-child {
  margin-bottom: 0;
}
.filters__search {
  position: relative;
  margin-top: 40px;
  border-bottom: 2px solid #1e1919;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.filters__search input {
  font-family: "Studio6", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #1e1919;
  font-weight: 600;
  outline: none;
  padding: 12px 27px 12px 0;
  max-width: 228px;
  box-sizing: border-box;
}
.filters__search input::-webkit-input-placeholder {
  color: #1e1919;
}
.filters__search input::-moz-placeholder {
  color: #1e1919;
}
.filters__search input::-ms-input-placeholder {
  color: #1e1919;
}
.filters__search input::placeholder {
  color: #1e1919;
}
.filters__search input:focus::-webkit-input-placeholder, .filters__search input:active::-webkit-input-placeholder {
  color: #c4bdb3;
}
.filters__search input:focus::-moz-placeholder, .filters__search input:active::-moz-placeholder {
  color: #c4bdb3;
}
.filters__search input:focus::-ms-input-placeholder, .filters__search input:active::-ms-input-placeholder {
  color: #c4bdb3;
}
.filters__search input:focus::placeholder, .filters__search input:active::placeholder {
  color: #c4bdb3;
}
.filters__search svg {
  pointer-events: none;
  position: absolute;
  right: 0;
}
.filters__clear {
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  text-align: left;
  margin-top: 43px;
  -webkit-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.filters__clear span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.filters__clear:hover {
  color: #eb8154;
}
.filters__clear:hover span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.no-results-fuzzy {
  width: 100%;
  margin-top: 50px;
}
.no-results-fuzzy .results-header--no-results {
  top: 0;
}

.filters-active .filters {
  overflow: auto;
}

.loop {
  position: relative;
}
.loop__image {
  position: absolute;
  pointer-events: none;
  width: 228px;
  height: 280px;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1032px) {
  .loop__image {
    display: none !important;
  }
}
.loop.hover:hover [src] {
  opacity: 1;
}

.fuzzy-on .loop {
  margin-top: 40px;
}

@media (min-width: 1033px) {
  [data-view] .thumbnails .body {
    padding-right: 40px;
    max-width: calc(100% - 300px);
  }
}
@media (min-width: 1281px) {
  [data-view] .thumbnails .body {
    max-width: calc(100% - 403px);
  }
}
[data-view] .loop {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
[data-view] .thumbnail,
[data-view] .thumbnail-list {
  display: none;
}

[data-view=grid] .loop {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  gap: 60px 40px;
}
[data-view=grid] .loop__image {
  display: none;
}
[data-view=grid] .thumbnail {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  [data-view=grid] .thumbnail {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1281px) {
  [data-view=grid] .thumbnail--tall {
    width: calc(33% - 30px);
  }
}
@media (min-width: 1281px) {
  [data-view=grid] .thumbnail--wide {
    width: calc(66% - 20px);
  }
}
[data-view=grid] .thumbnail__image {
  width: 100%;
}
@media (min-width: 1033px) {
  [data-view=grid] .thumbnail__image {
    height: 25.462962963vw;
    max-height: 440px;
  }
}
@media (min-width: 1033px) {
  [data-view=grid] .thumbnail__tags {
    top: 0px;
  }
}

[data-view=list] {
  gap: 0;
}
[data-view=list] .loop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
[data-view=list] .loop__image {
  display: block;
}
[data-view=list] .thumbnail-list {
  display: -webkit-box;
  display: flex;
}
[data-view=list] .thumbnail-list--header {
  display: none;
}
@media (min-width: 1033px) {
  [data-view=list] .thumbnail-list--header {
    display: block;
  }
}
[data-view=list] .results-header {
  margin-bottom: 60px;
}

[data-posts-area] {
  opacity: 0;
}

[data-posts-area=team] .thumbnail-list__body {
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1033px) {
  [data-posts-area=team] .thumbnail-list__title {
    max-width: 297px;
  }
}
[data-posts-area=team] [data-view=grid] .thumbnail {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 769px) {
  [data-posts-area=team] [data-view=grid] .thumbnail {
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 1281px) {
  [data-posts-area=team] [data-view=grid] .thumbnail {
    max-width: calc(33% - 40px);
  }
}

@media (min-width: 1033px) {
  [data-posts-area=project] .thumbnail-list__title {
    max-width: calc(50% + 10px);
  }
}

[data-posts-wrapper] {
  margin-top: -26px;
  overflow: visible;
}
@media (min-width: 1033px) {
  [data-posts-wrapper] {
    margin-top: -2px;
  }
}
[data-posts-wrapper].loading * {
  pointer-events: none !important;
}

.results-header {
  position: relative;
  width: 100%;
}
.results-header .text {
  max-width: 1040px;
}
.results-header--team {
  top: -1px;
}
.results-header--team .button {
  margin-top: 16px;
}
.results-header--no-results {
  top: 40px;
}
.results-header p {
  font-size: 18px;
  line-height: 1.25;
  font-family: "TimesNow", serif;
  font-weight: 400;
}
.results-header p div {
  font-family: inherit;
}
.results-header p {
  opacity: 1 !important;
}
@media (min-width: 1033px) {
  .results-header .text {
    padding-right: 140px;
  }
}
.results-header .text .button {
  opacity: 1 !important;
  -webkit-transform: unset !important;
          transform: unset !important;
}
.results-header__image {
  position: relative;
  top: -57px;
  left: 46px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.results-header__image-img {
  max-width: 300px;
}

.knowledge-hub .thumbnails__items {
  margin-top: 0;
  margin-bottom: 0;
}
.knowledge-hub .thumbnails__text {
  margin-top: -1px;
}
.knowledge-hub .thumbnail__title {
  margin-bottom: 17.3px;
}
.knowledge-hub .footer-separator {
  margin-top: 1px;
}
@media (max-width: 1031px) {
  .knowledge-hub .media {
    padding: 20px 0;
  }
  .knowledge-hub .media:nth-child(2) {
    margin-top: 12px;
    margin-bottom: 2px;
  }
  .knowledge-hub .media:nth-child(2) .media__caption {
    margin-top: 22px;
  }
}

.archive [data-view=grid] .thumbnail--tall {
  width: calc(25% - 40px);
}
.archive [data-view=grid] .thumbnail--wide {
  width: calc(50% - 40px);
}
@media (max-width: 1280px) {
  .archive [data-view=grid] .thumbnail {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .archive [data-view=grid] .thumbnail {
    width: 100%;
  }
}

body:not(.single) .standard-content--has-sidebar .wysiwyg p:not(.highlight) {
  margin-top: 0.5px;
}

.has-sidebar--1 .swiper-slide:last-child {
  margin-right: 20px;
}
@media (min-width: 1033px) {
  .has-sidebar--1 .swiper-slide:last-child {
    margin-right: 80px;
  }
}

.numbers {
  margin-top: -4px;
  margin-bottom: 1px;
}
@media (min-width: 1033px) {
  .numbers {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
@media (max-width: 1032px) {
  .numbers {
    padding-top: 8px;
  }
}
.numbers__items {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .numbers__items {
    flex-wrap: nowrap;
    gap: 80px 40px;
  }
}
@media (min-width: 1033px) {
  .numbers__items {
    gap: 40px;
    padding: 0;
  }
}

.number-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 100%;
          flex: 100%;
}
@media (min-width: 341px) {
  .number-item {
    -webkit-box-flex: calc(50% - 40px);
            flex: calc(50% - 40px);
  }
}
@media (min-width: 1033px) {
  .number-item {
    -webkit-box-flex: 100%;
            flex: 100%;
  }
}
.number-item__title {
  font-size: 18px;
  line-height: 1.25;
  font-family: "TimesNow", serif;
  font-weight: 400;
}
.number-item__title div {
  font-family: inherit;
}
.number-item__title {
  max-width: 110px;
}
@media (min-width: 1033px) {
  .number-item__title {
    max-width: 100%;
  }
}
.number-item__number {
  font-size: 60px;
  font-weight: 400;
  line-height: 111%;
  display: -webkit-box;
  display: flex;
  margin-bottom: -1px;
}
@media (min-width: 1033px) {
  .number-item__number {
    line-height: 100%;
    font-size: 100px;
    margin-bottom: 5px;
  }
}

.clients {
  overflow: hidden;
}
.clients__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .clients__items {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1032px) {
  .clients__items {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1281px) {
  .clients__items {
    gap: 40px;
    margin-top: 80px;
    margin-bottom: 0;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
.clients__body {
  width: 100%;
}
.clients__categories {
  margin-top: -2px;
  margin-bottom: 43px;
}
@media (min-width: 1033px) {
  .clients__categories {
    margin-top: -1.5px;
    padding-bottom: 1px;
  }
}
.clients button {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.clients button.inactive {
  opacity: 0.5;
  pointer-events: none;
}

.client-item {
  width: 100%;
}
.client-item img {
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.team-list__body {
  position: relative;
  top: 1px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
}
.team-list__item {
  display: block;
  max-width: 780px;
  margin-bottom: 20px;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotate(-2deg) translateY(20px);
          transform: rotate(-2deg) translateY(20px);
  -webkit-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.team-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  left: -20px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #1e1919;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: none;
}
@media (min-width: 1033px) {
  .team-list__item::before {
    display: block;
  }
}
.team-list__item:hover {
  color: #7f7a76;
}
.team-list__item:hover::before {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  opacity: 1;
}
.team-list__item.inactive::before {
  display: none !important;
}
.team-list__arrow {
  white-space: nowrap;
}

.cards {
  margin-top: 9px;
}
@media (min-width: 1033px) {
  .cards {
    margin-top: 0;
  }
}
.cards__items {
  position: relative;
  top: -3px;
  display: -ms-grid;
  display: grid;
  gap: 78px 40px;
}
@media (min-width: 768px) {
  .cards__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1033px) {
  .cards__items {
    gap: 80px 40px;
    top: 1px;
  }
}
@media (min-width: 1281px) {
  .cards__items {
    -ms-grid-columns: (minmax(auto, 1fr))[3];
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
.cards__text {
  margin-top: -4px;
  margin-bottom: 80px;
}

.card[data-cursor]:hover .card__image {
  border-radius: 220px;
}
.card__image {
  width: 100%;
  margin-bottom: 21px;
  aspect-ratio: 362/440;
  -webkit-transition: border-radius 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border-radius 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
}
@media (min-width: 1033px) {
  .card__image {
    margin-bottom: 24px;
  }
}
.card__image-hover {
  opacity: 0;
}
.card__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
  overflow: hidden;
}
.card__image img:nth-child(1) {
  z-index: 2;
}
.card__tag {
  margin-bottom: 16.5px;
  display: -webkit-inline-box;
  display: inline-flex;
}
.card__title {
  position: relative;
  top: 1px;
  margin-bottom: 15.5px;
  line-height: 111%;
}
.card__subtitle {
  font-family: "Studio6", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.24px;
  max-width: 301px;
}
.card__links {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
}
.card__links:not(:last-child) {
  margin-bottom: 15px;
}
.card__link {
  font-family: "Studio6", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.24px;
  position: relative;
}
.card__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  pointer-events: none;
  left: 0;
  bottom: 0px;
  max-width: 0%;
  -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background: #1e1919;
  opacity: 0.5;
}
.card__link.active::after, .card__link:hover::after {
  max-width: 100%;
}
.card__link::after {
  opacity: 0.5;
}

.accordion__container {
  margin-top: -3px;
}
.accordion__items {
  position: relative;
  top: 3px;
}

.accordion-item {
  position: relative;
  padding: 20px 0;
  min-height: 81px;
  margin-bottom: 0;
  -webkit-transition: margin-bottom 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: margin-bottom 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  max-width: 1032px;
}
.accordion-item.active {
  margin-bottom: 22px;
}
.accordion-item.active .accordion-item__title {
  min-height: var(--min-height-active);
}
.accordion-item.active .accordion-item__icon {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background: var(--current-background);
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.15;
  top: -2px;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item__title {
  min-height: var(--min-height);
  -webkit-transition: max-height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), min-height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: max-height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), min-height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.accordion-item__title button {
  font-size: inherit;
}
.accordion-item__expand {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 20px;
  background-color: transparent;
  color: inherit;
  border: none;
  cursor: pointer;
  text-align: left;
}
.accordion-item__icon {
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.accordion-item__content {
  position: relative;
  margin-top: 40px;
  max-height: var(--height);
  max-width: 770px;
  top: 0px;
  -webkit-transition-duration: 0.35s, 0.5s;
          transition-duration: 0.35s, 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-property: opacity, max-height, top, margin-top;
  transition-property: opacity, max-height, top, margin-top;
  -webkit-transition-delay: 0.3s, 0s, 0s, 0s;
          transition-delay: 0.3s, 0s, 0s, 0s;
}
.accordion-item__content p {
  font-size: 18px;
  line-height: 1.25;
  font-family: "TimesNow", serif;
  font-weight: 400;
}
.accordion-item__content p div {
  font-family: inherit;
}
.accordion-item__content p {
  line-height: 128%;
}
.accordion-item__content p a {
  font-size: 18px;
  line-height: 1.25;
  font-family: "TimesNow", serif;
  font-weight: 400;
}
.accordion-item__content p a div {
  font-family: inherit;
}
.accordion-item__content p a {
  text-decoration: underline;
  line-height: 128%;
}
.accordion-item__content[hidden] {
  display: block;
  top: 30px;
  margin-top: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition-delay: 0s, 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s, 0s;
  overflow: hidden;
}
.accordion-item__content[hidden].loaded {
  max-height: 0px;
}
.accordion-item__content .button {
  position: relative;
  top: -1px;
  margin-top: 2px;
}

.expanded .expanded-content {
  display: block !important;
}
.expanded .expanded-button {
  display: none !important;
}

.dictionary {
  position: relative;
}
.dictionary__items {
  display: -ms-grid;
  display: grid;
  gap: 80px 40px;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  margin-top: 2px;
}
@media (min-width: 1033px) {
  .dictionary__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1281px) {
  .dictionary__items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.dictionary__word-title {
  margin-bottom: 16px;
}
.dictionary__word-description {
  font-family: "Studio6", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.24px;
  margin-bottom: 15px;
}
@media (min-width: 1033px) {
  .dictionary__word-description {
    max-width: 300px;
  }
}

.header {
  --header-color: #1e1919;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 10px 20px;
  background: #fcfbfa;
  color: var(--header-color);
  -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header.inactive * {
  pointer-events: none !important;
}
.header--hover {
  --header-color: #1e1919 !important;
}
.header--hover .button {
  color: #fcfbfa;
  border-color: #fcfbfa;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header .button span {
  -webkit-transition: 0s;
  transition: 0s;
}
@media (min-width: 1033px) {
  .header {
    height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 10px 40px;
  }
}
.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  min-height: 100dvh;
  background: var(--current-background);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--current-background);
  z-index: 11;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1032px) {
  .header::before {
    -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}
.header__logo {
  position: relative;
  z-index: 15;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 1033px) {
  .header__logo {
    min-width: 149px;
  }
}
@media (max-width: 1032px) {
  .header__logo svg {
    position: relative;
    top: -1px;
    width: 84px;
    height: auto;
  }
}
.header__logo path {
  fill: var(--header-color);
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header__hamburger {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  width: 30px;
  height: 30px;
}
@media (min-width: 1033px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger__line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 4px;
  background: var(--header-color);
  -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header__hamburger__line:first-child {
  -webkit-transform: translate(-50%, calc(-50% - 6px));
          transform: translate(-50%, calc(-50% - 6px));
}
.header__hamburger__line:last-child {
  -webkit-transform: translate(-50%, calc(-50% + 6px));
          transform: translate(-50%, calc(-50% + 6px));
}
.header__cta {
  position: relative;
  z-index: 10;
  display: none;
}
.header__cta .button {
  -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 1;
}
@media (min-width: 1033px) {
  .header__cta {
    display: block;
  }
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100dvh;
  margin-top: 69px;
  padding-top: 40px;
  overflow: auto;
  z-index: 10;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-clip-path 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-clip-path 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: clip-path 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: clip-path 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-clip-path 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  -webkit-clip-path: circle(0% at 100% 0);
          clip-path: circle(0% at 100% 0);
  pointer-events: none;
}
@media (min-width: 1033px) {
  .nav {
    background: #fcfbfa;
    position: relative;
    margin-top: 0;
    padding-top: 0px;
    height: auto;
    width: auto;
    overflow: visible;
    pointer-events: all;
    -webkit-clip-path: unset;
            clip-path: unset;
    background: unset;
    opacity: 1;
  }
}
.nav .menu-primary-container {
  overflow: hidden;
}
@media (min-width: 1033px) {
  .nav .menu-primary-container {
    overflow: visible;
  }
}
.nav .menu {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 0 20px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 1033px) {
  .nav .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    opacity: 1;
    -webkit-transform: unset;
            transform: unset;
    padding: 0;
  }
}
.nav .menu > .menu-item:nth-last-child(2) {
  border: none;
}
.nav .menu > .menu-item > a::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 150%;
  height: 45px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.nav .menu > .menu-item--parent::before {
  width: 150%;
}
.nav .menu-item {
  position: relative;
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  z-index: 2;
}
.nav .menu-item .manu-item {
  padding: 0;
}
@media (min-width: 1033px) {
  .nav .menu-item {
    margin: 0 47.5px;
    padding: 0;
    z-index: initial;
  }
}
.nav .menu-item:first-child {
  border-top: 1px solid #e6e1da;
}
@media (min-width: 1033px) {
  .nav .menu-item:first-child {
    border: none;
  }
}
.nav .menu-item:not(:last-child) {
  border-bottom: 1px solid #e6e1da;
}
@media (min-width: 1033px) {
  .nav .menu-item:not(:last-child) {
    border: none;
  }
}
.nav .menu-item--mobile-only {
  display: -webkit-box;
  display: flex;
}
.nav .menu-item--mobile-only:last-child {
  background: #e6e1da;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 40px;
}
@media (min-width: 1033px) {
  .nav .menu-item--mobile-only {
    display: none;
  }
}
@media (min-width: 1033px) {
  .nav .menu-item--parent > a .menu-item-title span,
  .nav .menu-item--parent > a .menu-item-image {
    display: none;
  }
}
.nav .menu-item a {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  color: inherit;
  text-decoration: none;
  z-index: 10;
}
@media (max-width: 1032px) {
  .nav .menu-item a {
    color: #1e1919;
  }
}
.nav .menu-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../svg/arrow.svg");
  background-size: contain;
  display: block;
}
@media (min-width: 1033px) {
  .nav .menu-item a::before {
    display: none;
    width: 18px;
    height: 18px;
  }
}
.nav .menu-item-image {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  pointer-events: none;
  opacity: 1 !important;
}
@media (min-width: 341px) {
  .nav .menu-item-image {
    margin-right: 20px;
    width: 80px;
    height: 80px;
  }
}
.nav .menu-item-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-left: 5px;
}
@media (min-width: 341px) {
  .nav .menu-item-title {
    margin-right: 20px;
  }
}
@media (min-width: 1033px) {
  .nav .menu-item-title {
    margin-left: 0;
  }
}
.nav .menu-item-title span {
  font-size: 18px;
  line-height: 1.25;
  font-family: "TimesNow", serif;
  font-weight: 400;
}
.nav .menu-item-title span div {
  font-family: inherit;
}
.nav .menu-item-title span {
  margin-top: 8px;
  padding-right: 10px;
}
.nav .menu-item-has-children {
  padding: 0;
}
.nav .menu-item-has-children > a {
  display: none;
}
@media (min-width: 1033px) {
  .nav .menu-item-has-children > a {
    display: -webkit-box;
    display: flex;
  }
}
.nav .menu-item-has-children a::after {
  content: "↓";
  position: absolute;
  right: -14.5px;
  display: none;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 1033px) {
  .nav .menu-item-has-children a::after {
    display: block;
  }
}
.nav .menu-item-has-children:hover a::after {
  -webkit-transform: translateY(-2px) rotate(-180deg);
          transform: translateY(-2px) rotate(-180deg);
}
.nav .menu-item-has-children:hover .sub-menu {
  pointer-events: all;
}
.nav .menu-item-has-children:hover .sub-menu .menu-item {
  opacity: 1;
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}
.nav .menu-item-has-children:hover .sub-menu::after {
  max-height: 300px;
}

@media (min-width: 1033px) {
  .sub-menu {
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
            align-items: flex-end;
    width: 100%;
    height: 238px;
    padding-bottom: 47px;
    pointer-events: none;
  }
}
@media (min-width: 1701px) {
  .sub-menu {
    padding-right: calc(50% - 1568px / 2);
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
  .sub-menu .menu-item:last-child {
    margin-right: 0;
  }
}
.sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  height: 238px;
  max-height: 0px;
  background: #fff;
  display: none;
  -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 1033px) {
  .sub-menu::after {
    display: block;
  }
}
.sub-menu .menu-item {
  position: relative;
  z-index: 10;
  color: #1e1919;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
}
@media (min-width: 1281px) {
  .sub-menu .menu-item {
    margin: 0 60px 0 0;
  }
}
@media (min-width: 1033px) {
  .sub-menu .menu-item {
    margin: 0 40px 0 0;
    opacity: 0;
    min-width: 283px;
  }
}
.sub-menu .menu-item:first-child {
  border-top: none;
}
.sub-menu .menu-item a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.sub-menu .menu-item a::after {
  display: none;
}
@media (min-width: 1033px) {
  .sub-menu .menu-item a::before {
    display: block;
    top: 4.5px;
    -webkit-transform: unset;
            transform: unset;
    right: 40px;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .sub-menu .menu-item a:hover::before {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 1;
  }
}

@media (max-width: 1032px) {
  .header--closing .nav {
    background: #fcfbfa;
  }
  .header--active {
    --header-color: #1e1919 !important;
  }
  .header--active::before {
    background: #fcfbfa;
    opacity: 1;
  }
  .header--active .menu {
    opacity: 1;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .header--active .nav {
    -webkit-clip-path: circle(150% at 100% 0);
            clip-path: circle(150% at 100% 0);
    max-height: calc(100dvh - 69px);
    pointer-events: all;
    background: #fcfbfa;
    opacity: 1;
  }
}
@media (max-width: 1032px) and (min-width: 1033px) {
  .header--active .nav {
    padding-top: 0;
  }
}
@media (max-width: 1032px) {
  .header--active .header__hamburger__line:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
  }
  .header--active .header__hamburger__line:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
  }
}

.active .header__hamburger__line:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.active .header__hamburger__line:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.single-service .footer-separator {
  margin-top: -72px;
}

.footer {
  padding: 30px 0 40px 0;
  margin-top: -3px;
}
@media (min-width: 1033px) {
  .footer {
    padding-top: 40px;
  }
}
.footer__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
}
@media (min-width: 1033px) {
  .footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
.footer__body {
  position: relative;
  width: calc(100% + 5px);
  left: -1px;
}
@media (min-width: 1033px) {
  .footer__body {
    width: 100%;
    left: 0;
    max-width: 1032px;
    margin-top: 2px;
  }
}
.footer__columns {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1033px) {
  .footer__columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: nowrap;
  }
}
.footer__column {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 50%;
  margin-bottom: 30px;
}
.footer__column:nth-child(3) {
  padding-left: 8px;
}
@media (min-width: 1033px) {
  .footer__column:nth-child(3) {
    padding-left: 0;
  }
}
@media (min-width: 1033px) {
  .footer__column {
    margin-bottom: 0px;
  }
}
.footer__column--has-rows {
  display: -webkit-box;
  display: flex;
  width: 100%;
}
@media (min-width: 1033px) {
  .footer__column--has-rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.footer__column--has-rows .footer__row:nth-child(2) {
  padding-left: 10px;
}
@media (min-width: 1033px) {
  .footer__column--has-rows .footer__row:nth-child(2) {
    padding-left: 0;
  }
}
@media (min-width: 1033px) {
  .footer__column {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    width: 100%;
    min-width: 160px;
  }
}
@media (min-width: 1281px) {
  .footer__column {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    min-width: 180px;
    margin-right: 40px;
  }
}
@media (min-width: 1651px) {
  .footer__column {
    min-width: 228px;
  }
}
.footer__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.footer__row:last-child {
  margin-bottom: 0;
}
.footer__row-title {
  margin-bottom: 20.5px;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
}
.footer__nav {
  margin-bottom: 37px;
}
@media (min-width: 1033px) {
  .footer__nav {
    margin-bottom: 188px;
  }
}
.footer__nav-item {
  display: block;
  margin-bottom: 10.65px;
  color: inherit;
  font-size: 18px;
  line-height: 1.25;
  font-family: "TimesNow", serif;
  font-weight: 400;
}
.footer__nav-item div {
  font-family: inherit;
}
.footer__nav-item {
  text-decoration: none;
  text-underline-offset: 5px;
}
.footer__nav-item:hover {
  -webkit-text-decoration: wavy underline 1px;
          text-decoration: wavy underline 1px;
}
@media (min-width: 1033px) {
  .footer__nav-item {
    margin-bottom: 10.5px;
  }
  .footer__nav-item br {
    display: none;
  }
}
.footer__copy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: end;
          align-items: flex-end;
}
@media (min-width: 1033px) {
  .footer__copy:not(:last-child) {
    margin-bottom: 40px;
  }
}
.footer__copy--mobile {
  display: -webkit-box;
  display: flex;
}
@media (min-width: 1033px) {
  .footer__copy--mobile {
    display: none;
  }
}
.footer__copy--desktop {
  display: none;
}
@media (min-width: 1033px) {
  .footer__copy--desktop {
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 1033px) {
  .footer__copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
.footer__copy .footer__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 8px;
  padding-top: 1px;
  margin-bottom: 23px;
}
@media (min-width: 1033px) {
  .footer__copy .footer__column {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding-top: 0;
    padding-left: 0;
  }
}
.footer__copy .footer__row {
  margin-bottom: 24px;
}
@media (min-width: 1033px) {
  .footer__copy .footer__row {
    margin-bottom: 40px;
  }
}
.footer__copy .footer__row:last-child {
  margin-bottom: 0;
}
.footer__copy p {
  font-family: "Studio6", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.24px;
}
@media (min-width: 390px) {
  .footer__copy p:not(:first-child) {
    white-space: nowrap;
  }
}
.footer__copy p:not(:last-child) {
  margin-bottom: 8px;
}
.footer__bottom {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (min-width: 1033px) {
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: stretch;
            align-items: stretch;
  }
}
.footer__info {
  width: 100%;
}
@media (min-width: 1033px) {
  .footer__info {
    max-width: calc(100% - 158px);
  }
}
@media (min-width: 1281px) {
  .footer__info {
    max-width: calc(100% - 228px);
  }
}
.footer__text {
  width: 100%;
  height: 100%;
  max-width: 50%;
  padding-left: 8px;
}
@media (min-width: 1033px) {
  .footer__text {
    max-width: 158px;
  }
}
@media (min-width: 1281px) {
  .footer__text {
    max-width: 228px;
    padding-left: 0;
  }
}
.footer__left {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  min-width: 150px;
  padding-right: 40px;
}
@media (min-width: 1033px) {
  .footer__left {
    width: 30%;
  }
}
.footer__content {
  margin-bottom: 40px;
  font-family: "TimesNow", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 110%;
}
.footer__content * {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}
@media (min-width: 1033px) {
  .footer__content {
    font-size: clamp(20px, 1.7361111111vw, 28px);
  }
}
.footer__image {
  bottom: 39px;
  left: 20px;
  max-width: 150px;
  width: 100%;
  position: absolute;
}
@media (min-width: 1033px) {
  .footer__image {
    max-width: unset;
    position: relative;
    top: 0;
    left: 0;
    bottom: 70px;
  }
}

/* Style the password form */
.post-password-form {
  padding: 20px;
  border-radius: 5px;
  font-family: "Studio6", sans-serif;
}
.post-password-form p {
  font-size: 20px;
  margin-bottom: 20px;
}
.post-password-form input[type=password] {
  border: 2px solid #000;
  padding: 10px;
  width: 100%;
  max-width: 300px;
}
.post-password-form input[type=submit] {
  background-color: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.post-password-form input[type=submit]:hover {
  background-color: #005a8b;
}

.page-404-wrapper {
  padding: 5vw 0;
}
.page-404-wrapper--no-sidebar .body {
  margin: 0 auto;
}
.page-404-wrapper--no-sidebar .body .text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.page-404-wrapper .button:hover {
  color: #1e1919;
}
.page-404-wrapper .button:hover .button__bg {
  background: #fcfbfa;
}

.error404 {
  --current-background: #fcfbfa;
}

.person {
  position: fixed;
  width: 100%;
  z-index: 999;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
          align-items: flex-start;
}
.person.disabled {
  pointer-events: none;
}
.person .fadeIn,
.person .fadeIn-el,
.person .text > p:not(.highlight) {
  opacity: 1 !important;
}
.person .text p a,
.person .text p span {
  font-size: 18px;
  line-height: 1.25;
  font-family: "TimesNow", serif;
  font-weight: 400;
}
.person .text p a div,
.person .text p span div {
  font-family: inherit;
}
.person--frame--skeletor, .person--ajax {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  z-index: 999;
}
.person--frame--skeletor.disabled, .person--ajax.disabled {
  pointer-events: none;
}
.person--frame--skeletor .person__close--btn, .person--ajax .person__close--btn {
  opacity: 0;
}
.person--frame--skeletor .person__wrapper, .person--ajax .person__wrapper {
  overflow: auto;
  opacity: 0;
  min-height: 100dvh;
}
.person--frame--skeletor .person__area, .person--ajax .person__area {
  -webkit-transition: -webkit-clip-path 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-clip-path 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: clip-path 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: clip-path 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-clip-path 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.person--frame--skeletor .person__area.loaded, .person--ajax .person__area.loaded {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.person--frame--skeletor {
  pointer-events: none;
}
.person--frame--skeletor .person__area {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  overflow: hidden;
}
.person--frame--skeletor .person__wrapper {
  left: calc(var(--scrollbar-width));
  overflow: hidden;
}
.person--frame--skeletor .person__wrapper::before {
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.person--frame--skeletor .person__wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  border: 1px solid var(--color);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  opacity: 0;
}
.person--frame--skeletor .person__wrapper.loading::before {
  opacity: 1;
}
.person--frame--skeletor.active {
  pointer-events: all;
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.person--frame--skeletor.active .person__wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  border: 1px solid var(--color);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  opacity: 0;
}
.person--frame--skeletor.active .person__wrapper.loading::before {
  opacity: 1;
}
.person--frame--skeletor.active .person__wrapper::before {
  width: 20px;
  height: 20px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
}
.person--ajax .person__close--fw {
  opacity: 0;
}
.person .thumbnails {
  background: var(--single-team-bg);
  padding: 80px 0;
  width: 100%;
}
.person .thumbnails:last-child {
  position: relative;
  top: -1.1px;
  background: #fcfbfa;
}
@media (max-width: 768px) {
  .person .thumbnails .swiper-slide {
    width: 50% !important;
    max-width: 227px !important;
  }
  .person .thumbnails .swiper-slide .media__item,
  .person .thumbnails .swiper-slide img {
    width: auto !important;
    height: auto !important;
  }
}
.person .thumbnails .swiper-slide:last-child {
  margin-right: 20px;
  padding-right: 0;
}
@media (min-width: 1033px) {
  .person .thumbnails .swiper-slide:last-child {
    margin-right: 40px;
  }
}
.person .thumbnails__container {
  margin-left: 0;
}
@media (min-width: 1033px) {
  .person .thumbnails__container {
    padding-left: 40px;
  }
}
.person__area {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100dvh;
  width: 100%;
  padding-left: 0px;
  overflow: auto;
}
@media (min-width: 1033px) {
  .person__area {
    max-width: 884px;
    padding-left: 40px;
  }
}
.person__wrapper {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  width: 100%;
  min-height: 100dvh;
  background: #fcfbfa;
}
@media (min-width: 1033px) {
  .person__wrapper {
    padding-top: 40px;
    max-width: 844px;
  }
}
.person__image, .person__title, .person__position, .person__data, .person__description {
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media (min-width: 1033px) {
  .person__image, .person__title, .person__position, .person__data, .person__description {
    width: calc(100% - 80px);
  }
}
.person__image {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 764/430;
  margin-bottom: 40px;
  max-height: 430px;
}
.person__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
  overflow: hidden;
}
.person__title {
  margin-bottom: 8px;
}
.person__position {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-family: "Studio6", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.24px;
  font-weight: bold;
  margin-bottom: 24.9px;
}
.person__position span {
  font-weight: 400;
  color: #c4bdb3;
  margin-right: 5px;
  display: inline-block;
}
.person__description {
  margin-bottom: 58px;
}
.person__description p {
  font-size: 18px;
  line-height: 1.25;
  font-family: "TimesNow", serif;
  font-weight: 400;
}
.person__description p div {
  font-family: inherit;
}
.person__description p {
  line-height: 128%;
}
.person__data {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 0 40px;
  padding-bottom: 80px;
  padding-top: 62px;
}
@media (min-width: 1033px) {
  .person__data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
.person__data::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background: var(--current-background);
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.15;
  background: #e6e1da;
}
.person__data-col {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-bottom: 24px;
}
@media (min-width: 1033px) {
  .person__data-col {
    max-width: 228px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.person__data-col .expanded-button {
  margin-top: 16px;
  color: #c4bdb3;
}
.person__data-title {
  font-family: "Studio6", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  font-weight: bold;
  color: #c4bdb3;
  margin-bottom: 16px;
  min-width: 105px;
}
@media (min-width: 1033px) {
  .person__data-title {
    min-width: unset;
  }
}
.person__data-cell {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.person__data-cell, .person__data-item {
  position: relative;
  top: -2px;
}
@media (min-width: 1033px) {
  .person__data-cell, .person__data-item {
    top: 0;
  }
}
.person__data p,
.person__data a {
  font-size: 18px;
  line-height: 1.25;
  font-family: "TimesNow", serif;
  font-weight: 400;
}
.person__data p div,
.person__data a div {
  font-family: inherit;
}
.person__data a {
  margin-bottom: 0.5px;
}
@media (max-width: 340px) {
  .person__data p br {
    content: " ";
    height: 10px;
    display: block;
  }
}
.person__close {
  position: fixed;
  top: 0;
  right: 844px;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #e6e1da;
  z-index: 999;
}
@media (min-width: 1033px) {
  .person__close {
    right: 844px;
    left: unset;
  }
}
.person__close--fw {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: unset;
          transform: unset;
  z-index: 1;
  background: #504c4a;
  opacity: 0.75;
}
.person__close--btn {
  opacity: 0;
}
.person__close svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  pointer-events: none;
}
.person .body {
  padding-right: 0 !important;
}
.person .has-sidebar--0 .swiper-slide--fake {
  display: none !important;
}
@media (min-width: 1033px) {
  .person .has-sidebar--1 .body {
    max-width: calc(100% - 260px) !important;
  }
}
.person .sidebar {
  max-width: 228px;
}
.person .sidebar img {
  position: relative;
  left: -11px;
  top: 9px;
  max-width: 149px;
}
.person .sidebar p br {
  margin-bottom: 8.5px !important;
}
.person .sidebar p:last-child {
  white-space: initial;
}
.person .standard-content__image {
  position: relative;
  margin-top: 20px;
}
.person .section .container {
  max-width: 90%;
}/**
 * Swiper 14.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 6, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
: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;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          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;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      -webkit-scroll-snap-type: x mandatory;
          -ms-scroll-snap-type: x mandatory;
              scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-slides-offset-before);
              margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-end: var(--swiper-slides-offset-after);
              margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      -webkit-scroll-snap-type: y mandatory;
          -ms-scroll-snap-type: y mandatory;
              scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-slides-offset-before);
              margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-after: var(--swiper-slides-offset-after);
              margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      -webkit-scroll-snap-type: none;
          -ms-scroll-snap-type: none;
              scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      -webkit-box-ordinal-group: 10000;
              order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-centered-offset-before);
              margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-centered-offset-before);
              margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    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;
  -webkit-transform-origin: 50%;
          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:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
            animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
