/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(images/loading.f657825a.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(images/prev.0edc57cc.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(images/next.62074ac7.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(images/close.0cfd6489.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url(fonts/Inter-Regular.886b97d3.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(fonts/Inter-SemiBold.e6bd0844.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(fonts/Inter-Italic.8c12e04a.woff) format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url(fonts/Inter-SemiBoldItalic.357cd236.woff) format("woff");
  font-weight: bold;
  font-style: italic;
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Inter", sans-serif;
  line-height: 1.3;
  color: #000;
  overflow: hidden;
  padding: 20px 0;
  position: fixed;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  body {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1900px) {
  body {
    font-size: 1.3125rem;
  }
}
@media (min-width: 800px) {
  body {
    padding: 35px 0;
  }
}
body::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
}
@media (min-width: 800px) {
  body::after {
    height: 35px;
  }
}

p {
  margin-top: 0;
  margin-bottom: 0;
}
p:not(:last-child) {
  margin-bottom: 20px;
}

ul {
  padding-left: 20px;
}

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

a {
  color: #000000;
  transition: 0.3s ease;
}

input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A5A5A5;
}

input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A5A5A5;
}

input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A5A5A5;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A5A5A5;
}
input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #A5A5A5;
}

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

@media (min-width: 800px) {
  .hide-desktop {
    display: none;
  }
}

.general-container {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
}
body:not(.search) .general-container {
  height: calc(100vh - 40px);
  height: calc((var(--vh, 1vh) * 100) - 40px);
}
@media (min-width: 800px) {
  body:not(.search) .general-container {
    height: calc(100vh - 70px);
  }
}
body:not(.search) .general-container::after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: #000;
  position: absolute;
  left: 20px;
  bottom: 0;
  display: block;
  z-index: 20;
}
@media (min-width: 800px) {
  body:not(.search) .general-container::after {
    width: calc(100% - 70px);
    left: 35px;
  }
}

.page-container {
  width: 100%;
  height: calc(100% - 94px);
  padding: 0 20px;
  background: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.4s ease-out;
  scroll-behavior: smooth;
}
@media (min-width: 1440px) {
  .page-container {
    height: calc(100% - 136px);
  }
}
@media (min-width: 1900px) {
  .page-container {
    height: calc(100% - 184px);
  }
}
@media (min-width: 800px) {
  .page-container {
    padding: 0 35px;
  }
}
.page-container.kura {
  transform: translateY(-98px);
  z-index: 1;
}
@media (min-width: 1440px) {
  .page-container.kura {
    transform: translateY(-136px);
  }
}
@media (min-width: 1900px) {
  .page-container.kura {
    transform: translateY(-184px);
  }
}
.page-container.editorial {
  transform: translateY(-74px);
  z-index: 2;
}
@media (min-width: 1440px) {
  .page-container.editorial {
    transform: translateY(-102px);
  }
}
@media (min-width: 1900px) {
  .page-container.editorial {
    transform: translateY(-138px);
  }
}
.page-container.press {
  transform: translateY(-50px);
  z-index: 3;
}
@media (min-width: 1440px) {
  .page-container.press {
    transform: translateY(-68px);
  }
}
@media (min-width: 1900px) {
  .page-container.press {
    transform: translateY(-92px);
  }
}
.page-container.contact {
  transform: translateY(-26px);
  z-index: 4;
}
@media (min-width: 1440px) {
  .page-container.contact {
    transform: translateY(-34px);
  }
}
@media (min-width: 1900px) {
  .page-container.contact {
    transform: translateY(-46px);
  }
}
.page-container.active .page-inner {
  overflow-y: scroll;
  height: 100%;
}
@media (min-width: 800px) {
  .page-container.active .page-inner {
    height: calc(100% + 24px);
    transition: margin-top 0.4s ease;
    margin-top: -23px;
  }
}
@media (min-width: 1440px) {
  .page-container.active .page-inner {
    margin-top: -33px;
    height: calc(100% + 34px);
  }
}
@media (min-width: 1900px) {
  .page-container.active .page-inner {
    margin-top: -45px;
    height: calc(100% + 46px);
  }
}

.page-wrapper {
  width: 100%;
  height: 100%;
  background: white;
}
@media (min-width: 800px) {
  .page-wrapper {
    display: flex;
  }
}

.page-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: margin-top 0.4s ease;
  position: relative;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.page-inner::-webkit-scrollbar {
  display: none;
}

.page-content {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  position: absolute;
  top: 0;
  left: 0;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.page-content::-webkit-scrollbar {
  display: none;
}

.page-head {
  display: flex;
  width: 100%;
  height: 24px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid;
  cursor: pointer;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .page-head {
    height: 34px;
  }
}
@media (min-width: 1900px) {
  .page-head {
    height: 46px;
  }
}
.page-head h1 {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 0;
  pointer-events: none;
}
@media (min-width: 1280px) {
  .page-head h1 {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1440px) {
  .page-head h1 {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1900px) {
  .page-head h1 {
    font-size: 1.3125rem;
  }
}
.page-head__mobile-submenu-trigger {
  text-align: right;
  display: none;
}
.page-head__mobile-submenu-trigger::after {
  content: "+";
  display: inline-block;
  padding-left: 10px;
}
@media (max-width: 799px) {
  .active .page-head__mobile-submenu-trigger {
    display: block;
    min-width: 40px;
  }
  .page-head__mobile-submenu-trigger br {
    display: none;
  }
}

body[data-section=kura] .page-container.kura {
  transform: translateY(0);
  top: 0;
}
body[data-section=kura] .page-container.editorial {
  transform: translateY(-74px);
  z-index: 2;
}
@media (min-width: 1440px) {
  body[data-section=kura] .page-container.editorial {
    transform: translateY(-102px);
  }
}
@media (min-width: 1900px) {
  body[data-section=kura] .page-container.editorial {
    transform: translateY(-138px);
  }
}
body[data-section=editorial] body[data-section=kura] .page-container.editorial {
  transform: translateY(0);
  top: 23px;
}
@media (min-width: 1440px) {
  body[data-section=editorial] body[data-section=kura] .page-container.editorial {
    top: 33px;
  }
}
@media (min-width: 1900px) {
  body[data-section=editorial] body[data-section=kura] .page-container.editorial {
    top: 45px;
  }
}

body[data-section=editorial] .page-container.kura {
  transform: translateY(0);
  top: 0;
}
body[data-section=editorial] .page-container.editorial {
  transform: translateY(0);
  top: 24px;
}
@media (min-width: 1440px) {
  body[data-section=editorial] .page-container.editorial {
    top: 34px;
  }
}
@media (min-width: 1900px) {
  body[data-section=editorial] .page-container.editorial {
    top: 45px;
  }
}

body[data-section=press] .page-container.kura {
  transform: translateY(0);
  top: 0;
}
body[data-section=press] .page-container.editorial {
  transform: translateY(0);
  top: 24px;
}
@media (min-width: 1440px) {
  body[data-section=press] .page-container.editorial {
    top: 34px;
  }
}
@media (min-width: 1900px) {
  body[data-section=press] .page-container.editorial {
    top: 45px;
  }
}
body[data-section=press] .page-container.press {
  transform: translateY(0);
  top: 48px;
}
@media (min-width: 1440px) {
  body[data-section=press] .page-container.press {
    top: 68px;
  }
}
@media (min-width: 1900px) {
  body[data-section=press] .page-container.press {
    top: 90px;
  }
}

body[data-section=contact] .page-container.kura {
  transform: translateY(0);
  top: 0;
}
body[data-section=contact] .page-container.editorial {
  transform: translateY(0);
  top: 24px;
}
@media (min-width: 1440px) {
  body[data-section=contact] .page-container.editorial {
    top: 34px;
  }
}
@media (min-width: 1900px) {
  body[data-section=contact] .page-container.editorial {
    top: 45px;
  }
}
body[data-section=contact] .page-container.press {
  transform: translateY(0);
  top: 48px;
}
@media (min-width: 1440px) {
  body[data-section=contact] .page-container.press {
    top: 68px;
  }
}
@media (min-width: 1900px) {
  body[data-section=contact] .page-container.press {
    top: 90px;
  }
}
body[data-section=contact] .page-container.contact {
  transform: translateY(0);
  top: 72px;
}
@media (min-width: 1440px) {
  body[data-section=contact] .page-container.contact {
    top: 102px;
  }
}
@media (min-width: 1900px) {
  body[data-section=contact] .page-container.contact {
    top: 135px;
  }
}

.side-menu {
  flex-direction: column;
  justify-content: space-between;
  display: none;
}
@media (min-width: 800px) {
  .side-menu {
    display: flex;
    min-width: 14.3%;
    max-width: 14.3%;
    padding-right: 2%;
    opacity: 0;
  }
  .page-container.active .side-menu {
    opacity: 1;
  }
}
.side-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 35px;
}
.side-menu ul li {
  transition: 0.3s ease-out 0.2s;
  position: relative;
}
.side-menu ul li > .single-nav {
  margin-top: 35px;
  position: absolute;
  transition: opacity 0.2s ease 0.3s;
}
@media (max-width: 799px) {
  .side-menu ul li > .single-nav {
    display: none;
  }
}
.side-menu ul li:not(.active) > .single-nav, .side-menu ul li > .single-nav:not(.active) {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.side-menu ul li.hidden {
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.side-menu--active {
  height: 100%;
  display: block;
}
.side-menu--active ul {
  justify-content: flex-start;
  padding-top: 20px;
  padding-left: 20px;
}
.side-menu__top {
  transition: opacity 0.2s ease 0.3s;
  opacity: 1;
}
.side-menu__top ul {
  justify-content: flex-start;
  height: auto;
}
.side-menu__top:not(.active) {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.side-menu__bottom {
  padding: 0;
  justify-content: flex-end;
}
.side-menu__top {
  padding: 0;
  padding-top: 25px;
  justify-content: flex-start;
}
.side-menu__single {
  display: block;
  margin: 0 0 30px;
}
.side-menu__excerpt {
  margin-top: 20px;
}
.side-menu__single-nav span {
  display: block;
  color: #A5A5A5;
  transition: 0.5s ease;
  cursor: pointer;
}
@media (min-width: 800px) {
  .side-menu__single-nav span:hover {
    color: #000000;
  }
}
.side-menu__single-nav .single-nav--disabled {
  opacity: 0.2;
  cursor: auto;
}
.side-menu__single-nav .single-nav--disabled:hover {
  color: #A5A5A5;
}
.side-menu__single-nav--mobile {
  width: 100%;
  height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-top: 1px solid #000;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 800px) {
  .side-menu__single-nav--mobile {
    display: none;
  }
}
.side-menu .active a {
  color: #000000;
}
.side-menu a {
  line-height: 1.3;
  font-weight: 300;
  color: #A5A5A5;
  text-decoration: none;
}
.side-menu a:hover {
  color: #000000;
}

.wrapper {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1900px) {
  .wrapper {
    margin-left: -17px;
    margin-right: -17px;
  }
}
.wrapper.justify-end {
  justify-content: flex-end;
}
.wrapper.justify-center {
  justify-content: center;
}
.wrapper.row-reverse {
  flex-direction: row-reverse;
}
.wrapper .cols {
  padding: 0 12px;
}
@media (min-width: 1440px) {
  .wrapper .cols {
    padding: 0 15px;
  }
}
@media (min-width: 1900px) {
  .wrapper .cols {
    padding: 0 17px;
  }
}
@media (min-width: 800px) {
  .wrapper .cols__two {
    width: 33.33%;
  }
}
.wrapper .cols__four {
  width: 66.66%;
}
.wrapper .cols__five {
  width: 83.3333%;
}
.wrapper .cols__half {
  width: 50%;
}

.single__header {
  height: calc((var(--vh, 1vh) * 100) - 138px);
}
@media (min-width: 1440px) {
  .single__header {
    height: calc((var(--vh, 1vh) * 100) - 172px);
  }
}
@media (min-width: 1900px) {
  .single__header {
    height: calc((var(--vh, 1vh) * 100) - 208px);
  }
}
@media (max-width: 799px) {
  .single__header {
    height: auto;
    display: block;
  }
}
@media (min-width: 800px) {
  .single__header--editorial {
    height: calc(var(--vh, 1vh) * 45);
  }
}
@media (max-width: 799px) {
  .single__excerpt {
    width: 33.33%;
  }
}
.single__title {
  font-size: 0.8125rem;
  margin: 0;
}
@media (max-width: 799px) {
  .single__title {
    font-size: 1rem;
    width: 66.66%;
    padding-left: 20px;
  }
}
@media (min-width: 1440px) {
  .single__title {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1900px) {
  .single__title {
    font-size: 1.3125rem;
  }
}
.single__feat-img {
  width: 100%;
  height: 100%;
}
@media (max-width: 799px) {
  .single__feat-img {
    height: 230px;
  }
  .single__feat-img.cols {
    width: 100%;
  }
}
.single__feat-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single__meta {
  padding: 48px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 799px) {
  .single__meta {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1440px) {
  .single__meta {
    padding: 40px 30px;
  }
}
@media (min-width: 1900px) {
  .single__meta {
    padding: 40px 30px;
  }
}

.single-intro {
  padding-top: 40px;
}
@media (min-width: 800px) {
  .single-intro {
    padding-top: 80px;
  }
}
@media (min-width: 1440px) {
  .single-intro {
    padding-top: 125px;
  }
}
@media (min-width: 1900px) {
  .single-intro {
    padding-top: 185px;
  }
}
.single-intro--editorial {
  padding-top: 60px;
}
@media (min-width: 1440px) {
  .single-intro--editorial {
    padding-top: 80px;
  }
}
@media (min-width: 1900px) {
  .single-intro--editorial {
    padding-top: 120px;
  }
}
@media (max-width: 799px) {
  .single-intro .cols {
    width: 100%;
  }
}
.single-intro__aside {
  padding-right: 20px;
  padding-left: 20px;
  color: #A5A5A5;
}
@media (max-width: 799px) {
  .single-intro__aside {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 800px) {
  .single-intro__aside {
    padding-right: 10%;
    padding-left: calc(33.33% + 10px);
  }
}
@media (max-width: 799px) {
  .single-intro__aside--pandora .single-intro__aside-inner {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.single-intro__aside a {
  text-decoration: underline;
  color: #A5A5A5;
}
.single-intro__aside a:hover {
  color: #000000;
}
@media (max-width: 799px) {
  .single-intro__aside-inner {
    width: 66.66%;
    padding-left: 20px;
  }
}
@media (min-width: 800px) {
  .single-intro__aside-inner {
    margin-bottom: 30px;
  }
}
@media (max-width: 799px) {
  .single-intro__aside-share {
    width: 33.33%;
  }
}
.single-intro__category {
  text-transform: uppercase;
}
@media (max-width: 799px) {
  .single-intro__category {
    width: 50%;
  }
}
@media (max-width: 799px) {
  .single-intro__mobile-right {
    width: 66.66%;
    display: flex;
    flex-direction: column;
  }
}
.single-intro__excerpt {
  display: block;
  font-size: 1.125rem;
  margin: 25px 0;
  color: #000000;
}
@media (min-width: 800px) {
  .single-intro__excerpt {
    margin: 60px 0;
    font-size: 1.1875rem;
  }
}
@media (min-width: 1900px) {
  .single-intro__excerpt {
    font-size: 1.75rem;
  }
}
@media (max-width: 799px) {
  .single-intro__author, .single-intro__excerpt {
    order: 1;
  }
}
.single-intro__date {
  display: block;
}
@media (max-width: 799px) {
  .single-intro__date {
    order: 0;
  }
}
@media (min-width: 800px) {
  .single-intro__date {
    margin-bottom: 30px;
  }
}
@media (max-width: 799px) {
  .single-intro__date + .share {
    order: 1;
  }
}
.single-intro__text {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 50px;
}
@media (min-width: 800px) {
  .single-intro__text {
    padding-right: 30%;
    padding-left: 0;
    padding-top: 0;
  }
}
.single-intro__feat {
  font-size: 1.125rem;
  margin-bottom: 45px;
}
@media (min-width: 1440px) {
  .single-intro__feat {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1900px) {
  .single-intro__feat {
    font-size: 1.875rem;
    margin-bottom: 80px;
  }
}

.single-module {
  padding-top: 45px;
}
@media (min-width: 1900px) {
  .single-module {
    padding-top: 60px;
  }
}

@media (max-width: 799px) {
  .single-img {
    margin-bottom: 40px;
  }
  .single-img .cols__half {
    width: 100%;
  }
}
.single-img .wrapper {
  overflow: visible;
}
.single-img.has-caption + .single-text:not(.single-interview) {
  padding: 0;
}
.single-img.has-caption .single-img__caption {
  margin-bottom: 0;
}
.single-img--full {
  width: 100%;
}
.single-img--full figcaption {
  padding-left: calc(33.33%);
}
@media (min-width: 800px) {
  .single-img--full figcaption {
    padding-left: 0;
  }
}
@media (max-width: 799px) {
  .single-img--full.has-caption + .single-text {
    margin-top: 0 !important;
  }
}
@media (max-width: 799px) {
  .single-img--medium.has-caption + .single-text {
    margin-top: 0 !important;
  }
}
@media (min-width: 800px) {
  .single-img--medium .img-caption {
    padding-left: 0;
  }
}
.single-img--text-width figure a img {
  margin-bottom: 0;
}
@media (max-width: 799px) {
  .single-img--text-width {
    margin-bottom: 0;
  }
  .single-img--text-width.has-caption + .single-text {
    margin-top: 0 !important;
  }
  .single-img--text-width .wrapper {
    flex-direction: column-reverse;
  }
  .single-img--text-width .wrapper img {
    margin-bottom: 30px;
  }
  .single-img--text-width .img-caption {
    padding-left: calc(33.33%);
  }
}
.single-img--multiple {
  position: relative;
}
@media (max-width: 799px) {
  .single-img--multiple .cols:not(.captions) {
    width: 50%;
  }
  .single-img--multiple .single-img__captions {
    width: 100%;
  }
  .single-img--multiple.has-caption + .single-text {
    margin-top: 0 !important;
  }
  .single-img--multiple .single-img__caption:last-child {
    margin-bottom: 0;
  }
}
.single-img--multiple .cols {
  display: flex;
  align-items: flex-end;
}
.single-img--multiple .cols a {
  display: block;
  width: 100%;
}
.single-img figure {
  margin: 0;
  color: #A5A5A5;
  position: relative;
}
@media (max-width: 799px) {
  .single-img figure.cols__five {
    width: 100%;
  }
}
.single-img figure img {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  .single-img figure img {
    margin-bottom: 45px;
  }
}
@media (min-width: 1900px) {
  .single-img figure img {
    margin-bottom: 60px;
  }
}
.single-img__captions {
  width: 100%;
  color: #A5A5A5;
  padding-left: calc(50% + 12px);
}
@media (min-width: 800px) {
  .single-img__captions {
    padding-left: calc(16.666% + 15px);
  }
}
@media (min-width: 1440px) {
  .single-img__captions {
    padding-left: calc(16.666% + 18px);
  }
}
@media (min-width: 1900px) {
  .single-img__captions {
    padding-left: calc(16.666% + 22px);
  }
}
.single-img--multiple .single-img__captions .single-img__caption {
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  .single-img--multiple .single-img__captions .single-img__caption {
    margin-bottom: 45px;
  }
}
.single-img__caption {
  display: block;
  box-sizing: content-box;
}
@media (min-width: 1900px) {
  .single-img__caption {
    max-width: 100%;
  }
}

@media (max-width: 799px) {
  .single-text .cols {
    width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 800px) {
  .single-text__inner {
    padding-right: calc(30%);
  }
}
@media (min-width: 800px) {
  .single-text__right {
    padding-left: calc(33.33% + 10px);
  }
}
.single-text a:hover {
  opacity: 0.7;
}
.single-text h1, .single-text h2, .single-text h3, .single-text h4, .single-text h5 {
  font-size: 0.875rem;
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .single-text h1, .single-text h2, .single-text h3, .single-text h4, .single-text h5 {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1440px) {
  .single-text h1, .single-text h2, .single-text h3, .single-text h4, .single-text h5 {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1900px) {
  .single-text h1, .single-text h2, .single-text h3, .single-text h4, .single-text h5 {
    font-size: 1.3125rem;
  }
}
.single-text q, .single-text blockquote {
  display: block;
  padding-left: 14%;
}
.single-text q::after, .single-text q::before, .single-text blockquote::after, .single-text blockquote::before {
  display: none;
}
@media (min-width: 1900px) {
  .single-text q, .single-text blockquote {
    padding-left: 19%;
  }
}

.single-interview__question {
  margin-bottom: 40px;
}

@media (max-width: 799px) {
  .single-closing .wrapper {
    justify-content: center;
  }
}
.single-closing__img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.single-footer .single-module {
  padding: 0;
}
@media (max-width: 799px) {
  .single-footer .single-module .wrapper {
    justify-content: center;
  }
}
@media (max-width: 799px) {
  .single-footer .cols {
    width: 100%;
  }
}
.single-footer__top-img {
  padding-bottom: 50px;
}
.single-footer__top-img img {
  width: 140px;
}
@media (min-width: 1900px) {
  .single-footer__top-img img {
    width: 240px;
  }
}
.single-footer__text {
  padding: 0 20px;
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  .single-footer__text {
    padding-left: 30%;
    padding-right: 15%;
  }
}
.single-footer .swiper-pagination {
  top: 75vw;
  width: 100%;
}
.single-footer .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

@media (max-width: 799px) {
  .single-related {
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    overflow: visible;
  }
}
.single-related__item {
  margin-bottom: 40px;
}
@media (max-width: 799px) {
  .wrapper .single-related__item {
    padding: 0;
  }
}
@media (max-width: 799px) {
  .single-related__item img {
    width: 100%;
  }
}
.single-related__meta {
  font-weight: 400;
  color: #A5A5A5;
  display: block;
  margin: 30px 0;
  font-size: 0.875rem;
}
@media (max-width: 799px) {
  .single-related__meta {
    padding-left: 33.33%;
  }
}
@media (min-width: 1280px) {
  .single-related__meta {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1440px) {
  .single-related__meta {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1900px) {
  .single-related__meta {
    font-size: 1.3125rem;
  }
}
@media (min-width: 1900px) {
  .single-related__meta {
    font-size: 1.125rem;
  }
}
@media (max-width: 799px) {
  .single-related__more {
    padding-left: 33.33%;
  }
}

.single-aside-links {
  border-top: 1px solid #A5A5A5;
  border-bottom: 1px solid #A5A5A5;
  padding: 55px 0;
  margin-bottom: 40px;
  color: #A5A5A5;
}
@media (max-width: 799px) {
  .single-aside-links .cols__half:first-child {
    width: 33.33%;
  }
  .single-aside-links .cols__half:last-child {
    width: 66.66%;
  }
}
.single-aside-links a {
  color: #A5A5A5;
}
.single-aside-links__left {
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .single-aside-links__left {
    padding-left: calc(30%);
  }
}

.singles {
  position: absolute;
  width: 100%;
  height: 0;
  top: 100%;
  transform: translateY(100%);
  background-color: white;
  transition: transform 1s ease, height 0.2s ease, top 0.2s ease;
}

.singles.active {
  background-color: white;
  transform: translateY(0);
  height: 100%;
  top: 0;
  z-index: 10;
}

.singles__holder {
  height: 100%;
  overflow: hidden;
  max-width: 100%;
}

.singles__holder__wrapper__swiper-slide {
  min-height: 100%;
  /* background-color: blue; */
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 799px) {
  .singles__holder__wrapper__swiper-slide {
    padding-bottom: 24px;
  }
}

body .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #ffffff;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}
@media (min-width: 800px) {
  body .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
}
body .swiper-pagination-bullet:hover {
  opacity: 0.8;
}

body .swiper-pagination-bullet-active {
  opacity: 1;
}

body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
@media (min-width: 800px) {
  body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
}

.snap-scroll {
  -ms-scroll-snap-type: y proximity;
      scroll-snap-type: y proximity;
  scroll-behavior: smooth;
}

.snap-element {
  overflow: hidden;
  scroll-snap-align: start;
}

.share {
  position: relative;
}
.share__title {
  position: absolute;
  display: block;
}
.share a, .share span {
  display: inline-block;
  margin-right: 20px;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.5s ease;
}
.share a {
  opacity: 0;
  pointer-events: none;
}
.share:hover .share__title {
  opacity: 0;
  pointer-events: none;
}
.share:hover a {
  opacity: 1;
  pointer-events: auto;
}

.language-modal {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: 0.5s ease;
  background: rgba(255, 255, 255, 0.2);
  display: none;
}
.language-modal .languages {
  font-size: 1rem;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 800px) {
  .language-modal .languages {
    font-size: 1.75rem;
  }
}
.language-modal a {
  text-decoration: none;
  color: #ffffff;
}
.language-modal a:hover {
  text-decoration: underline;
}

.lang-switch {
  position: fixed;
  z-index: 20;
  right: 40px;
  bottom: 24px;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .lang-switch {
    right: 60px;
    bottom: 39px;
  }
}
@media (min-width: 1280px) {
  .lang-switch {
    bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .lang-switch {
    right: 65px;
    bottom: 42px;
  }
}
@media (min-width: 1900px) {
  .lang-switch {
    right: 80px;
    bottom: 43px;
  }
}
.lang-switch a {
  text-decoration: none;
}
.lang-switch a.current-lang {
  opacity: 0.5;
  pointer-events: none;
}

.loader {
  display: none;
  filter: brightness(2);
  z-index: 10;
}
.loader.loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader.load-end {
  display: none;
}

.main-loader {
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  transition: 0.5s ease;
  filter: brightness(2);
}
.main-loader img {
  max-width: 200px;
}
@media (min-width: 800px) {
  .main-loader img {
    max-width: 500px;
  }
}

.single-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  filter: brightness(2);
}
.single-loader.loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-loader.load-end {
  display: none;
}

.list-loader {
  width: 100%;
  padding: 20px 0;
}
.list-loader img {
  max-width: 110px;
  margin: auto;
}

@media (max-width: 799px) {
  .kura-about .snap-element > .wrapper {
    overflow-y: scroll;
  }
}
.kura-about__mobile-slider {
  position: relative;
  height: 100%;
}
@media (max-width: 799px) {
  .kura-about__mobile-slider .wrapper {
    margin: 0;
    flex-wrap: initial;
    overflow: visible;
  }
  .kura-about__mobile-slider .wrapper.row-reverse {
    flex-direction: row;
  }
  .kura-about__mobile-slider .wrapper .cols {
    padding: 0;
  }
}
@media (min-width: 800px) {
  .kura-about__mobile-slider .wrapper {
    width: auto;
  }
}
.kura-about__mobile-slider__title {
  width: 140px;
  font-size: 0.875rem;
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (min-width: 800px) {
  .kura-about__mobile-slider__title {
    display: none;
  }
}
@media (min-width: 800px) {
  body .kura-about__mobile-slider__slide {
    height: auto;
  }
}
body .kura-about__mobile-slider__text {
  padding-top: 30px;
  overflow-y: scroll;
}
@media (max-width: 799px) {
  .kura-about__mobile-slider .kura-about__text__top {
    margin-bottom: 20px;
  }
}

.lb-dataContainer {
  padding-top: 20px;
}

.lb-cancel {
  width: 100px;
  height: 100px;
  background-image: url(images/loading.9a781a51.gif);
  background-position: center;
  background-size: contain;
}

.lightboxOverlay {
  background: #ffffff;
  opacity: 0.95;
}

.lightbox .lb-image {
  border: none;
  border-radius: 0;
}

.lb-nav a.lb-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMy41MiAyMS40OCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjIuNzgsMjEuNDgsMjAuMzEsMTlsNi40OC02LjQ4SDBWOC45NEgyNi43OUwyMC4zMSwyLjQ1LDIyLjc4LDAsMzMuNTIsMTAuNzRaIi8+PC9nPjwvZz48L3N2Zz4=);
  background-size: 30px;
  background-position: 95%;
}

.lb-nav a.lb-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMy41MiAyMS40OCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTAuNzQsMGwyLjQ3LDIuNDZMNi43Miw4Ljk0aDI2Ljh2My42SDYuNzJMMTMuMjEsMTlsLTIuNDcsMi40NUwwLDEwLjc0WiIvPjwvZz48L2c+PC9zdmc+);
  background-size: 30px;
  background-position: 5%;
}

.lb-details {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.lb-data .lb-number {
  display: block;
  width: 33.33%;
  -moz-text-align-last: left;
       text-align-last: left;
}

.lb-data .lb-number,
.lb-data .lb-caption {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 1280px) {
  .lb-data .lb-number,
.lb-data .lb-caption {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1440px) {
  .lb-data .lb-number,
.lb-data .lb-caption {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1900px) {
  .lb-data .lb-number,
.lb-data .lb-caption {
    font-size: 1.3125rem;
  }
}

.lb-data .lb-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS43MDYiIGhlaWdodD0iMjEuNzA2IiB2aWV3Qm94PSIwIDAgMjEuNzA2IDIxLjcwNiI+DQogIDxnIGlkPSJjbG9zZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4NjMuNjQ3IC04NDUwLjUzMikiPg0KICAgIDxsaW5lIGlkPSJMaW5oYV8zOSIgZGF0YS1uYW1lPSJMaW5oYSAzOSIgeDE9IjIwLjk5OSIgeTI9IjIwLjk5OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTg2NC4wMDEgODQ1MC44ODYpIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxIi8+DQogICAgPGxpbmUgaWQ9IkxpbmhhXzQwIiBkYXRhLW5hbWU9IkxpbmhhIDQwIiB4Mj0iMjAuOTk5IiB5Mj0iMjAuOTk5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxODY0LjAwMSA4NDUwLjg4NikiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEiLz4NCiAgPC9nPg0KPC9zdmc+DQo=);
}

.landing {
  top: 0;
}
.landing .page-content {
  overflow: hidden;
}

.langing-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.langing-logo img {
  width: 397px;
  display: block;
}

.landing-img {
  width: 100%;
  height: 100%;
}
.landing-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.8s ease;
  position: absolute;
  opacity: 0;
}
.landing-img img.active {
  opacity: 1;
}

.kura-about {
  overflow: hidden;
}
.kura-about .snap-scroll {
  height: calc((var(--vh, 1vh) * 100) - 138px);
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  overflow-y: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
@media (min-width: 1440px) {
  .kura-about .snap-scroll {
    height: calc((var(--vh, 1vh) * 100) - 172px);
  }
}
@media (min-width: 1900px) {
  .kura-about .snap-scroll {
    height: calc((var(--vh, 1vh) * 100) - 208px);
  }
}
.kura-about .snap-scroll::-webkit-scrollbar {
  display: none;
}
.kura-about .snap-scroll.overflow-hidden {
  overflow: hidden;
}
.kura-about .snap-element {
  height: calc((var(--vh, 1vh) * 100) - 138px);
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
}
@media (min-width: 1440px) {
  .kura-about .snap-element {
    height: calc((var(--vh, 1vh) * 100) - 172px);
  }
}
@media (min-width: 1900px) {
  .kura-about .snap-element {
    height: calc((var(--vh, 1vh) * 100) - 208px);
  }
}
.kura-about .scroll-target {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.kura-about__img {
  height: calc((var(--vh, 1vh) * 100) - 138px);
  margin: 0;
  padding: 0;
  position: sticky;
  top: 0;
}
@media (min-width: 1440px) {
  .kura-about__img {
    height: calc((var(--vh, 1vh) * 100) - 172px);
  }
}
@media (min-width: 1900px) {
  .kura-about__img {
    height: calc((var(--vh, 1vh) * 100) - 208px);
  }
}
.kura-about__img:hover figcaption {
  opacity: 1;
}
.kura-about__img figcaption {
  font-size: 0.6875rem;
  color: #ffffff;
  font-weight: 300;
  position: absolute;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(0deg, #000000 0%, #00000000 25%) 0% 0% no-repeat padding-box;
  left: 0;
  bottom: 0;
  padding: 20px;
  opacity: 0;
  transition: 0.3s ease;
}
.kura-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kura-about__text {
  max-width: 610px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 24px 44px;
  height: 100%;
}
@media (min-width: 1280px) {
  .kura-about__text {
    padding: 44px 24px 44px;
  }
}
@media (min-width: 1440px) {
  .kura-about__text {
    padding: 55px 25px 50px;
  }
}
@media (min-width: 1900px) {
  .kura-about__text {
    padding: 70px 35px 50px;
  }
}
.kura-about__text p {
  margin-top: 0;
}
.kura-about__text__bottom {
  font-size: 1rem;
  line-height: 1.3;
}
@media (min-width: 1440px) {
  .kura-about__text__bottom {
    font-size: 1.25rem;
  }
}
@media (min-width: 1900px) {
  .kura-about__text__bottom {
    font-size: 1.75rem;
  }
}

.breakdown {
  width: 100%;
  height: 100%;
  position: relative;
}
.breakdown img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.breakdown:hover .breakdown__caption {
  opacity: 1;
}
.breakdown__caption {
  font-size: 0.6875rem;
  color: #ffffff;
  font-weight: 300;
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 0 20px;
  transition: 0.3s ease;
}
@media (min-width: 800px) {
  .breakdown__caption {
    opacity: 0;
    bottom: 20px;
    left: 20px;
  }
}

@media (max-width: 799px) {
  .kura-about .snap-scroll {
    -ms-scroll-snap-type: y proximity;
        scroll-snap-type: y proximity;
  }
  .kura-about .snap-element {
    height: auto;
    min-height: calc((var(--vh, 1vh) * 100) - 138px);
  }
  .kura-about .breakdown {
    height: calc((var(--vh, 1vh) * 100) - 138px);
  }
  .kura-about .snap-element > .wrapper {
    height: 100%;
    flex-direction: column;
  }
  .kura-about .snap-element > .wrapper .cols {
    width: 100%;
  }
  .kura-about .snap-element > .wrapper .kura-about__text {
    justify-content: flex-start;
    padding: 30px 20px 44px;
    height: auto;
  }
  .kura-about .snap-element > .wrapper .kura-about__text__top {
    margin-bottom: 30px;
  }
  .kura-about .snap-element > .wrapper .kura-about__img {
    height: 100%;
  }
  .kura-about .snap-element > .wrapper .kura-about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .kura-about .snap-element > .wrapper .kura-about__img figcaption {
    padding: 10px;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  .kura-about__img-wrapper {
    height: calc((var(--vh, 1vh) * 50) - 69px);
  }
}
.projects {
  height: 100%;
}
.projects .swiper-slide {
  height: auto;
}
.projects__about {
  max-width: 450px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 70px 30px 24px;
}
@media (max-width: 799px) {
  .projects__about {
    overflow-y: scroll;
    background: #000;
    color: white;
  }
}
@media (min-width: 800px) {
  .projects__about {
    padding: 70px 36px;
  }
}

.projects-slider__arrow {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 20;
}
@media (min-width: 800px) {
  .projects-slider__arrow {
    width: 33px;
    left: 30px;
  }
}
.projects-slider__arrow path {
  fill: white;
}
.projects-slider__next {
  left: auto;
  right: 20px;
}
@media (max-width: 799px) {
  .is-first-slide .projects-slider__next {
    left: 20px;
    bottom: 10px;
    top: auto;
    transform: translate(0, 0);
  }
}
@media (min-width: 800px) {
  .projects-slider__next {
    right: 30px;
  }
}
.projects-slider__nav-disabled {
  display: none;
}

.swiper-pagination {
  display: none;
}
@media (max-width: 799px) {
  .is-first-slide .swiper-pagination {
    display: block;
  }
}

.slider-tip {
  width: 200px;
  position: absolute;
  bottom: 40px;
  left: 20px;
  font-size: 15px;
  line-height: 20px;
  color: white;
  z-index: 10;
  display: none;
}
@media (max-width: 799px) {
  .is-first-slide .slider-tip {
    display: block;
  }
}

.swiper-slide {
  position: relative;
  z-index: 10;
}

.swiper-slide-prev {
  position: relative;
  z-index: 9999;
}

.project-item {
  height: calc((var(--vh, 1vh) * 100) - 138px);
  transition: transform 0.5s ease;
}
@media (min-width: 1440px) {
  .project-item {
    height: calc((var(--vh, 1vh) * 100) - 172px);
  }
}
@media (min-width: 1900px) {
  .project-item {
    height: calc((var(--vh, 1vh) * 100) - 208px);
  }
}
.project-item.preview-prev {
  transform: translateX(50%);
  position: relative;
  z-index: 1;
}
.project-item.preview-next {
  transform: translateX(calc(-50% - 36px));
  position: relative;
  z-index: 1;
}
.project-item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.project-item a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s ease;
}
.project-item a * {
  transition: 0.4s ease;
}
.project-item a:hover .project-item__plus,
.project-item a:hover .project-item__logo,
.project-item a:hover .project-item__title {
  opacity: 0;
}
.project-item a:hover .project-item__thumb {
  transform: scale(1.05);
}
.project-item a:hover::before {
  opacity: 0;
}
.project-item__thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-item__logo {
  max-width: 35%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
@media (min-width: 1900px) {
  .project-item__logo {
    top: 30px;
    left: 30px;
  }
}
.project-item__plus {
  width: 15px;
  height: auto;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
@media (max-width: 799px) {
  .project-item__plus {
    display: none;
  }
}
@media (min-width: 800px) {
  .project-item__plus {
    top: 30px;
    right: 30px;
  }
}
@media (min-width: 1900px) {
  .project-item__plus {
    width: 20px;
  }
}
.project-item__title {
  font-size: 1rem;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: 2;
}
@media (min-width: 800px) {
  .project-item__title {
    font-size: 1.125rem;
    left: 30px;
  }
}
@media (min-width: 1440px) {
  .project-item__title {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1900px) {
  .project-item__title {
    font-size: 1.75rem;
  }
}

@media (max-width: 799px) {
  .project-single {
    padding-bottom: 24px;
  }
}
@media (max-width: 799px) {
  .project-single .slider-default {
    height: 100%;
  }
}
@media (max-width: 799px) {
  .project-single .cols__two {
    overflow-y: scroll;
  }
}
.project-single .swiper-pagination {
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.project-single .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
@media (min-width: 800px) {
  .project-single .kura-about__img figcaption span {
    display: block;
    max-width: calc(50% - 110px);
  }
}

.project-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 799px) {
  .project-content {
    height: auto;
    padding: 20px;
    flex-direction: column-reverse;
  }
}
.project-content__title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .project-content__title {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1440px) {
  .project-content__title {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1900px) {
  .project-content__title {
    font-size: 1.3125rem;
  }
}
.project-content__text {
  position: relative;
  height: 100%;
}
@media (max-width: 799px) {
  .project-content__bottom {
    margin-bottom: 30px;
  }
}
.project-content__text-inner {
  width: 100%;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.project-content__text-inner::-webkit-scrollbar {
  display: none;
}
@media (max-width: 799px) {
  .project-content__text-inner {
    height: 0;
    overflow: hidden;
  }
}
@media (min-width: 800px) {
  .project-content__text-inner {
    height: 95%;
    position: absolute;
  }
}
.project-content__text-inner.active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 799px) {
  .project-content__text-inner.active {
    height: auto;
  }
}
.project-content__menu {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 80%;
}
.project-content__menu li {
  display: inline-block;
}
.project-content__menu li:not(:last-child)::after {
  content: " / ";
}
.project-content__menu li.active a {
  text-decoration: underline;
}
.project-content__menu a {
  text-decoration: none;
}
.project-content__menu a:hover {
  text-decoration: underline;
}

.editorial__item {
  margin-bottom: 50px;
}
@media (max-width: 799px) {
  .editorial__item {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .editorial__item {
    margin-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .editorial__item {
    margin-bottom: 30px;
  }
}
@media (min-width: 1900px) {
  .editorial__item {
    margin-bottom: 40px;
  }
}
.editorial__item a {
  display: block;
  text-decoration: none;
}
.editorial__item a:hover .editorial__thumb img {
  transform: scale(1.05);
}
.editorial__item a:hover .editorial__meta {
  color: #000;
}
.editorial__thumb {
  overflow: hidden;
  margin: 0;
  background: #000;
}
.editorial__thumb:not(.editorial-feat__thumb) {
  padding-bottom: 56.3%;
  height: 0;
  position: relative;
}
.editorial__thumb:not(.editorial-feat__thumb) img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.editorial__thumb img {
  width: 100%;
  transition: 0.5s ease;
}
@media (max-width: 799px) {
  .editorial__category {
    display: block;
    width: 33.33%;
    padding-right: 10px;
  }
}
@media (max-width: 799px) {
  .editorial__date {
    width: 66.66%;
  }
}
.editorial__meta {
  font-size: 0.8125rem;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #AFAFAF;
  transition: 0.5s ease;
}
@media (min-width: 1440px) {
  .editorial__meta {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1900px) {
  .editorial__meta {
    font-size: 1.125rem;
    padding-top: 30px;
    margin-bottom: 20px;
  }
}
.editorial__title {
  font-size: 1.1875rem;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 799px) {
  .editorial__title {
    font-size: 1rem;
    padding-left: 33.33%;
  }
}
@media (min-width: 1900px) {
  .editorial__title {
    font-size: 1.75rem;
  }
}

@media (max-width: 799px) {
  .editorial-feat__thumb {
    padding-bottom: 56.3%;
    height: 0;
    position: relative;
  }
  .editorial-feat__thumb img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 800px) {
  .editorial-feat__thumb {
    height: calc(var(--vh, 1vh) * 45);
  }
}
.editorial-feat__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 799px) {
  .editorial-feat .cols__four {
    width: 100%;
  }
}
.editorial-feat__infos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 799px) {
  .editorial-feat__infos {
    width: 100%;
  }
}
.editorial-feat__meta {
  font-size: 0.8125rem;
}
@media (min-width: 1900px) {
  .editorial-feat__meta {
    font-size: 1.3125rem;
  }
}

.editorial__singles {
  position: absolute;
  width: 100%;
  height: 0;
  top: 100%;
  transform: translateY(100%);
  background-color: white;
  transition: transform 1s ease, height 0.2s ease, top 0.2s ease;
}
.editorial__singles__holder {
  height: 100%;
}
.editorial__singles__holder__wrapper__swiper-slide {
  min-height: 100%;
  width: 100%;
}
.editorial__singles.active {
  transform: translateY(0);
  height: 100%;
  top: 0;
}

@media (max-width: 799px) {
  .press .cols__two {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .press .cols__two {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .press .cols__two {
    width: 33.33%;
  }
}
.press__item {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  margin-bottom: 24px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  background: #000;
}
@media (min-width: 800px) {
  .press__item {
    padding-bottom: 100%;
  }
}
@media (min-width: 1440px) {
  .press__item {
    margin-bottom: 30px;
  }
}
@media (min-width: 1900px) {
  .press__item {
    margin-bottom: 34px;
  }
}
.press__item:hover {
  opacity: 1;
}
.press__item:hover img {
  transform: translate3d(0, 0, 0) scale(1.03);
  opacity: 0.5;
}
.press__item:hover > div {
  transform: translate3d(0, 0, 0) scale(0.95);
}
.press__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s ease;
}
.press__meta {
  width: 38%;
  min-height: 53%;
  padding: 20px;
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1px;
  transform-origin: top left;
  transition: 0.8s ease;
}
@media (min-width: 800px) {
  .press__meta {
    width: 53%;
    min-height: 53%;
    padding: 30px;
  }
}
.press__meta-head {
  font-size: 0.75rem;
  color: #A5A5A5;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .press__meta-head {
    font-size: 0.875rem;
  }
}
@media (min-width: 1440px) {
  .press__meta-head {
    font-size: 1rem;
  }
}
@media (min-width: 1900px) {
  .press__meta-head {
    font-size: 1.125rem;
  }
}
.press__title {
  font-size: 0.875rem;
  margin: 0;
}
@media (min-width: 1280px) {
  .press__title {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1440px) {
  .press__title {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1900px) {
  .press__title {
    font-size: 1.3125rem;
  }
}
@media (max-width: 799px) {
  .press__title {
    font-size: 0.75rem;
  }
}

.contact__infos {
  padding-top: 70px;
}
.contact__infos-inner {
  padding: 0 12px;
}
@media (min-width: 800px) {
  .contact__infos-inner {
    padding: 0 30px;
  }
}
.contact__infos-inner p {
  margin-bottom: 20px;
}
.contact__social {
  padding: 60px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact__social > img {
  width: calc(100% - 170px);
  max-width: 120px;
}
@media (min-width: 1440px) {
  .contact__social {
    padding: 30px 0 70px;
  }
}
.contact__social ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  padding-left: 60px;
}
.contact__social ul li {
  margin-right: 5px;
}
.contact__social ul a {
  width: 22px;
  height: 22px;
  display: block;
}
.contact__social ul a:hover {
  opacity: 0.8;
}

.news-form__title {
  display: block;
  margin-bottom: 35px;
}
.news-form input {
  font-size: 0.875rem;
  padding: 12px 15px;
}
@media (min-width: 1280px) {
  .news-form input {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1440px) {
  .news-form input {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1900px) {
  .news-form input {
    font-size: 1.3125rem;
  }
}
.news-form input[type=email] {
  max-width: 385px;
  width: 100%;
  border: 1px solid #000000;
  outline: 0;
}
.news-form input[type=submit] {
  border: 1px solid #000000;
  outline: 0;
  background: #ffffff;
  text-transform: uppercase;
  margin-top: 20px;
  cursor: pointer;
}
.news-form input[type=submit]:hover {
  background: #000000;
  color: #ffffff;
}

.instagram-grid {
  width: 100%;
  padding-top: 70px;
}
@media (max-width: 799px) {
  .instagram-grid {
    padding-bottom: 10px;
  }
}
.instagram-grid .sb_instagram_header {
  display: none;
}
.instagram-grid #sb_instagram #sbi_load .sbi_load_btn, .instagram-grid #sb_instagram .sbi_follow_btn a {
  background: transparent;
  color: black;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .instagram-grid #sb_instagram #sbi_load .sbi_load_btn, .instagram-grid #sb_instagram .sbi_follow_btn a {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1440px) {
  .instagram-grid #sb_instagram #sbi_load .sbi_load_btn, .instagram-grid #sb_instagram .sbi_follow_btn a {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1900px) {
  .instagram-grid #sb_instagram #sbi_load .sbi_load_btn, .instagram-grid #sb_instagram .sbi_follow_btn a {
    font-size: 1.3125rem;
  }
}
.instagram-grid #sb_instagram .sbi_photo_wrap {
  overflow: hidden;
}
.instagram-grid #sb_instagram .sbi_photo_wrap a {
  transition: 0.3s ease;
}
.instagram-grid #sb_instagram .sbi_photo_wrap:hover a {
  opacity: 1;
  transform: scale(1.05);
}
.instagram-grid > .wrapper {
  margin-left: 0;
  margin-right: 0;
}
.instagram-grid__title {
  display: none;
}
@media (max-width: 799px) {
  .instagram-grid__title {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 12px;
  }
}
.instagram-grid__item {
  width: 33.33%;
  margin-bottom: 24px;
}
@media (max-width: 799px) {
  .wrapper .instagram-grid__item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .instagram-grid__item {
    width: 16.6666%;
  }
}
@media (min-width: 1440px) {
  .instagram-grid__item {
    margin-bottom: 30px;
  }
}
@media (min-width: 1900px) {
  .instagram-grid__item {
    margin-bottom: 34px;
  }
}
.instagram-grid a {
  display: block;
  background: #000;
  overflow: hidden;
}
.instagram-grid a:hover img {
  transform: scale(1.05);
  opacity: 0.8;
}
.instagram-grid a img {
  transition: 0.5s ease;
}

@media (max-width: 1279px) {
  .contact #sb_instagram #sbi_images {
    padding: 0 !important;
  }
}

@media (max-width: 1279px) {
  .contact #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 33.33%;
    padding: 10px !important;
  }
}

/* Botão "Assinado" */
.news-form .signed {
  pointer-events: none;
  display: none;
}

/* Loader botão "Assinado" */
.news-form .signed + .ajax-loader {
  display: none;
}

/* botão "assinar" após envio */
.news-form .sent .wpcf7-submit {
  display: none;
}

.news-form .sent .ajax-loader,
.news-form .sent .ajax-loader + br {
  display: none;
}

/* botão "assinado" após envio */
.news-form .sent .signed {
  display: inline-block !important;
}

/* mensagem de retorno + mensage de validação de campo" */
body .wpcf7-response-output, .wpcf7-not-valid-tip {
  font-size: 12px !important;
  border: none !important;
  text-align: left !important;
  margin-left: 0;
  padding-left: 0;
}

body .wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  padding-left: 0;
}

.wpcf7-not-valid-tip {
  padding-top: 5px;
}

.search-trigger {
  position: fixed;
  right: 20px;
  bottom: 23px;
  transform: translateY(-50%);
  border: none;
  z-index: 900;
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  transition: 0.5s ease;
  width: 10px;
  height: 10px;
}
@media (min-width: 800px) {
  .search-trigger {
    right: 35px;
    bottom: 37px;
  }
}
.search-trigger--close {
  position: absolute;
}
.search-trigger:hover {
  transform: translateY(-50%) scale(1.15);
}
@media (min-width: 1280px) {
  .search-trigger {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1440px) {
  .search-trigger {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 1900px) {
  .search-trigger {
    width: auto;
    height: auto;
  }
}

@media (max-width: 799px) {
  .modal-trigger--close {
    width: 15px;
    height: 15px;
    bottom: 18px;
    display: none;
  }
}

.search-modal {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  transition: 0.5s ease;
  transform: translateX(100%);
}
@media (min-width: 800px) {
  .search-modal {
    width: 300px;
  }
}
.search-modal.active {
  transform: translateX(0);
}
.search-modal__container {
  height: 100%;
  position: static;
  overflow: hidden;
  padding-top: 35px;
}
.search-modal__form {
  border-top: 1px solid #000;
}
.search-modal__form input {
  border: none;
  padding: 13px 0;
  outline: 0;
  background: transparent;
  color: #A5A5A5;
}
.search-modal__form input[type=text] {
  width: 100%;
}
.search-modal__form input[type=submit] {
  border-bottom: 1px solid #A5A5A5;
  margin-top: 40px;
  padding-bottom: 0px;
  cursor: pointer;
  transition: 0.5s ease;
  border-radius: 0;
}
.search-modal__form input[type=submit]:hover {
  color: #000;
  border-color: #000;
}

.search-results {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 800px) {
  .search-results {
    padding-right: 300px;
    padding-left: 35px;
  }
}
.search-results::before {
  content: "";
  display: block;
  height: 1px;
  width: calc(100vw - 70px);
  background: #000;
  position: absolute;
  top: 0;
  left: 35px;
  z-index: 200;
}
.search-results__wrapper {
  height: calc(100% - 70px);
  overflow-y: scroll;
}
@media (min-width: 800px) {
  .search-results__wrapper {
    height: calc(100% - 140px);
  }
}
.search-results__wrapper::-webkit-scrollbar {
  display: none;
}
.search-results__wrapper {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.search-results__header {
  border-top: 1px solid #000;
  height: 40px;
}
@media (min-width: 800px) {
  .search-results__header {
    height: 100px;
  }
}
.search-results__title {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 10px 0 0;
}
@media (min-width: 1280px) {
  .search-results__title {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1440px) {
  .search-results__title {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1900px) {
  .search-results__title {
    font-size: 1.3125rem;
  }
}

.search-results {
  position: absolute;
  left: 100%;
  z-index: 2;
  top: 0;
  bottom: 0;
  transition: left ease 0.5s;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: white;
}

.search-results.active {
  left: 0;
  opacity: 1;
}
/**
 * Swiper 6.8.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 16, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}


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